aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notnull_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed .h extension from header files.Galik2016-08-101-1/+1
* Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-091-1/+1
* Enabled -Wall for gcc and clang.Neil MacIntosh2015-11-131-1/+2
* Renamed namespace to 'gsl'. Renamed macro to configure testing.Neil MacIntosh2015-09-291-1/+1
* Add various copy assignment operators to not_null and maybe_null_*.Kern Handa2015-09-281-2/+9
* not_null and maybe_null variants should only work on nullptr-assignable types.Kern Handa2015-09-271-0/+8
* Initial commit of library files.Neil MacIntosh2015-08-201-0/+87