summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/string_view
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]Jonathan Wakely2021-10-091-6/+0
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Introduce new headers for C++20 ranges componentsJonathan Wakely2020-09-221-0/+1
* libstdc++: Enable assertions in constexpr string_view members [PR 71960]Jonathan Wakely2020-08-261-6/+3
* libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely2020-02-241-1/+5
* libstdc++: "safe" in several library names is misleading (LWG 3379)Jonathan Wakely2020-02-191-3/+3
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely2019-12-091-0/+12
* Define __type_identity_t alias and use for string_viewJonathan Wakely2019-07-121-20/+22
* Improve docs for Library Fundamentals TSJonathan Wakely2019-05-021-1/+2
* Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely2019-04-241-2/+2
* P0482R5 char8_t: Standard library supportTom Honermann2019-02-191-0/+24
* Fix after P0600.Ulrich Drepper2019-01-211-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely2018-11-281-1/+1
* Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely2018-07-261-6/+0
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix narrowing conversions in string_view typesJonathan Wakely2017-12-011-3/+3
* Disable -Wliteral-suffix for standard UDLsJonathan Wakely2017-12-011-0/+3
* PR libstdc++/82685 add 'noexcept' to string_view literalsJonathan Wakely2017-10-241-4/+4
* PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely2017-09-121-3/+1
* PR libstdc++/70483 make std::experimental::string_view fully constexprJonathan Wakely2017-09-121-53/+54
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-17/+4
* Fix namespace versioning and remove __detail::__identity helpersJonathan Wakely2017-01-261-10/+9
* PR libstdc++/79206 check string_view sizes in operator==Jonathan Wakely2017-01-241-3/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Remove redundant const qualifliers from string_viewJonathan Wakely2016-10-111-1/+1
* Fix libstdc++ versioned namespace buildJonathan Wakely2016-10-031-6/+5
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Improve generated libstdc++ API docsJonathan Wakely2015-12-101-1/+1
* Add include/experimental/bits dirJonathan Wakely2015-10-091-1/+1
* Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely2015-09-091-4/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely2014-12-131-8/+1
* any: Add feature-testing macro.Jonathan Wakely2014-10-291-0/+2
* string_view: Make the literal operators constexpr like the ctors they call.Ed Smith-Rowland2014-07-251-4/+4
* any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely2014-06-231-0/+3
* any (any_cast): Combine duplicate doxygen comments.Jonathan Wakely2014-06-141-1/+2
* re PR libstdc++/61374 (string_view::operator string() is buggy)Jonathan Wakely2014-06-011-61/+47
* * include/experimental/string_view: Fix inconsistent exception specs.Jonathan Wakely2014-04-151-2/+2
* re PR libstdc++/59531 (string_view overrun in copy operation)Ed Smith-Rowland2014-01-241-9/+9
* create_testsuite_files: Add testsuite/experimental in the list of folders to ...François Dumont2014-01-201-3/+6
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland2013-11-211-6/+18
* string_view (_S_max_size): Remove.Paolo Carlini2013-11-191-8/+4
* Changed reference to Ch21 Strings in comments in experimental/string_view*.Edward Smith-Rowland2013-11-161-1/+1
* Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland2013-11-161-0/+697