index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
NonnullPtrVector.h
Age
Commit message (
Expand
)
Author
2023-02-21
AK: Stop NonnullPtrVector from making accessed elements const
Andreas Kling
2022-09-08
AK: Allow creating NonnullPtrVectors from an initializer list
Sam Atkins
2022-04-13
LibWeb: Make reverse iterators work for const NonnullPtrVectors
Andreas Kling
2022-04-06
AK: Add find_first_index to NonnullPtrVector that strips smart pointer
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
AK: Add const variant of Vector::in_reverse()
Andreas Kling
2022-03-09
AK: Add reverse iterator as member
Federico Guerinoni
2022-03-09
AK: Implement ReverseIterator for NonnullPtrVector
Federico Guerinoni
2021-09-16
AK: Use default constructor/destructor instead of declaring an empty one
Brian Gianforcaro
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-11-23
AK: Use ALWAYS_INLINE all over NonnullPtrVector
Andreas Kling
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-08-19
NonnullPtrVector: Add ptr_at() getters for accessing the NonnullPtr
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