- 18 2月, 2018 4 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
- 15 2月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
Some minor changes for parse_output.rb (Thanks @farrrb and @jeremyhannon !)
-
- 12 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 11 2月, 2018 5 次提交
-
-
由 Mark VanderVoord 提交于
MISRA 19.10: surround each macro param with parens.
-
由 Fabian Zahn 提交于
-
由 Jeremy Hannon 提交于
MISRA 2004 rule 19.10: inside macros, surround each parameter usage with parentheses.
-
由 Mark VanderVoord 提交于
MISRA - param names match; macro params in parens
-
由 Jeremy Hannon 提交于
parameter names should match between declaration and definition. (MISRA 2004 rule 16.4)
-
- 30 1月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
- String split now works correctly for windows and unix (cross platform) - Removed unnecessary whitespaces in the xml output (beautifies the output) - Added support for TEST_IGNORE() (without message)
-
- 06 12月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Added more detail on test naming.
-
- 27 11月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Fix unsigned integer underflow in UnityAssertEqualIntArray (Thanks @shreyasbharath )
-
- 23 11月, 2017 1 次提交
-
-
由 Shreyas Balakrishna 提交于
-
- 20 11月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
Test runner generation: Wrap setjmp.h inclusion in ifdefs. (Thanks @flowher !)
-
由 Krzysztof Kwiatkowski 提交于
Auto generated test runner should generate a code which includes setjmp.h only if UNITY_EXCLUDE_SETJMP_H is not defined
-
- 15 11月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 04 11月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Allow suiteSetUp() and suiteTearDown() to be provided as normal C functions (Thanks @jlindgren90 )
-
- 01 11月, 2017 1 次提交
-
-
由 John Lindgren 提交于
-
- 31 10月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix missing TEST_ASSERT_EACH_EQUAL_HEX_MESSAGE -- Thanks @codehearts !
-
由 Kate Hart 提交于
-
- 25 10月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Color test results using ANSI escape codes (Thanks for the work, @VLambret !)
-
- 24 10月, 2017 1 次提交
-
-
由 Victor Lambret 提交于
Help error detection by adding specific colors for test results. This behavior is activated only when unity if compiled with UNITY_COLOR flag.
-
- 20 10月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Bugfix greater/less than asserts with unsigned int. (Thanks @jsalling! I can't express what a GREAT job you did with this.)
-
- 09 10月, 2017 2 次提交
-
-
由 John Lindgren 提交于
- Enable support for Green Hills Software compiler - Define weak implementations only once except on Windows
-
由 John Lindgren 提交于
MinGW supports a limited form of weak symbols, with the restriction that weak/default implementations need to be defined in the same translation unit they are called from. Strong/overriding symbols may of course be specified in a different translation unit.
-
- 22 9月, 2017 1 次提交
-
-
由 jsalling 提交于
-
- 21 9月, 2017 3 次提交
- 14 9月, 2017 2 次提交
-
-
由 John Lindgren 提交于
-
由 John Lindgren 提交于
This is simpler and more flexible than embedding C code in the Ruby options (:suite_setup and :suite_teardown). However, support for :suite_setup and :suite_teardown is kept for backwards compatibility. Several configurations are possible: 1. :suite_setup and :suite_teardown options provided and used. 2. :suite_setup and :suite_teardown options not provided (nil): 2a. Weak symbols not supported; suiteSetUp() and suiteTearDown() are not called. It would be simpler to make user-provided functions mandatory in this case, but it could break some pre-existing test suites. 2b. Weak symbols are supported and the stub implementations of suiteSetUp() and suiteTearDown() are called if there are no user-provided functions. 2c. Weak symbols are supported but overridden by user-provided suiteSetUp() and suiteTearDown() functions.
-
- 13 9月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 12 9月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 11 9月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix compiler warning due to reusing symbol 'exp'.
-
由 John Lindgren 提交于
-
- 09 9月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Cleanup Greater than and Less than asserts from other PR (#264) (Thanks @dpostorivo and @Dommar92 !)
-