Skip to content

Releases: Makman2/GCR_CMake

4.0

04 Nov 23:30
Compare
Choose a tag to compare

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 from CMAKE_CURRENT_SOURCE_DIR to CMAKE_CURRENT_LIST_DIR (9679564)
  • SOURCE_DIR now supports relative paths (relative to CMAKE_CURRENT_LIST_DIR) (9679564)
  • Give the intermediary artifact .gresource.xml a better name so that it's not a hidden file. It is now called resources.gresource.xml. (d9c50bd)

3.5

01 Nov 23:19
Compare
Choose a tag to compare
3.5

This is a bugfix release. Following issues were addressed:

Thank you @daleclack for this patch! 🎉

3.4

30 Apr 07:37
Compare
Choose a tag to compare
3.4

This is a bugfix release.

Issues addressed:

  • CompileGResources: OPTIONS and *_ALL args were not working (c39fdec)

Thanks a ton @cyclopsian for submitting a patch 😄

3.3

16 Feb 13:08
Compare
Choose a tag to compare
3.3

This is a bugfix-release.

Issues addressed:

3.2

31 Oct 19:26
Compare
Choose a tag to compare
3.2

New features:

  • Introduce C_PREFIX parameter (c4e70e2):

    Support for --c-name of glib-compile-resources. Specify a prefix for generated resource names in C-code.

Thanks for Ralf Zerres to get this feature rolling :)

3.1

17 Oct 18:52
Compare
Choose a tag to compare
3.1

Many thanks to @9fcc who contributed to this little repository, thanks to him:

  • It's now possible to use the CMake macros from a subdirectory of a main project. (f9b757a)

Get your update! :)

3.0

25 Feb 04:09
Compare
Choose a tag to compare
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.

2.1

09 Feb 18:23
Compare
Choose a tag to compare
2.1

Same as 2.0 but with an updated README. (ea291be)

2.0

06 Feb 21:19
Compare
Choose a tag to compare
2.0

New features:

  • Add path output for the generated XML to make postprocessing possible. (bbb277e)

1.0

04 Feb 21:41
Compare
Choose a tag to compare
1.0

Initial release.