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
Age
Commit message (
Expand
)
Author
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-10
AK: Add a basic URL class to help us handle URL's
Andreas Kling
2019-08-07
AK: Add a basic unit test for FileSystemPath
Andreas Kling
2019-08-07
Vector: Add a test for growing a Vector beyond its inline capacity
Andreas Kling
2019-08-07
AK: Add a FixedArray<T> container
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-05
AK: Fix leak in Optional(Optional&&)
Andreas Kling
2019-08-05
AK: Optional::operator=(Optional&&) should clear movee's has_value bit
Andreas Kling
2019-08-04
AK: Add a benchmark for parsing 4chan catalog JSON
Andreas Kling
2019-08-02
AK: Fix ref leaks in RefPtr assignment operators.
Andreas Kling
2019-08-02
AK: Fix ref leak in NonnullRefPtr::operator=(T&).
Andreas Kling
2019-08-02
AK: Add a test for iterating a HashTable during clear (should assert)
Andreas Kling
2019-08-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-08-02
AK: Fix typo in the WeakPtr test. Behavior was actually correct.
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: Run host tests on make
Robin Burchell
2019-07-21
AK: Add a unit test for Vector::prepend(Vector&&) with complex T.
Andreas Kling
2019-07-21
AK: Add some basic unit tests for WeakPtr.
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-13
AK: Support case-insensitive HashMap<String, T>.
Andreas Kling
2019-07-11
AKString: add missing comparison operators
Lawrence Manning
2019-07-04
AK: Add Vector::insert_before_matching(T&&, callback);
Andreas Kling
2019-07-03
AK: Add String::number() for creating a String from a number.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-29
AK: Make a tiny JSON unit test based on a saved VisualBuilder form.
Andreas Kling
2019-06-27
AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage.
Andreas Kling
2019-06-27
AK: Consolidate iterators for HashTable and DoublyLinkedList respectively.
Andreas Kling
2019-06-27
AK: Get rid of ConstVectorIterator.
Andreas Kling
2019-06-15
AK/Tests: Test Queue<String> with large number of elements.
Andreas Kling
2019-06-15
AK: Add a simple Queue<T> class.
Andreas Kling
2019-06-14
AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.
Andreas Kling
2019-06-14
AK/Tests: Add some macros for testing.
Andreas Kling
2019-06-14
AK/Tests: Add a couple more String tests.
Andreas Kling
2019-06-14
AK: Add an extremely primitive unit test for String.
Andreas Kling