serenity/Userland
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
..
Applications Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Demos LibGfx:: Implement scale support for blit_with_opacity() 2021-01-25 09:41:34 +01:00
DevTools Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
DynamicLoader Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Shell Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
Tests Tests+UserlandEmulator: Demonstrate missing backtraces 2021-01-23 16:47:09 +01:00
Utilities Userland: Implement grep -v (invert-match) 2021-01-25 09:41:19 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00