]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite/28_regex
openmp: Add support for iterators in 'target update' clauses (C/C++)
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 28_regex /
2025-01-15  Jonathan Wakelylibstdc++: Fix comments in test that reference wrong...
2025-01-02  Jakub JelinekUpdate copyright years.
2024-07-31  Sam Jameslibstdc++: drop bogus 'dg_do run' directive
2024-01-03  Jakub JelinekUpdate copyright years.
2023-09-15  Jonathan Wakelylibstdc++: Remove dg-options "-std=gnu++20" from remain...
2023-04-05  Jonathan Wakelylibstdc++: Define std::sub_match::swap member function...
2023-03-22  Jonathan Wakelylibstdc++: Add allocator-extended constructors to std...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-10-28  Jonathan Wakelylibstdc++: Fix allocator propagation in regex algorithm...
2022-08-22  Jonathan Wakelylibstdc++: Check for overflow in regex back-reference...
2022-08-04  Jonathan Wakelylibstdc++: Add comparisons to std::default_sentinel_t...
2022-05-19  Jonathan Wakelylibstdc++: Ensure pmr aliases work without <memory_reso...
2022-01-10  Jonathan Wakelylibstdc++: Add dg-timeout-factor to some more regex...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-14  Jonathan Wakelylibstdc++: Fix handling of invalid ranges in std::regex...
2021-12-14  Jonathan Wakelylibstdc++: Simplify definition of std::regex_constants...
2021-12-13  Jonathan Wakelylibstdc++: Fix std::regex_replace for strings with...
2021-11-24  Jonathan Wakelylibstdc++: Replace hyphens in effective target keywords
2021-10-26  Rainer Orthlibstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
2021-10-13  Jonathan Wakelylibstdc++: Rename files with the wrong extensions
2021-10-11  Jonathan Wakelylibstdc++: Fix std::match_results::end() for failed...
2021-10-08  Jonathan Wakelylibstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks...
2021-09-29  Jonathan Wakelylibstdc++: Implement std::regex_constants::multiline...
2021-09-29  Jonathan Wakelylibstdc++: Check for invalid syntax_option_type values...
2021-09-29  Jonathan Wakelylibstdc++: std::basic_regex should treat '\0' as an...
2021-09-29  Jonathan Wakelylibstdc++: Simplify std::basic_regex construction and...
2021-08-04  Jonathan Wakelylibstdc++: Add [[nodiscard]] to iterators and related...
2021-08-03  Jonathan Wakelylibstdc++: Reduce header dependencies in <regex>
2021-05-10  Jonathan Wakelylibstdc++: Remove redundant -std=gnu++17 option from...
2021-05-10  Jonathan Wakelylibstdc++: Remove redundant -std=gnu++17 option from...
2021-05-05  Corentin Gayctype support for libstdc++ on VxWorks
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-30  Jonathan Wakelylibstdc++: Set dg-timeout-factor for more slow tests
2020-11-26  Jonathan Wakelylibstdc++: Set dg-timeout-factor for some slow tests
2020-07-31  Jonathan Wakelylibstdc++: Ensure c++NN effective-target present in...
2020-07-02  Jonathan Wakelylibstdc++: Require c++98_only effective target for...
2020-07-01  Jonathan Wakelylibstdc++: Remove noexcept from match_results compariso...
2020-04-17  Jonathan Wakelylibstdc++: Add comparison operators for string and...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-09-25  Jonathan WakelyImplement LWG 3296 for basic_regex::assign
2019-02-11  Jonathan WakelyPR libstdc++/89023 fix test that fails when <omp.h...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-19  Jonathan WakelyFix compilation error with _GLIBCXX_PARALLEL
2018-08-22  Jonathan WakelyPR libstdc++/87061 remove pmr type aliases for COW...
2018-08-09  Jonathan WakelyDefine aliases for containers using polymorphic_allocator
2018-07-02  Jonathan WakelyOptimize std::sub_match comparisons using string_view...
2018-06-14  Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-05-18  Jonathan WakelyPR libstdc++/85098 add missing definitions for static...
2018-01-14  Tim Shenre PR libstdc++/83601 (std::regex_replace C++14 conform...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-27  Jonathan WakelyPR libstdc++/83600 fix end iterator for unready std...
2017-12-27  Jonathan WakelyPR libstdc++/83598 don't modify flags passed to std...
2017-12-27  Jonathan WakelyPR libstdc++/83538 fix std::match_results<T>::reference...
2017-09-19  Jonathan WakelyPR libstdc++/71500 restore C++11 compatibility in ...
2017-09-15  Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-11  Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2017-06-07  Jonathan WakelyAdd C++17 deduction guide for std::basic_regex (P0433R2...
2017-06-07  Jonathan WakelyPR libstdc++/81002 fix std::basic_regex range constructor
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-07  Jonathan WakelyReplace use of C++14 std::exchange in C++11 testcase
2016-12-01  Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2016-11-09  Tim Shenregex.h (regex_iterator::regex_iterator()): Define...
2016-10-13  Paolo Carlinicontainer_access.cc: Remove 'test' variables.
2016-08-27  Tim Shenre PR libstdc++/77356 (regex error for a ECMAScript...
2016-08-26  Jonathan WakelyUse effective-target instead of -std options
2016-08-01  Jonathan WakelyRemove unused headers and variables from libstdc++...
2016-07-31  Jonathan WakelyEnable std::regex test for C++11 or later
2016-07-31  Jonathan WakelyFix non-portable std::regex test and test more cases
2016-04-23  Tim Shenre PR libstdc++/70745 (Wrong handling of regex_constant...
2016-02-17  Tim Shenre PR libstdc++/69794 (std::regex_search match failure...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-15  Tim Shenre PR libstdc++/68863 (Regular expressions: Backreferen...
2015-08-28  Tim Shenre PR libstdc++/67362 (std::regex("((.)", std::regex_co...
2015-07-29  Tim Shenre PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std...
2015-04-28  Tim Shenregex.tcc: Handle regex_constants::__polynomial.
2015-03-28  Tim Shenre PR libstdc++/65420 (Enumerators in std::regex_consta...
2015-03-10  Tim Shenre PR libstdc++/64441 (A match_results returns an incor...
2015-03-09  Jonathan Wakelyre PR libstdc++/64467 (28_regex/traits/char/isctype...
2015-02-13  Matthew Wahabisctype.cc (test01): Fix mixed line-endings introduced...
2015-02-12  Jason Merrill* testsuite/28_regex/traits/wchar_t/isctype.cc: Fix...
2015-02-12  Matthew Wahabisctype.cc (test01): Replace test for __NEWLIB__ macro...
2015-02-04  Matthew Wahab[PATCH][libstdc++][Testsuite] isctype test fails for...
2015-01-22  Tim Shenre PR libstdc++/64680 (basic_regex::operator= does...
2015-01-22  Tim Shenre PR libstdc++/64649 (regex_traits::lookup_classname...
2015-01-19  Tim Shenre PR libstdc++/64649 (regex_traits::lookup_classname...
2015-01-19  Tim Shenre PR libstdc++/64584 (basic_regex::assign breaks ...
2015-01-09  Tim Shenre PR libstdc++/64239 (regex_iterator::operator= should...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-17  Tim Shenre PR libstdc++/64302 (The match_results::cbegin()...
2014-12-13  Tim Shenre PR libstdc++/64239 (regex_iterator::operator= should...
2014-12-10  Jonathan WakelyImplement LWG DR 2329 and DR 2332.
2014-12-04  Tim Shenre PR libstdc++/64140 (match_results.prefix() returns...
2014-11-25  Tim Shenre PR libstdc++/63920 (Any regular expression should...
2014-11-14  Daniel Krueglerregex.h: Support embedded zeros in sub_match comparison...
2014-11-13  Tim Shenre PR libstdc++/63775 ([C++11] Regex range with leading...
2014-10-16  Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-10-15  Paolo Carlini57899.cc: Prefer -std=gnu++11.
2014-09-25  Tim Shenre PR libstdc++/63199 (Inserting std::wregex to std...
2014-07-15  Tim Shenre PR libstdc++/61720 (std::regex_search matches incorr...
2014-07-01  Tim Shenre PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)
next