.. |
cmock_config.rb
|
Fix typo (unity_gelper -> unity_helper).
|
2019-10-30 12:45:19 -04:00 |
cmock_file_writer.rb
|
- CMock should now automatically create root mock directory if it doesn't exist (issue #68)
|
2016-02-24 16:24:09 -05:00 |
cmock_generator_plugin_array.rb
|
Don't assume that pointer-to-constant types have "const" removed.
|
2017-09-12 15:54:47 -04:00 |
cmock_generator_plugin_callback.rb
|
Reworked naming of the new divided callback functionality to better reflect what is happening and avoid another use of the word Ignore.
|
2019-09-09 11:00:09 -04:00 |
cmock_generator_plugin_cexception.rb
|
Fix Ruby warnings (mostly unused variables).
|
2017-09-14 09:40:48 -04:00 |
cmock_generator_plugin_expect_any_args.rb
|
Fixed an error.
|
2019-10-23 16:03:42 -04:00 |
cmock_generator_plugin_expect.rb
|
Replace IgnoreMode with ExpectAnyArgsBool (no functional change).
|
2019-09-16 13:28:14 -04:00 |
cmock_generator_plugin_ignore_arg.rb
|
Fix Ruby warnings (mostly unused variables).
|
2017-09-14 09:40:48 -04:00 |
cmock_generator_plugin_ignore.rb
|
mock_Verify functions should ideally not modify the state of the mock.
|
2018-08-28 14:51:41 -04:00 |
cmock_generator_plugin_return_thru_ptr.rb
|
Address issue #196 to better deal with passing pointer types
|
2019-10-30 14:10:59 -04:00 |
cmock_generator_utils.rb
|
Replace IgnoreMode with ExpectAnyArgsBool (no functional change).
|
2019-09-16 13:28:14 -04:00 |
cmock_generator.rb
|
Merge pull request #186 from jlindgren90/master
|
2019-07-07 15:12:07 -04:00 |
cmock_header_parser.rb
|
Minor tweaks to overcome Ruby style warnings.
|
2019-09-09 14:46:14 -04:00 |
cmock_plugin_manager.rb
|
Merge pull request #120 from shreyasbharath/fix-multi-threading-bug
|
2017-09-08 13:12:55 -04:00 |
cmock_unityhelper_parser.rb
|
Normalize all the line endings
|
2016-01-07 14:11:52 -05:00 |
cmock.rb
|
Remove support for versions of Ruby before 2.0 (as Rubylang doesn’t even support them anymore)
|
2017-03-20 16:18:09 -04:00 |