- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 30 10月, 2019 2 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
- 25 10月, 2019 3 次提交
-
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
-
由 mvandervoord 提交于
- fixed ANSI (C89) issues, including #418
-
- 02 8月, 2017 1 次提交
-
-
由 Aviv Palivoda 提交于
-
- 24 12月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 29 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Revised internal type naming scheme to better sandbox Unity away from everything else. Sure, short was nice, but not at the expense of naming collisions.
-
- 11 10月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 31 8月, 2016 1 次提交
-
-
由 jsalling 提交于
Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
-
- 24 8月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 22 8月, 2016 3 次提交
- 29 7月, 2016 1 次提交
-
-
由 Bryon Gloden, CISSP® 提交于
I believe if realloc() returns a pointer to a different location, the old location is freed. However, the pointer 'n1' is not freed if realloc fails to obtain a large enough block of memory and returns NULL. (more details on [StackOverflow](http://stackoverflow.com/a/16676964)).
-
- 27 7月, 2016 1 次提交
-
-
由 Bryon Gloden, CISSP® 提交于
[../Unity-master/extras/fixture/test/unity_fixture_Test.c:530]: (error) Deallocating a deallocated pointer: n1 This solution from Daniel Fischer was helpful in fixing the error because if realloc returns a pointer to a different location, the old location is freed. Found by https://github.com/bryongloden/cppcheck
-
- 06 5月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 01 3月, 2016 2 次提交
- 27 2月, 2016 1 次提交
-
-
由 jsalling 提交于
Add extern UnityFixture in internals header. Add C89 target in Makefile clang will show these warnings but can suppress "//" with -Wno-comment.
-
- 26 2月, 2016 2 次提交
-
-
由 jsalling 提交于
By removing the call to the Conclude function the code is simplified and doesn't depend on global state updates. Tests that are ignored after the testBody is called still output the right EOL.
-
由 jsalling 提交于
This fixes #168. See that github.com issue for more discussion. Allows the tests to build when putchar() is defined as a macro with parenthesis around it, as in the ARM embedded gcc compiler.
-
- 25 2月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 24 2月, 2016 1 次提交
-
-
由 jsalling 提交于
Using gcc 4.8 on Ubuntu 14
-
- 18 2月, 2016 2 次提交
- 10 2月, 2016 2 次提交
- 09 2月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 06 2月, 2016 2 次提交
- 02 2月, 2016 1 次提交
-
-
由 jsalling 提交于
This feature removes the dependency on malloc/free for constrained embedded systems without a heap. It uses a static heap inside Unity Fixture. Setting UNITY_INTERNAL_HEAP_SIZE_BYTES sizes the heap. Add tests for new option, add targets to makefile for running tests. UNITY_FIXTURE_MALLOC for Fixture use only, remove from unity_output_Spy.c.
-
- 01 2月, 2016 1 次提交
-
-
由 jsalling 提交于
Help failures in the spy by adding filename and message to output
-
- 23 12月, 2015 1 次提交
-
-
由 jsalling 提交于
Add CFLAGS in Fixture Makefile to catch C99 rules with '-pedantic'
-
- 22 12月, 2015 1 次提交
-
-
由 jsalling 提交于
Ignore tests that need the Spy if we are not building with it
-
- 19 12月, 2015 1 次提交
-
-
由 jsalling 提交于
No rake and ruby required to build existing tests
-
- 17 12月, 2015 1 次提交
-
-
由 jsalling 提交于
Don't set CurrentTestFailed = 0 at end, move before last check These tests now fail if the output_Spy is not used instead of putchar()
-
- 16 12月, 2015 1 次提交
-