aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-18libstdc++: Improve doxygen docs for <regex>Jonathan Wakely1-8/+52
2024-03-18libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)Jonathan Wakely1-0/+10
2023-04-20libstdc++: Define std::sub_match::swap member function (LWG 3204)Jonathan Wakely1-0/+10
2022-11-24libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)Jonathan Wakely1-1/+23
2022-01-06libstdc++: Adjust friend declarations to work with ClangJonathan Wakely1-2/+2
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely1-18/+15
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely1-2/+18
2021-12-04libstdc++: Initialize member in std::match_results [PR103549]Jonathan Wakely1-2/+2
2021-10-14libstdc++: Use more descriptive feature test macroJonathan Wakely1-1/+1
2021-10-11libstdc++: Simplify std::basic_regex::assignJonathan Wakely1-4/+5
2021-10-11libstdc++: Add valid range assertions to std::basic_regex [PR89927]Jonathan Wakely1-1/+5
2021-10-11libstdc++: Fix std::match_results::end() for failed matches [PR102667]Jonathan Wakely1-2/+2
2021-10-01libstdc++: Define basic_regex::multiline for non-strict modesJonathan Wakely1-1/+1
2021-09-30libstdc++: Fix preprocessor check for C++17Jonathan Wakely1-1/+1
2021-09-29libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely1-0/+3
2021-09-29libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely1-41/+60
2021-09-28libstdc++: Add noexcept to functions in <regex>Jonathan Wakely1-6/+6
2021-08-09libstdc++: Reduce use of debug containers in <regex>Jonathan Wakely1-13/+15
2021-04-06libstdc++: Fix Doxygen warningsJonathan Wakely1-8/+8
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-21/+21
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely1-1/+1
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely1-4/+5
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely1-1/+2
2020-07-01libstdc++: Remove noexcept from match_results comparisons (PR 94627)Jonathan Wakely1-2/+2
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely1-1/+87
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely1-10/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-19libstdc++: Fix declarations of variable templatesJonathan Wakely1-1/+1
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely1-1/+10
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely1-1/+3
2019-05-14Make std::match_results::_M_resize more usefulJonathan Wakely1-2/+13
2019-05-07Improve API docs for std::regexJonathan Wakely1-16/+30
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-02Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely1-107/+137
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely1-1/+6
2018-06-07Default special members of regex types and add noexceptJonathan Wakely1-43/+39
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely1-0/+42
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-27PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely1-1/+1
2017-12-27PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely1-6/+4
2017-12-27PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-77/+65
2017-06-07Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely1-0/+7
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely1-1/+1
2017-05-10Bump version namespace.François Dumont1-2/+2
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1