- 25 1月, 2019 5 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
Macro UNITY_EXCLUDE_PRINT_FORMATTED changed to UNITY_INCLUDE_PRINT_FORMATTED. Enable printf via "-DUNITY_INCLUDE_PRINT_FORMATTED" compiler option.
-
由 Fabian Zahn 提交于
# Conflicts: # src/unity.c
-
- 22 12月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Generate runner defines with #ifndef guards
-
由 Dom Postorivo 提交于
-
- 11 12月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Add support for strings in TEST_CASE()
-
由 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 提交于
-
- 28 10月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 27 10月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 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 1 次提交
-
-
由 Mark VanderVoord 提交于
Print execution time for each test when verbose mode enabled (Thanks @elliot-gawthrop, @shreyasbharath, and everyone who participated in this one!)
-