Skip to content

Releases: demianmnave/CML

v2.2.1

15 May 18:37
Compare
Choose a tag to compare

bug

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

v2.2.0

15 May 15:30
2df7626
Compare
Choose a tag to compare

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

12 Jul 06:27
Compare
Choose a tag to compare

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

17 Apr 02:51
Compare
Choose a tag to compare
  • [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