summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/string_view
Commit message (Expand)AuthorAgeFilesLines
* 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