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-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Build: Fix cmake test runner, so it knows when tests fail
Brian Gianforcaro
2020-05-26
AK: Temporarily disable failing relative_paths tests in FileSystemPath suite
Brian Gianforcaro
2020-05-26
AK: Expand string tests to include ends_with case insensitivity
Brian Gianforcaro
2020-05-26
AK: Add case insensitive String::ends_with support
Brian Gianforcaro
2020-05-18
AK: Add a way to get the number of valid bytes in a Utf8View
AnotherTest
2020-05-17
AK: Make sure URL retains trailing slash if present in complete_url
Conrad Pankoff
2020-05-16
Build: FreeBSD support
Dominik Madarasz
2020-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-10
AK: Add support for about: URLs
Andreas Kling
2020-05-09
AK: Add missing copyright header to TestStringUtils.cpp
Linus Groh
2020-05-09
AK: Unbreak parsing of file:// URLs with no host
Andreas Kling
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-05-04
AK: Add StringView::find_first/last_of
Andrew Kaster
2020-04-14
AK: Add a little test for String::split()
Andreas Kling
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
[next]