aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/match_results
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek8-8/+8
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-03-22libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)Jonathan Wakely1-0/+56
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
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 Wakely1-0/+1
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely1-1/+1
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-05-10libstdc++: Remove redundant -std=gnu++17 option from PMR testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely8-0/+8
2020-07-01libstdc++: Remove noexcept from match_results comparisons (PR 94627)Jonathan Wakely1-0/+75
2020-01-01Update copyright years.Jakub Jelinek7-7/+7
2019-01-01Update copyright years.Jakub Jelinek7-7/+7
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-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2-6/+24
2018-01-03Update copyright years.Jakub Jelinek6-6/+6
2017-12-27PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely2-0/+8
2017-12-27PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely1-0/+7
2017-01-01Update copyright years.Jakub Jelinek6-6/+6
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini6-19/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely6-7/+6
2016-01-04Update copyright years.Jakub Jelinek6-6/+6
2015-03-10re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen1-0/+81
2015-01-09re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen1-0/+43
2015-01-05Update copyright years.Jakub Jelinek4-4/+4
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini3-3/+3
2014-02-26regex.tcc (match_results<>::format, [...]): Update __out after calling std::c...Tim Shen1-0/+17
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford4-4/+4
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen1-2/+4
2013-09-24Makefile.am: Add regex.tcc.Tim Shen1-0/+51
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford3-3/+3
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-03-25default.cc: Do not call members which require a fully established result state.Jonathan Wakely2-12/+12
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik3-0/+148