aboutsummaryrefslogtreecommitdiffstats
path: root/include/gsl/string_span
Commit message (Expand)AuthorAgeFilesLines
* Fixes #798 : Dropped inclusion of `gsl/pointers` in `string_span`.Eyal Rozenberg2019-08-051-1/+0
* add value_type size_type for string_span (#727)Fei Sun2019-04-111-0/+3
* Clang cl (#762)Anna Gringauze2019-01-151-2/+2
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-57/+55
* replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze2018-08-121-52/+43
* Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-281-0/+15
* Fix clang-tidy warning about wrong comment on closing namespace (#654)beinhaerter2018-04-241-1/+1
* simplified constructors and removed GSL_NOEXCEPT in span (#639)Anna Gringauze2018-03-151-2/+1
* Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña2018-02-201-1/+1
* Merge branch 'master' of https://github.com/neilmacintosh/GSL into remove-mov...Neil MacIntosh2018-02-111-1/+1
|\
| * Merge from upstream master.Neil MacIntosh2018-02-111-1/+1
| |\
| | * added const (#605)beinhaerter2018-02-111-1/+1
* | | Removed unnecessary move operations.Neil MacIntosh2018-02-101-6/+0
|/ /
* | Removed span from-nullptr_t ctor.Neil MacIntosh2018-02-101-3/+0
* | Removed span.length() as synonym for span.size().Neil MacIntosh2018-02-101-1/+1
|/
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-6/+10
* Remove #pragma once (#545) (#570)bjude2017-11-141-2/+0
* Drop "Dummy" from enable_if in templates (#572)Tiago2017-11-031-13/+13
* Made string_span details::string_length() generic (Fix issue #542) (#543)Galik2017-09-181-98/+52
* Removed VS2013 workarounds. (#534)Neil MacIntosh2017-07-141-78/+0
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-60/+55
* Fix some corechecker warnings (#470)MikeGitb2017-04-021-2/+2
* Updating length_func<CharT>::operator() to accept pointer-to-const. (#458)Duncan Horn2017-03-101-2/+2
* Properly qualify std::size_t (#448)Casey Carter2017-02-131-11/+11
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-0/+852