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
2020-01-18
AK: NonnullRefPtr should allow assigning owner to ownee
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-06
AK: Fix test compile warnings
Shannon Booth
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2020-01-01
Build: AK/Tests: use Makefile.common
joshua stein
2019-12-29
AK: Fix JSON parser crashing when encountering UTF-8
Andreas Kling
2019-12-29
AK: Add StringView::ends_with function
Shannon Booth
2019-12-28
AK: Unbreak Tests Makefile. Turns out this newline was effectful :^)
Andreas Kling
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-02
AK: StringView::lines() should keep empty lines
Andreas Kling
2019-12-02
AK: Add a BinarySearch template implementation
William McPherson
2019-12-02
LibMarkdown: Handle CRLF line endings
Tommy Nguyen
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-11-06
AK: Always rebuild unit tests if AK headers change
Andreas Kling
2019-10-23
AK: Make it possible to store complex types in a CircularQueue
Andreas Kling
2019-10-21
URL: Unbreak the serialization test
Andreas Kling
2019-10-12
AK: Add Atomic.h
Tom
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-13
Revert "AK: Made Strings reversible"
Andreas Kling
2019-09-13
AK: Made Strings reversible
Jesse Buhagiar
2019-09-13
TestStringView: Add test for starts_with
MinusGix
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-28
AK: Add a Utf8View type for iterating over UTF-8 codepoints
Sergey Bugaev
2019-08-23
AK: Make FileSystemPath better at handling relative paths
Andreas Kling
2019-08-15
StringView: Add StringView::operator==(StringView)
Andreas Kling
2019-08-14
JsonParser: "" is an empty string, not a null value
Andreas Kling
2019-08-14
AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get()
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-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
[next]