summaryrefslogtreecommitdiff
path: root/Tests/AK
AgeCommit message (Expand)Author
2023-01-22AK: Add a String factory to create a string from a single code pointTimothy Flynn
2023-01-21AK: Add `split()` for `String`martinfalisse
2023-01-21AK: Rename double_hash to rehash_for_collisionTimothy Flynn
2023-01-20AK: Remove `DuplexMemoryStream`Tim Schumacher
2023-01-20AK: Support creating known short string literals at compile timeTimothy Flynn
2023-01-18AK+LibUnicode: Provide Unicode-aware caseless String matchingTimothy Flynn
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17AK: Add JsonValue::{is,as}_integer() methodsSam Atkins
2023-01-16AK+LibUnicode: Provide Unicode-aware String titlecase transformationTimothy Flynn
2023-01-15AK+Test: Fix a logic error in `CircularBuffer::offset_of()`Lucas CHOLLET
2023-01-15AK: Add String::is_one_of for variadic string comparisonTimothy Flynn
2023-01-15AK: Add a somewhat naive implementation of String::reverseTimothy Flynn
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-14AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap againBen Wiederhake
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::StringTimothy Flynn
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-16 to UTF-8 converter fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-07AK: Reimplement comparisons on AK::Time using operator<=>Andrew Kaster
2023-01-06AK: Use base URL when the specified URL is emptyThiago Henrique Hupner
2023-01-06AK: Fix typo in -= operator of DistinctNumericAliaksandr Kalenik
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02AK+Kernel: Eliminate UB (signed overflow) from days_since_epochBen Wiederhake
2023-01-02AK+Tests: Replace years_to_days_since_epoch by near-instant functionBen Wiederhake
2023-01-02AK+Tests: Demonstrate slowness of years_to_days_since_epochBen Wiederhake
2023-01-02AK: Combine SinglyLinkedList and SinglyLinkedListWithCountLenny Maiorani
2023-01-02AK+Tests: Add a test for formatting numbers in base 10 unitsArda Cinar
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
2022-12-28AK: Add tests for LittleEndian<enum class>Nico Weber
2022-12-28AK: Make BigEndian<> and LittleEndian<> work with enum classesNico Weber
2022-12-28AK: Remove i686 supportLiav A
2022-12-27AK: Make StringUtils::matches() handle escaping correctlyFlorian Cramer
2022-12-26AK: Specialize TypeList for Variant typesTimothy Flynn
2022-12-22AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()Sam Atkins
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-17AK+Everywhere: Move custom deleter capability to OwnPtrLenny Maiorani
2022-12-17Tests: ASCII-betical-ize CMakeLists AK testsLenny Maiorani
2022-12-14AK: Create relative path even if prefix is not an ancestor of the pathPoseydon42
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-12AK: Introduce cutoff to insertion sort for QuicksortMarc Luqué
2022-12-11AK: Add LexicalPath::is_child_ofkleines Filmröllchen
2022-12-09AK: Unref old m_data in String's move assignmentMaciej
2022-12-08AK: Add formatters for Span<T> and Span<T const>Timothy Flynn
2022-12-08Tests: Add tests for Checked<> decrement operatorPoseydon42