sin-ack
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 年之前 |
Andreas Kling
|
67a0fa2b78
LibCore: Add Core::EventLoop::has_been_instantiated()
|
3 年之前 |
Brian Gianforcaro
|
da51b8f39d
LibCore: Move EventLoop to AK::Time
|
3 年之前 |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 年之前 |
Brian Gianforcaro
|
176e1cbca7
LibCore: Remove unused header includes
|
3 年之前 |
Andreas Kling
|
b8a204c5b9
LibThreading: Rename Lock => Mutex
|
4 年之前 |
Daniel Bertalan
|
2d2747cb15
LibCore+AK: Use proper atomics in `Singleton`
|
4 年之前 |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 年之前 |
Ali Mohammad Pur
|
7ac196974d
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
|
4 年之前 |
Andreas Kling
|
b5d73c834f
Userland: Rename LibThread => LibThreading
|
4 年之前 |
Andreas Kling
|
3429b44161
LibCore: Never connect to InspectorServer if getuid() == 0
|
4 年之前 |
Andreas Kling
|
dc25a4e249
LibCore+Inspector: Reverse the direction of Inspector connections
|
4 年之前 |
Brian Gianforcaro
|
691b6f69c5
LibThread: Remove LOCKER() macro, as it adds no value
|
4 年之前 |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 年之前 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
e5318d51e6
LibCore: Remove the barely-used Core::safe_syscall()
|
4 年之前 |
Maciej Zygmanowski
|
e83caffccc
LibCore: Use dbgln_if in EventLoop.cpp
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 年之前 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 年之前 |
AnotherTest
|
b2b3ccb12d
LibCore: Don't create an RPC server when built for lagom
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |