Linus Groh
|
dac0554fa0
LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()
|
4 years ago |
Andreas Kling
|
79ff1902aa
LibRegex: Convert StringBuilder::appendf() => AK::Format
|
4 years ago |
Linus Groh
|
a4c1860bfc
LibRegex: Put to dbgln()s behind REGEX_DEBUG
|
4 years ago |
Ali Mohammad Pur
|
bf9c04a3da
LibRegex: Implement multiline stateful matches
|
4 years ago |
Ali Mohammad Pur
|
bb40d4d5ff
LibRegex: Do not attempt to find more matches when one match is needed
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
ade97d4094
LibRegex: Make sure there are as many group matches as actual matches
|
4 years ago |
AnotherTest
|
76f63c2980
LibRegex: Allocate entries for all capture groups in RegexResult
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |
asynts
|
5c5665c1e7
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |