File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33# Author: Scott A. Colcord
44
55cmake_minimum_required (VERSION 3.26 )
6- project (coda-oss VERSION 1 .0.0 LANGUAGES C CXX )
6+ project (coda-oss VERSION 2 .0.0 LANGUAGES C CXX )
77
88if (EXISTS "${CMAKE_BINARY_DIR} /conanbuildinfo.cmake" )
99 # build and package with conan
Original file line number Diff line number Diff line change 22
33## Release 2.0.0 (WIP)
44- Removed:
5- - ` coda_oss-c++ ` module
6- - ` gsl-c++ ` module
7- - ` std-c++ ` module
8- - ` hdf5.lite-c++ ` module
95 - HDF5 driver code ([ HDF5] ( https://github.com/HDFGroup/hdf5 ) and [ HighFive] ( https://github.com/highfive-devs/highfive ) )
106 - Visual Studio solution and project files
7+ - ` std-c++ ` module (use C++ standard library)
8+ - ` coda_oss-c++ ` module (mostly ` std-c++ ` module support)
9+ - ` gsl-c++ ` module (use ` GSL ` )
10+ - ` hdf5.lite-c++ ` module (use ` HighFive ` )
1111- Require C++23 (enabled removing the ` std ` module).
1212- Use [ GSL version 4.2] ( https://github.com/microsoft/GSL/tree/v4.2.0 ) instead of internal module
1313- Use [ Catch2] ( https://github.com/catchorg/Catch2/tree/v3.11.0 ) for unittests
You can’t perform that action at this time.
0 commit comments