aboutsummaryrefslogtreecommitdiffstats
path: root/include/gsl/multi_span
Commit message (Expand)AuthorAgeFilesLines
* make TypeListIndexer constexpr (#733)Ian Taylor2019-06-061-5/+5
* Clang cl (#762)Anna Gringauze2019-01-151-5/+6
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-141-0/+1
* make BoundsRanges constexpr (#732)Ian Taylor2018-11-051-31/+31
* Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-171-0/+2
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-193/+248
* replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze2018-08-121-194/+186
* Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet2018-06-151-2/+2
* fix gcc build (gcc 7) (#690)menete2018-06-081-0/+14
* add gsl::index typedef (#620)paweldac2018-02-211-35/+35
* Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña2018-02-201-18/+18
* gsl::index bug fix (#624)caleb2018-02-201-1/+1
* Fix code analysis warning in multi_span (#606)beinhaerter2018-02-131-1/+1
* Remove std::iterator inheritance from multi_span (#591)paweldac2017-11-281-21/+16
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-12/+13
* Remove #pragma once (#545) (#570)bjude2017-11-141-2/+0
* Drop "Dummy" from enable_if in templates (#572)Tiago2017-11-031-21/+21
* Removed VS2013 workarounds. (#534)Neil MacIntosh2017-07-141-39/+6
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-0/+1
* Fix multi_span constructor taking a const std::array. (#523)Vincent Zalzal2017-06-011-3/+3
* Fix use of 0 instead of nullptr warning (#515)Gary Furnish2017-05-301-1/+1
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-79/+124
* Properly qualify std::size_t (#448)Casey Carter2017-02-131-73/+73
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-0/+2221