1. 09 9月, 2020 1 次提交
  2. 30 10月, 2019 3 次提交
  3. 29 10月, 2019 4 次提交
  4. 25 10月, 2019 1 次提交
  5. 11 9月, 2019 1 次提交
  6. 09 7月, 2019 1 次提交
  7. 06 7月, 2019 3 次提交
  8. 04 7月, 2019 1 次提交
  9. 12 5月, 2019 1 次提交
  10. 21 4月, 2019 1 次提交
  11. 14 4月, 2019 1 次提交
  12. 08 4月, 2019 1 次提交
  13. 07 4月, 2019 1 次提交
  14. 12 3月, 2019 1 次提交
  15. 01 2月, 2019 1 次提交
    • 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
  16. 31 1月, 2019 1 次提交
  17. 25 1月, 2019 3 次提交
  18. 29 11月, 2018 2 次提交
  19. 31 10月, 2018 2 次提交
  20. 28 10月, 2018 1 次提交
  21. 27 10月, 2018 1 次提交
  22. 12 9月, 2018 1 次提交
  23. 18 7月, 2018 1 次提交
    • X
      Flush unity output before a potential longjmp · 2c5d09bf
      Xenoamor 提交于
      Flush the unity stdout buffer before calling TEST_ABORT().
      This is because if TEST_PROTECT() has not previously been called this will cause a segmentation fault and the stdout buffer will fail to print
      
      Although the segmentation fault will still occur, the error that caused it will at least be displayed
      2c5d09bf
  24. 11 2月, 2018 1 次提交
  25. 23 11月, 2017 1 次提交
  26. 08 11月, 2017 4 次提交