aboutsummaryrefslogtreecommitdiff
path: root/include/gsl/multi_span
AgeCommit message (Expand)Author
2019-10-04adding clang/gcc suppression of the deprecation warnings.Jordan Maples
2019-10-03new messagesJordan Maples
2019-10-03removing function deprecation, adding additional class / struct deprecationsJordan Maples
2019-10-02deprecating strided_spanJordan Maples
2019-10-02deprecation, removing cassertJordan Maples
2019-09-28initial deprecation of multi_span and strided_spanJordan Maples
2019-06-06make TypeListIndexer constexpr (#733)Ian Taylor
2019-01-15Clang cl (#762)Anna Gringauze
2019-01-14Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze
2018-11-05make BoundsRanges constexpr (#732)Ian Taylor
2018-08-17Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg
2018-08-12fix cppcorecheck warnings (#703)Anna Gringauze
2018-08-12replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze
2018-06-15Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet
2018-06-08fix gcc build (gcc 7) (#690)menete
2018-02-21add gsl::index typedef (#620)paweldac
2018-02-20Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña
2018-02-20gsl::index bug fix (#624)caleb
2018-02-13Fix code analysis warning in multi_span (#606)beinhaerter
2017-11-28Remove std::iterator inheritance from multi_span (#591)paweldac
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-11-14Remove #pragma once (#545) (#570)bjude
2017-11-03Drop "Dummy" from enable_if in templates (#572)Tiago
2017-07-14Removed VS2013 workarounds. (#534)Neil MacIntosh
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-06-01Fix multi_span constructor taking a const std::array. (#523)Vincent Zalzal
2017-05-30Fix use of 0 instead of nullptr warning (#515)Gary Furnish
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-02-13Properly qualify std::size_t (#448)Casey Carter
2017-02-07Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter