- 04 7月, 2019 4 次提交
-
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
- 03 7月, 2019 2 次提交
-
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
- 27 6月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
add a blank line after #include "unity.h"
-
由 Nico Tonnhofer 提交于
The include must be in the first line, else you may expect some issues. Some autoformat tools could sort the includes alphabetically and could break the test.
-
- 05 5月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
silent mode in unity fixture
-
由 Mark VanderVoord 提交于
Added .editorconfig in order to set editors to the right settings.
-
- 04 5月, 2019 13 次提交
-
-
由 Dom Postorivo 提交于
-
由 Fabian Zahn 提交于
-
由 Mark VanderVoord 提交于
Issue #346 documentation improvement
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Issue #348 generalize example 3 gcc config
-
由 Mark VanderVoord 提交于
Execution time improvements
-
由 Mark VanderVoord 提交于
Redefine name of resetTest in generated runner
-
由 Mark VanderVoord 提交于
Generic CMake script.
-
由 Mark VanderVoord 提交于
Allow multi line test-function definitions.
-
由 Mark VanderVoord 提交于
Fixed maximum number of nibbles for processor where sizeof() operator…
-
由 Mark VanderVoord 提交于
Used sizeof operator for pointer increments in UnityAssertEqualIntArray().
-
由 Mark VanderVoord 提交于
Add tests for GREATER_OR_EQUAL, LESS_OR_EQUAL, LESS_THAN, and GREATER_THAN
-
由 Mark VanderVoord 提交于
-
- 21 4月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
TEST_ASSERT_INT_ARRAY_WITHIN in unity
-
由 Dom Postorivo 提交于
-
- 15 4月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 14 4月, 2019 3 次提交
-
-
由 Mark VanderVoord 提交于
Use Pass string from unity.c in unity_fixture.c to garuntee colour behavior
-
由 Mark VanderVoord 提交于
Expliticly show test failures of unequal strings
-
由 Dom Postorivo 提交于
-
- 13 4月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 08 4月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
Used sizeof() operator for pointer increments and substituted sizeof() operator for the unsigned int mask calculation to "UNITY_INT_WIDTH / 8" in function "UnityAssertEqualIntArray".
-
- 07 4月, 2019 1 次提交
-
-
由 Fabian Zahn 提交于
Fixed maximum number of nibbles for processor where sizeof() operator doesn't return the size of a type in 8-bit bytes (e.g. the TI C2000 series).
-
- 04 4月, 2019 1 次提交
-
-
由 Fredrik Rothamel 提交于
-
- 27 3月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
unity_test_summary.py recursive search for test files
-
- 26 3月, 2019 1 次提交
-
-
由 Tomer Yogev 提交于
-
- 25 3月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Fix travis config: Use ruby 2.3
-
- 24 3月, 2019 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 12 3月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
use unary minus on the incoming int instead of the casted uint
-
由 Alexander Brevig 提交于
-
- 22 2月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Removed leading underscore from module generator header guards. (Thanks @detly !)
-