1. 09 9月, 2020 1 次提交
  2. 30 10月, 2019 2 次提交
  3. 30 9月, 2019 3 次提交
  4. 06 7月, 2019 1 次提交
  5. 04 5月, 2019 1 次提交
  6. 14 4月, 2019 1 次提交
  7. 11 2月, 2018 1 次提交
  8. 10 9月, 2017 1 次提交
  9. 21 3月, 2017 1 次提交
  10. 19 1月, 2017 1 次提交
    • J
      Ran Unity into a source code formatter, no code changes · 97e4bd25
      jsalling 提交于
      Used clang-format, which produces noise on stuff you don't care about
      and requires setting it up to match the existing code base. Kept the
      potentially useful changes, discarded the rest, some manual tweaking
      required. It did catch lots of pesky indentation mistakes.
      97e4bd25
  11. 18 1月, 2017 1 次提交
  12. 15 1月, 2017 1 次提交
  13. 29 12月, 2016 1 次提交
  14. 24 12月, 2016 1 次提交
  15. 29 11月, 2016 1 次提交
  16. 11 10月, 2016 1 次提交
  17. 26 9月, 2016 1 次提交
  18. 24 8月, 2016 1 次提交
  19. 09 8月, 2016 1 次提交
  20. 27 7月, 2016 3 次提交
  21. 27 2月, 2016 1 次提交
  22. 26 2月, 2016 1 次提交
    • 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
  23. 24 2月, 2016 1 次提交
  24. 18 2月, 2016 1 次提交
  25. 10 2月, 2016 2 次提交
  26. 09 2月, 2016 2 次提交
  27. 06 2月, 2016 1 次提交
  28. 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
  29. 01 2月, 2016 1 次提交
  30. 31 1月, 2016 1 次提交
  31. 20 1月, 2016 2 次提交
  32. 16 1月, 2016 1 次提交