.. |
C
|
5fdef94d53
LibRegex: Tweak get_error() function
|
2 years ago |
CMakeLists.txt
|
ce2f1b845f
Everywhere: Mark dependencies of most targets as PRIVATE
|
2 years ago |
Forward.h
|
a54be656ae
LibRegex: Don't push LibRegex's "Error" into the global namespace
|
3 years ago |
Regex.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
RegexByteCode.cpp
|
6fc9f5fa28
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
|
2 years ago |
RegexByteCode.h
|
6fd478b6ce
Everywhere: Remove unused includes of AK/Format.h
|
2 years ago |
RegexBytecodeStreamOptimizer.h
|
97a333608e
LibRegex: Make codegen+optimisation for alternatives much faster
|
3 years ago |
RegexDebug.h
|
8a331d4fa0
Everywhere: Move AK/Debug.h include to using files or remove
|
2 years ago |
RegexError.h
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 years ago |
RegexLexer.cpp
|
fbc771efe9
Everywhere: Use default StringView constructor over nullptr
|
3 years ago |
RegexLexer.h
|
fbc771efe9
Everywhere: Use default StringView constructor over nullptr
|
3 years ago |
RegexMatch.h
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 years ago |
RegexMatcher.cpp
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
RegexMatcher.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
RegexOptimizer.cpp
|
7f530c0753
LibRegex: Bail out of atomic rewrite if a block doesn't contain compares
|
2 years ago |
RegexOptions.h
|
6fc9f5fa28
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
|
2 years ago |
RegexParser.cpp
|
eba466b8e7
LibRegex: Avoid calling GenericLexer::consume() past EOF
|
2 years ago |
RegexParser.h
|
6c66fd5ffb
LibRegex: Remove declarations for non-existent methods
|
2 years ago |