- 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.
-
- 17 12月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 03 12月, 2014 2 次提交
- 16 8月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 4月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 13 3月, 2014 1 次提交
-
-
由 toybuilder 提交于
At least in Microchip XC8 compiler, void (*runAllTests)(void) is treated as a different type from void (*runAllTests)(). Fix the definition of UnityMain to match the declaration by making the runAllTests's (void) parameter list explicit.
-
- 23 9月, 2013 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 05 9月, 2013 1 次提交
-
-
由 Warwick Stone 提交于
-
- 05 3月, 2013 1 次提交
-
-
由 James Hood 提交于
updating CLI for unity_fixture.h to handle unknown command line arguments (instead of entering an infinite loop)
-
- 17 1月, 2013 1 次提交
-
-
由 Alexander Klauer 提交于
-
- 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 1月, 2013 1 次提交
-
-
由 Bryan A. Jones 提交于
-
- 22 12月, 2012 4 次提交
-
-
由 Dennis Lambe Jr 提交于
More details here: http://forums.pragprog.com/forums/123/topics/10126
-
由 Dennis Lambe Jr 提交于
More details here: http://forums.pragprog.com/forums/123/topics/10126
-
由 Dennis Lambe Jr 提交于
More details here: http://forums.pragprog.com/forums/123/topics/10901
-
由 Dennis Lambe Jr 提交于
-
- 26 11月, 2012 1 次提交
-
-
由 mvandervoord 提交于
-
- 03 1月, 2012 1 次提交
-
-
由 mvandervoord 提交于
- fixed obj_file sorting in rakefiles - gave better anchors for gcc to grab on test pass/fail by breaking them out as functions - fixed minor type issues git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@137 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 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
-