Releases: mutable-org/mutable
Releases · mutable-org/mutable
v0.0.144
[UTest] Add tests for `ArrayIndex`
v0.0.143
[CMake] Bump catch2 v2 to latest version 2.13.10
v0.0.142
[UTest] Add Unit Tests for `ArgParser`
v0.0.141
[CleanUp] Remove spurious `erase()` from `Timer.hpp`
v0.0.140
[Wasm] Ignore invalid value and provide warning in `set_high_watermar…
v0.0.139: [CMake] Fix static linking w/o V8.
When configuring a static library build with `-DWITH_V8=OFF`, there was a CMake error that there is no rule to build `libv8_monolith`, that is required by `libmutable_bundled`. This was due to a mistake in the configuration of the libraries included in `libmutable_bundled`. This commit introduces a check for `WITH_V8` before adding the V8 and Binaryen libraries to `libmutable_bundled`.
v0.0.138
[IR] Fix `M_insist` checks
v0.0.136
[Submodule] Fix evaluation submodule URL.
v0.0.135: [CI] Fix directory `build/coverage` not found
The coverage job of CI fails if `build/coverage` does not exists which is the case if we cleaned the caches before.
v0.0.134: [Fix] Support Apple clang 15
Apple's fork of the LLVM clang compiler appears to be stricter when the keyword `template` is required.