summaryrefslogtreecommitdiff
path: root/AK/Tests/TestRefPtr.cpp
AgeCommit message (Expand)Author
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18AK/Complex: C++20-compatible comparison operatorsLenny Maiorani
2020-12-06AK: Add test for the will_be_destroyed and one_ref_left magic functionsAndrew Kaster
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-06-12AK: Use unsigned int for refcountSergey Bugaev
2020-05-16Build: FreeBSD supportDominik Madarasz
2020-02-27Tests: Fix a typo inTestRefPtrhowar6hill
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-02AK: Fix ref leaks in RefPtr assignment operators.Andreas Kling