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
AgeCommit message (Expand)Author
2022-10-06Fix Clang-tidy 15 warnings (#1058)Rose
2021-05-21gsl::at behavior change regarding gsl::span (#985)Jordan Maples [MSFT]
2021-05-13Fix iPhone simulator CI (#981)Tushar Maheshwari
2020-11-04Adding std::hash<not_null<T>> tests to notnull_tests.cpp (#947)Jordan Maples [MSFT]
2020-01-31remove move constructor for not_null.Jordan Maples [MSFT]
2020-01-16MSVC and CoreChecker warning suppression for tests to CMakeRoelf-Jilling
2020-01-16Move compiler warning suppression for tests from cpp files to CMakeRoelf-Jilling
2020-01-08added suppression for missing destructor overrideJordan Maples [MSFT]
2019-12-21testing somethingJordan Maples [MSFT]
2019-12-20addressing commentsJordan Maples [MSFT]
2019-12-13change from string to char*Jordan 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-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-04gtest migrationJordan Maples [MSFT]
2019-09-01Thanks to @stayprivates fixed out of bounds access in "TestNotNullostream"B1Z0N
2019-01-15Clang cl (#762)Anna Gringauze
2019-01-15Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze
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-06-07Added template argument deduction for not_null (#689)Anna Gringauze
2018-04-25not_null constructor is now explicit (#659)ericLemanissier
2018-03-04make explicit not_null move constructor so it is noexcept (#630)Zac Hansen
2018-02-12add throw on nullptr CTOR test (#577)menete
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-11-14Iosfwd (#586)menete
2017-10-31Move GSL pointers to a separate header (#566)Tiago
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-05-31Fixes dereferencing operator issue #517 introduced in PR #513 (#516)Alexey Malov
2017-05-30Adding derference operator to not_null (#513)saurabh singh
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-04-13Added support of not_null<smart_ptr> comparison (#473)Alexey Malov
2016-11-04Cleanup additional GCC warningsRian Quinn
2016-08-10Removed .h extension from header files.Galik
2016-08-09Renamed include/ folder to gsl/ to make including the library consistentgalik
2015-11-13Enabled -Wall for gcc and clang.Neil MacIntosh
2015-09-30Renamed namespace to 'gsl'. Renamed macro to configure testing.Neil MacIntosh
2015-09-28Add various copy assignment operators to not_null and maybe_null_*.Kern Handa
2015-09-27not_null and maybe_null variants should only work on nullptr-assignable types.Kern Handa
2015-08-21Initial commit of library files.Neil MacIntosh