- 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
-
- 19 1月, 2017 1 次提交
-
-
由 jsalling 提交于
Altered the rake build so that it passes. The example_3 shows off some failing tests, so the rake build has to ignore those. Update .gitignore file with executables from examples
-
- 18 1月, 2017 6 次提交
-
-
由 jsalling 提交于
Delete clang flags that were disabled with -Wno-*
-
由 jsalling 提交于
-
由 Mark VanderVoord 提交于
No print masking of integers, bounds on hex printing (Thanks!)
-
由 Mark VanderVoord 提交于
Optional UNITY_EXCLUDE_SETJMP_H, different control flow
-
由 jsalling 提交于
-
- 16 1月, 2017 3 次提交
-
-
由 Mark VanderVoord 提交于
Quell warnings about pointer to integer cast
-
由 Mark VanderVoord 提交于
Fix bug in DOUBLES_EQUAL in unity_fixture.h
-
由 jsalling 提交于
-
- 15 1月, 2017 6 次提交
-
-
由 jsalling 提交于
-
由 jsalling 提交于
With a wider integer width than a pointer, gcc can still warn when you cast a pointer. Strange but true. To see these warnings compile with gcc -m32, 32-bit target, and enable UNITY_SUPPORT_64
-
由 jsalling 提交于
Using this option changes the control flow of Unity, but is useful on constrained embedded systems. You can't fully simulate the power of 'longjmp' with just 'return', but Unity still works well, all tests pass.
-
由 jsalling 提交于
-
由 jsalling 提交于
Move longjump inside caller, to functions returning 'void' This single function needed to change to allow optional setjmp.h
-
由 jsalling 提交于
The setjmp calls are all in TEST_PROTECT() already
-
- 14 1月, 2017 6 次提交
-
-
由 Mark VanderVoord 提交于
Fixture - Remove duplicate output of test name in verbose mode
-
由 Mark VanderVoord 提交于
Organize Makefile so clang works on all platforms, warnings are set
-
由 Mark VanderVoord 提交于
Remove promotion warnings on float constants, Inline the isneg/ispos macros
-
由 Mark VanderVoord 提交于
Always run the tearDown() even if test is ignored
-
由 Mark VanderVoord 提交于
Cleanup floating point print testing, update docs
-
由 Mark VanderVoord 提交于
Rename UNITY_SKIP_EXECUTION to RETURN_IF_FAIL_OR_IGNORE
-
- 11 1月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Thanks for the walkthrough (and all the original work!). Your logic seems solid to me. :)
-
- 07 1月, 2017 1 次提交
-
-
由 jsalling 提交于
Defensive coding
-
- 01 1月, 2017 1 次提交
-
-
由 jsalling 提交于
-
- 31 12月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 30 12月, 2016 4 次提交
- 29 12月, 2016 2 次提交
- 27 12月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Fixture - Ability to set size of pointer list
-
由 Mark VanderVoord 提交于
Fix test that failed when any other test failed
-
- 25 12月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 24 12月, 2016 4 次提交