aboutsummaryrefslogtreecommitdiffstats
path: root/tests/string_span_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-5/+50
* Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-281-0/+19
* Removed span from-nullptr_t ctor.Neil MacIntosh2018-02-101-6/+0
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-9/+13
* Made string_span details::string_length() generic (Fix issue #542) (#543)Galik2017-09-181-5/+213
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-710/+704
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-86/+83
* Fix some corechecker warnings (#470)MikeGitb2017-04-021-23/+24
* Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-071-4/+4
* Add to_basic_stringGary Furnish2016-09-041-0/+12
* Removed .h extension from header files.Galik2016-08-101-1/+1
* Merge branch 'master' into dev/neilmac/spans_in_mapsNeil MacIntosh2016-08-091-1/+1
|\
| * Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-091-1/+1
* | Added test for Issue #305.Neil MacIntosh2016-08-091-0/+7
|/
* Fixed compilation issues for GCC on Linux.Neil MacIntosh2016-07-261-3/+3
* Renamed byte header and tidied up string_span dependencies.Neil MacIntosh2016-06-261-14/+14
* Added from-container constructors.Neil MacIntosh2016-03-011-1/+1
* Renamed existing span to multi_span.Neil MacIntosh2016-02-241-13/+13
* Fixed compilation issues with gcc and clangAnna Gringauze2016-02-061-2/+2
* Added zstring_span and removed zstring_builder to support legacy stringsAnna Gringauze2016-02-031-0/+114
* Fixed compilation issues in MSVC 2013Anna Gringauze2015-12-141-5/+35
* Fixed operators and constructors for string_spanAnna Gringauze2015-12-071-12/+131
* Run clang formatAnna Gringauze2015-12-021-14/+15
* Added operator==Anna Gringauze2015-12-011-47/+221
* fixed GCC and clang compilation issuesAnna Gringauze2015-12-011-1/+7
* merging with masterAnna Gringauze2015-12-011-7/+394
* Reworked span to match GSL design.Neil MacIntosh2015-11-291-5/+0
* Enabled -Wall for gcc and clang.Neil MacIntosh2015-11-131-0/+1
* Turned on Level 3 warnings for MSVC.Neil MacIntosh2015-11-121-3/+3
* Added workaround for MSVC 2013 compiler bug.Neil MacIntosh2015-11-051-0/+13
* Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh2015-11-041-0/+112