index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Debug.h.in
Age
Commit message (
Expand
)
Author
2021-11-11
LibWasm: Implement module validation
Ali Mohammad Pur
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-08-24
Userland: Remove IRC Client
Andreas Kling
2021-07-31
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
Sam Atkins
2021-07-22
CrashDaemon: Remove BACKTRACE_DEBUG debugging code
Andreas Kling
2021-07-12
AK+Meta: Remove unused AUTOCOMPLETE_DEBUG flag
Andrew Kaster
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser
2021-07-04
Meta: Remove the LibJS OBJECT_DEBUG debug macro
Linus Groh
2021-06-25
Toolchain: Add the AFLACLOADER_DEBUG macro
kleines Filmröllchen
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-07
LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)
Andreas Kling
2021-06-06
LibVideo: Scaffold LibVideo and implement simplistic Matroska parser
FalseHonesty
2021-06-01
AK: Add a new, spec-compliant URLParser
Max Wipfli
2021-05-30
WebServer: Put dbgln's behind WEBSERVER_DEBUG
Edwin Hoksberg
2021-05-21
Games: Add Hearts
Gunnar Beutner
2021-05-21
Shell: Hide job times behind SHELL_JOB_DEBUG flag
Andrew Kaster
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-05-17
AK: Sort all the debug macros
Linus Groh
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-16
AK+Meta: Add a debug option for Solitaire
Timothy Flynn
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-14
AK: Remove unused STRINGIMPL_DEBUG instrumentation
Andreas Kling
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur
2021-05-08
LibGL: Implement a basic OpenGL 1.x compatible library
Jesse Buhagiar
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
AK+Meta: Add a debug option for LibSQL
Timothy Flynn
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-23
LibGUI: Remove one ancient GMENU_DEBUG debug log
Andreas Kling
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-02-28
LibWeb: Add actual document loading for the CSS (at)import rule
Sviatoslav Peleshko
2021-02-20
LibLine: Avoid refreshing the entire line when inserting at the end
AnotherTest
2021-02-14
LibCrypto: Make a better ASN.1 parser
AnotherTest
2021-02-13
Utilities: Make syscall(1) explain what it's doing
Ben Wiederhake
2021-02-11
LibCore: Added FileWatcher, a binding for the watch_file syscall
DexesTTP
2021-02-08
LibCpp: Include CPP_DEBUG in AK/Debug.h
Itamar
2021-02-04
Make it possible to overwrite debug macros locally.
asynts
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts