1. 18 7月, 2016 1 次提交
  2. 09 7月, 2016 3 次提交
  3. 27 6月, 2016 1 次提交
  4. 23 6月, 2016 1 次提交
  5. 22 6月, 2016 1 次提交
  6. 21 6月, 2016 3 次提交
  7. 18 5月, 2016 1 次提交
  8. 16 5月, 2016 1 次提交
  9. 15 5月, 2016 2 次提交
  10. 12 5月, 2016 2 次提交
  11. 11 5月, 2016 1 次提交
  12. 06 5月, 2016 3 次提交
  13. 05 5月, 2016 1 次提交
  14. 04 5月, 2016 8 次提交
  15. 03 5月, 2016 1 次提交
  16. 28 4月, 2016 2 次提交
  17. 27 4月, 2016 4 次提交
  18. 26 4月, 2016 2 次提交
  19. 25 4月, 2016 2 次提交
    • J
      Add an option to omit UNITY_OUTPUT_CHAR declaration from the header · 593a0346
      jsalling 提交于
       This solves the warnings from -Wredundant-decls when overriding the
        OUTPUT function with a function declared in another header.
       It's better this is the non-default option, since using it requires either
        a declaration of the new function OR a preprocessor guard on declaring
        UNITY_OUTPUT_CHAR (as in unity.c here), in every file using the function.
       See Pull Request #185 for more.
      593a0346
    • J
      Revert commits 720ea42a and a27b03c7 which broke the Fixture build · 57348172
      jsalling 提交于
       These were aimed at preventing the internals header from declaring
        a prototype for 'int UNITY_OUTPUT_CHAR(int);'. The second part fixed
        an omitted declaration in the tests caused by the first commit.
       Will replace the default behavior & add an option for this in next commit
      57348172