index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
Object.cpp
Age
Commit message (
Expand
)
Author
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-02
LibCore: Remove deferred_invoke overload with Object& parameter
sin-ack
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
2021-08-28
LibCore: Store ObjectRegistration names as StringViews
Andrew Kaster
2021-05-31
LibCore: Replace fprintf(stderr)/printf() with warnln()/out()
Linus Groh
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibCore: Don't needlessly use StringView in Core::Object APIs
Andreas Kling
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-03-28
LibCore: Add a way to install an event filter on a Core::Object
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling