aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/basic_regex
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek45-45/+45
2024-01-03Update copyright years.Jakub Jelinek45-45/+45
2023-01-16Update copyright years.Jakub Jelinek45-45/+45
2022-08-22libstdc++: Check for overflow in regex back-reference [PR106607]Jonathan Wakely1-0/+25
2022-01-10libstdc++: Add dg-timeout-factor to some more regex testsJonathan Wakely2-0/+2
2022-01-03Update copyright years.Jakub Jelinek45-45/+45
2021-10-26libstdc++: Fix 28_regex/basic_regex/84110.cc on SolarisRainer Orth1-0/+3
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-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek45-45/+45
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely44-0/+44
2020-11-26libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely1-0/+1
2020-01-01Update copyright years.Jakub Jelinek45-45/+45
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely2-0/+72
2019-01-01Update copyright years.Jakub Jelinek43-43/+43
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely1-0/+45
2018-01-03Update copyright years.Jakub Jelinek42-42/+42
2017-12-27PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely1-0/+37
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-06-07Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely1-0/+61
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely1-0/+30
2017-01-01Update copyright years.Jakub Jelinek39-39/+39
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini23-59/+20
2016-08-26Use effective-target instead of -std optionsJonathan Wakely38-65/+38
2016-08-01Remove unused headers and variables from libstdc++ testsJonathan Wakely2-5/+0
2016-07-31Enable std::regex test for C++11 or laterJonathan Wakely1-0/+1
2016-07-31Fix non-portable std::regex test and test more casesJonathan Wakely1-4/+13
2016-01-04Update copyright years.Jakub Jelinek39-39/+39
2015-01-22re PR libstdc++/64680 (basic_regex::operator= does not reset flags)Tim Shen1-2/+11
2015-01-19re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen2-1/+63
2015-01-05Update copyright years.Jakub Jelinek38-38/+38
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini25-25/+25
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini11-11/+11
2014-04-24regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.Tim Shen1-0/+4
2014-01-19regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen1-0/+33
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford37-37/+37
2013-11-19gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely1-2/+1
2013-10-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely26-31/+31
2013-09-28regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen1-2/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford37-37/+37
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek31-31/+31
2012-10-05match: Rename to...Benjamin Kosnik2-0/+52
2011-02-17re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault)Jonathan Wakely1-0/+34
2011-02-14regex.h (sub_match::sub_match): Add.Jonathan Wakely2-8/+6
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik35-0/+1575