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
+
1
5
2021-01-23 version 1.2.0
2
6
* Added CMake build supporting tests and documentation
3
7
* Fixed some compiler warnings
Original file line number Diff line number Diff line change 1
1
cmake_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" )
3
3
4
4
option (BUILD_TESTING "Build Cotila tests" ON )
5
5
option (BUILD_DOCS "Build Doxygen documentation" OFF )
You can’t perform that action at this time.
0 commit comments