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 |
2020-06-12 | AK: Use unsigned int for refcount | Sergey Bugaev |
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-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-02 | AK: Fix ref leak in NonnullRefPtr::operator=(T&). | Andreas Kling |