GSL/tests
Anna Gringauze 21cb6bb8b0
Added testing for c++17 to latest compilers with test with (#692)
* Added testing with std=c++17 for latest compilers

Added running latest compilers with -std=c++17 option to CI the test matrix,
Updated cmake configuration to allow passing c++ standard on the command line.

* attempt to fix appveyor break

* added clang6.0, removed c++17 tests for clang 5.0

* commented out tests for clang with c++17 die to issue #695

* Addresed comments
2018-06-15 10:13:11 -07:00
..
algorithm_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
assertion_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
at_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
bounds_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
byte_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
CMakeLists.txt Added testing for c++17 to latest compilers with test with (#692) 2018-06-15 10:13:11 -07:00
multi_span_tests.cpp add gsl::index typedef (#620) 2018-02-21 13:33:07 -08:00
no_exception_ensure_tests.cpp Enable usage of gsl::narrow with exceptions disabled (#640) 2018-03-15 16:00:08 -07:00
no_exception_throw_tests.cpp Enable usage of gsl::narrow with exceptions disabled (#640) 2018-03-15 16:00:08 -07:00
notnull_tests.cpp Added template argument deduction for not_null (#689) 2018-06-07 13:36:56 -07:00
owner_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
span_tests.cpp Fix return type of templated span.subspan() (#625) 2018-03-03 19:12:45 -08:00
strided_span_tests.cpp add gsl::index typedef (#620) 2018-02-21 13:33:07 -08:00
string_span_tests.cpp Add as_bytes for basic_string_span, fixes issue #655 (#683) 2018-05-28 19:03:10 -07:00
test.cpp Move from unittest-cpp to catch for unit testing. (#533) 2017-07-13 13:53:56 -07:00
utils_tests.cpp add gsl::index typedef (#620) 2018-02-21 13:33:07 -08:00