summaryrefslogtreecommitdiff
path: root/AK/NonnullOwnPtrVector.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-20AK: Make Nonnull*PtrVector use size_t for indexesAndreas Kling
2020-12-08AK: Forward declare Nonnull{Own,Ref}PtrVectorAnotherTest
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-25AK: Simplify NonnullPtrVector template a bit.Andreas Kling
2019-07-25AK: Share code between NonnullOwnPtrVector and NonnullRefPtrVector.Andreas Kling
2019-07-24AK: Delete Vector::resize() from Nonnull{Own,Ref}PtrVector.Andreas Kling
2019-07-24AK: Add NonnullOwnPtrVector.Andreas Kling