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
2021-12-10Fix/implement C++2020 compilation, tests, and CI (#1017)dmitrykobets-msft
2021-05-21gsl::at behavior change regarding gsl::span (#985)Jordan Maples [MSFT]
2020-10-30renaming main logic files. Added warning message of the removal and include p...Jordan Maples [MSFT]
2020-05-20initial impl of P1976R2Jordan Maples
2020-04-14implement LWG3320 by deleting const_iterator and const_reverse_iteratorJordan Maples
2020-04-10testing one of CaseyCarter's commentsJordan Maples
2020-04-10apply clang-format to the span_compatibility_tests.Jordan Maples
2020-04-10another testJordan Maples
2020-04-10prevent comparison for apple clang versions older than 11Jordan Maples
2020-04-10another attempt at apple clang version filteringJordan Maples
2020-04-09testing different major/minor for Apple suppressionJordan Maples
2020-04-09fixed a couple typosJordan Maples
2020-04-09added additional filtering to Apple clang versions 9.4 and 10.1 for the Array...Jordan Maples
2020-04-09adding additional filteringJordan Maples
2020-03-20update convertibility testJordan Maples
2020-03-18moving decl so we dont get the stl_nullptr is not used warningJordan Maples
2020-03-18applied clang-formatJordan Maples
2020-03-18discussed the issue with Casey Carter, the span ctor changes are accurate but...Jordan Maples
2020-03-17test commit to get extra eyes on the problemJordan Maples
2020-02-20splitting up span's standard and non-standard behaviorJordan Maples [MSFT]
2020-02-19addressing commentsJordan Maples [MSFT]
2020-02-15Update span_compatibility_tests.cppJordan Maples [MSFT]
2020-02-15assert -> expect_truejordan maples
2020-02-15errors in appveyor are indicating that AsWritableByesCompilersFor needs to be...Jordan Maples [MSFT]
2020-02-15addressing a few more comments and adding gsl-std span compatibility testsJordan Maples [MSFT]