index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibRegex
/
RegexDebug.h
Age
Commit message (
Expand
)
Author
2022-09-17
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-02-20
LibRegex: Make codegen+optimisation for alternatives much faster
Ali Mohammad Pur
2021-07-23
LibRegex: Switch to east-const style
Ali Mohammad Pur
2021-07-18
LibRegex: Also print a newline after each debug line
Ali Mohammad Pur
2021-06-14
LibRegex: Make get_opcode() return a reference
Gunnar Beutner
2021-05-31
LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()
Linus Groh
2021-05-07
LibRegex: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
LibRegex: Unbreak the ALL_DEBUG build
Andreas Kling
2021-04-21
LibRegex: Convert String::format() => String::formatted()
Andreas Kling
2021-04-10
LibRegex: Take the regex as a const reference in print_bytecode()
AnotherTest
2021-02-28
LibRegex: VERIFY that string builder in print_header is not null.
Andrew Kaster
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling