index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
/
TestVector.cpp
Age
Commit message (
Expand
)
Author
2023-04-13
AK+Tests: Add Vector::find_first_index_if()
Sam Atkins
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-11
Tests: Add a few tests to verify vectors are using inline storage
MacDue
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-09
AK: Add reverse iterator as member
Federico Guerinoni
2022-03-09
AK: Implement wrapper for reverse range for loop
Federico Guerinoni
2022-03-09
AK: Implement reverse iterator for Vector class
Federico Guerinoni
2022-01-05
AK: Make Vector::remove_all_matching() return removal success
Andreas Kling
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-08
AK: Make Vector capable of holding reference types
Ali Mohammad Pur
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro