aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | span constructor no address (#723)Anna Gringauze2018-08-192-17/+42
| | | | | * | | | | | better check for branch opt (#724)Anna Gringauze2018-08-191-2/+1
| | | | | * | | | | | Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-172-0/+5
| | | | | * | | | | | Dev/annagrin/explicit notnull transition description (#722)Anna Gringauze2018-08-171-0/+10
| | | | | * | | | | | Dev/annagrin/opt neg branch (#721)Anna Gringauze2018-08-171-26/+38
| | | | | * | | | | | Dev/annagrin/sloppy not null (#712)Anna Gringauze2018-08-135-10/+254
| | | | | * | | | | | Dev/annagrin/make not null (#711)Anna Gringauze2018-08-132-0/+66
| | | | | * | | | | | fixed typoAnna Gringauze2018-08-121-1/+1
| | | | | * | | | | | fix cppcorecheck warnings (#703)Anna Gringauze2018-08-1225-503/+940
| | | | | * | | | | | 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
| | | | | * | | | | | Test broken size (#704)Daniel5992018-07-131-0/+17
| | | | | * | | | | | Added c++17 test configurations for clang5.0 and clang6.0 (#697)Anna Gringauze2018-06-151-7/+12
| | | | | * | | | | | Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze2018-06-154-41/+86
| | | | | * | | | | | Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet2018-06-151-2/+2
| | | | | * | | | | | fix gcc build (gcc 7) (#690)menete2018-06-083-11/+38
| | | | | * | | | | | Added template argument deduction for not_null (#689)Anna Gringauze2018-06-074-4/+80
| | | | | * | | | | | Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-282-0/+34
| | | | | * | | | | | Add usage for check-and-unwrap of MS STL iterators (#687)Anna Gringauze2018-05-221-0/+38
| | | | | * | | | | | Merge pull request #678 from sizmailov/sizmailov-patch-1Gabriel Dos Reis2018-05-211-2/+2
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Update .travis.ymlSergei Izmailov2018-05-071-2/+2
| | | | | * | | | | | | [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
| | | | | * | | | | | Cmake version updated in README (#669)Michal Kaptur2018-05-011-1/+1
| | | | | * | | | | | v2.0 Patch (#641)Rian Quinn2018-04-271-12/+13
| | | | | * | | | | | not_null constructor is now explicit (#659)ericLemanissier2018-04-242-7/+7
| | | | | * | | | | | 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
| | | | | * | | | | | Updated README to record another platform report.Neil MacIntosh2018-04-181-0/+1
| | | | | * | | | | | Enable usage of gsl::narrow with exceptions disabled (#640)Anna Gringauze2018-03-155-6/+223
| | | | | * | | | | | 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-032-2/+38
| | | | | * | | | | | fixed noexept warnings (#632)Anna Gringauze2018-03-031-25/+18
| | | | | * | | | | | make explicit not_null move constructor so it is noexcept (#630)Zac Hansen2018-03-032-0/+3
| | | | | * | | | | | constexpr for make_span (#627)beinhaerter2018-02-231-7/+7
| | | | | * | | | | | add gsl::index typedef (#620)paweldac2018-02-216-127/+137
| | | | | * | | | | | Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña2018-02-205-57/+58
| | | | | * | | | | | Remove length synonym on span (#613)Neil MacIntosh2018-02-200-0/+0
| | | | | * | | | | | gsl::index bug fix (#624)caleb2018-02-201-1/+1
| | | | | * | | | | | Fix code analysis warning in multi_span (#606)beinhaerter2018-02-131-1/+1
| | | | | * | | | | | Use in-class init for final_action members (C.48) (#601)Tamir Bahar2018-02-131-2/+2
| | | | | * | | | | | Fix wrong check of the CMAKE_VERSION (#602)Jérémie Delaitre2018-02-131-1/+1
| | | | | * | | | | | add throw on nullptr CTOR test (#577)menete2018-02-121-0/+5
| | | | | * | | | | | Merge pull request #616 from neilmacintosh/tidy-comparison-opsAnna Gringauze2018-02-111-28/+28
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Fix span comparison ops to take arguments by-value rather than by-ref.Neil MacIntosh2018-02-111-28/+28