- 11 12月, 2018 1 次提交
-
-
由 Elliot Gawthrop 提交于
-
- 29 11月, 2018 8 次提交
-
-
由 Mark VanderVoord 提交于
Allow UnityPrintFloat() to print a 7th digit.
-
由 Mark VanderVoord 提交于
Fix undefined behavior when printing INT_MIN/INT64_MIN. (Thanks @jlindgren90 !)
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
Negating the most-negative signed integer results in overflow, which is undefined behavior. Fix this by casting to an unsigned type first (unsigned overflow is well-defined as it uses modular arithmetic).
-
由 John Lindgren 提交于
-
由 Mark VanderVoord 提交于
Fix (most) Rubocop warnings. (Thanks @jlindgren90 !!!!)
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
-
- 14 11月, 2018 3 次提交
-
-
由 Mark VanderVoord 提交于
Fixed an "array index out of bounds violation" in the examples. (Thanks @farrrb )
-
由 Mark VanderVoord 提交于
Move license for GitHub detection
-
由 Dan Yeaw 提交于
-
- 07 11月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
Issue #352 uninitialized value warning
-
- 02 11月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 31 10月, 2018 5 次提交
-
-
由 Mark VanderVoord 提交于
Patch 2 (Thanks, @Kochise !)
-
由 Mark VanderVoord 提交于
Some cleanup (Thanks, @Kochise !)
-
由 Kochise 提交于
-
由 Kochise 提交于
-
由 Kochise 提交于
-
- 27 10月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 22 10月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Changed some text issues (Thanks @Delrix)
-
由 Filip Michalak 提交于
-
- 19 10月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
fixed compile error UNITY_PRINT_EXEC_TIME(). Thanks @meslem12 !
-
由 Levin Messing 提交于
-
- 15 10月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
Issue #317 - unity.h should include <stddef.h>
-
- 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.
-
- 12 9月, 2018 1 次提交
-
-
由 Kyle Krueger 提交于
-
- 07 9月, 2018 1 次提交
-
-
由 Kyle Krueger 提交于
Get up to date
-
- 09 8月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 08 8月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Print execution time for each test when verbose mode enabled (Thanks @elliot-gawthrop, @shreyasbharath, and everyone who participated in this one!)
-
由 Mark VanderVoord 提交于
Fixed some grammar errors on docs (Thanks @Deryew !)
-
- 30 7月, 2018 1 次提交
-
-
由 Deryew 提交于
Fixed grammar errors and some sentences to make it easier to understand
-
- 29 7月, 2018 2 次提交
- 27 7月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
Fix LESS_OR_EQUAL_MESSAGE asserts for HEX32/HEX64 (#337)
-
- 26 7月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Added notes on _MESSAGE assertions in UnityAssertionsReference.md
-
由 Roland Stahn 提交于
Macros TEST_ASSERT_LESS_OR_EQUAL_HEX32_MESSAGE() and TEST_ASSERT_LESS_OR_EQUAL_HEX64_MESSAGE() need to be mapped to UNITY_TEST_ASSERT_SMALLER_OR_EQUAL_HEXnn() instead of UNITY_TEST_ASSERT_SMALLER_THAN_HEXnn()
-
- 21 7月, 2018 1 次提交
-
-
由 Roland Stahn 提交于
Added notes, why _MESSAGE assertions do not support printf style formatting and how users can work around this limitation (see #331)
-
- 18 7月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Flush unity output before a longjmp (Thanks! this is a good change)
-
由 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
-