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
/
NonnullRefPtr.h
Age
Commit message (
Expand
)
Author
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Remove unnecessary headers 4/4
Ben Wiederhake
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
AK: Add RefPtrTraits to allow implementing custom null pointers
Tom
2020-10-05
AK: Add formatter for NonnullRefPtr<T>.
asynts
2020-05-20
AK+Kernel: Help the compiler inline a bunch of trivial methods
Sergey Bugaev
2020-05-16
AK: Remove experimental clang -Wconsumed stuff
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-19
AK: Make it possible to swap() a NonnullRefPtr with itself
Andreas Kling
2020-01-18
AK: NonnullRefPtr should allow assigning owner to ownee
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-07
AK: Delete operator!() and operator bool() from the Nonnull pointers
Andreas Kling
2019-08-02
AK: Simplify RefPtr and NonnullRefPtr's leak_ref() functions
Andreas Kling
2019-08-02
AK: Explicitly delete NonnullRefPtr::operator=(RefPtr).
Andreas Kling
2019-08-02
AK: Fix ref leak in NonnullRefPtr::operator=(T&).
Andreas Kling
2019-07-26
AK: Fix NonnullRefPtr<T>::operator=(NonnullRefPtr<U>).
Andreas Kling
2019-07-25
AK: Allow NonnullRefPtr::ptr() when in "unknown" typestate.
Andreas Kling
2019-07-25
AK: Simplify NonnullPtrVector template a bit.
Andreas Kling
2019-07-24
AK: Move clang-specific consumable annotation helpers to Platform.h
Andreas Kling
2019-07-21
AK: Make NonnullRefPtr::operator=(NonnullRefPtr<U>&&) cast incoming pointer.
Andreas Kling
2019-07-11
AK: Delete bad pointer assignment operators and constructors.
Andreas Kling
2019-07-11
AK: Remove copy_ref().
Andreas Kling
2019-07-11
AK: Remove weird NonnullRefPtr(NonnullRefPtr&) constructor.
Andreas Kling
2019-07-04
AK: Move some of LogStream out of line & add overloads for smart pointers.
Andreas Kling
2019-06-24
NonnullRefPtr: Simplify copy constructors.
Andreas Kling
2019-06-24
NonnullRefPtr: Some improvements.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling