All Versions
4
Latest Version
Avg Release Cycle
375 days
Latest Release
1049 days ago

Changelog History

  • v2.2.1 Changes

    May 15, 2021
    • ๐Ÿ› [bug] Redundant "add_library" in cml-config.cmake #35
  • v2.2.0 Changes

    May 15, 2021

    ๐Ÿ› 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 Changes

    July 12, 2018

    ๐Ÿ› 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 Changes

    April 17, 2018
    • โœจ [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