summaryrefslogtreecommitdiff
path: root/AK/Tests/TestRefPtr.cpp
AgeCommit message (Expand)Author
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