Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-01-09missed from the mergeJordan Maples [MSFT]
2020-01-09deprecating span::at and span::operator()Jordan Maples [MSFT]
2020-01-09adding front and backJordan Maples [MSFT]
2020-01-08Add tests for free-standing iterator and size functionsMartijn Otto
2020-01-08added suppression for missing destructor overrideJordan Maples [MSFT]
2019-12-21testing somethingJordan Maples [MSFT]
2019-12-20addressing commentsJordan Maples [MSFT]
2019-12-14adding /EHsc for msvc cmake target gsl_test_config_noexceptJordan Maples [MSFT]
2019-12-13change from string to char*Jordan Maples [MSFT]
2019-12-13appveyor failed to start, sending dummy commitJordan Maples [MSFT]
2019-12-12removed string_view for string in testsJordan Maples [MSFT]
2019-12-12changing text in notices & readme. adding terminate handler for testsJordan Maples [MSFT]
2019-12-10added back death test, fixed VS2019 test failuresJordan Maples [MSFT]
2019-12-07fixing suppression of gtest warnings for gccJordan Maples
2019-12-05attempting to fix the gtest print issues in vs17Jordan Maples [MSFT]
2019-12-04suppressing -Wundef in clang (GTest emitted)Jordan Maples [MSFT]
2019-12-04ignore warnings from gtestJordan Maples [MSFT]
2019-12-04removing unused functionJordan Maples [MSFT]
2019-12-04gtest migrationJordan Maples [MSFT]
2019-11-20deprecating span::at and span::operator()Jordan Maples [MSFT]
2019-11-15fix ctad warning in llvmJordan Maples [MSFT]
2019-10-10Merge pull request #813 from JordanMaples/dev/jomaples/deprecate_multispanJordan Maples [MSFT]
2019-10-05lack of nl for bounds_testJordan Maples
2019-10-05accidentally commented out pragmaJordan Maples
2019-10-04adding clang/gcc suppression of the deprecation warnings.Jordan Maples
2019-10-03deprecating strided_spanJordan Maples
2019-09-28initial deprecation of multi_span and strided_spanJordan Maples
2019-09-01Fixed memory leaksB1Z0N
2019-09-01Thanks to @stayprivates fixed out of bounds access in "TestNotNullostream"B1Z0N
2019-01-15Clang cl (#762)Anna Gringauze
2019-01-15Make narrow constexpr (#698)Johel Ernesto Guerrero Peña
2019-01-15Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze
2018-11-28Dev/annagrin/fix span size test gcc (#750)Anna Gringauze
2018-11-06Span can be constructed from empty std::array safely (#686)Dave Hill
2018-08-20span constructor no address (#723)v2.0.0Anna Gringauze
2018-08-17Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg
2018-08-13Dev/annagrin/sloppy not null (#712)Anna Gringauze
2018-08-13Dev/annagrin/make not null (#711)Anna Gringauze
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2018-07-14Test broken size (#704)Daniel599
2018-06-15Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze
2018-06-07Added template argument deduction for not_null (#689)Anna Gringauze
2018-05-29Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter
2018-04-25not_null constructor is now explicit (#659)ericLemanissier
2018-03-16Enable usage of gsl::narrow with exceptions disabled (#640)v1.0.0Anna Gringauze
2018-03-04Fix return type of templated span.subspan() (#625)Neil MacIntosh
2018-03-04make explicit not_null move constructor so it is noexcept (#630)Zac Hansen
2018-02-22add gsl::index typedef (#620)paweldac
2018-02-12add throw on nullptr CTOR test (#577)menete
2018-02-11Removed span from-nullptr_t ctor.Neil MacIntosh