aboutsummaryrefslogtreecommitdiff
path: root/tests/string_span_tests.cpp
AgeCommit message (Expand)Author
2018-08-12fix cppcorecheck warnings (#703)Anna Gringauze
2018-05-28Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter
2018-02-10Removed span from-nullptr_t ctor.Neil MacIntosh
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-09-18Made string_span details::string_length() generic (Fix issue #542) (#543)Galik
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-04-02Fix some corechecker warnings (#470)MikeGitb
2017-02-07Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter
2016-09-04Add to_basic_stringGary Furnish
2016-08-10Removed .h extension from header files.Galik
2016-08-09Merge branch 'master' into dev/neilmac/spans_in_mapsNeil MacIntosh
2016-08-09Added test for Issue #305.Neil MacIntosh
2016-08-09Renamed include/ folder to gsl/ to make including the library consistentgalik
2016-07-26Fixed compilation issues for GCC on Linux.Neil MacIntosh
2016-06-26Renamed byte header and tidied up string_span dependencies.Neil MacIntosh
2016-03-01Added from-container constructors.Neil MacIntosh
2016-02-24Renamed existing span to multi_span.Neil MacIntosh
2016-02-06Fixed compilation issues with gcc and clangAnna Gringauze
2016-02-03Added zstring_span and removed zstring_builder to support legacy stringsAnna Gringauze
2015-12-14Fixed compilation issues in MSVC 2013Anna Gringauze
2015-12-07Fixed operators and constructors for string_spanAnna Gringauze
2015-12-02Run clang formatAnna Gringauze
2015-12-01Added operator==Anna Gringauze
2015-12-01fixed GCC and clang compilation issuesAnna Gringauze
2015-12-01merging with masterAnna Gringauze
2015-11-29Reworked span to match GSL design.Neil MacIntosh
2015-11-13Enabled -Wall for gcc and clang.Neil MacIntosh
2015-11-12Turned on Level 3 warnings for MSVC.Neil MacIntosh
2015-11-05Added workaround for MSVC 2013 compiler bug.Neil MacIntosh
2015-11-04Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh