- 02 11月, 2014 6 次提交
-
-
由 Mark VanderVoord 提交于
Fixed -Wcast-qual gcc warnings
-
由 Sergey Gusarov 提交于
But they look a bit different.
-
由 Sergey Gusarov 提交于
warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual] FYI, "-Wcast-qual" is not a default option. The main idea: If some function receives "const void*" why should it operate with "void*" (or something) afterwards (after casting)?
-
由 Mark VanderVoord 提交于
Fixed script unit tests. Fixed generate_test_runner configuration loadin... (Thanks Mark McCrum. You are awesome!)
-
由 Mark VanderVoord 提交于
Awesome. Thanks so much!
-
由 Sergey Gusarov 提交于
-
- 30 10月, 2014 1 次提交
-
-
由 Mark McCrum 提交于
- Modified rakefile to look in correct directory for script unit tests - Updated paths in script unit tests - Updated 'expectdata' files to match latest version of generated code - Fixed bug which prevented generate_test_runner from loading config from yaml file.
-
- 27 10月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
reworked character strings to be an array type so that storage classes are handled better for picky compilers.
-
- 25 10月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
- made help more clear - added ability to rename setUp / tearDown / and test prefix.
-
由 Mark VanderVoord 提交于
-
- 03 9月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 02 9月, 2014 3 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 16 8月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 31 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
support tests named spec as well. clean up UnityBegin to make us not have to dig inside it to inject the filename. Add UNITY_OUTPUT_START() and UNITY_OUTPUT_COMPLETE() for future use.
-
- 30 7月, 2014 10 次提交
-
-
由 Greg Williams 提交于
Added more robust handling of test includes, and to provide backwards API compatibility for Ceedling
-
由 Mark VanderVoord 提交于
rearranged project to centralize all self-test stuff under test directory. only pull in includes when required.
-
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
Removed Gemfile and Gemfile lock, since no longer requires test-unit, and we will assume the user has some version of Rake if they want to run the tests.
-
由 Greg Williams 提交于
-
由 Greg Williams 提交于
-
由 Mark VanderVoord 提交于
-
由 Greg Williams 提交于
-
由 Mark VanderVoord 提交于
redirect UNITY_POINTER_WIDTH to define at last catchable moment. Update older gcc targets to be fully explicit.
-
- 29 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 25 7月, 2014 1 次提交
-
-
由 Greg Williams 提交于
Fixed posix default foregroud color to use 39/default instead of 37/light-gray, since was very hard to see on some dark background terminals. Added Gemfile.lock for rubygems bundle environment consistency.
-
- 23 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
- rename the custom FLOAT_TRAIT type because the old name was poor
-
- 22 7月, 2014 4 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
added macros for IS_DETERMINATE and IS_NOT_DETERMINATE
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
- rework to not bother with any of the ever-changing test frameworks in Ruby (sigh) for self-testing - started working on cleaner floating point support. more coming.
-
- 09 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 01 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
* Add UNITY_BEGIN and UNITY_END macros to simplify usage * Improve RUN_TEST to make line_num optional where possible
-
- 23 5月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 5月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 4月, 2014 3 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
There was no reason that CMock init and destroy calls should be in the protected blocks. teardown is more flexible if verify is called afterwards.
-
由 Mark VanderVoord 提交于
-