Skip to content

Releases: sbmlteam/libCombine

Release 0.2.20

Choose a tag to compare

@fbergmann fbergmann released this 07 Dec 09:48

This release fixes an issue from the zipper dependency library, where zero sized files would have been extracted as directories, rather than files.

What's Changed

  • fix paths in CMakeLists.txt when including zipper sources from the submodule by @lkeegan in #53
  • fix minizip cmake paths by @lkeegan in #54
  • fixes #59

New Contributors

Full Changelog: v0.2.19...v0.2.20

Release 0.2.19

Choose a tag to compare

@fbergmann fbergmann released this 22 Sep 09:09

This release adds the option of changing the default temporary directory being used (when the environment variables TMP or TEMP are not defined) by calling:

  • std::string Util::getDefaultTempDir()
  • and void setDefaultTempDir(const std::string& defaultDir)

Release 0.2.18

Choose a tag to compare

@fbergmann fbergmann released this 12 Jul 20:47
be51d86

This release updates the zipper dependency to a newer version, that resolves several memory leaks. Additionally a leak of a content variable was resolved. This resolves issue #51, thanks to alan for filing the issue.

Release 0.2.17

Choose a tag to compare

@fbergmann fbergmann released this 22 Apr 08:50
432074b

This release installs a find script for libCombine. Additionally, the binaries have been updated to use the latest version of Expat.

Release 0.2.16

Choose a tag to compare

@fbergmann fbergmann released this 07 Apr 07:57

This release now uses cmake imported targets for linking, that way the cmake scripts generated are relocatable. For people consuming the library, we provide find scripts for all dependencies, that are being installed into share/cmake/Modules.

Release 0.2.15

Choose a tag to compare

@fbergmann fbergmann released this 20 Jan 15:45

This release fixes an issue where KnownFormats::isFormat will now also recognize https:// format URLs. For compatibility reasons only http format namespaces will be written out as outlined by the specification.

Full Changelog: v0.2.14...v0.2.15

Release 0.2.14

Choose a tag to compare

@fbergmann fbergmann released this 29 Nov 14:44

This version fixes an issue where KnownFormats would not return purl.org URLs. Additionally the cmake files have been updated, so the cmake scripts will install into the correct lib directory.

Full Changelog: v0.2.13...v0.2.14

libCombine 0.2.13

Choose a tag to compare

@fbergmann fbergmann released this 20 Jul 14:14

This release adds an integer return value to addMetadata. Now when a metadata element would not be written out, a failure error code is returned, otherwise success (0) is returned.

See also #43

LibCombine 0.2.12

Choose a tag to compare

@fbergmann fbergmann released this 20 Jul 11:00

This release includes the fix of the Matlab mime type.

libCOMBINE 0.2.11

Choose a tag to compare

@fbergmann fbergmann released this 29 Apr 08:22
b81bfa5

This release contains a number of fixes from the last couple of months:

  • cmake scripts now use the gnu install dirs, and so libraries should be in the right place after installation on linux x64
  • the modification date will not automatically be added every time
  • the library compiles with latest c++ standard