summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/string_view
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1670-70/+70
* Update copyright years.Jakub Jelinek2022-01-0370-70/+70
* libstdc++: Fix out-of-bound array accesses in testsuiteJonathan Wakely2021-11-161-2/+2
* libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely2021-10-097-27/+0
* libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2021-08-042-4/+4
* Update copyright years.Jakub Jelinek2021-01-0470-70/+70
* Update copyright years.Jakub Jelinek2020-01-0170-70/+70
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-245-4/+17
* P0482R5 char8_t: Updates to existing standard library testsTom Honermann2019-02-221-3/+7
* Adjust C++11/C++14 tests to work with -fchar8_tJonathan Wakely2019-02-192-6/+17
* P0482R5 char8_t: New standard library testsTom Honermann2019-02-193-0/+169
* Fix year range in copyright headerJonathan Wakely2019-01-021-1/+1
* Update copyright years.Jakub Jelinek2019-01-0166-66/+66
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-282-0/+74
* 10.cc: Add dg-require-fileio.Sandra Loosemore2018-08-311-0/+1
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-262-2/+0
* Update copyright years.Jakub Jelinek2018-01-0364-64/+64
* PR libstdc++/70483 make std::experimental::string_view fully constexprJonathan Wakely2017-09-121-0/+68
* Update copyright years.Jakub Jelinek2017-01-0163-63/+63
* Fix find&replace error in license boilerplateJonathan Wakely2016-11-151-1/+1
* Implement P0403R1, Literal suffixes for basic_string_view.Ville Voutilainen2016-11-131-0/+28
* 1.cc: Remove 'test' variables.Paolo Carlini2016-10-1451-165/+29
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2666-84/+69
* Remove duplicate dg-options directive in string_view testJonathan Wakely2016-08-011-1/+0
* Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely2016-07-211-2/+2
* Update copyright years.Jakub Jelinek2016-01-0463-63/+63
* Fix testsuite failures with --disable-wchar_tJonathan Wakely2015-10-032-2/+8
* Update copyright years.Jakub Jelinek2015-01-0563-63/+63
* Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely2014-12-131-2/+2
* limits: Remove stray semicolon.Paolo Carlini2014-10-1565-66/+66
* any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely2014-06-231-0/+36
* re PR libstdc++/61374 (string_view::operator string() is buggy)Jonathan Wakely2014-06-017-22/+61
* re PR libstdc++/59531 (string_view overrun in copy operation)Ed Smith-Rowland2014-01-246-12/+111
* create_testsuite_files: Add testsuite/experimental in the list of folders to ...François Dumont2014-01-202-5/+3
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0259-59/+59
* string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland2013-11-214-14/+16
* string_view (_S_max_size): Remove.Paolo Carlini2013-11-192-14/+0
* Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland2013-11-1662-0/+4204