Jean-Baptiste Boric
|
0039ecb189
|
LibJS: Keep track of file names, lines and columns inside the AST
|
2021-03-01 11:14:36 +01:00 |
|
Andreas Kling
|
635a5eec75
|
LibJS: Remove a whole bunch of unnecessary #includes
|
2021-02-10 09:13:29 +01:00 |
|
asynts
|
eea72b9b5c
|
Everywhere: Hook up remaining debug macros to Debug.h.
|
2021-01-25 09:47:36 +01:00 |
|
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 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|