- 30 10月, 2019 2 次提交
-
-
由 mvandervoord 提交于
Sigh. had to NOT disable these warnings by default because the gcc on our test rig doesn't understand it
-
由 mvandervoord 提交于
While we're fixing warnings / errors, disable this (otherwise helpful) error because we are purposefully making this example file fail for this.
-
- 21 10月, 2019 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 26 1月, 2019 2 次提交
-
-
由 teaguecl 提交于
This test case had an error in both examples: test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode It was supposed to be a list of values that are NOT in the list, and none of them should be found. It incorrectly included '1'
-
由 teaguecl 提交于
This test case had an error: test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode It was supposed to be a list of values that are NOT in the list, and none of them should be found. It incorrectly included '1' which is a value in the list. The compile option -Wno-misleading-indentation was also added to remove a compiler warning produced by gcc 7.3.0
-
- 23 1月, 2017 1 次提交
-
-
由 jsalling 提交于
If, longer term, the Travis-CI support for 32-bit is inconsistent the lines that failed are: - make -s DEBUG=-m32 - cd ../example_3 && rake Add target 'ci' for building examples with -Werror
-
- 18 1月, 2017 2 次提交
- 06 10月, 2016 1 次提交
-
-
由 kykrueger 提交于
-
- 15 5月, 2016 1 次提交
-
-
由 Andrzej Bieniek 提交于
-
- 18 6月, 2015 1 次提交
-
-
由 ThingamaByte, LLC 提交于
-
- 12 3月, 2015 1 次提交
-
-
由 Greg Williams 提交于
-
- 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.
-
- 04 11月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 02 11月, 2014 1 次提交
-
-
由 Sergey Gusarov 提交于
-
- 17 7月, 2013 3 次提交
-
-
由 Warwick Stone 提交于
* Simple makefile example, extracted from existing example
-
由 Warwick Stone 提交于
* Moved existing example to its own directory, with the intention of adding more examples * Existing example uses its own .yml file instead of one of the files in targets/.
-
由 Warwick Stone 提交于
* Make would fail due to missing build directory. Now it doesn't try to delete build/
-
- 13 4月, 2013 1 次提交
-
-
由 Stephen Hawley 提交于
-
- 25 3月, 2013 1 次提交
-
-
由 Weihong.Guan 提交于
-
- 26 4月, 2010 1 次提交
-
-
由 mvandervoord 提交于
- restored makefiles to working condition - updated files to include copyright notice - fixed bug in string array comparisons - ignored tests no longer run teardown - tests failing for uncaught cexceptions now get exception id reported git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@70 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-