aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #769 from jack17529/patch-1Jordan Maples [MSFT]2019-08-151-1/+1
|\
| * Update spanJACK_17292019-02-201-1/+1
* | Merge pull request #800 from eyalroz/masterJordan Maples [MSFT]2019-08-151-1/+0
|\ \
| * | Fixes #798 : Dropped inclusion of `gsl/pointers` in `string_span`.Eyal Rozenberg2019-08-051-1/+0
* | | Fix GNUC typo (#780)Johel Ernesto Guerrero Peña2019-08-141-1/+1
* | | Fixed check if std::byte is available (#764)beinhaerter2019-08-141-1/+1
|/ /
* | make TypeListIndexer constexpr (#733)Ian Taylor2019-06-061-5/+5
* | add value_type size_type for string_span (#727)Fei Sun2019-04-111-0/+3
|/
* Clang cl (#762)Anna Gringauze2019-01-157-30/+43
* Make narrow constexpr (#698)Johel Ernesto Guerrero Peña2019-01-141-0/+9
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-142-3/+98
* Make CheckRange constexpr (#754) (#755)Alex Green2019-01-141-1/+1
* added noexcept to get rid off VC warning con.4 (#748)beinhaerter2018-11-281-1/+1
* Use the c++17 constexpr if in CheckRange if possible (#753)kile02018-11-281-0/+4
* Span can be constructed from empty std::array safely (#686)Dave Hill2018-11-051-9/+19
* make BoundsRanges constexpr (#732)Ian Taylor2018-11-051-31/+31
* span constructor no address (#723)Anna Gringauze2018-08-191-3/+4
* better check for branch opt (#724)Anna Gringauze2018-08-191-2/+1
* Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-171-0/+2
* Dev/annagrin/opt neg branch (#721)Anna Gringauze2018-08-171-26/+38
* Dev/annagrin/make not null (#711)Anna Gringauze2018-08-131-0/+5
* fixed typoAnna Gringauze2018-08-121-1/+1
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-127-367/+437
* replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze2018-08-122-246/+229
* Explicitly check for availability of std::byte (fixes #713) (#714)Stefan Reinhold2018-08-031-2/+9
* Suppress warnings on VS (#642)beinhaerter2018-07-312-0/+20
* Dev/annagrin/failfast in noexcept mode windows (#710)Anna Gringauze2018-07-311-1/+8
* Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet2018-06-151-2/+2
* fix gcc build (gcc 7) (#690)menete2018-06-082-0/+28
* Added template argument deduction for not_null (#689)Anna Gringauze2018-06-071-0/+6
* Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-281-0/+15
* Add usage for check-and-unwrap of MS STL iterators (#687)Anna Gringauze2018-05-221-0/+38
* [span] Tell MSVC how to avoid range-checking (#664)Casey Carter2018-05-091-19/+14
* make terminate_handler __cdecl (#673)Anna Gringauze2018-05-021-1/+1
* Add __may_alias__ attribute to gsl::byte (#668)Stephan Dollberg2018-05-011-1/+8
* not_null constructor is now explicit (#659)ericLemanissier2018-04-241-1/+1
* Fix clang-tidy warning about wrong comment on closing namespace (#654)beinhaerter2018-04-241-1/+1
* final_action move assignment operator =delete against C26432 (#660)beinhaerter2018-04-241-0/+1
* Make gsl::details::throw_exception not copy exception object (#667)Stephan Dollberg2018-04-241-1/+1
* Enable usage of gsl::narrow with exceptions disabled (#640)Anna Gringauze2018-03-152-6/+58
* simplified constructors and removed GSL_NOEXCEPT in span (#639)Anna Gringauze2018-03-152-49/+59
* Fix warning 4996 on Microsoft compiler (#633)Alex Howlett2018-03-051-0/+6
* Fix return type of templated span.subspan() (#625)Neil MacIntosh2018-03-031-2/+26
* fixed noexept warnings (#632)Anna Gringauze2018-03-031-25/+18
* make explicit not_null move constructor so it is noexcept (#630)Zac Hansen2018-03-031-0/+1
* constexpr for make_span (#627)beinhaerter2018-02-231-7/+7
* add gsl::index typedef (#620)paweldac2018-02-213-49/+52
* Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña2018-02-205-57/+58
* gsl::index bug fix (#624)caleb2018-02-201-1/+1
* Fix code analysis warning in multi_span (#606)beinhaerter2018-02-131-1/+1