aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-30Merge remote-tracking branch 'aosp/upstream-master'.android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseElliott Hughes
2018-08-30Merge "Add METADATA."Elliott Hughes
2018-08-29Fix type of libgsl and make it vendor available.Elliott Hughes
2018-08-29Add METADATA.Elliott Hughes
2018-08-19span constructor no address (#723)Anna Gringauze
2018-08-19better check for branch opt (#724)Anna Gringauze
2018-08-17Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg
2018-08-17Dev/annagrin/explicit notnull transition description (#722)Anna Gringauze
2018-08-17Dev/annagrin/opt neg branch (#721)Anna Gringauze
2018-08-13Dev/annagrin/sloppy not null (#712)Anna Gringauze
2018-08-13Dev/annagrin/make not null (#711)Anna Gringauze
2018-08-12fixed typoAnna Gringauze
2018-08-12fix cppcorecheck warnings (#703)Anna Gringauze
2018-08-12replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze
2018-08-03Explicitly check for availability of std::byte (fixes #713) (#714)Stefan Reinhold
2018-07-31Suppress warnings on VS (#642)beinhaerter
2018-07-31Dev/annagrin/failfast in noexcept mode windows (#710)Anna Gringauze
2018-07-13Test broken size (#704)Daniel599
2018-06-15Added c++17 test configurations for clang5.0 and clang6.0 (#697)Anna Gringauze
2018-06-15Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze
2018-06-15Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet
2018-06-08fix gcc build (gcc 7) (#690)menete
2018-06-07Added template argument deduction for not_null (#689)Anna Gringauze
2018-05-28Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter
2018-05-22Add usage for check-and-unwrap of MS STL iterators (#687)Anna Gringauze
2018-05-21Merge pull request #678 from sizmailov/sizmailov-patch-1Gabriel Dos Reis
2018-05-09[span] Tell MSVC how to avoid range-checking (#664)Casey Carter
2018-05-07Update .travis.ymlSergei Izmailov
2018-05-02make terminate_handler __cdecl (#673)Anna Gringauze
2018-05-01Add __may_alias__ attribute to gsl::byte (#668)Stephan Dollberg
2018-05-01Cmake version updated in README (#669)Michal Kaptur
2018-04-27v2.0 Patch (#641)Rian Quinn
2018-04-24not_null constructor is now explicit (#659)ericLemanissier
2018-04-24Fix clang-tidy warning about wrong comment on closing namespace (#654)beinhaerter
2018-04-24final_action move assignment operator =delete against C26432 (#660)beinhaerter
2018-04-24Make gsl::details::throw_exception not copy exception object (#667)Stephan Dollberg
2018-04-18Updated README to record another platform report.Neil MacIntosh
2018-03-15Enable usage of gsl::narrow with exceptions disabled (#640)Anna Gringauze
2018-03-15simplified constructors and removed GSL_NOEXCEPT in span (#639)Anna Gringauze
2018-03-05Fix warning 4996 on Microsoft compiler (#633)Alex Howlett
2018-03-03Fix return type of templated span.subspan() (#625)Neil MacIntosh
2018-03-03fixed noexept warnings (#632)Anna Gringauze
2018-03-03make explicit not_null move constructor so it is noexcept (#630)Zac Hansen
2018-02-23constexpr for make_span (#627)beinhaerter
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-20Remove length synonym on span (#613)Neil MacIntosh
2018-02-20gsl::index bug fix (#624)caleb
2018-02-13Fix code analysis warning in multi_span (#606)beinhaerter
2018-02-13Use in-class init for final_action members (C.48) (#601)Tamir Bahar