1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 30 10月, 2019 2 次提交
  4. 28 10月, 2019 1 次提交
  5. 25 10月, 2019 1 次提交
  6. 23 10月, 2019 3 次提交
  7. 22 10月, 2019 7 次提交
  8. 13 8月, 2019 1 次提交
  9. 06 7月, 2019 1 次提交
  10. 04 7月, 2019 1 次提交
  11. 27 6月, 2019 1 次提交
  12. 04 4月, 2019 1 次提交
  13. 26 3月, 2019 1 次提交
  14. 22 2月, 2019 1 次提交
  15. 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
  16. 22 12月, 2018 1 次提交
  17. 11 12月, 2018 1 次提交
  18. 29 11月, 2018 1 次提交
  19. 09 8月, 2018 1 次提交
  20. 07 6月, 2018 1 次提交
    • T
      Add support for :mock_suffix · ceecf1fa
      Trond Einar Snekvik 提交于
      Adds support for :mock_suffix when generating mock setup and teardown
      functions. Also documents both prefix and suffix in the helper script
      guide.
      ceecf1fa
  21. 27 2月, 2018 2 次提交
  22. 23 2月, 2018 3 次提交
  23. 12 2月, 2018 1 次提交
  24. 11 2月, 2018 1 次提交
  25. 30 1月, 2018 1 次提交
    • F
      Some minor changes · 07602308
      Fabian Zahn 提交于
      - String split now works correctly for windows and unix (cross platform)
      - Removed unnecessary whitespaces in the xml output (beautifies the output)
      - Added support for TEST_IGNORE() (without message)
      07602308
  26. 20 11月, 2017 1 次提交
  27. 01 11月, 2017 1 次提交