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
/
Vector.h
Age
Commit message (
Expand
)
Author
2021-04-29
AK: Make AK::Vector expose allocation failures in API
Sahan Fernando
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-31
Vector: Correctly pass args to insert, insert_before_matching, prepend
Lenny Maiorani
2021-01-17
AK: Add Vector::remove overload for removing entire ranges
Tom
2021-01-11
Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...
Lenny Maiorani
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-11-23
AK: Add Vector::prepend() overload for multiple items
Sergey Bugaev
2020-11-22
AK: Add first_matching and last_matching to Vector
Luke
2020-11-16
Vector: C++20 equality operators
Lenny Maiorani
2020-10-06
AK: Make Vector::remove_first_matching() signal if anything was removed
Andreas Kling
2020-09-09
AK: Moved TypedTransfer into it's own header.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-09-06
AK: Vector use Traits<T>::equals in find
Muhammad Zahalqa
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-10
disasm: Insert symbol names in disassembly stream
Nico Weber
2020-07-26
AK: Implement Span which represents a contiguous sequence of objects.
asynts
2020-07-05
AK: Make Vector::unstable_remove() return the removed value
Sergey Bugaev
2020-06-23
AK: Inline the basics of VectorIterator
Andreas Kling
2020-05-20
Revert "AK: Add InitializerList, an implementation of std::initializer_list"
Andreas Kling
2020-05-20
AK: Add InitializerList, an implementation of std::initializer_list
Andrew Kaster
2020-05-12
AK: Fix gcc 10.1 compiler warnings in Vector.h
Linus Groh
2020-05-03
AK: Add Vector::resize_and_keep_capacity()
Andreas Kling
2020-05-02
AK: Inline busy functions in Vector
AnotherTest
2020-03-08
AK: Use __builtin_memset() and such to reduce header dependencies
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-01-25
AK: Vector::is_null() should always return false
Andreas Kling
2020-01-19
Kernel: Optimize VM range deallocation a bit
Andreas Kling
2020-01-19
AK: Teach Vector::insert() to use memmove() for trivial types
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-15
AK: Add Vector::unstable_remove(index)
Andreas Kling
2020-01-04
AK: Allow copying a Vector from a Vector with different inline capacity
Andreas Kling
2019-12-22
AK: Add Vector::remove_all_matching()
Andreas Kling
2019-12-19
AK: Add Vector::find_first_index(const T&)
Hüseyin ASLITÜRK
2019-11-07
AK: Add Vector::take(index)
Andreas Kling
2019-11-07
AK: Add Vector::prepend(T&&)
Andreas Kling
2019-08-12
Vector: Use memcpy to implement remove() for trivial types
Andreas Kling
2019-08-07
Vector: Use memcpy when dynamically growing Vectors of trivial types
Andreas Kling
2019-08-07
Vector: Use TypedTransfer in more parts of Vector
Andreas Kling
2019-08-07
Vector: Use memcmp for comparing two vectors with trivial elements
Andreas Kling
2019-08-07
Vector: Use memmove() for moving trivial types around more
Andreas Kling
2019-08-04
AK: Add VectorIterator::index()
Andreas Kling
2019-08-04
Vector: Add find() and some iterator improvements
Andreas Kling
2019-08-01
AK: Add Vector::empend().
Andreas Kling
2019-07-24
AK: Delete Vector::resize() from Nonnull{Own,Ref}PtrVector.
Andreas Kling
2019-07-21
AK: Remove unused Vector::shift_left().
Andreas Kling
2019-07-21
AK: Fix off-by-one in Vector::prepend(Vector&&).
Andreas Kling
2019-07-20
AK: Add Vector::prepend(Vector&&).
Andreas Kling
2019-07-11
AK: Use operator== for comparison in Vector::contains_slow
Robin Burchell
[next]