1. 02 3月, 2016 1 次提交
  2. 01 3月, 2016 5 次提交
  3. 27 2月, 2016 1 次提交
  4. 26 2月, 2016 5 次提交
  5. 25 2月, 2016 6 次提交
  6. 24 2月, 2016 2 次提交
  7. 23 2月, 2016 1 次提交
  8. 22 2月, 2016 1 次提交
  9. 19 2月, 2016 1 次提交
  10. 18 2月, 2016 5 次提交
  11. 13 2月, 2016 2 次提交
  12. 10 2月, 2016 4 次提交
  13. 09 2月, 2016 2 次提交
  14. 06 2月, 2016 2 次提交
  15. 04 2月, 2016 1 次提交
  16. 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