summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_automaton.h
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix uses of non-reserved names in headersJonathan Wakely2023-02-161-1/+1
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Declare const global variables inlinePatrick Palka2022-11-061-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Remove obfuscating typedefs in <regex>Jonathan Wakely2021-09-281-3/+2
* libstdc++: Add noexcept to functions in <regex>Jonathan Wakely2021-09-281-11/+11
* 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
* PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely2018-05-181-1/+1
* Make std::regex automata use non-debug vector in Debug ModeJonathan Wakely2018-05-081-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-3/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add attribute((unused)) in libstdc++ headersJonathan Wakely2016-04-181-1/+2
* 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-1/+5
* regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...Tim Shen2015-07-301-11/+76
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen2014-09-251-1/+5
* re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen2014-07-011-0/+7
* regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen2014-04-271-6/+15
* regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen2014-01-161-7/+0
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely2013-11-081-8/+8
* regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely2013-11-081-77/+102
* regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely2013-11-061-3/+3
* regex.h: Remove virtual class _Automaton.Tim Shen2013-10-201-23/+1
* regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen2013-10-171-1/+1
* re PR libstdc++/58737 (leak in std::regex_match)Tim Shen2013-10-151-0/+4
* regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen2013-10-061-11/+10
* regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen2013-09-141-45/+71
* regex_automaton.h: Add dummy node type.Tim Shen2013-09-051-39/+40
* regex_automaton.h: Rearrange _NFA's layout.Tim Shen2013-09-021-2/+2
* regex.h: Replace 8 spaces in indentation with a tab.Tim Shen2013-08-221-29/+29
* regex_automaton.h: _S_opcode_backref.Tim Shen2013-08-181-19/+29
* Makefile.am: Adjust to new files.Tim Shen2013-08-071-0/+274