1. 22 3月, 2017 3 次提交
  2. 14 3月, 2017 1 次提交
  3. 15 1月, 2017 1 次提交
  4. 29 11月, 2016 1 次提交
  5. 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
  6. 25 8月, 2016 1 次提交
  7. 09 7月, 2016 1 次提交
  8. 15 5月, 2016 1 次提交
  9. 04 5月, 2016 1 次提交
    • J
      100% code coverage for Unity project · c5238ada
      jsalling 提交于
       Add test for failure count and UnityEnd return value
       Cover printing escape codes with length parameter
       Full statement coverage
      c5238ada
  10. 28 4月, 2016 1 次提交
  11. 25 2月, 2016 2 次提交
  12. 07 1月, 2016 1 次提交
  13. 28 10月, 2015 2 次提交
  14. 15 10月, 2015 1 次提交
    • J
      MISRA rule 19.10: parentheses around macro params · 1273112a
      Jeremy Hannon 提交于
      Added parentheses around all macro parameters to resolve MISRA 2004
      rule 19.10, "in the definition of a function-like macro, each instance
      of a parameter shall be enclosed in parenthesis" as tested with the
      IAR EW for 8051 compiler, version 9.20.2.
      
      The only questionable change is in "unity_fixture.h" where the nested
      macro DECLARE_TEST_CASE in RUN_TEST_CASE prevents surrounding params
      "group" and "name" with parentheses.
      However, it appears that macro DECLARE_TEST_CASE isn't used elsewhere,
      so I eliminated DECLARE_TEST_CASE and put its expansion directly in
      RUN_TEST_CASE.  Now the following header files pass rule 19.10:
      * unity.h
      * unity_internals.h
      * unity_fixture.h
      
      For my own project, this change to the Unity test framework allows me
      to include my unit test code to be tested against MISRA rules as well,
      instead of just production code, to help enforce style and team
      guidelines.
      1273112a
  15. 15 7月, 2015 1 次提交
  16. 23 4月, 2015 1 次提交
  17. 30 7月, 2014 2 次提交
  18. 23 7月, 2014 1 次提交
  19. 22 7月, 2014 2 次提交
  20. 01 7月, 2014 1 次提交
  21. 04 12月, 2012 1 次提交
  22. 31 10月, 2012 2 次提交
  23. 14 5月, 2011 1 次提交
  24. 03 5月, 2011 1 次提交
  25. 05 2月, 2011 1 次提交
  26. 24 1月, 2011 1 次提交
  27. 27 11月, 2010 1 次提交
  28. 11 11月, 2010 1 次提交
  29. 10 11月, 2010 2 次提交
  30. 31 7月, 2010 1 次提交
  31. 30 7月, 2010 1 次提交
  32. 28 7月, 2010 1 次提交