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-03-22Make gsl::span's iterators use the contiguous_iterator concept (#1035)dmitrykobets-msft
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-30adding template type to the vector to suppress clang-10 warning that vector m...Jordan Maples
2020-05-29fixed typoJordan Maples
2020-05-29wrapping string_view checks in deduction guide checks to prevent 'macro unuse...Jordan Maples
2020-05-29Add string_view test case and modify deduction guidesCasey Carter
2020-05-29adding a test to verify that the additional ctad worksJordan Maples
2020-05-21fixing clang build breakJordan Maples
2020-05-20Finished integrating CaseyCarter's changes into spanJordan Maples
2020-05-20addressing most of Casey's commentsJordan Maples
2020-05-20initial impl of P1976R2Jordan Maples
2020-04-14implement LWG3320 by deleting const_iterator and const_reverse_iteratorJordan Maples
2020-02-20splitting up span's standard and non-standard behaviorJordan Maples [MSFT]
2020-02-15addressing a few more comments and adding gsl-std span compatibility testsJordan Maples [MSFT]
2020-02-12reviewed the pr in its entirety and made some slight modifications. Removed a...Jordan Maples [MSFT]
2020-02-08address build failuresJordan Maples [MSFT]
2020-02-08almost parity with std::spanJordan Maples [MSFT]
2020-02-06update span specialization of at, change some tests back to int i with narrow...Jordan Maples [MSFT]
2020-02-06add back capture variable for comparison in span_testJordan Maples [MSFT]
2020-02-06addressing travis errorsJordan Maples [MSFT]
2020-02-06captureing result of iterator comparisons to address -Wunused-comparisonJordan Maples [MSFT]
2020-02-05prevent overflow in size_bytes. fix compilation issue for clang 3.6 and 3.7Jordan Maples [MSFT]
2020-02-05gsl::index ptrdiff_t -> size_t. remove span::at span::operator().Jordan Maples [MSFT]
2020-02-05update index_type to size_type, fix a couple ExpectsJordan Maples [MSFT]
2020-02-03addressing some commentsJordan Maples [MSFT]
2020-02-03fix build breaksJordan Maples [MSFT]
2020-02-03updating from test loop from int to size_tJordan Maples [MSFT]
2020-02-03change span from signed to unsigned to align to stdJordan Maples [MSFT]
2020-01-16MSVC and CoreChecker warning suppression for tests to CMakeRoelf-Jilling
2020-01-16Use [[maybe_unused]] with C++17Roelf-Jilling
2020-01-16Move compiler warning suppression for tests from cpp files to CMakeRoelf-Jilling
2020-01-10Merge branch 'master' into dev/jomaples/add_missing_span_functionsJordan Maples [MSFT]
2020-01-10Merge branch 'master' into dev/jomaples/deprecate_span_non_std_functionsJordan Maples [MSFT]
2020-01-10Merge branch 'master' into dev/jomaples/add_missing_span_functionsJordan Maples [MSFT]
2020-01-10Merge branch 'dev/jomaples/deprecate_span_non_std_functions' of https://githu...Jordan Maples [MSFT]
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-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-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]