Demianmnave CML Versions Save

The Configurable Math Library

v2.2.1

2 years ago

bug

  • [bug] Redundant "add_library" in cml-config.cmake #35

v2.2.0

2 years ago

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

v2.1.2

5 years ago

bug

  • [bug] Unnecessary requirement of rvalue-from-this for fixed-length external vectors #15

enhancement

  • [enhancement] Implement vector and matrix fill() functions #16
  • [enhancement] Implement equality and difference operators for matrices #14

v2.1.1

6 years ago
  • [enhancement] Use __has_feature(...) when building with Clang #13
  • [bug] Implement matrix_hadamard_product1 test suite #12
  • [enhancement] Support structured binding of fixed-size vectors #11
  • [bug] Missing close brace? #10