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
/
Tests
/
TestVector.cpp
Age
Commit message (
Expand
)
Author
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
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-14
OwnPtr: Add a way to turn an OwnPtr into a NonnullOwnPtr
Andreas Kling
2019-08-12
Vector: Use memcpy to implement remove() for trivial types
Andreas Kling
2019-08-07
Vector: Add a test for growing a Vector beyond its inline capacity
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-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-08-02
AK: Fix typo in TestVector.cpp, oops.
Andreas Kling
2019-08-01
AK: Use Vector::empend() a bit in the unit tests, and fix a bug.
Andreas Kling
2019-07-21
AK: Add a unit test for Vector::prepend(Vector&&) with complex T.
Andreas Kling
2019-07-20
AK: Add Vector::prepend(Vector&&).
Andreas Kling
2019-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell
2019-07-04
AK: Add Vector::insert_before_matching(T&&, callback);
Andreas Kling
2019-06-27
AK: Get rid of ConstVectorIterator.
Andreas Kling