serenity/Userland/Libraries
asynts 8465683dcf Everywhere: Debug macros instead of constexpr.
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/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_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: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibCoreDump LibCoreDump: Expose arguments and environment 2021-01-15 23:26:47 +01:00
LibCpp
LibCrypt
LibCrypto Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibDebug Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibDesktop
LibDiff Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibELF Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
LibGemini Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibGfx Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibGUI Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibHTTP Everywhere: Debug macros instead of constexpr. 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: Debug macros instead of constexpr. 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: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibTar
LibTextCodec Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
LibThread
LibTLS Everywhere: Debug macros instead of constexpr. 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: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
LibX86 Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
CMakeLists.txt