Skip to content

Releases: mhekkel/mrc

Version 1.3.13

22 Jul 08:30
v1.3.13
f342fad
Compare
Choose a tag to compare

Fix issue that caused build failure on some platforms due to incorrect usage of readlink.

Version 1.3.12

28 Mar 08:14
v1.3.12
cd461a0
Compare
Choose a tag to compare

Fix for various issues, and no longer uses FetchContent by default

Release 6.0.11

01 Feb 14:48
v1.3.11
41729ff
Compare
Choose a tag to compare

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

15 Aug 07:23
v1.3.10
774af4f
Compare
Choose a tag to compare

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

11 Jul 19:18
v1.3.9
cd4e779
Compare
Choose a tag to compare

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

31 May 12:25
v1.3.8
b0274a0
Compare
Choose a tag to compare

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

03 Dec 10:49
v1.3.6
93457a5
Compare
Choose a tag to compare

New version with better error reporting. Removed dependency on boost::program_options.

Release 1.3.3

02 Sep 15:32
v1.3.3
0331032
Compare
Choose a tag to compare

This release adds an ABI flag to specify ABI OS version in ELF headers.

Bug fix, added example code

02 Sep 09:03
v1.3.2
b83b405
Compare
Choose a tag to compare

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.

With cmake package file

01 Sep 14:07
v1.3.1
Compare
Choose a tag to compare

This release now installs a cmake package config file, thereby making it easier to add resources to an executable when using CMake.