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-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-27 | AK: Use Array iterator instead of indexing outside Array bounds | Andreas Kling |
2021-02-01 | AK: Make single pivot quick_sort guarantee a max stack depth of log(n) | Mart G |
2021-01-12 | AK: Simplify constructors and conversions from nullptr_t | Lenny Maiorani |
2020-12-10 | AK: Ensure dual_pivot_quick_sort does not copy the pivots | AnotherTest |