- 26 1月, 2019 3 次提交
-
-
由 Mark VanderVoord 提交于
Fix error in example_1
-
由 teaguecl 提交于
This test case had an error in both examples: test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode It was supposed to be a list of values that are NOT in the list, and none of them should be found. It incorrectly included '1'
-
由 teaguecl 提交于
This test case had an error: test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode It was supposed to be a list of values that are NOT in the list, and none of them should be found. It incorrectly included '1' which is a value in the list. The compile option -Wno-misleading-indentation was also added to remove a compiler warning produced by gcc 7.3.0
-
- 25 1月, 2019 8 次提交
-
-
由 Mark VanderVoord 提交于
Feature printf (Thanks @farrrb !)
-
由 Fabian Zahn 提交于
-
由 Mark VanderVoord 提交于
Make unity.c compatible with c90
-
由 Luca Boccassi 提交于
Avoid declaring the loop variable inside the for statement to keep compatibility with c90: unity.c:1408: error: for' loop initial declaration used outside C99 mode
-
由 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 提交于
-