Brian Gianforcaro fdea5e1628 LibRegex: Pass RegexStringView and Vector<RegexStringView> by reference 3 年之前
..
C f9fed0b167 LibRegex+LibC: Make re_nsub available to the user 4 年之前
CMakeLists.txt 246ab432ff LibRegex: Add a basic optimization pass 3 年之前
Forward.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
Regex.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
RegexByteCode.cpp 246ab432ff LibRegex: Add a basic optimization pass 3 年之前
RegexByteCode.h bf0315ff8f LibRegex: Avoid excessive Vector copy when compiling regexps 3 年之前
RegexBytecodeStreamOptimizer.h bf0315ff8f LibRegex: Avoid excessive Vector copy when compiling regexps 3 年之前
RegexDebug.h 36bfc912fc LibRegex: Switch to east-const style 4 年之前
RegexError.h d485cf29d7 LibRegex+LibUnicode: Begin implementing Unicode property escapes 4 年之前
RegexLexer.cpp 206bc01f81 LibRegex: Allow null bytes in pattern 3 年之前
RegexLexer.h 5ff9596678 LibRegex: Convert regex::Lexer to inherit from GenericLexer 4 年之前
RegexMatch.h 246ab432ff LibRegex: Add a basic optimization pass 3 年之前
RegexMatcher.cpp e4b1c0b8b1 LibRegex: Set a signpost on every executed regular expression 3 年之前
RegexMatcher.h fdea5e1628 LibRegex: Pass RegexStringView and Vector<RegexStringView> by reference 3 年之前
RegexOptimizer.cpp 741886a4c4 LibRegex: Make the optimizer understand references and capture groups 3 年之前
RegexOptions.h 6ad427993a Everywhere: Behaviour => Behavior 3 年之前
RegexParser.cpp 8e3fe80c06 LibRegex: Avoid using GenericLexer::consume() when at eof 3 年之前
RegexParser.h 6ad427993a Everywhere: Behaviour => Behavior 3 年之前