xlnt/source
Crzyrndm 5671167d1d add cmake option XLNT_CXX_LANG to set the targetted cxx standard
- valid options are 11, 14, and 17
- default is 14
- cmake will error if an invalid value is provided
- requires cmake >= 3.10.* to take effect in visual studio
2018-07-15 21:23:22 +12:00
..
cell Resolve warnings about global ctors and an unused variable 2018-07-14 19:54:31 +12:00
detail Resolve remaining warnings 2018-07-14 20:25:10 +12:00
packaging Resolve CI build failure 2018-07-10 14:43:22 +12:00
styles Resolve warnings about global ctors and an unused variable 2018-07-14 19:54:31 +12:00
utils fix workbook::operator== always returning false, add tests for workbook::load 2018-07-03 14:05:07 +12:00
workbook Merge branch 'dev' into dev-Issue298 2018-07-13 11:21:13 +12:00
worksheet Resolve remaining warnings 2018-07-14 20:25:10 +12:00
CMakeLists.txt add cmake option XLNT_CXX_LANG to set the targetted cxx standard 2018-07-15 21:23:22 +12:00