aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex
AgeCommit message (Expand)AuthorFilesLines
2024-07-31libstdc++: drop bogus 'dg_do run' directiveSam James1-1/+0
2024-01-03Update copyright years.Jakub Jelinek158-158/+158
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely3-4/+1
2023-04-05libstdc++: Define std::sub_match::swap member function (LWG 3204)Jonathan Wakely1-0/+38
2023-03-22libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)Jonathan Wakely1-0/+56
2023-01-16Update copyright years.Jakub Jelinek158-158/+158
2022-10-28libstdc++: Fix allocator propagation in regex algorithms [PR107376]Jonathan Wakely1-0/+76
2022-08-22libstdc++: Check for overflow in regex back-reference [PR106607]Jonathan Wakely1-0/+25
2022-08-04libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)Jonathan Wakely2-0/+58
2022-05-19libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely1-1/+2
2022-01-10libstdc++: Add dg-timeout-factor to some more regex testsJonathan Wakely4-0/+4
2022-01-03Update copyright years.Jakub Jelinek158-158/+158
2021-12-14libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely1-1/+61
2021-12-14libstdc++: Simplify definition of std::regex_constants variablesJonathan Wakely4-5/+50
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely1-0/+11
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely1-1/+1
2021-10-26libstdc++: Fix 28_regex/basic_regex/84110.cc on SolarisRainer Orth1-0/+3
2021-10-13libstdc++: Rename files with the wrong extensionsJonathan Wakely1-0/+0
2021-10-11libstdc++: Fix std::match_results::end() for failed matches [PR102667]Jonathan Wakely1-0/+39
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely1-0/+2
2021-09-29libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely1-0/+74
2021-09-29libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely1-0/+53
2021-09-29libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]Jonathan Wakely1-0/+39
2021-09-29libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely2-0/+57
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely1-2/+2
2021-08-03libstdc++: Reduce header dependencies in <regex>Jonathan Wakely2-0/+2
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely1-1/+0
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely1-1/+0
2021-05-04ctype support for libstdc++ on VxWorksCorentin Gay2-0/+2
2021-01-04Update copyright years.Jakub Jelinek158-158/+158
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely146-0/+146
2020-11-26libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely12-1/+13
2020-07-31libstdc++: Ensure c++NN effective-target present in more testsJonathan Wakely1-1/+1
2020-07-02libstdc++: Require c++98_only effective target for some testsJonathan Wakely1-1/+1
2020-07-01libstdc++: Remove noexcept from match_results comparisons (PR 94627)Jonathan Wakely1-0/+75
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely1-0/+335
2020-01-01Update copyright years.Jakub Jelinek156-156/+156
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely2-0/+72
2019-02-11PR libstdc++/89023 fix test that fails when <omp.h> not availableJonathan Wakely1-22/+0
2019-01-01Update copyright years.Jakub Jelinek155-155/+155
2018-10-19Fix compilation error with _GLIBCXX_PARALLELJonathan Wakely2-3/+22
2018-08-22PR libstdc++/87061 remove pmr type aliases for COW stringsJonathan Wakely1-0/+1
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely1-0/+44
2018-07-02Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely1-0/+303
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2-6/+24
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely1-0/+45
2018-01-14re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping i...Tim Shen2-0/+70
2018-01-03Update copyright years.Jakub Jelinek149-149/+149
2017-12-27PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely2-0/+8
2017-12-27PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely1-0/+37