index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
CEventLoop.h
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-05
AK+LibCore: Add an IDAllocator and use to allocate timer ids
Shannon Booth
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-10-25
LibCore: Added unquit() method to CEventLoop.
Brandon Scott
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalServer to ObjectPtr
Andreas Kling
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-17
LibCore+rpcdump: Publish CObject graph to on-demand RPC socket
Andreas Kling
2019-08-02
CEventLoop: Devirtualize take_pending_events_from(CEventLoop)
Andreas Kling
2019-08-01
CEventLoop: Add a missing initializer to EventLoopTimer.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-24
CEventLoop: Use NonnullOwnPtr for QueuedEvent::event.
Andreas Kling
2019-07-20
CEventLoop: Remove some no-longer-used virtuals.
Andreas Kling
2019-07-14
CEventLoop: Add wake(), a mechanism for waking up when blocked in select().
Andreas Kling
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling