aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/iterators
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek17-17/+17
2024-01-03Update copyright years.Jakub Jelinek17-17/+17
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely2-2/+0
2023-01-16Update copyright years.Jakub Jelinek17-17/+17
2022-08-04libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)Jonathan Wakely2-0/+58
2022-01-03Update copyright years.Jakub Jelinek17-17/+17
2021-01-04Update copyright years.Jakub Jelinek17-17/+17
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely17-0/+17
2020-01-01Update copyright years.Jakub Jelinek17-17/+17
2019-01-01Update copyright years.Jakub Jelinek17-17/+17
2018-01-03Update copyright years.Jakub Jelinek17-17/+17
2017-01-01Update copyright years.Jakub Jelinek17-17/+17
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini15-28/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely17-26/+17
2016-01-04Update copyright years.Jakub Jelinek17-17/+17
2015-01-05Update copyright years.Jakub Jelinek17-17/+17
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen1-0/+49
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen1-0/+45
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely2-0/+68
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen1-0/+53
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini1-1/+1
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini5-5/+5
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford13-13/+13
2013-09-18regex.h: Add friend classes.Tim Shen2-9/+13
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen1-0/+59
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen1-0/+53
2013-07-25Add documents and comments.Tim Shen1-0/+50
2013-07-23Implement regex_iterator and regex_token_iterator.Tim Shen4-0/+208
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford6-6/+6
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek6-6/+6
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik6-0/+220