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-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-10-31
AK+Tests: Fix formatting of infinity and NaN values
Daniel Bertalan
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
AK: Don't crash on invalid Base64 input
Ben Wiederhake
2021-10-17
Tests: Remove Clang workaround from TestSourceLocation
Daniel Bertalan
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
2021-10-03
AK: Add a basic formatter for wchar_t
Tim Schumacher
2021-09-21
AK: Introduce ability to default-initialize a Variant
Ben Wiederhake
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-14
AK: Add an abstraction over multiple disjoint buffers
Ali Mohammad Pur
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-10
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
Ali Mohammad Pur
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
AK: Set IntrusiveRBTree Node key on insertion instead of construction
Idan Horowitz
2021-09-08
AK: Make IntrusiveRedBlackTree capable of holding non-raw pointers
Idan Horowitz
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
AK: Add rvalue-ref qualifiers for Optional's value() and value_or()
Andreas Kling
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-08-31
AK: Add FixedPoint arithmetic helper
Hediadyoin1
2021-08-30
AK: Return early from swap() when swapping the same object
Timothy Flynn
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-19
AK: Add GenericLexer API to consume an escaped Unicode code point
Timothy Flynn
2021-08-15
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-09
Tests: Add test for String::bijective_base_from()
Mandar Kulkarni
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
[next]