summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/basic_regex
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Add dg-timeout-factor to some more regex testsJonathan Wakely2022-01-102-0/+2
* Update copyright years.Jakub Jelinek2022-01-0345-45/+45
* libstdc++: Fix 28_regex/basic_regex/84110.cc on SolarisRainer Orth2021-10-261-0/+3
* libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely2021-09-291-0/+53
* libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]Jonathan Wakely2021-09-291-0/+39
* libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely2021-09-292-0/+57
* libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2021-05-101-1/+0
* Update copyright years.Jakub Jelinek2021-01-0445-45/+45
* libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely2020-11-3044-0/+44
* libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely2020-11-261-0/+1
* Update copyright years.Jakub Jelinek2020-01-0145-45/+45
* Implement LWG 3296 for basic_regex::assignJonathan Wakely2019-09-252-0/+72
* Update copyright years.Jakub Jelinek2019-01-0143-43/+43
* PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely2018-05-181-0/+45
* Update copyright years.Jakub Jelinek2018-01-0342-42/+42
* PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely2017-12-271-0/+37
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-1/+1
* Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely2017-06-071-0/+61
* PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely2017-06-071-0/+30
* Update copyright years.Jakub Jelinek2017-01-0139-39/+39
* container_access.cc: Remove 'test' variables.Paolo Carlini2016-10-1323-59/+20
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2638-65/+38
* Remove unused headers and variables from libstdc++ testsJonathan Wakely2016-08-012-5/+0
* Enable std::regex test for C++11 or laterJonathan Wakely2016-07-311-0/+1
* Fix non-portable std::regex test and test more casesJonathan Wakely2016-07-311-4/+13
* Update copyright years.Jakub Jelinek2016-01-0439-39/+39
* re PR libstdc++/64680 (basic_regex::operator= does not reset flags)Tim Shen2015-01-221-2/+11
* re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen2015-01-192-1/+63
* Update copyright years.Jakub Jelinek2015-01-0538-38/+38
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1625-25/+25
* 57899.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-1511-11/+11
* regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.Tim Shen2014-04-241-0/+4
* regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen2014-01-191-0/+33
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0237-37/+37
* gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely2013-11-191-2/+1
* * testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely2013-10-0826-31/+31
* regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen2013-09-281-2/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0337-37/+37
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-0431-31/+31
* match: Rename to...Benjamin Kosnik2012-10-052-0/+52
* re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault)Jonathan Wakely2011-02-171-0/+34
* regex.h (sub_match::sub_match): Add.Jonathan Wakely2011-02-142-8/+6
* Makefile.am (sources): Add regex.cc.Benjamin Kosnik2011-02-1135-0/+1575