summaryrefslogtreecommitdiff
path: root/AK/Debug.h.in
AgeCommit message (Expand)Author
2021-07-31LibWeb: Define proper debug symbols for CSS Parser and TokenizerSam Atkins
2021-07-22CrashDaemon: Remove BACKTRACE_DEBUG debugging codeAndreas Kling
2021-07-12AK+Meta: Remove unused AUTOCOMPLETE_DEBUG flagAndrew Kaster
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser
2021-07-04Meta: Remove the LibJS OBJECT_DEBUG debug macroLinus Groh
2021-06-25Toolchain: Add the AFLACLOADER_DEBUG macrokleines Filmröllchen
2021-06-19LibCoreDump: Include source locations of inlined functions in backtraceItamar
2021-06-07LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)Andreas Kling
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty
2021-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-05-30WebServer: Put dbgln's behind WEBSERVER_DEBUGEdwin Hoksberg
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Shell: Hide job times behind SHELL_JOB_DEBUG flagAndrew Kaster
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-17AK: Sort all the debug macrosLinus Groh
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-14AK: Remove unused STRINGIMPL_DEBUG instrumentationAndreas Kling
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20AK+Meta: Add a debug option for LibSQLTimothy Flynn
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-02-13Utilities: Make syscall(1) explain what it's doingBen Wiederhake
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-02-08LibCpp: Include CPP_DEBUG in AK/Debug.hItamar
2021-02-04Make it possible to overwrite debug macros locally.asynts
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts