ladybird/LibCore
Andreas Kling 0ed89440f1 ProcessManager+top: Rename "linear" size to "virtual" size.
I originally called it "linear" because that's how the Intel manual names
virtual addresses in many cases. I'm ready to accept that most people know
this as "virtual" so let's just call it that.
2019-06-07 12:44:29 +02:00
..
.gitignore Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
CArgsParser.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CArgsParser.h Add clang-format file 2019-05-28 17:31:20 +02:00
CConfigFile.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CConfigFile.h Add clang-format file 2019-05-28 17:31:20 +02:00
CDirIterator.cpp Take StringView in more places 2019-06-02 12:55:51 +02:00
CDirIterator.h Take StringView in more places 2019-06-02 12:55:51 +02:00
CElapsedTimer.cpp AK: Make timeval_add() and timeval_sub() take references. 2019-06-06 18:02:28 +02:00
CElapsedTimer.h Add clang-format file 2019-05-28 17:31:20 +02:00
CEvent.cpp LibCore: Move LibGUI/GObject to LibCore/CObject. 2019-04-10 17:01:54 +02:00
CEvent.h Add clang-format file 2019-05-28 17:31:20 +02:00
CEventLoop.cpp AK: Make timeval_add() and timeval_sub() take references. 2019-06-06 18:02:28 +02:00
CEventLoop.h Add clang-format file 2019-05-28 17:31:20 +02:00
CFile.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
CFile.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
CHttpJob.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CHttpJob.h Add clang-format file 2019-05-28 17:31:20 +02:00
CHttpRequest.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CHttpRequest.h Add clang-format file 2019-05-28 17:31:20 +02:00
CHttpResponse.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CHttpResponse.h Add clang-format file 2019-05-28 17:31:20 +02:00
CIODevice.cpp LibCore: Run clang-format on everything. 2019-06-07 11:46:37 +02:00
CIODevice.h Userland: Use CFile inside sysctl 2019-06-02 12:55:51 +02:00
CLock.h Add clang-format file 2019-05-28 17:31:20 +02:00
CNetworkJob.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CNetworkJob.h Add clang-format file 2019-05-28 17:31:20 +02:00
CNetworkResponse.cpp LibCore: Move HTTP classes from LibGUI to LibCore. 2019-04-10 22:28:10 +02:00
CNetworkResponse.h Add clang-format file 2019-05-28 17:31:20 +02:00
CNotifier.cpp Update Badge<T> instantiations to simply be {}. 2019-05-31 15:44:04 +02:00
CNotifier.h Add clang-format file 2019-05-28 17:31:20 +02:00
CObject.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CObject.h LibCore: CObjects without is<T> specialization shouldn't LARP as others. 2019-06-01 14:11:31 +02:00
CProcessStatisticsReader.cpp ProcessManager+top: Rename "linear" size to "virtual" size. 2019-06-07 12:44:29 +02:00
CProcessStatisticsReader.h ProcessManager+top: Rename "linear" size to "virtual" size. 2019-06-07 12:44:29 +02:00
CSocket.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CSocket.h Add clang-format file 2019-05-28 17:31:20 +02:00
CSocketAddress.h Add clang-format file 2019-05-28 17:31:20 +02:00
CTCPSocket.cpp LibCore: Move GIODevice hierarchy from LibGUI to LibCore. 2019-04-10 20:22:23 +02:00
CTCPSocket.h Add clang-format file 2019-05-28 17:31:20 +02:00
CTimer.cpp LibCore: Add CTimer::restart() and make set_interval() take effect soon. 2019-04-18 04:38:04 +02:00
CTimer.h Add clang-format file 2019-05-28 17:31:20 +02:00
CUserInfo.cpp Add clang-format file 2019-05-28 17:31:20 +02:00
CUserInfo.h Add clang-format file 2019-05-28 17:31:20 +02:00
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
Makefile most apps now begin in the correct directory 2019-05-27 21:40:53 +02:00