aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_constants.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-06libstdc++: add missing __Jason Merrill1-1/+1
2024-09-05c-family: add attribute flag_enum [PR81665]Jason Merrill1-1/+1
2024-02-28libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask opsJonathan Wakely1-22/+30
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-05-13libstdc++: Improve doxygen docs for <regex>Jonathan Wakely1-1/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14libstdc++: Simplify definition of std::regex_constants variablesJonathan Wakely1-85/+63
2021-10-01libstdc++: Define basic_regex::multiline for non-strict modesJonathan Wakely1-0/+2
2021-09-29libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely1-4/+21
2021-04-08libstdc++: Fix more doxygen markup for group close commandsJonathan Wakely1-1/+1
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-4/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-02Improve Doxygen docs for nested namespacesJonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-5/+4
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler1-24/+26
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen1-0/+10
2015-03-28re PR libstdc++/65420 (Enumerators in std::regex_constants should be constexp...Tim Shen1-187/+206
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-18regex.h: Add friend classes.Tim Shen1-118/+156
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen1-81/+81
2013-08-22regex.h: Replace 8 spaces in indentation with a tab.Tim Shen1-3/+3
2013-08-20regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type.Tim Shen1-1/+1
2013-08-09regex_constants.h: Change syntax_option_type to enum type.Tim Shen1-80/+118
2013-08-07Makefile.am: Adjust to new files.Tim Shen1-10/+10
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-06-28c++config: Remove __regex nested namespace.Benjamin Kosnik1-25/+34
2011-02-14regex.h (sub_match::sub_match): Add.Jonathan Wakely1-24/+24
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-5/+7
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-3/+3
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-3/+3
2010-07-03regex_compiler.h: Fix filename in doxygen comment.Jonathan Wakely1-1/+1
2010-06-25Initial regex implementation.Stephen M. Webb1-0/+299