summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibRegex/RegexDebug.h
AgeCommit message (Expand)Author
2021-07-23LibRegex: Switch to east-const styleAli Mohammad Pur
2021-07-18LibRegex: Also print a newline after each debug lineAli Mohammad Pur
2021-06-14LibRegex: Make get_opcode() return a referenceGunnar Beutner
2021-05-31LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln()Linus Groh
2021-05-07LibRegex: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22LibRegex: Unbreak the ALL_DEBUG buildAndreas Kling
2021-04-21LibRegex: Convert String::format() => String::formatted()Andreas Kling
2021-04-10LibRegex: Take the regex as a const reference in print_bytecode()AnotherTest
2021-02-28LibRegex: VERIFY that string builder in print_header is not null.Andrew Kaster
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling