summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_executor.tcc
AgeCommit message (Expand)Author
2025-04-29libstdc++: Use constexpr-if to slightly simplify <regex>Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-08-09libstdc++: Fix some -Wunused-parameter warningsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-28libstdc++: Fix allocator propagation in regex algorithms [PR107376]Jonathan Wakely
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-09-28libstdc++: Tweaks to <regex> to avoid warningsJonathan Wakely
2021-08-03libstdc++: Reduce header dependencies in <regex>Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-10-19Fix compilation error with _GLIBCXX_PARALLELJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely
2017-09-11re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-01Update copyright years.Jakub Jelinek
2016-08-22Split _M_dfs() into smaller functions.Tim Shen
2016-04-23re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and re...Tim Shen
2016-01-04Update copyright years.Jakub Jelinek
2015-12-15re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely
2015-07-30regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...Tim Shen
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen
2015-01-05Update copyright years.Jakub Jelinek
2015-01-02re PR libstdc++/64475 (FAIL: 28_regex/algorithms/regex_match/ecma/char/backre...Tim Shen
2014-12-31re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen
2014-11-25re PR libstdc++/63920 (Any regular expression should not match an empty seque...Tim Shen
2014-10-23re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause r...Tim Shen
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen
2014-09-11re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely
2014-07-15re PR libstdc++/61720 (std::regex_search matches incorrectly)Tim Shen
2014-07-01re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen
2014-03-15regex.h: Add/modify comments.Tim Shen
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-12-03regex_compiler.h: Add todo comment.Tim Shen
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely
2013-10-28regex_executor.tcc: Add comments.Tim Shen
2013-10-26regex.h: Remove unnecessary friends.Tim Shen
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen
2013-10-08regex_executor.h: Add _TodoList class.Tim Shen
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen