.. |
cmock_config.rb
|
- Renamed :strict_mock_calling option to :fail_on_unexpected_calls for clarity.
|
2017-09-08 14:54:55 -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
|
fixed white space
|
2016-01-04 20:00:32 -05:00 |
cmock_generator_plugin_callback.rb
|
Fix system test
|
2017-02-13 17:36:20 +10:30 |
cmock_generator_plugin_cexception.rb
|
-fix whitespace
|
2016-01-04 19:27:48 -05:00 |
cmock_generator_plugin_expect_any_args.rb
|
Remove a commented-out function (it confuses yard otherwise).
|
2017-08-30 15:49:14 -04:00 |
cmock_generator_plugin_expect.rb
|
Remove an extra newline.
|
2017-08-30 15:50:20 -04:00 |
cmock_generator_plugin_ignore_arg.rb
|
- Centralized error strings to a few constants.
|
2015-12-10 16:58:10 -05:00 |
cmock_generator_plugin_ignore.rb
|
Add 'strict_mock_calling' option
|
2017-09-06 00:28:37 +02:00 |
cmock_generator_plugin_return_thru_ptr.rb
|
Suppress warning when returning thru const or volatile ptr
|
2017-04-03 11:19:16 +09:30 |
cmock_generator_utils.rb
|
Remove dead code (unity_msg is not used since 647876644b ).
|
2017-08-30 10:28:53 -04:00 |
cmock_generator.rb
|
- Renamed :strict_mock_calling option to :fail_on_unexpected_calls for clarity.
|
2017-09-08 14:54:55 -04:00 |
cmock_header_parser.rb
|
Fix recent const changes to account for special (char*) handling.
|
2017-09-08 15:20:57 -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 |