summaryrefslogtreecommitdiff
path: root/AK/NonnullRefPtrVector.h
AgeCommit message (Expand)Author
2021-06-11AK: Make NonnullRefPtrVector constructible from Vector<NonnullRefPtr>Ali Mohammad Pur
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-06-27AK: Get rid of ConstVectorIterator.Andreas Kling
2019-06-27AK: NonnullRefPtrVector should use Vector<T, inline_capacity> as its base.Andreas Kling
2019-06-27AK: Allow constructing an empty NonnullRefPtrVector.Andreas Kling
2019-06-27AK: Support range-for iteration over a NonnullRefPtrVector<T>.Andreas Kling
2019-06-27AK: Add NonnullRefPtrVector<T>.Andreas Kling