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