summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex.h
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Define std::sub_match::swap member function (LWG 3204)Jonathan Wakely2023-04-051-0/+10
* libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)Jonathan Wakely2023-03-221-0/+10
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)Jonathan Wakely2022-08-041-1/+23
* libstdc++: Improve doxygen docs for <regex>Jonathan Wakely2022-05-131-8/+52
* libstdc++: Adjust friend declarations to work with ClangJonathan Wakely2022-01-061-2/+2
* libstdc++: Reduce template instantiations in <regex>Jonathan Wakely2022-01-051-18/+15
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely2021-12-131-2/+18
* libstdc++: Initialize member in std::match_results [PR103549]Jonathan Wakely2021-12-041-2/+2
* libstdc++: Use more descriptive feature test macroJonathan Wakely2021-10-141-1/+1
* libstdc++: Simplify std::basic_regex::assignJonathan Wakely2021-10-111-4/+5
* libstdc++: Add valid range assertions to std::basic_regex [PR89927]Jonathan Wakely2021-10-111-1/+5
* libstdc++: Fix std::match_results::end() for failed matches [PR102667]Jonathan Wakely2021-10-111-2/+2
* libstdc++: Define basic_regex::multiline for non-strict modesJonathan Wakely2021-10-011-1/+1
* libstdc++: Fix preprocessor check for C++17Jonathan Wakely2021-09-301-1/+1
* libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely2021-09-291-0/+3
* libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely2021-09-291-41/+60
* libstdc++: Add noexcept to functions in <regex>Jonathan Wakely2021-09-281-6/+6
* libstdc++: Reduce use of debug containers in <regex>Jonathan Wakely2021-08-091-13/+15
* libstdc++: Fix Doxygen warningsJonathan Wakely2021-04-061-8/+8
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-21/+21
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix some warnings in headersJonathan Wakely2020-10-291-1/+1
* libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely2020-10-061-4/+5
* libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely2020-07-061-1/+2
* libstdc++: Remove noexcept from match_results comparisons (PR 94627)Jonathan Wakely2020-07-011-2/+2
* libstdc++: Add comparison operators for string and regex typesJonathan Wakely2020-04-171-1/+87
* libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely2020-02-241-10/+0
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Fix declarations of variable templatesJonathan Wakely2019-11-191-1/+1
* libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely2019-11-171-1/+10
* Implement LWG 3296 for basic_regex::assignJonathan Wakely2019-09-251-1/+3
* Make std::match_results::_M_resize more usefulJonathan Wakely2019-05-141-2/+13
* Improve API docs for std::regexJonathan Wakely2019-05-071-16/+30
* Fix after P0600.Ulrich Drepper2019-01-211-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely2018-07-021-107/+137
* P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2018-06-141-1/+6
* Default special members of regex types and add noexceptJonathan Wakely2018-06-071-43/+39
* PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely2018-05-181-0/+42
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely2017-12-271-1/+1
* PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely2017-12-271-6/+4
* PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely2017-12-271-1/+1
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-77/+65
* Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely2017-06-071-0/+7
* PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely2017-06-071-1/+1
* Bump version namespace.François Dumont2017-05-101-2/+2
* PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely2017-03-021-2/+2