1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Libraries/LibCore
Andreas Kling 6cbd72f54f AK: Remove bitrotted Traits::dump() mechanism
This was only used by HashTable::dump() which I used when doing the
first HashTable implementation. Removing this allows us to also remove
most includes of <AK/kstdio.h>.
2020-02-10 11:55:34 +01:00
..
ArgsParser.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ArgsParser.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ConfigFile.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ConfigFile.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
DirIterator.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
DirIterator.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ElapsedTimer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ElapsedTimer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Event.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Event.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
EventLoop.cpp LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
EventLoop.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
File.cpp LibCore: Add File::is_directory() helpers 2020-02-09 14:15:55 +01:00
File.h LibCore: Add File::is_directory() helpers 2020-02-09 14:15:55 +01:00
Gzip.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Gzip.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpJob.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpJob.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpRequest.cpp LibCore: Allow constructing a Core::HttpRequest from a raw HTTP request 2020-02-09 14:15:55 +01:00
HttpRequest.h LibCore: Allow constructing a Core::HttpRequest from a raw HTTP request 2020-02-09 14:15:55 +01:00
HttpResponse.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpResponse.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
IODevice.cpp LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
IODevice.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
IODeviceStreamReader.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalServer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalServer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalSocket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LocalSocket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Makefile LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkJob.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkJob.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkResponse.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
NetworkResponse.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Notifier.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Notifier.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Object.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
Object.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ProcessStatisticsReader.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ProcessStatisticsReader.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
puff.c LibCore: Move puff() from LibDraw to LibCore 2019-11-23 23:43:37 +01:00
puff.h Meta: Remove some copyright headers added in error 2020-01-25 10:34:32 +01:00
Socket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Socket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
SocketAddress.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
SyscallUtils.h LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
TCPServer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TCPServer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TCPSocket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
TCPSocket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Timer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Timer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpServer.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpServer.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpSocket.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UdpSocket.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UserInfo.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
UserInfo.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00