aboutsummaryrefslogtreecommitdiff
path: root/tests/strided_span_tests.cpp
AgeCommit message (Expand)Author
2019-10-04adding clang/gcc suppression of the deprecation warnings.Jordan Maples
2019-10-02deprecating strided_spanJordan Maples
2019-09-28initial deprecation of multi_span and strided_spanJordan Maples
2019-01-15Clang cl (#762)Anna Gringauze
2018-08-17Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg
2018-08-12fix cppcorecheck warnings (#703)Anna Gringauze
2018-02-21add gsl::index typedef (#620)paweldac
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-09-06correct spelling mistake (#554)Edward Betts
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-07Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter
2016-11-03Cleanup 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-08-03Implemented https://github.com/Microsoft/GSL/issues/260Som1Lse
2016-07-28Renamed as_span() to as_multi_span() for clarity.Neil MacIntosh
2016-02-24File renames to reflect new multi_span name.Neil MacIntosh
2016-02-24Renamed existing span to multi_span.Neil MacIntosh
2015-11-29Reworked span to match GSL design.Neil MacIntosh