.. |
cmock_config.rb
|
Merge pull request #258 from jlindgren90/master
|
2019-11-11 08:38:14 -05: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
|
make ret variable more unique to prevent collision with with code under test
|
2019-11-04 11:23:57 -05: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
|
Rename treat_inline to treat_inlines
|
2019-11-10 18:39:35 +01:00 |
cmock_header_parser.rb
|
Rename total_levels to total_pairs
|
2019-11-13 00:03:52 +01: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 |