summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]Jonathan Wakely2022-03-011-1/+1
* libstdc++: Reduce template instantiations in <regex>Jonathan Wakely2022-01-051-4/+5
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely2021-12-141-4/+36
* libstdc++: Add std::__conditional_t alias templateJonathan Wakely2021-10-011-5/+5
* libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely2021-09-291-0/+20
* libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely2021-09-291-41/+0
* libstdc++: Remove obfuscating typedefs in <regex>Jonathan Wakely2021-09-281-2/+1
* libstdc++: Add noexcept to functions in <regex>Jonathan Wakely2021-09-281-1/+1
* libstdc++: Reduce use of debug containers in <regex>Jonathan Wakely2021-08-091-4/+4
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Optimize std::sub_match comparisons using string_view-like typeJonathan Wakely2018-07-021-28/+11
* regex_compiler.h (_S_cache_size): Change from function to variable.Jason Merrill2018-05-101-5/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-4/+1
* PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely2017-06-071-5/+5
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen2016-12-011-14/+88
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen2015-09-191-4/+8
* Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hJonathan Wakely2015-09-071-22/+7
* re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen2015-07-291-3/+6
* re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen2015-01-191-6/+53
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek2014-12-031-1/+4
* re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen2014-11-131-1/+4
* re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen2014-09-251-11/+11
* re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely2014-09-111-1/+1
* regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely2014-06-021-13/+19
* re PR libstdc++/61227 ([C++11] Regex [\w] does not work)Tim Shen2014-05-201-3/+8
* regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen2014-04-271-1/+1
* regex.h: Add/modify comments.Tim Shen2014-03-151-1/+5
* regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen2014-01-191-1/+1
* regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen2014-01-161-132/+176
* regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen2014-01-071-55/+114
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* regex_compiler.h: Add todo comment.Tim Shen2013-12-031-0/+4
* regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely2013-11-081-2/+7
* regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely2013-11-081-1/+43
* regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely2013-11-081-7/+10
* regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely2013-11-081-3/+13
* regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely2013-11-081-2/+2
* regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen2013-10-171-3/+3
* 2013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen2013-10-021-7/+13
* Makefile.am: Add regex.tcc.Tim Shen2013-09-241-2/+1
* regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen2013-09-141-1/+1