aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multi_span_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #813 from JordanMaples/dev/jomaples/deprecate_multispanJordan Maples [MSFT]2019-10-091-1/+11
|\
| * accidentally commented out pragmaJordan Maples2019-10-041-1/+1
| * adding clang/gcc suppression of the deprecation warnings.Jordan Maples2019-10-041-1/+9
| * deprecating strided_spanJordan Maples2019-10-021-1/+3
| * initial deprecation of multi_span and strided_spanJordan Maples2019-09-281-1/+1
* | Fixed memory leaksB1Z0N2019-09-011-0/+4
|/
* Clang cl (#762)Anna Gringauze2019-01-151-1/+1
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-70/+154
* add gsl::index typedef (#620)paweldac2018-02-211-30/+30
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-10/+18
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-1001/+998
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-321/+323
* Properly qualify std::size_t (#448)Casey Carter2017-02-131-6/+6
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-2/+2
* Fix a signed/unsigned comparison warning. David Doria2016-11-291-1/+1
* Fix template pack expansion bug in multi_span.Neil MacIntosh2016-11-161-0/+9
* Cleanup additional GCC warningsRian Quinn2016-11-031-5/+5
* Fix wrong types in multi_span_test for comparison operators.Neil MacIntosh2016-09-201-2/+2
|\
| * fix wrong types in multi_span_test (<comparison_operators>)Michael Balszun2016-09-171-2/+2
* | Added tests for negative multi-span access.Krzysztof Wrzalik2016-09-181-0/+6
|/
* 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-14/+14
* Renamed as_span() to as_multi_span() for clarity.Neil MacIntosh2016-07-281-36/+36
* File renames to reflect new multi_span name.Neil MacIntosh2016-02-241-0/+1679