- 14 11月, 2018 2 次提交
-
-
由 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 提交于
-
- 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 3 次提交
-
-
由 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
-
由 Mark VanderVoord 提交于
-
- 07 6月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Add support for :mock_suffix
-
由 Trond Einar Snekvik 提交于
Adds support for :mock_suffix when generating mock setup and teardown functions. Also documents both prefix and suffix in the helper script guide.
-
- 03 5月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Re: Fix custom UNITY_OUTPUT_FLUSH and add tests #287
-
由 Mark VanderVoord 提交于
Bugfixes and refactoring in parse.rb (thanks @farrrb and @jeremyhannon )
-
- 27 2月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
Fixed unity fixture output and added methods for each of the different outputs. Added documentation. Fixed some whitespaces. Refactored class_name to class_name_idx (expressiveness). Refactored the xml output to methods (extensibility).
-
- 23 2月, 2018 3 次提交
-
-
由 Fabian Zahn 提交于
- Added more expressiveness to the code - Fixed some of the rubocop hints
-
由 Fabian Zahn 提交于
Refactored the os specific settings, it is now possible to convert both styles on every system (and even mixed)
-
由 Fabian Zahn 提交于
- Fixed stdout output if fixture is active - Refactored the state manipulation of @test_suite and moved it completely into test_suite_verify()
-
- 19 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-