1. 06 4月, 2015 1 次提交
  2. 13 3月, 2015 1 次提交
  3. 12 3月, 2015 3 次提交
  4. 12 2月, 2015 1 次提交
  5. 11 2月, 2015 1 次提交
  6. 03 2月, 2015 1 次提交
  7. 02 2月, 2015 4 次提交
  8. 20 1月, 2015 2 次提交
  9. 18 1月, 2015 2 次提交
  10. 17 12月, 2014 1 次提交
  11. 16 12月, 2014 2 次提交
    • M
      Merge pull request #94 from zanedp/win32-clang-weak-workaround · 8b736bf5
      Mark VanderVoord 提交于
      New macros for controlling use of weak linkage (Thanks Zane!)
      8b736bf5
    • Z
      New macros for controlling use of weak linkage · cadee02e
      Zane D. Purvis 提交于
       - `UNITY_WEAK_ATTRIBUTE`, if defined, is placed before declarations of weakly
         linked symbols. If not manually defined, it will be automatically set to
         `__attribute__((weak))` on GCC and Clang, except for Clang for Win32.
       - `UNITY_WEAK_PRAGMA`, if defined, will cause preprocessor to emit
         `#pragma weak setUp`, etc. Ignored if `UNITY_WEAK_ATTRIBUTE` is defined.
       - `UNITY_NO_WEAK` undefines both of the above resulting in no weakly
         linked symbols.
      
      Work around for ThrowTheSwitch/Unity#93
      cadee02e
  12. 10 12月, 2014 1 次提交
  13. 09 12月, 2014 2 次提交
  14. 07 12月, 2014 2 次提交
  15. 03 12月, 2014 3 次提交
  16. 10 11月, 2014 1 次提交
  17. 09 11月, 2014 1 次提交
  18. 06 11月, 2014 2 次提交
  19. 04 11月, 2014 1 次提交
  20. 02 11月, 2014 6 次提交
  21. 30 10月, 2014 1 次提交
  22. 27 10月, 2014 1 次提交