Releases: jgonzalezdr/CppUMockGen
Releases · jgonzalezdr/CppUMockGen
Release v0.6
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
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
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
Changes:
- Check actually if the output path is an existing directory to consider that it is a directory.
Release v0.3.1
Added creation of home environment variable to installer
Release v0.3
Update manual