ladybird/Userland/Libraries
asynts bb483f7ef4 Everywhere: Name debug macros more consistently.
Personally, I prefer the naming convention DEBUG_FOO over FOO_DEBUG, but
the majority of the debug macros are already named in the latter naming
convention, so I just enforce consistency here.

This was done with the following script:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/DEBUG_PATH/PATH_DEBUG/' {} \;
2021-01-25 09:47:36 +01:00
..
LibAudio Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
LibC Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibChess Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibCompress Everywhere: Fix typos 2021-01-22 18:41:29 +01:00
LibCore Everywhere: Name debug macros more consistently. 2021-01-25 09:47:36 +01:00
LibCoreDump LibCoreDump: Expose arguments and environment 2021-01-15 23:26:47 +01:00
LibCpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibCrypt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibCrypto Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibDebug Everywhere: Name debug macros more consistently. 2021-01-25 09:47:36 +01:00
LibDesktop Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibDiff Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
LibELF Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibGemini Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibGfx Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibGUI Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibHTTP Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibImageDecoderClient ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmap 2021-01-16 23:58:57 +01:00
LibIPC LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class 2021-01-16 17:20:24 +01:00
LibJS Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibKeyboard Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
LibLine Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibM LibM: Add nextafter() and nexttoward() stubs 2021-01-18 22:28:56 +01:00
LibMarkdown Everywhere: Name debug macros more consistently. 2021-01-25 09:47:36 +01:00
LibPCIDB LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
LibProtocol Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
LibPthread Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibRegex Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
LibTar Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibTextCodec Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
LibThread Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LibTLS Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
LibTTF Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
LibVT Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibWeb Everywhere: Name debug macros more consistently. 2021-01-25 09:47:36 +01:00
LibX86 Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00