Skip to content

Releases: opencor/libCombine

v0.2.20-buffer

04 Jun 01:28

Choose a tag to compare

Added addFileFromBuffer().

v0.2.20b

24 May 02:43

Choose a tag to compare

CMake: allow to specify an XML library.

If we don't then we get some undefined symbols XML-related methods (e.g., _xmlCreatePushParserCtxt).

v0.2.18

13 Jul 01:33
be51d86

Choose a tag to compare

Update VERSION.txt

v0.2.17

01 Jun 00:55
432074b

Choose a tag to compare

 - same submodule commands

v0.2.15

07 Mar 19:32

Choose a tag to compare

- bump version

v0.2.13b

06 Jan 20:43

Choose a tag to compare

Renamed the library to [lib]combine.

With `[lib]Combine`, a CMake file called `[lib]Combine-static-config.cmake` gets generated. Such a CMake file cannot be found on a case-sensitive system (since that kind of filename should be all lower case). Instead, a CMake file called `[lib]combine-static-config.cmake` should be generated.