- 30 10月, 2019 1 次提交
-
-
由 John Lindgren 提交于
-
- 29 10月, 2019 1 次提交
-
-
由 mvandervoord 提交于
-
- 25 10月, 2019 2 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
- 22 10月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 06 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Add TEST_MESSAGE for outputting messages without aborting a test and _MESSAGE variant to TEST_PASS collection.
-
- 04 7月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
- Tweak a couple style problems with Ruby scripts.
-
- 13 5月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 12 5月, 2019 1 次提交
-
-
由 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.
-
- 21 4月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 14 4月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 08 4月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
Used sizeof() operator for pointer increments and substituted sizeof() operator for the unsigned int mask calculation to "UNITY_INT_WIDTH / 8" in function "UnityAssertEqualIntArray".
-
- 07 4月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
Fixed maximum number of nibbles for processor where sizeof() operator doesn't return the size of a type in 8-bit bytes (e.g. the TI C2000 series).
-
- 01 2月, 2019 1 次提交
-
-
由 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
-
- 31 1月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 25 1月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
Macro UNITY_EXCLUDE_PRINT_FORMATTED changed to UNITY_INCLUDE_PRINT_FORMATTED. Enable printf via "-DUNITY_INCLUDE_PRINT_FORMATTED" compiler option.
-
- 31 10月, 2018 1 次提交
-
-
由 Kochise 提交于
-
- 28 10月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 27 10月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 19 10月, 2018 1 次提交
-
-
由 Levin Messing 提交于
-
- 14 10月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
Added include of 'stddef.h' to 'unity_internals.h' if 'UNITY_EXCLUDE_STDDEF_H' is not defined. This adds compiler independent support for the 'NULL' macro.
-
- 29 7月, 2018 1 次提交
-
-
由 elliot 提交于
-
- 18 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 11 2月, 2018 2 次提交
-
-
由 Jeremy Hannon 提交于
MISRA 2004 rule 19.10: inside macros, surround each parameter usage with parentheses.
-
由 Jeremy Hannon 提交于
parameter names should match between declaration and definition. (MISRA 2004 rule 16.4)
-
- 09 10月, 2017 1 次提交
-
-
由 John Lindgren 提交于
- Enable support for Green Hills Software compiler - Define weak implementations only once except on Windows
-
- 21 9月, 2017 3 次提交
- 10 9月, 2017 1 次提交
-
-
由 balaksh 提交于
-
- 02 8月, 2017 1 次提交
-
-
由 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
-
- 14 5月, 2017 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 10 5月, 2017 1 次提交
-
-
由 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_.
-
- 27 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 3月, 2017 5 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-