Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-20 | AK: Make Nonnull*PtrVector use size_t for indexes | Andreas Kling |
2020-12-08 | AK: Forward declare Nonnull{Own,Ref}PtrVector | AnotherTest |
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-25 | AK: Simplify NonnullPtrVector template a bit. | Andreas Kling |
2019-07-25 | AK: Share code between NonnullOwnPtrVector and NonnullRefPtrVector. | Andreas Kling |
2019-07-24 | AK: Delete Vector::resize() from Nonnull{Own,Ref}PtrVector. | Andreas Kling |
2019-06-27 | AK: Get rid of ConstVectorIterator. | Andreas Kling |
2019-06-27 | AK: NonnullRefPtrVector should use Vector<T, inline_capacity> as its base. | Andreas Kling |
2019-06-27 | AK: Allow constructing an empty NonnullRefPtrVector. | Andreas Kling |
2019-06-27 | AK: Support range-for iteration over a NonnullRefPtrVector<T>. | Andreas Kling |
2019-06-27 | AK: Add NonnullRefPtrVector<T>. | Andreas Kling |