mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
1a3a0836c0
This was done with the help of several scripts, I dump them here to easily find them later: awk '/#ifdef/ { print "#cmakedefine01 "$2 }' AK/Debug.h.in for debug_macro in $(awk '/#ifdef/ { print $2 }' AK/Debug.h.in) do find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/#ifdef '$debug_macro'/#if '$debug_macro'/' {} \; done # Remember to remove WRAPPER_GERNERATOR_DEBUG from the list. awk '/#cmake/ { print "set("$2" ON)" }' AK/Debug.h.in |
||
---|---|---|
.. | ||
Account.cpp | ||
Account.h | ||
AnonymousBuffer.cpp | ||
AnonymousBuffer.h | ||
ArgsParser.cpp | ||
ArgsParser.h | ||
CMakeLists.txt | ||
Command.cpp | ||
Command.h | ||
ConfigFile.cpp | ||
ConfigFile.h | ||
DateTime.cpp | ||
DateTime.h | ||
DirectoryWatcher.cpp | ||
DirectoryWatcher.h | ||
DirIterator.cpp | ||
DirIterator.h | ||
ElapsedTimer.cpp | ||
ElapsedTimer.h | ||
Event.cpp | ||
Event.h | ||
EventLoop.cpp | ||
EventLoop.h | ||
File.cpp | ||
File.h | ||
FileStream.h | ||
Forward.h | ||
GetPassword.cpp | ||
GetPassword.h | ||
Gzip.cpp | ||
Gzip.h | ||
IODevice.cpp | ||
IODevice.h | ||
IODeviceStreamReader.h | ||
LocalServer.cpp | ||
LocalServer.h | ||
LocalSocket.cpp | ||
LocalSocket.h | ||
MimeData.cpp | ||
MimeData.h | ||
NetworkJob.cpp | ||
NetworkJob.h | ||
NetworkResponse.cpp | ||
NetworkResponse.h | ||
Notifier.cpp | ||
Notifier.h | ||
Object.cpp | ||
Object.h | ||
ProcessStatisticsReader.cpp | ||
ProcessStatisticsReader.h | ||
Property.cpp | ||
Property.h | ||
puff.cpp | ||
puff.h | ||
Socket.cpp | ||
Socket.h | ||
SocketAddress.cpp | ||
SocketAddress.h | ||
StandardPaths.cpp | ||
StandardPaths.h | ||
SyscallUtils.h | ||
TCPServer.cpp | ||
TCPServer.h | ||
TCPSocket.cpp | ||
TCPSocket.h | ||
Timer.cpp | ||
Timer.h | ||
UDPServer.cpp | ||
UDPServer.h | ||
UDPSocket.cpp | ||
UDPSocket.h |