1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-03-12 16:51:11 -04:00
CMock/lib
Mark VanderVoord b9b68bd26c - fixed broken tests introduced by Jocelyn's changes (oops. I should have checked that)
- reverted casting change, because it produces many pedantic C errors.
2014-05-07 15:57:08 -04:00
..
cmock_config.rb Merge branch 'master' of https://github.com/ThrowTheSwitch/CMock 2014-03-17 10:52:13 -04:00
cmock_file_writer.rb - added copyright notices to code (oops) 2010-04-27 02:14:44 +00:00
cmock_generator_plugin_array.rb - added copyright notices to code (oops) 2010-04-27 02:14:44 +00:00
cmock_generator_plugin_callback.rb - fixed error in callback generation with no arguments, no returns, and no count values 2012-01-24 23:47:08 +00:00
cmock_generator_plugin_cexception.rb - drop cexception_include which is no longer needed 2010-06-27 19:02:07 +00:00
cmock_generator_plugin_expect_any_args.rb * split :args_only feature from :ignore plugin to be its own :expect_any_args plugin 2014-03-03 19:28:50 -05:00
cmock_generator_plugin_expect.rb - Reworked memory handling to avoid realloc problems if it decides to relocate the block. 2011-01-13 18:10:57 +00:00
cmock_generator_plugin_ignore_arg.rb Added unit tests for return_thru_ptr and ignore_arg plugins 2012-12-20 17:26:38 -05:00
cmock_generator_plugin_ignore.rb Fixed 'return from incompatible pointer type' compiler warnings that were produced by generated code for functions having 'const ptr' has return value. 2014-05-06 09:25:24 -04:00
cmock_generator_plugin_return_thru_ptr.rb Added unit tests for return_thru_ptr and ignore_arg plugins 2012-12-20 17:26:38 -05:00
cmock_generator_utils.rb resolved conflicts 2014-03-17 11:14:32 -04:00
cmock_generator.rb - fixed broken tests introduced by Jocelyn's changes (oops. I should have checked that) 2014-05-07 15:57:08 -04:00
cmock_header_parser.rb Properly mark the 'const' state of a fonction's return type. 2014-05-06 09:24:38 -04:00
cmock_plugin_manager.rb - plugin manager protects against redundant plugin requests 2011-01-28 15:46:43 +00:00
cmock_unityhelper_parser.rb - more cleanup 2012-05-28 15:18:26 +00:00
cmock.rb Fixed symbol loading when using direct command line arguments 2014-04-15 11:34:02 -04:00