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
2022-03-13
AK: Add naive implementations of AK::timing_safe_compare
Brian Gianforcaro
2022-03-13
Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp
Brian Gianforcaro
2022-03-09
AK: Add reverse iterator as member
Federico Guerinoni
2022-03-09
AK: Implement wrapper for reverse range for loop
Federico Guerinoni
2022-03-09
AK: Implement reverse iterator for Vector class
Federico Guerinoni
2022-03-08
AK: Add IPv6Address class
Tom
2022-03-07
AK: Add test for unbounded HashTable capacity leak
Andreas Kling
2022-02-28
AK: Add FixedPoint base 2 logarithm
kleines Filmröllchen
2022-02-28
AK: Fix FixedPoint to integral comparisons
kleines Filmröllchen
2022-02-27
Tests: Test DisjointChunks with FixedArray
kleines Filmröllchen
2022-02-25
AK: Ignore whitespace while decoding base64
Andreas Kling
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-10
AK: Clear minimum when removing last node of RedBlackTree
davidot
2022-02-10
AK: Fix RedBlackTree::find_smallest_not_below_iterator
davidot
2022-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-30
AK: Disable the empty-string-vs-null-string test until we have a fix
Andreas Kling
2022-01-30
Tests: Add test for null string and empty string to be unequal
networkException
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
AK: Add FixedPoint cast operator for up/downcasting to other sizes
Tom
2022-01-23
AK: Add Formatter<FixedPoint<...>> without floating point
Tom
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2022-01-14
AK: Make Variant::visit() prefer overloads accepting T const& over T&
Ali Mohammad Pur
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2022-01-14
Tests: Remove some temporary files when finished using them
Andreas Kling
2022-01-13
Tests: Test FixedArray completely
kleines Filmröllchen
2022-01-13
AK: Remove clear() from FixedArray and fixate its allocation guarantees
kleines Filmröllchen
2022-01-11
AK+Kernel: Remove one_ref_left() footgun
Andreas Kling
2022-01-11
AK: Define a traits helper for case-insensitive StringView hashing
Timothy Flynn
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
AK: Use a full-period xorshift PRNG for double_hash
Schlufi
2022-01-06
AK: Ensure negative predicate in TestHashMap could run unsuccessfully
NHOrus
2022-01-05
AK: Improve HashTable::remove_all_matching() test slightly
Andreas Kling
2022-01-05
AK: Make Vector::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Make Hash{Map,Table}::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Add HashMap::remove_all_matching(predicate)
Andreas Kling
2022-01-05
AK: Add HashTable::remove_all_matching(predicate)
Andreas Kling
2022-01-04
AK: Add `mix`
Jelle Raaijmakers
2021-12-24
AK: Make `Disjoint*::is_empty()` not call size
Michel Hermier
2021-12-24
Tests: Benchmark `DisjointChunck::is_empty`
Michel Hermier
2021-12-21
AK: Add convert_to_uint_from_octal
Xavier Defrang
2021-12-18
AK: Add BuiltinWrappers.h
Nick Johnson
2021-12-16
AK: Make JsonValue::from_string("") return a null JsonValue
Andreas Kling
2021-12-16
AK+Tests: Use less space in ErrorOr
Ben Wiederhake
2021-12-08
AK+Tests: Avoid implicitly copying ByteBuffer
Ben Wiederhake
[next]