1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 30 10月, 2019 2 次提交
  4. 29 10月, 2019 1 次提交
  5. 25 10月, 2019 2 次提交
  6. 22 10月, 2019 1 次提交
  7. 06 7月, 2019 1 次提交
  8. 04 7月, 2019 2 次提交
  9. 13 5月, 2019 1 次提交
  10. 12 5月, 2019 1 次提交
    • F
      Remove the remaining sizeof() operators from internal interface · ae3aad7b
      Fabian Zahn 提交于
      sizeof() is a hell of an operator and returns the size of a data type in terms of "addressable units" which is not necessarily the size in bytes. To circumvent this problem and in order to keep the API clean we try to remove all sizeof() from the API.
      ae3aad7b
  11. 21 4月, 2019 1 次提交
  12. 14 4月, 2019 1 次提交
  13. 08 4月, 2019 1 次提交
  14. 07 4月, 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 1 次提交
  18. 31 10月, 2018 1 次提交
  19. 28 10月, 2018 1 次提交
  20. 27 10月, 2018 1 次提交
  21. 19 10月, 2018 1 次提交
  22. 14 10月, 2018 1 次提交
  23. 29 7月, 2018 1 次提交
  24. 18 2月, 2018 1 次提交
  25. 11 2月, 2018 2 次提交
  26. 09 10月, 2017 1 次提交
  27. 21 9月, 2017 3 次提交
  28. 10 9月, 2017 1 次提交
  29. 02 8月, 2017 1 次提交
    • A
      Allow specifying custom header declaration · a07d07cd
      Aviv Palivoda 提交于
      The user can specify UNITY_OUTPUT_CHAR_HEADER_DECLARATION and
      UNITY_OUTPUT_FLUSH_HEADER_DECLARATION when he would like to declare
      UNITY_OUTPUT_CHAT or UNITY_OUTPUT_FLUSH respectivly
      a07d07cd
  30. 14 5月, 2017 1 次提交
  31. 10 5月, 2017 1 次提交
    • R
      Fixed UNITY_TEST_ASSERT_EACH_EQUAL_* · aef36799
      Rasmus Melchior Jacobsen 提交于
      Fixed copy-paste error for:
      - UNITY_TEST_ASSERT_EACH_EQUAL_INT64
      - UNITY_TEST_ASSERT_EACH_EQUAL_UINT64
      - UNITY_TEST_ASSERT_EACH_EQUAL_HEX64
      
      So that the comparison is done on the expected _value_ instead of the _array_.
      aef36799
  32. 27 3月, 2017 1 次提交
  33. 22 3月, 2017 2 次提交