Age | Commit message (Expand) | Author |
---|---|---|
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 |