File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ 2021-03-06 version 1.2.1
2+ * Fixed `sum` using integer accumulator with floating point input
3+ * Various build system improvements
4+
152021-01-23 version 1.2.0
26 * Added CMake build supporting tests and documentation
37 * Fixed some compiler warnings
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14)
2- project (cotila VERSION 1.2.0 LANGUAGES CXX DESCRIPTION "A compile time linear algebra system" HOMEPAGE_URL "https://github.com/calebzulawski/cotila" )
2+ project (cotila VERSION 1.2.1 LANGUAGES CXX DESCRIPTION "A compile time linear algebra system" HOMEPAGE_URL "https://github.com/calebzulawski/cotila" )
33
44option (BUILD_TESTING "Build Cotila tests" ON )
55option (BUILD_DOCS "Build Doxygen documentation" OFF )
You can’t perform that action at this time.
0 commit comments