Skip to content

Releases: jgonzalezdr/CppUMockGen

Release v0.6

18 Mar 09:41
Compare
Choose a tag to compare

What's Changed

  • [Improvement] Eliminate expectation code duplication
  • [Improvement] Add mocks and expectations for constructors and destructors.
  • [Improvement] The output path can be passed to just one of the -m or -e options and be derived for the other one.
  • [Improvement] Support for InputPOD, OutputPOD and MemoryBuffer override options.
  • [Fix] In generation options info written to output files, quotitify all option strings that contain characters susceptible of needing escaping in common command shells.

Full Changelog: v0.5...v0.6

Release v0.5

24 Feb 19:31
Compare
Choose a tag to compare

Changes:

  • Added command line option to indicate a base directory to reference input files when included from generated mocks/expectations.
  • The Windows installer now installs libclang.dll to avoid having also to install LLVM.

Fixes:

  • The message indicating that the generated files are autogenerated now indicates the proper tool name (thanks to @stefaneicher)

Full Changelog: v0.4...v0.5

Release v0.4

27 May 09:17
Compare
Choose a tag to compare

Changes:

  • Added support to indicate the language standard using the option -s / --std.
  • Added support to include configuration files (containing command-line options) using the option -f / --config-file.
  • Merged options of function-specific and generic type overrides. Now a single -t / --type-override option is available (which accepts both override specs).
  • Added support for building on Linux.

Fixes:

  • Fixed generation of static methods mocks and expectations.

Release v0.3.2

08 May 09:58
Compare
Choose a tag to compare

Changes:

  • Check actually if the output path is an existing directory to consider that it is a directory.

Release v0.3.1

10 Jul 02:20
Compare
Choose a tag to compare
Added creation of home environment variable to installer

Release v0.3

04 Jul 10:09
Compare
Choose a tag to compare
Update manual