1. 27 6月, 2019 2 次提交
  2. 05 5月, 2019 2 次提交
  3. 04 5月, 2019 13 次提交
  4. 21 4月, 2019 2 次提交
  5. 15 4月, 2019 1 次提交
  6. 14 4月, 2019 3 次提交
  7. 13 4月, 2019 1 次提交
  8. 08 4月, 2019 1 次提交
  9. 07 4月, 2019 1 次提交
  10. 04 4月, 2019 1 次提交
  11. 27 3月, 2019 1 次提交
  12. 26 3月, 2019 1 次提交
  13. 25 3月, 2019 1 次提交
  14. 24 3月, 2019 1 次提交
  15. 12 3月, 2019 2 次提交
  16. 22 2月, 2019 2 次提交
  17. 20 2月, 2019 1 次提交
  18. 19 2月, 2019 1 次提交
  19. 01 2月, 2019 2 次提交
    • E
      Improvements to the execution time feature · 076f0fff
      elliot 提交于
      - Running time macros have been made more portable, previously it was not
        possible to override all macros
      - Running time macros will be executed by default test runner, and auto test
        runners
      - Adds a default execution time implementation for unix. (Previous default
        implementation only worked on Windows)
      - For embedded platforms there is a simple method of getting a default
        implementation by defining a single macro UNITY_CLOCK_MS()
      - Removed need for UNITY_EXEC_TIME_RESET. This was not being used for the default
        implementations, if anything ever did need reset-like functionality it could
        simply be wrapped up with the start or stop macros for that platform
      076f0fff
    • E
      Add ability to override name of the 'resetTest' function · 14569151
      elliot 提交于
      This allows multiple groups to be compiled into the same executable by naming each function uniquely.
      14569151
  20. 31 1月, 2019 1 次提交