Releases: Makman2/GCR_CMake
Releases · Makman2/GCR_CMake
4.0
This release brings a few - strictly speaking - not backwards-compatible little fixes and corrections, now backed by automatic tests. 🧪
Following issues were addressed:
- Implement tests (b9095bc)
- Fix the
STRIPBLANKS_ALL
option (plainly did not work because of a typo) (873035f) SOURCE_DIR
's default has been changed fromCMAKE_CURRENT_SOURCE_DIR
toCMAKE_CURRENT_LIST_DIR
(9679564)SOURCE_DIR
now supports relative paths (relative toCMAKE_CURRENT_LIST_DIR
) (9679564)- Give the intermediary artifact
.gresource.xml
a better name so that it's not a hidden file. It is now calledresources.gresource.xml
. (d9c50bd)
3.5
This is a bugfix release. Following issues were addressed:
Thank you @daleclack for this patch! 🎉
3.4
3.3
3.2
3.1
3.0
Main features of this release are:
- Create a target for the generation of the gresource XML file! Now the resource file doesn't get rebuilt everytime because of updated timestamps. For that purpose use a CMake script that is invoked at build-time. (8aeef20)
- Split functionality into several files. (175803b)
Some little improvements were made in code style. Also removed some unneeded expressions.