aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_compiler.h
AgeCommit message (Expand)Author
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-07-02Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely
2018-05-10regex_compiler.h (_S_cache_size): Change from function to variable.Jason Merrill
2018-01-03Update copyright years.Jakub Jelinek
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan 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-01-04Update copyright years.Jakub Jelinek
2015-09-19re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen
2015-09-07Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hJonathan Wakely
2015-07-29re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen
2015-01-19re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen
2015-01-05Update copyright years.Jakub Jelinek
2014-12-03regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)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-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely
2014-05-20re PR libstdc++/61227 ([C++11] Regex [\w] does not work)Tim Shen
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-19regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...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_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely
2013-11-08regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely
2013-11-08regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen
2013-10-022013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen
2013-09-24Makefile.am: Add regex.tcc.Tim Shen
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen
2013-09-02regex_automaton.h: Rearrange _NFA's layout.Tim Shen
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen
2013-08-22regex.h: Replace 8 spaces in indentation with a tab.Tim Shen
2013-08-07Makefile.am: Adjust to new files.Tim Shen
2013-08-03Implement bracket expression.Tim Shen
2013-07-31Thompson matcher refactored.Tim Shen
2013-07-31Revert last commit.Tim Shen
2013-07-31Thompson matcher refactored.Tim Shen
2013-07-302013-07-30 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini