Skip to content

Releases: ThrowTheSwitch/CMock

v2.5.3

29 Jan 16:00
9d09289
Compare
Choose a tag to compare

This is primarily a bugfix release.

v2.5.2

03 May 20:16
Compare
Choose a tag to compare

This release adds:

  • StopIgnore feature (with Ignore plugin)
  • Some rudimentary C++ parsing and mocking (nowhere close to complete)
  • Documentation Fixes

v2.5.1

07 Apr 12:42
Compare
Choose a tag to compare

Releasing CMock 2.5.1 officially (even though it has been released since November in Ceedling. whoops)

v.2.5.0

31 Oct 12:36
c1b1ff6
Compare
Choose a tag to compare

A huge number of bugfixes, particularly around parsing completeness and plugins interacting with one another.

CMock v2.4.6

14 Nov 21:34
Compare
Choose a tag to compare
  • 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

12 Sep 11:29
Compare
Choose a tag to compare
  • 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

25 Apr 12:53
Compare
Choose a tag to compare
  • 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

28 Oct 03:31
Compare
Choose a tag to compare
Pull in latest libraries and boost version information