aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaksB1Z0N2019-09-011-0/+4
* Thanks to @stayprivates fixed out of bounds access in "TestNotNullostream"B1Z0N2019-09-011-2/+2
* Clang cl (#762)Anna Gringauze2019-01-158-61/+90
* Make narrow constexpr (#698)Johel Ernesto Guerrero Peña2019-01-141-0/+4
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-145-159/+287
* Dev/annagrin/fix span size test gcc (#750)Anna Gringauze2018-11-271-3/+4
* Span can be constructed from empty std::array safely (#686)Dave Hill2018-11-051-1/+7
* span constructor no address (#723)Anna Gringauze2018-08-191-14/+38
* Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-171-0/+3
* Dev/annagrin/sloppy not null (#712)Anna Gringauze2018-08-134-10/+134
* Dev/annagrin/make not null (#711)Anna Gringauze2018-08-131-0/+61
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-1216-135/+471
* Test broken size (#704)Daniel5992018-07-131-0/+17
* Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze2018-06-151-0/+6
* Added template argument deduction for not_null (#689)Anna Gringauze2018-06-071-0/+59
* Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-281-0/+19
* not_null constructor is now explicit (#659)ericLemanissier2018-04-241-6/+6
* Enable usage of gsl::narrow with exceptions disabled (#640)Anna Gringauze2018-03-153-0/+165
* Fix return type of templated span.subspan() (#625)Neil MacIntosh2018-03-031-0/+12
* make explicit not_null move constructor so it is noexcept (#630)Zac Hansen2018-03-031-0/+2
* add gsl::index typedef (#620)paweldac2018-02-213-78/+85
* add throw on nullptr CTOR test (#577)menete2018-02-121-0/+5
* Removed span from-nullptr_t ctor.Neil MacIntosh2018-02-102-51/+3
* Removed span.length() as synonym for span.size().Neil MacIntosh2018-02-101-117/+117
* Removed from-smart-ptr constructors.Neil MacIntosh2018-02-101-98/+0
* Applied iwyu --comment to the code base (#588)Tiago2017-11-2812-72/+113
* Updates catch to version 2.0 (#580)Tiago2017-11-141-2/+2
* Iosfwd (#586)menete2017-11-141-0/+32
* Move GSL pointers to a separate header (#566)Tiago2017-10-312-3/+2
* additional span tests (pointer length constructor) (#568)menete2017-10-311-3/+27
* Revert inadvertent addition of tests/unittest-cpp submodule from #561 (#562)Casey Carter2017-10-181-0/+0
* Update std::byte detection in gsl_byte for MSVC (#561)Casey Carter2017-10-181-0/+0
* Made string_span details::string_length() generic (Fix issue #542) (#543)Galik2017-09-181-5/+213
* correct spelling mistake (#554)Edward Betts2017-09-061-1/+1
* 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-1315-3464/+3432
* Fixes dereferencing operator issue #517 introduced in PR #513 (#516)Alexey Malov2017-05-311-12/+37
* Restricting usage of owner<T> to pointer types (#507)saurabh singh2017-05-301-0/+12
* Adding derference operator to not_null (#513)saurabh singh2017-05-301-0/+15
* Update CMake usage (#493)Tiago2017-04-251-23/+50
* Reformat files to follow clang-format style (#492)Tiago2017-04-2012-1504/+1499
* Turn warnings into errors (#488)Casey Carter2017-04-172-9/+11
* Updated submodule reference for unittest-cpp to latest (#483)Julien Monat Rodier2017-04-131-0/+0
* Added support of not_null<smart_ptr> comparison (#473)Alexey Malov2017-04-121-0/+145
* gsl::at clean-up: (#479)Casey Carter2017-04-031-36/+75
* Fix some corechecker warnings (#470)MikeGitb2017-04-026-528/+529
* Properly qualify std::size_t (#448)Casey Carter2017-02-132-39/+39
* Silence warning in algorithm_tests with VS2017 (#453)Casey Carter2017-02-131-17/+17
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-074-40/+39