Releases: mhekkel/mrc
Version 1.3.15
Version 1.3.13
Fix issue that caused build failure on some platforms due to incorrect usage of readlink.
Version 1.3.12
Fix for various issues, and no longer uses FetchContent by default
Release 6.0.11
New release, from the changelog:
- Added option --elf-template that can use an object file or executable in ELF format as template to find the correct --elf-* flags to use.
This option is used by mrc when you use it via the cmake plugin and specify CREATE_ELF_TEMPLATE in mrc_target_resources. - Remove libmcfp as submodule
- Moved from Boost.Test to Catch2 for unit testing
- Using FetchContent for dependencies
- Dropped FindFilesystem, assuming std::filesystem is standard by now.
Version 1.3.10
This new release contains a fix for the mrc-config.cmake file, it now checks the cmake version before attempting to write a dependency file.
Release 1.3.9
Fix creating 32 bit object files in MS Windows.
Changed mrc_target_resources
in mrc-config.cmake to accept named arguments.
Release 1.3.8
This release brings a few fixes for improved stability.
There's now also a switch that writes out a depends file. This is useful in automated build environments, to see whether a resource file should be updated. The updated cmake plugin for mrc uses this feature.
Release 1.3.6
New version with better error reporting. Removed dependency on boost::program_options.
Release 1.3.3
This release adds an ABI flag to specify ABI OS version in ELF headers.
Bug fix, added example code
This release fixes a small error in the CMakeLists.txt for installing the software and manual. It also adds an example project for using resources.