summaryrefslogtreecommitdiff
path: root/AK/Tests/TestWeakPtr.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-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-05-16Build: FreeBSD supportDominik Madarasz
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 typo in the WeakPtr test. Behavior was actually correct.Andreas Kling
2019-07-21AK: Add some basic unit tests for WeakPtr.Andreas Kling