Releases: demianmnave/CML
Releases · demianmnave/CML
v2.4.1
What's Changed
- Make index_of... generic and tidy up scalar_traits by @demianmnave in #52
Full Changelog: v2.4.0...v2.4.1
v2.4.0
Breaking Changes
What's Changed
- Encode aliasing effects as a test case by @demianmnave in #49
- cml::constants<...> functions should be constexpr by @demianmnave in #50
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Order of matrix_concat switched from CML1 by @demianmnave in #41
- fixed<> is unavailable in quaternion.h by @demianmnave in #45
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
bug
- [bug] source_group() settings are wrong for non-IDE builds #27
closed
- [closed] Update to Catch2 2.13.4 #26
enhancement
- [enhancement] Tidy up CMakeLists.txt #31
- [enhancement] Tidy up .appveyor.yml #30
- [enhancement] Use __cpp* directives to require features in compiler.h #29
- [enhancement] Consider using CMake compiler features instead of hand-rolled "compiler.h" #23
- [enhancement] Add support for CML as a CMake interface library #21