Releases: ThrowTheSwitch/CMock
Releases · ThrowTheSwitch/CMock
v2.5.3
v2.5.2
This release adds:
- StopIgnore feature (with Ignore plugin)
- Some rudimentary C++ parsing and mocking (nowhere close to complete)
- Documentation Fixes
v2.5.1
Releasing CMock 2.5.1 officially (even though it has been released since November in Ceedling. whoops)
v.2.5.0
A huge number of bugfixes, particularly around parsing completeness and plugins interacting with one another.
CMock v2.4.6
- Handle pointer to constant types more consistently
- Remove push and pop pragmas for older versions of GCC
- Fix many ruby warnings and minitest deprecation issues
- Handle realloc failures in CMock when dynamic memory enabled
- Updates to Documentation
CMock v2.4.5
- significant updates to the create_makefile option
- fixed race conditions when requiring plugins when using ruby multitasking support
- fixed result file extensions to support scripts again
- ignore mock_ files from coverage analysis
- add pragma push and pop to gcc version of autogenerated test files
- reintroduce ruby 1.9.3 support (it just doesn't get the improved brace matching)
- lots of improvements for handling const
- documentation cleanup
CMock v2.4.4
- Added new naming convention and coding standard
- Started to refactor to conform to new standard
- Avoid undefined behavior in a couple specific situations
- Guess memory alignment if not specified based on int length
- Update to markdown documentation instead of pdf
- Bugfixes to some plugins, particularly return through pointer
CMock v2.4.3
Pull in latest libraries and boost version information