Skip to content

Releases: opencor/libCombine

v0.2.20-buffer

Choose a tag to compare

@agarny agarny released this 04 Jun 01:28
Added addFileFromBuffer().

v0.2.20b

Choose a tag to compare

@agarny agarny released this 24 May 02:43
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

Choose a tag to compare

@agarny agarny released this 13 Jul 01:33
be51d86
Update VERSION.txt

v0.2.17

Choose a tag to compare

@agarny agarny released this 01 Jun 00:55
432074b
 - same submodule commands

v0.2.15

Choose a tag to compare

@agarny agarny released this 07 Mar 19:32
- bump version

v0.2.13b

Choose a tag to compare

@agarny agarny released this 06 Jan 20:43
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.