aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Clang cl (#762)Anna Gringauze2019-01-151-29/+63
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-141-1/+1
* Dev/annagrin/sloppy not null (#712)Anna Gringauze2018-08-131-0/+1
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-1/+3
* Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze2018-06-151-0/+6
* Enable usage of gsl::narrow with exceptions disabled (#640)Anna Gringauze2018-03-151-0/+61
* Updates catch to version 2.0 (#580)Tiago2017-11-141-2/+2
* Allow to use system version of the catch test framework (#549)Nicholas Guriev2017-08-161-10/+15
* Fix catch installation issue (#540)Tiago2017-08-161-1/+6
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-15/+26
* Update CMake usage (#493)Tiago2017-04-251-23/+50
* Turn warnings into errors (#488)Casey Carter2017-04-171-3/+3
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-3/+2
* Add a copy() function for span.MikeGitb2016-11-171-0/+2
* Fixed compile flags for tests when using MSVC. Neil MacIntosh2016-11-041-2/+2
* Cleanup additional GCC warningsRian Quinn2016-11-031-2/+2
* [#392] Don't install testsMarc Mutz2016-10-171-4/+1
* Address #313: try to guard against strict-aliasing bugs with gsl::byteMikeGitb2016-10-171-2/+2
* Removed .h extension from header files.Galik2016-08-101-1/+1
* Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-091-2/+2
* Merge branch 'master' into dev/neilmac/specNeil MacIntosh2016-07-201-4/+4
|\
| * Moving submodule init before subdirectory.Sergiy Oryekhov2016-03-231-4/+4
| * Adding unittest-cpp as a submodule.Sergiy Oryekhov2016-03-231-2/+2
* | Added definition of gsl::byte to match proposed std::byte.Neil MacIntosh2016-06-241-0/+1
* | Added new span-related files.Neil MacIntosh2016-02-241-1/+2
* | File renames to reflect new multi_span name.Neil MacIntosh2016-02-241-2/+2
|/
* Reworked span to match GSL design.Neil MacIntosh2015-11-291-0/+1
* Refactored headers so span can use narrow_cast etc.Neil MacIntosh2015-11-231-1/+1
* Refactored to use Expects/Ensures everywhere.Neil MacIntosh2015-11-201-1/+1
* Update CMakeLists.txtNeil MacIntosh2015-11-121-3/+2
* Enabled -Wall for gcc and clang.Neil MacIntosh2015-11-131-0/+1
* Turned on Level 3 warnings for MSVC.Neil MacIntosh2015-11-121-0/+1
* Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh2015-11-041-2/+2
* Fix #124 remove maybe_nullTreb Connell2015-10-051-1/+0
* Renamed namespace to 'gsl'. Renamed macro to configure testing.Neil MacIntosh2015-09-291-1/+1
* add travis testing (gcc5, clang36)Tamas Kenez2015-09-231-5/+5
* Add add_gsl_test() function in tests/CMakeLists.txtDavid Capello2015-09-211-125/+21
* Added missing owner<T>, corrected array_view::sub().Neil MacIntosh2015-09-201-0/+14
* Removed Debug build warnings from MSVC STL.Neil MacIntosh2015-08-271-2/+3
* Fixed unittest directory check to look in the source directoryAnna Gringauze2015-08-251-1/+1
* Initial commit of library files.Neil MacIntosh2015-08-201-0/+143