summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
2020-06-20AK: Fix JsonParser double encoding multibyte utf-8 chararctersLepkoQQ
2020-06-18AK: Add tests for Base64 decoderTom Lebreux
2020-06-18AK: Add a simple and inefficient Base64 encoderTom Lebreux
2020-06-16Test: Fix json parse test from unicode stringHüseyin ASLITÜRK
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-12AK: Use unsigned int for refcountSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Build: Fix cmake test runner, so it knows when tests failBrian Gianforcaro
2020-05-26AK: Temporarily disable failing relative_paths tests in FileSystemPath suiteBrian Gianforcaro
2020-05-26AK: Expand string tests to include ends_with case insensitivityBrian Gianforcaro
2020-05-26AK: Add case insensitive String::ends_with supportBrian Gianforcaro
2020-05-18AK: Add a way to get the number of valid bytes in a Utf8ViewAnotherTest
2020-05-17AK: Make sure URL retains trailing slash if present in complete_urlConrad Pankoff
2020-05-16Build: FreeBSD supportDominik Madarasz
2020-05-15AK: StringBuilder with 0 initial capacity shouldn't build null StringAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-10AK: Add support for about: URLsAndreas Kling
2020-05-09AK: Add missing copyright header to TestStringUtils.cppLinus Groh
2020-05-09AK: Unbreak parsing of file:// URLs with no hostAndreas Kling
2020-05-06AK: Fix Bitmap not finding unset ranges at the end of the mapAndreas Kling
2020-05-06AK: Make tests compilable with the serenity target toolchainEmanuel Sprung
2020-05-04AK: Add StringView::find_first/last_ofAndrew Kaster
2020-04-14AK: Add a little test for String::split()Andreas Kling
2020-04-12AK: Parse query and fragment in URL::parse()Linus Groh
2020-04-03AK: Remove relative path in AK testsuiteEmanuel Sprung
2020-04-01AK: Add String::replace() functionalityEmanuel Sprung
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-03-08AK: Remove all the AK .host.o files on "make clean" in AK/TestsAndreas Kling
2020-03-06AK: Fix all the warnings in the AK testsAndreas Kling
2020-03-02Meta: Adjust some copyright dates by Fei WuAndreas Kling
2020-03-02AK: Move to_int(), to_uint() implementations to StringUtils (#1338)howar6hill
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-03-02AK: Add enqueue_begin() for the CircularDeque class (#1320)howar6hill
2020-02-27Tests: Fix a typo inTestRefPtrhowar6hill
2020-02-22AK: Add StringView::starts_with(char) & StringView::ends_with(char)Shannon Booth
2020-02-15AK: Add String starts_with(char) & ends_with(char)Shannon Booth
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-19AK: Teach Vector::insert() to use memmove() for trivial typesAndreas Kling
2020-01-19AK: Make it possible to swap() a NonnullRefPtr with itselfAndreas Kling
2020-01-18AK: NonnullRefPtr should allow assigning owner to owneeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-06AK: Fix test compile warningsShannon Booth
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2020-01-01Build: AK/Tests: use Makefile.commonjoshua stein
2019-12-29AK: Fix JSON parser crashing when encountering UTF-8Andreas Kling
2019-12-29AK: Add StringView::ends_with functionShannon Booth
2019-12-28AK: Unbreak Tests Makefile. Turns out this newline was effectful :^)Andreas Kling
2019-12-28Build: wrap make invocations with flock(1)joshua stein