- 01 9月, 2016 1 次提交
-
-
由 jsalling 提交于
Works when using the putcharSpy, transparent without it
-
- 31 8月, 2016 3 次提交
-
-
由 Mark VanderVoord 提交于
Make testunity.c failure output uniform
-
由 Mark VanderVoord 提交于
Fixture C89 comments
-
由 jsalling 提交于
Remove stdint.h from the C89 build due to -pedantic warnings from type 'long long' and constants like UINTPTR_MAX = 18446744073709551615ULL
-
- 27 8月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Int width detection without sizeof
-
- 26 8月, 2016 2 次提交
- 25 8月, 2016 3 次提交
- 24 8月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 23 8月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 8月, 2016 4 次提交
-
-
由 Mark VanderVoord 提交于
Cleanup fixture memory testing
-
由 jsalling 提交于
Make it more clear that each test of the internal heap implementation should free in LIFO order. Without this check, memory can be stranded but still pass.
-
由 jsalling 提交于
-
由 jsalling 提交于
The internal malloc must free in LIFO order
-
- 12 8月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 09 8月, 2016 1 次提交
-
- 03 8月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Update unity_fixture.c (Thanks, Bryon!)
-
由 Mark VanderVoord 提交于
Update unity_fixture_Test.c (Thanks Bryon!)
-
- 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 4 次提交
-
-
由 Bryon Gloden, CISSP® 提交于
Sorry @mvandervoord -- not your code, your repository
😁 Regarding the double free, cppcheck has a check for that too (just saying)👍 -
由 Bryon Gloden, CISSP® 提交于
Free guard if UNITY_EXCLUDE_STDLIB_MALLOC is not defined.
👍 Thanks @ for the hint. -
由 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
-
由 Bryon Gloden, CISSP® 提交于
[../Unity-master/extras/fixture/src/unity_fixture.c:210]: (error) Memory leak: guard Found by https://github.com/bryongloden/cppcheck
-
- 18 7月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 13 7月, 2016 4 次提交
-
-
由 Mark VanderVoord 提交于
Weak attribute fix for TMS470 Compilers.
-
由 Mark VanderVoord 提交于
Escape backslashes for windows paths, fixes #137.
-
由 Daniel Murdin 提交于
Change-Id: I901bf192d3c06457d67c6d3a64bdb9aea22c53c2
-
由 Daniel Murdin 提交于
Change-Id: I2dbae30e21ab31921817f68fd7a5e08d21c76626
-
- 09 7月, 2016 3 次提交
-
-
由 Mark VanderVoord 提交于
- Added ability to surround filter strings in either type of quotes - Added ability to filter on multiple test strings as a comma delimited list - Added ability to filter on test_file:test_name - Added ability to use alternate syntax for filter of -f="blah"
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 27 6月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 23 6月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Updated method of testing generate_test_runner script to be a FUNCTIONAL test instead of a perfect code match. Backfilled most tests and added some coverage not previously present. Still need to test new command line args and a few cmock details.
-
- 22 6月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Script verification hasn't been added yet.
-
- 21 6月, 2016 3 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
add unity_to_junit.py (Thanks!)
-
由 Mathias Giacomuzzi 提交于
-
- 18 5月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-