Skip to content

Releases: mull-project/mull

0.24.0

18 Dec 19:07
Compare
Choose a tag to compare
  • Added LLVM 18 support #1061

  • Introduced mull-reporter to handle multiple test targets and offline analysis #1072

  • Fixed ubuntu packages (missing libclang-cpp dependency) #1063 #1043

  • Switched from Ansible to Codespaces/devcontainers to ease development environment setup: docs

  • All the changes

0.23.0

15 Jul 19:02
Compare
Choose a tag to compare

0.22.0

27 May 21:53
Compare
Choose a tag to compare

0.21.1

30 Jun 08:32
Compare
Choose a tag to compare

0.21.0

02 Jun 20:28
Compare
Choose a tag to compare

0.20.0

17 Jan 20:55
Compare
Choose a tag to compare

🚨 Breaking change: Mull now exits with an error if mutants survive. Use --allow-surviving to preserve old behavior.

0.19.0

27 Aug 23:47
Compare
Choose a tag to compare

0.18.0

05 May 18:47
Compare
Choose a tag to compare
  • Fixed a phi-node miscompilation caused by cxx_logical_and_to_or and cxx_logical_or_to_and #994 #998
  • Improved diagnostics to track and workaround miscompilations #1000
  • All the changes

0.17.1

17 Mar 07:37
Compare
Choose a tag to compare

0.17.0

09 Mar 17:35
Compare
Choose a tag to compare

🚨 With this release, the mull-cxx tool is removed.

  • Fixed 'inconsistency in registered CommandLine options' when building against certain configs of LLVM #983
  • Removed mull-cxx #984
  • Simplified database schema for SQLite reporter #987
  • All the changes