Skip to content

Release 0.6.3: bugfix and misc

Compare
Choose a tag to compare
@pablolh pablolh released this 21 Sep 02:06
· 319 commits to develop since this release

Added

  • Address sanitizer CMake mode

Changed

  • Removed submodules and deps/ folder, replaced with CMake FetchContent
  • C++23
  • gtest instead of doctest
  • Various fixes to Github actions
  • Fixed bug in bitset due to bool automatic casting to 32 bits
  • Documentation formatting fixes
  • Doc chapter about internals

Removed