.. |
.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
|
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
2019-06-21 18:37:47 +02:00 |
CConfigFile.h
|
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
2019-06-21 18:37:47 +02:00 |
CDirIterator.cpp
|
Take StringView in more places
|
2019-06-02 12:55:51 +02:00 |
CDirIterator.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +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
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CEventLoop.cpp
|
AK: Make timeval_add() and timeval_sub() take references.
|
2019-06-06 18:02:28 +02:00 |
CEventLoop.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CFile.cpp
|
Kernel: Rename FileDescriptor to FileDescription.
|
2019-06-07 09:36:51 +02:00 |
CFile.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CHttpJob.cpp
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
CHttpJob.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CHttpRequest.cpp
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
CHttpRequest.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CHttpResponse.cpp
|
LibCore: Move HTTP classes from LibGUI to LibCore.
|
2019-04-10 22:28:10 +02:00 |
CHttpResponse.h
|
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
2019-06-21 18:37:47 +02:00 |
CIODevice.cpp
|
LibCore: Run clang-format on everything.
|
2019-06-07 11:46:37 +02:00 |
CIODevice.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CLock.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
CNetworkJob.cpp
|
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
2019-06-21 18:37:47 +02:00 |
CNetworkJob.h
|
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
2019-06-21 18:37:47 +02:00 |
CNetworkResponse.cpp
|
LibCore: Move HTTP classes from LibGUI to LibCore.
|
2019-04-10 22:28:10 +02:00 |
CNetworkResponse.h
|
AK: Rename Retainable => RefCounted.
|
2019-06-21 15:30:03 +02:00 |
CNotifier.cpp
|
Update Badge<T> instantiations to simply be {}.
|
2019-05-31 15:44:04 +02:00 |
CNotifier.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CObject.cpp
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
CObject.h
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +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
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
CSocketAddress.h
|
AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful.
|
2019-06-18 11:28:48 +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 |