1. 09 10月, 2017 1 次提交
  2. 02 8月, 2017 1 次提交
    • A
      Allow specifying custom header declaration · a07d07cd
      Aviv Palivoda 提交于
      The user can specify UNITY_OUTPUT_CHAR_HEADER_DECLARATION and
      UNITY_OUTPUT_FLUSH_HEADER_DECLARATION when he would like to declare
      UNITY_OUTPUT_CHAT or UNITY_OUTPUT_FLUSH respectivly
      a07d07cd
  3. 14 5月, 2017 1 次提交
  4. 10 5月, 2017 1 次提交
    • R
      Fixed UNITY_TEST_ASSERT_EACH_EQUAL_* · aef36799
      Rasmus Melchior Jacobsen 提交于
      Fixed copy-paste error for:
      - UNITY_TEST_ASSERT_EACH_EQUAL_INT64
      - UNITY_TEST_ASSERT_EACH_EQUAL_UINT64
      - UNITY_TEST_ASSERT_EACH_EQUAL_HEX64
      
      So that the comparison is done on the expected _value_ instead of the _array_.
      aef36799
  5. 27 3月, 2017 1 次提交
  6. 22 3月, 2017 5 次提交
  7. 21 3月, 2017 1 次提交
  8. 15 3月, 2017 1 次提交
  9. 25 1月, 2017 1 次提交
  10. 18 1月, 2017 1 次提交
  11. 15 1月, 2017 3 次提交
  12. 31 12月, 2016 1 次提交
  13. 30 12月, 2016 2 次提交
  14. 29 12月, 2016 1 次提交
  15. 24 12月, 2016 2 次提交
  16. 29 11月, 2016 1 次提交
  17. 20 11月, 2016 1 次提交
    • J
      Make UnityPrintFloat on by default · 47f6a85b
      jsalling 提交于
      Remove UNITY_FLOAT_VERBOSE entirely, add option UNITY_EXCLUDE_FLOAT_PRINT
      Remove some questionable float casts from doubles
      Default to Round Ties to Even behavior, add option to Round Ties Away from Zero
      47f6a85b
  18. 28 8月, 2016 2 次提交
  19. 25 8月, 2016 2 次提交
  20. 13 7月, 2016 1 次提交
  21. 27 6月, 2016 1 次提交
  22. 22 6月, 2016 1 次提交
  23. 21 6月, 2016 1 次提交
  24. 15 5月, 2016 1 次提交
  25. 06 5月, 2016 1 次提交
  26. 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
  27. 13 4月, 2016 1 次提交
  28. 03 3月, 2016 1 次提交
  29. 27 2月, 2016 1 次提交