- 18 9月, 2019 2 次提交
-
-
由 Michael Brockus 提交于
Added new CMakeLists.txt here in the src dir, moved add library method from root script to sub script.
-
由 Michael Brockus 提交于
Moved the add library method into sub dir. Also made this CMakeLists.txt script compatible for versions os CMake starting from 3.x and up.
-
- 11 9月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Get the 2's compliment of the unsigned int `number` when printing results without relying on problematic recasting of a negated int. (see #439)
-
- 13 8月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 09 7月, 2019 2 次提交
-
-
由 Mark VanderVoord 提交于
optimisation(AVR): Store static string in AVR EEPROM
-
由 Aurelien Labrosse 提交于
* This can save a lot of program memory and allow to run test on ATTiny
-
- 07 7月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
Quick fix to Meson example.
-
- 06 7月, 2019 10 次提交
-
-
由 Michael Brockus 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Add TEST_MESSAGE for outputting messages without aborting a test and _MESSAGE variant to TEST_PASS collection.
-
由 Michael Brockus 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
TI C55x compatibility patches - removal of sizeof operator from the interfaces
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
Meson support for Unity unit testing framework.
-
- 04 7月, 2019 8 次提交
-
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Michael Brockus 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
- Tweak a couple style problems with Ruby scripts.
-
- 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.
-
- 13 5月, 2019 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
- 12 5月, 2019 3 次提交
-
-
由 Fabian Zahn 提交于
Introduce patch from "UnityAssertEqualIntArray" for "UnityAssertNumbersArrayWithin" in order to get rid of the sizeof() operator
-
由 Fabian Zahn 提交于
sizeof() is a hell of an operator and returns the size of a data type in terms of "addressable units" which is not necessarily the size in bytes. To circumvent this problem and in order to keep the API clean we try to remove all sizeof() from the API.
-
由 Fabian Zahn 提交于
-
- 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 4 次提交
-
-
由 Dom Postorivo 提交于
-
由 Fabian Zahn 提交于
-
由 Mark VanderVoord 提交于
Issue #346 documentation improvement
-
由 Mark VanderVoord 提交于
-