- 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 次提交
-
- 06 10月, 2015 1 次提交
-
-
由 Gergely Nagy 提交于
At the start of unity_free(), check mem for NULL, and return immediately if it is, so we don't crash in this case. This mimics the behaviour of most free() implementations. Closes #135. Signed-off-by: NGergely Nagy <algernon@madhouse-project.org>
-
- 02 7月, 2015 1 次提交
-
-
由 Andrew Burks 提交于
-
- 18 1月, 2015 1 次提交
-
-
由 nimrodz 提交于
Primarily - * Added "static" to static functions. * Added proper signature with "void" to functions without arguments. * Marked unused arguments with "(void)". * Removed entirely unused static functions. * Added "const" to preserve const-correctness. * Added function prototypes for external functions.
-
- 03 12月, 2014 1 次提交
-
-
由 kotofos 提交于
-
- 05 3月, 2013 1 次提交
-
-
由 James Hood 提交于
updating CLI for unity_fixture.h to handle unknown command line arguments (instead of entering an infinite loop)
-
- 12 1月, 2013 1 次提交
-
-
由 Bryan A. Jones 提交于
Likewise, place all function prototypes before statements. These changes support Microsoft Visual Studio 2008 Express Edition, which follows C89-style rules.
-
- 09 3月, 2011 1 次提交
-
-
由 mvandervoord 提交于
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@124 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 05 1月, 2011 1 次提交
-
-
由 mvandervoord 提交于
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@111 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 01 12月, 2010 1 次提交
-
-
由 mvandervoord 提交于
- fixed a few bugs in fixtures to get it to pass against our standard compilers - added extern of OUTPUT_CHAR method to keep compilers from complaining git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@107 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 30 11月, 2010 1 次提交
-
-
由 mvandervoord 提交于
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@106 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-