aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_compiler.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-01libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]Jonathan Wakely1-1/+1
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely1-4/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely1-4/+36
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely1-5/+5
2021-09-29libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely1-0/+20
2021-09-29libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely1-41/+0
2021-09-28libstdc++: Remove obfuscating typedefs in <regex>Jonathan Wakely1-2/+1
2021-09-28libstdc++: Add noexcept to functions in <regex>Jonathan Wakely1-1/+1
2021-08-09libstdc++: Reduce use of debug containers in <regex>Jonathan Wakely1-4/+4
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-02Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely1-28/+11
2018-05-10regex_compiler.h (_S_cache_size): Change from function to variable.Jason Merrill1-5/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-4/+1
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely1-5/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-01re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen1-14/+88
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-19re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen1-4/+8
2015-09-07Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hJonathan Wakely1-22/+7
2015-07-29re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen1-3/+6
2015-01-19re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen1-6/+53
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-03regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek1-1/+4
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen1-1/+4
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen1-11/+11
2014-09-11re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely1-1/+1
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely1-13/+19
2014-05-20re PR libstdc++/61227 ([C++11] Regex [\w] does not work)Tim Shen1-3/+8
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen1-1/+1
2014-03-15regex.h: Add/modify comments.Tim Shen1-1/+5
2014-01-19regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen1-1/+1
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen1-132/+176
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen1-55/+114
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-12-03regex_compiler.h: Add todo comment.Tim Shen1-0/+4
2013-11-08regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely1-2/+7
2013-11-08regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely1-1/+43
2013-11-08regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely1-7/+10
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely1-3/+13
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely1-2/+2
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen1-3/+3
2013-10-022013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen1-7/+13
2013-09-24Makefile.am: Add regex.tcc.Tim Shen1-2/+1
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen1-1/+1
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen1-13/+11