aboutsummaryrefslogtreecommitdiffstats
path: root/tests/strided_span_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* adding clang/gcc suppression of the deprecation warnings.Jordan Maples2019-10-041-0/+8
* deprecating strided_spanJordan Maples2019-10-021-1/+3
* initial deprecation of multi_span and strided_spanJordan Maples2019-09-281-1/+1
* Clang cl (#762)Anna Gringauze2019-01-151-6/+6
* Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-171-0/+3
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-1/+37
* add gsl::index typedef (#620)paweldac2018-02-211-44/+44
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-8/+13
* correct spelling mistake (#554)Edward Betts2017-09-061-1/+1
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-569/+564
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-220/+229
* Fix some corechecker warnings (#470)MikeGitb2017-04-021-480/+480
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-31/+31
* Cleanup additional GCC warningsRian Quinn2016-11-031-1/+1
* Removed .h extension from header files.Galik2016-08-101-1/+1
* Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-091-1/+1
* Implemented https://github.com/Microsoft/GSL/issues/260Som1Lse2016-08-031-9/+9
* Renamed as_span() to as_multi_span() for clarity.Neil MacIntosh2016-07-281-20/+20
* File renames to reflect new multi_span name.Neil MacIntosh2016-02-241-1/+1
* Renamed existing span to multi_span.Neil MacIntosh2016-02-241-34/+34
* Reworked span to match GSL design.Neil MacIntosh2015-11-291-0/+748