1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 18:12:17 +00:00
serenity/Userland/Libraries
asynts acdcf59a33 Everywhere: Remove unnecessary debug comments.
It would be tempting to uncomment these statements, but that won't work
with the new changes.

This was done with the following commands:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \;
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: Remove unnecessary debug comments. 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: Use CMake to generate AK/Debug.h. 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: Use CMake to generate AK/Debug.h. 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: Remove unnecessary debug comments. 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