index
:
serenity
master
topic/trivial_docs
The Serenity Operating System π
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
Age
Commit message (
Expand
)
Author
2021-08-08
LibDebug: Store 64-bit numbers in AttributeValue
Daniel Bertalan
2021-08-06
AK: Improve the parsing of data urls
TheFightingCatfish
2021-08-01
Tests: Remove unused header includes
Brian Gianforcaro
2021-07-31
Tests: Fix AK/TestJSON.cpp by not relying on disk resources
Brian Gianforcaro
2021-07-25
AK: Create MACAddress from string
brapru
2021-07-22
AK: Implement {any,all}_of(IterableContainer&&, Predicate)
Ali Mohammad Pur
2021-07-22
AK: Add a CommonType<Ts...> type trait
Ali Mohammad Pur
2021-07-22
AK: Add Utf16View for decoding UTF-16 strings
Timothy Flynn
2021-07-19
AK: Use new Formatter for each element in Formatter<Vector<T>>
Andrew Kaster
2021-07-18
AK: Allow setting both width and precision when formatting a string
Timothy Flynn
2021-07-17
AK: Track byte length, rather than code point length, in Utf8View::trim
Timothy Flynn
2021-07-16
AK/Tests: Add test for EnumBits has_any_flag()
Timothy
2021-07-16
AK/Tests: Add test for EnumBits has_flag()
Timothy
2021-07-15
AK: Make JsonParser correctly parse unsigned values larger than u32
Ali Mohammad Pur
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2021-07-05
JsonParser: Bring parser more to spec
stelar7
2021-07-04
Tests: Add test for String::roman_number_from()
Tobias Christiansen
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-04
Tests: Add tests for `Optional`'s conditionally trivial functions
Daniel Bertalan
2021-07-04
AK: Destroy original value when assigning to Variant
Daniel Bertalan
2021-07-04
Tests: Add test for supported operation type traits
Daniel Bertalan
2021-07-02
Tests: Add test for String::find with empty needle
Max Wipfli
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
Tests: Rewrite tests for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-28
AK: Add and use the RemoveCVReference<T> type trait
Ali Mohammad Pur
2021-06-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Tests: Reduce runtime of TestCharacterTypes
Max Wipfli
2021-06-19
AK: Add support for keeping trailing zeros in fixed precision floats
Idan Horowitz
2021-06-17
AK: Add some tests for hexdump formatting
Ali Mohammad Pur
2021-06-16
AK+Tests: Add IntrusiveList<T,...>::insert_before(..) method
Brian Gianforcaro
2021-06-15
AK: Add support for removing SinglyLinkedList nodes during iteration
Idan Horowitz
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-08
AK: Make Vector capable of holding reference types
Ali Mohammad Pur
2021-06-07
AK: Add IntrusiveList::size_slow() to match InlineLinkedList
Brian Gianforcaro
2021-06-05
AK: Do not trim away non-ASCII bytes when parsing URL
Max Wipfli
2021-06-04
AK: Donβt drop lines between \r and \n in StringView::lines() (#7662)
R Smith
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Tests: Add tests for most functions in AK/CharacterType.h
Max Wipfli
2021-06-03
Tests: Add test coverage for AK::IntrusiveList reverse iterator support
Brian Gianforcaro
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
AK: Strip leading/trailing C0-control-or-space in URLs correctly
Andreas Kling
[next]