aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_automaton.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-02-16libstdc++: Fix uses of non-reserved names in headersJonathan Wakely1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-28libstdc++: Remove obfuscating typedefs in <regex>Jonathan Wakely1-3/+2
2021-09-28libstdc++: Add noexcept to functions in <regex>Jonathan Wakely1-11/+11
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-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely1-1/+1
2018-05-08Make std::regex automata use non-debug vector in Debug ModeJonathan Wakely1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-3/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-04-18Add attribute((unused)) in libstdc++ headersJonathan Wakely1-1/+2
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-1/+5
2015-07-30regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...Tim Shen1-11/+76
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen1-1/+5
2014-07-01re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen1-0/+7
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen1-6/+15
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen1-7/+0
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely1-8/+8
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely1-77/+102
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely1-3/+3
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen1-23/+1
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen1-1/+1
2013-10-15re PR libstdc++/58737 (leak in std::regex_match)Tim Shen1-0/+4
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen1-11/+10
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen1-45/+71
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen1-39/+40
2013-09-02regex_automaton.h: Rearrange _NFA's layout.Tim Shen1-2/+2
2013-08-22regex.h: Replace 8 spaces in indentation with a tab.Tim Shen1-29/+29
2013-08-18regex_automaton.h: _S_opcode_backref.Tim Shen1-19/+29
2013-08-07Makefile.am: Adjust to new files.Tim Shen1-0/+274