1. 20 11月, 2016 5 次提交
  2. 11 10月, 2016 1 次提交
  3. 22 9月, 2016 1 次提交
    • M
      Finished fixing floating point comparisons. We have streamlined how floats and... · dce6d329
      Mark VanderVoord 提交于
      Finished fixing floating point comparisons. We have streamlined how floats and doubles are checked, but we still can't compare them for equality directly. So we're directly testing for infinite and NaN before checking diffs. Also, we've officially decided that for testing purposes NaN shall equal NaN, +Inf shall equal +Inf, and -Inf shall equal -Inf. It's what most people expect during a test.
      dce6d329
  4. 04 9月, 2016 2 次提交
  5. 01 9月, 2016 3 次提交
  6. 28 8月, 2016 1 次提交
  7. 26 8月, 2016 1 次提交
  8. 24 8月, 2016 1 次提交
  9. 06 5月, 2016 1 次提交
  10. 04 5月, 2016 6 次提交
  11. 26 4月, 2016 1 次提交
  12. 25 4月, 2016 1 次提交
    • 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
  13. 13 4月, 2016 1 次提交
  14. 03 3月, 2016 1 次提交
  15. 26 2月, 2016 1 次提交
    • J
      Delete function call syntax from Spy detect macros · f55bed38
      jsalling 提交于
       This fixes #168. See that github.com issue for more discussion.
       Allows the tests to build when putchar() is defined as a macro
        with parenthesis around it, as in the ARM embedded gcc compiler.
      f55bed38
  16. 25 2月, 2016 1 次提交
  17. 13 2月, 2016 1 次提交
  18. 07 1月, 2016 2 次提交
  19. 21 12月, 2015 1 次提交
    • J
      Add tests for printing numbers using a compile time replacement spy · a3d81dfa
      jsalling 提交于
       If Unity core is compiled with UNITY_OUTPUT_CHAR = putcharSpy, these tests
        will run, otherwise they are ignored and print a message
       Includes an implementation of putcharSpy, which allows checking the I/O
        from Unity during a test. Follows closely from the Fixture spy
       Tricky macros determine if putcharSpy is injected
      a3d81dfa
  20. 11 12月, 2015 1 次提交
  21. 15 7月, 2015 1 次提交
  22. 24 4月, 2015 1 次提交
  23. 23 4月, 2015 1 次提交
  24. 02 9月, 2014 1 次提交
  25. 30 7月, 2014 1 次提交
  26. 23 7月, 2014 1 次提交
  27. 22 7月, 2014 1 次提交