aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notnull_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang cl (#762)Anna Gringauze2019-01-151-1/+1
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-141-33/+91
* Dev/annagrin/sloppy not null (#712)Anna Gringauze2018-08-131-10/+8
* Dev/annagrin/make not null (#711)Anna Gringauze2018-08-131-0/+61
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-5/+34
* Added template argument deduction for not_null (#689)Anna Gringauze2018-06-071-0/+59
* not_null constructor is now explicit (#659)ericLemanissier2018-04-241-6/+6
* make explicit not_null move constructor so it is noexcept (#630)Zac Hansen2018-03-031-0/+2
* add throw on nullptr CTOR test (#577)menete2018-02-121-0/+5
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-5/+12
* Iosfwd (#586)menete2017-11-141-0/+32
* Move GSL pointers to a separate header (#566)Tiago2017-10-311-1/+1
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-150/+140
* Fixes dereferencing operator issue #517 introduced in PR #513 (#516)Alexey Malov2017-05-311-12/+37
* Adding derference operator to not_null (#513)saurabh singh2017-05-301-0/+15
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-58/+65
* Added support of not_null<smart_ptr> comparison (#473)Alexey Malov2017-04-121-0/+145
* Cleanup additional GCC warningsRian Quinn2016-11-031-1/+1
* 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