Skip to content

Releases: WolframResearch/LibraryLinkUtilities

LLU 3.2.0

09 Aug 06:51
Compare
Choose a tag to compare

This minor release introduces a CMake option LLU_USE_STATIC_CRT to allow linking LLU dynamically with Microsoft C Runtime (previously it would always link statically) and contains small bugfixes. The new CMake option is OFF by default, which means that LLU will link dynamically to the CRT (/MD flag).

We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.

LLU 3.1.1

21 Jul 08:38
Compare
Choose a tag to compare

This bugfix release fixes build problems on M1 MacOS together with a number of minor improvements to CMake utility functions.

We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.

LLU 3.1.0

25 Feb 11:21
Compare
Choose a tag to compare

This release adds C++ wrappers for MSparseArray - a LibraryLink container for storing sparse data.
It also fixes a problem with DataList unit tests not compiling in Apple clang 12.0.

We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.

LLU 3.0.1

20 Oct 06:23
Compare
Choose a tag to compare

First release of LibraryLink Utilities on GitHub!

We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.