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
/
Tests
/
TestRefPtr.cpp
Age
Commit message (
Expand
)
Author
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
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-04-18
AK/Complex: C++20-compatible comparison operators
Lenny Maiorani
2020-12-06
AK: Add test for the will_be_destroyed and one_ref_left magic functions
Andrew Kaster
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-06-12
AK: Use unsigned int for refcount
Sergey Bugaev
2020-05-16
Build: FreeBSD support
Dominik Madarasz
2020-02-27
Tests: Fix a typo inTestRefPtr
howar6hill
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-02
AK: Fix ref leaks in RefPtr assignment operators.
Andreas Kling