ladybird/Libraries/LibCore
Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C
I've been wanting to do this for a long time. It's time we start being
consistent about how this stuff works.

The new convention is:

- "LibFoo" is a userspace library that provides the "Foo" namespace.

That's it :^) This was pretty tedious to convert and I didn't even
start on LibGUI yet. But it's coming up next.
2020-02-02 15:15:30 +01:00
..
CArgsParser.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CArgsParser.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CConfigFile.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CConfigFile.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CDirIterator.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CDirIterator.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CElapsedTimer.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CElapsedTimer.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CEvent.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CEvent.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CEventLoop.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CEventLoop.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CFile.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CFile.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CGzip.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CGzip.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CHttpJob.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CHttpJob.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CHttpRequest.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CHttpRequest.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CHttpResponse.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CHttpResponse.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CIODevice.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CIODevice.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CIODeviceStreamReader.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CLocalServer.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CLocalServer.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CLocalSocket.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CLocalSocket.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CNetworkJob.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CNetworkJob.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CNetworkResponse.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CNetworkResponse.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CNotifier.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CNotifier.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CObject.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CObject.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CProcessStatisticsReader.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CProcessStatisticsReader.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CSocket.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CSocket.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CSocketAddress.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CSyscallUtils.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CTCPServer.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CTCPServer.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CTCPSocket.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CTCPSocket.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CTimer.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CTimer.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CUdpServer.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CUdpServer.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CUdpSocket.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CUdpSocket.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
CUserInfo.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CUserInfo.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Makefile LibCore: Add UDP socket and server classes 2020-01-26 14:45:07 +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