index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Weakable.h
Age
Commit message (
Expand
)
Author
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-31
AK: Fix some WeakPtr copy constructor variants not copying the link
Tom
2020-12-31
AK: Fix a race condition with WeakPtr<T>::strong_ref and destruction
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-08-30
AK: Unbreak building with extra debug macros
Ben Wiederhake
2020-07-04
AK: Add Weakable::revoke_weak_ptrs()
Andreas Kling
2020-06-12
AK: Remove useless casts
Sergey Bugaev
2020-02-15
AK: Make sure that Weakable always has the same memory layout
Andreas Kling
2020-01-25
AK: Assert if trying to create a WeakPtr to an object being destroyed
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-10-13
Start using WeakPtr for some of the WindowManager window pointers.
Andreas Kling
2018-10-13
Add WeakPtr/Weakable templates.
Andreas Kling