aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex.h
AgeCommit message (Expand)Author
2021-04-06libstdc++: Fix Doxygen warningsJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely
2020-07-01libstdc++: Remove noexcept from match_results comparisons (PR 94627)Jonathan Wakely
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-19libstdc++: Fix declarations of variable templatesJonathan Wakely
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely
2019-05-14Make std::match_results::_M_resize more usefulJonathan Wakely
2019-05-07Improve API docs for std::regexJonathan Wakely
2019-01-21Fix after P0600.Ulrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-07-02Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely
2018-06-07Default special members of regex types and add noexceptJonathan Wakely
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-27PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely
2017-12-27PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely
2017-12-27PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-06-07Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely
2017-05-10Bump version namespace.François Dumont
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-12-01re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen
2016-11-09regex.h (regex_iterator::regex_iterator()): Define end() as _M_pregex == null...Tim Shen
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely
2015-03-10re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen
2015-01-22re PR libstdc++/64680 (basic_regex::operator= does not reset flags)Tim Shen
2015-01-19re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen
2015-01-09re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19New std::string implementation.Jonathan Wakely
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler
2014-11-04Use ctype_base::blank in regex_traits.Jonathan Wakely
2014-10-08regex.h (regex_token_iterator::_M_end_of_seq): Add const qualifier.Jonathan Wakely
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen
2014-09-15regex.h (basic_regex): Rename _Ch_typeraits template parameters to _Ch_traits.Jonathan Wakely