1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 30 10月, 2019 1 次提交
  4. 21 3月, 2017 1 次提交
  5. 24 8月, 2016 1 次提交
  6. 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
  7. 31 1月, 2016 1 次提交
  8. 01 7月, 2015 2 次提交
  9. 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
  10. 30 11月, 2010 1 次提交