1. 09 9月, 2020 1 次提交
  2. 30 10月, 2019 1 次提交
  3. 25 10月, 2019 2 次提交
  4. 24 12月, 2016 1 次提交
  5. 29 11月, 2016 1 次提交
  6. 24 8月, 2016 1 次提交
  7. 22 8月, 2016 3 次提交
  8. 29 7月, 2016 1 次提交
  9. 27 7月, 2016 1 次提交
  10. 01 3月, 2016 1 次提交
  11. 27 2月, 2016 1 次提交
  12. 26 2月, 2016 2 次提交
    • J
      Clean up Ignore Test function in Fixture · f8d5f0ee
      jsalling 提交于
       By removing the call to the Conclude function the code is simplified
        and doesn't depend on global state updates. Tests that are ignored
        after the testBody is called still output the right EOL.
      f8d5f0ee
    • 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
  13. 18 2月, 2016 2 次提交
  14. 10 2月, 2016 1 次提交
  15. 09 2月, 2016 1 次提交
  16. 06 2月, 2016 1 次提交
  17. 02 2月, 2016 1 次提交
    • J
      Add configuration option UNITY_EXCLUDE_STDLIB_MALLOC to Fixture · 955b2212
      jsalling 提交于
       This feature removes the dependency on malloc/free for constrained
        embedded systems without a heap. It uses a static heap inside
        Unity Fixture. Setting UNITY_INTERNAL_HEAP_SIZE_BYTES sizes the heap.
       Add tests for new option, add targets to makefile for running tests.
       UNITY_FIXTURE_MALLOC for Fixture use only, remove from unity_output_Spy.c.
      955b2212
  18. 01 2月, 2016 1 次提交
  19. 23 12月, 2015 1 次提交
  20. 22 12月, 2015 1 次提交
  21. 17 12月, 2015 1 次提交
  22. 16 12月, 2015 1 次提交
  23. 06 10月, 2015 1 次提交
  24. 18 1月, 2015 1 次提交
    • N
      Added stricter error checks by the compiler, and adapted all impacted code. · b389c71e
      nimrodz 提交于
      Primarily -
      * Added "static" to static functions.
      * Added proper signature with "void" to functions without arguments.
      * Marked unused arguments with "(void)".
      * Removed entirely unused static functions.
      * Added "const" to preserve const-correctness.
      * Added function prototypes for external functions.
      b389c71e
  25. 03 12月, 2014 1 次提交
  26. 05 3月, 2013 1 次提交
  27. 12 1月, 2013 1 次提交
  28. 09 3月, 2011 1 次提交
  29. 05 1月, 2011 1 次提交
  30. 01 12月, 2010 1 次提交
  31. 30 11月, 2010 1 次提交