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
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-20addressing commentsJordan 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-10-05lack of nl for bounds_testJordan 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
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-04-02Fix some corechecker warnings (#470)MikeGitb
2017-02-13Properly qualify std::size_t (#448)Casey Carter
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
2016-02-24File renames to reflect new multi_span name.Neil MacIntosh
2016-02-24Renamed existing span to multi_span.Neil MacIntosh
2015-11-13Enabled -Wall for gcc and clang.Neil MacIntosh
2015-11-04Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh
2015-10-16Partway through removing configurable SizeType.Neil MacIntosh
2015-09-30Renamed namespace to 'gsl'. Renamed macro to configure testing.Neil MacIntosh
2015-08-21Initial commit of library files.Neil MacIntosh