aboutsummaryrefslogtreecommitdiff
path: root/tests/regex
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Drop copyright notice from source codeBoris Kolpackov3-3/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-03-01Add '\n' to regex_replace_*() substitution escape sequencesKaren Arutyunov1-0/+7
2019-01-16Update copyright yearKaren Arutyunov3-3/+3
2018-06-19Add regex_replace_match() and rename regex_replace_ex() to regex_replace_sear...Karen Arutyunov2-4/+21
2018-05-19Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2017-12-12Add support for VC 15u5Boris Kolpackov1-0/+5
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-24Use std.regex and std.theading modulesBoris Kolpackov1-0/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-3/+23
2017-08-31Fix regex_replace_ex() to ignore unmatched sub-expression referencesKaren Arutyunov1-2/+8
2017-08-30Generalize regex_replace_ex() functionKaren Arutyunov3-0/+127