- 03 12月, 2016 1 次提交
-
-
由 Matt Chernosky 提交于
This resolves #219. When generating a new module, if all the files to generate already exist then it fails as before. If some of the files already exist, then the files that need to be created are created. Any existing files are not changed. Also added a bunch of tests for this feature via rspec. Run them from the test folder with `rake spec`.
-
- 29 11月, 2016 3 次提交
-
-
由 Mark VanderVoord 提交于
Revised internal type naming scheme to better sandbox Unity away from everything else. Sure, short was nice, but not at the expense of naming collisions.
-
由 Mark VanderVoord 提交于
Fixed error when path provided in module name.
-
由 Matt Chernosky 提交于
-
- 23 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
- configurable case. - better passing of includes and boilerplate information - test only pattern - optional naming conventions for case
-
- 22 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 17 11月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
removed duplicated declaration of putcharSpy
-
由 Jean Carlo Machado 提交于
-
- 15 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
We can’t guarantee that the built-in function insane will return 1. It might return any other non-negative value. Therefore we need to force it to be 1 so we can use the comparison operator later.
-
- 10 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Added ability to inject defines, much like what was built into Ceedling before Ceedling switched to just using this generator.
-
- 28 10月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
refactor generate_module so that it can be called as a class from within Ceedling (much like the test runner generator)
-
- 12 10月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Remove extra newline in verbose output format of Fixture
-
由 Mark VanderVoord 提交于
Add option to set NaN not equal NaN for floating point assertions
-
- 11 10月, 2016 2 次提交
- 06 10月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix bug, makefiles for example do not clean on windows
-
由 kykrueger 提交于
-
- 27 9月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
check 'i' limit before using it as an array index.
-
由 Jeremy Hannon 提交于
fix cppcheck "Array index 'i' is used before limits check."
-
- 26 9月, 2016 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix fixture using from C++ sources
-
由 Max Payne 提交于
Mangling issues, as always.
-
- 22 9月, 2016 6 次提交
-
-
由 Mark VanderVoord 提交于
Finished fixing floating point comparisons. We have streamlined how floats and doubles are checked, but we still can't compare them for equality directly. So we're directly testing for infinite and NaN before checking diffs. Also, we've officially decided that for testing purposes NaN shall equal NaN, +Inf shall equal +Inf, and -Inf shall equal -Inf. It's what most people expect during a test.
-
由 Mark VanderVoord 提交于
Fix warnings if you use UNITY_EXCLUDE_FLOAT
-
由 Mark VanderVoord 提交于
Bugfix Inf equals Inf
-
由 Mark VanderVoord 提交于
Test generator: scrub strings after comments
-
由 L.J. Hill 提交于
-
由 L.J. Hill 提交于
This fixes #220. Removing strings from test files is still dangerous, but much less likely to cause problems after this change to do the removal after removing comments. The bug could still manifest if a test file contains defines two macros, one that contains a single quotation mark and then another defined somewhere after it that contains a single quotation mark. Everything in between the aforementioned quotation marks would still be ignored after this commit, but that is an unlikely scenario.
-
- 21 9月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Add OSX to travis-ci build.
-
- 07 9月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Print escapes for C strings
-
- 04 9月, 2016 10 次提交