Skip to content

Releases: mutable-org/mutable

v0.0.144

28 Nov 18:19
41d4f96
Compare
Choose a tag to compare
[UTest] Add tests for `ArrayIndex`

v0.0.143

28 Nov 16:22
38bed5c
Compare
Choose a tag to compare
[CMake] Bump catch2 v2 to latest version 2.13.10

v0.0.142

27 Nov 11:44
94adb69
Compare
Choose a tag to compare
[UTest] Add Unit Tests for `ArgParser`

v0.0.141

24 Nov 10:50
c4b8d2d
Compare
Choose a tag to compare
[CleanUp] Remove spurious `erase()` from `Timer.hpp`

v0.0.140

20 Nov 13:29
Compare
Choose a tag to compare
[Wasm] Ignore invalid value and provide warning in `set_high_watermar…

v0.0.139: [CMake] Fix static linking w/o V8.

18 Nov 19:05
24b3b7d
Compare
Choose a tag to compare
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

15 Nov 19:25
468bc24
Compare
Choose a tag to compare
[IR] Fix `M_insist` checks

v0.0.136

15 Nov 08:29
3118120
Compare
Choose a tag to compare
[Submodule] Fix evaluation submodule URL.

v0.0.135: [CI] Fix directory `build/coverage` not found

13 Nov 21:44
b2f6d52
Compare
Choose a tag to compare
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

13 Nov 15:19
d7015cc
Compare
Choose a tag to compare
Apple's fork of the LLVM clang compiler appears to be stricter when the
keyword `template` is required.