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-04-12
AK: Parse query and fragment in URL::parse()
Linus Groh
2020-04-03
AK: Remove relative path in AK testsuite
Emanuel Sprung
2020-04-01
AK: Add String::replace() functionality
Emanuel Sprung
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-08
AK: Remove all the AK .host.o files on "make clean" in AK/Tests
Andreas Kling
2020-03-06
AK: Fix all the warnings in the AK tests
Andreas Kling
2020-03-02
Meta: Adjust some copyright dates by Fei Wu
Andreas Kling
2020-03-02
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
howar6hill
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-03-02
AK: Add enqueue_begin() for the CircularDeque class (#1320)
howar6hill
2020-02-27
Tests: Fix a typo inTestRefPtr
howar6hill
2020-02-22
AK: Add StringView::starts_with(char) & StringView::ends_with(char)
Shannon Booth
2020-02-15
AK: Add String starts_with(char) & ends_with(char)
Shannon Booth
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-19
AK: Teach Vector::insert() to use memmove() for trivial types
Andreas Kling
2020-01-19
AK: Make it possible to swap() a NonnullRefPtr with itself
Andreas Kling
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
[next]