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-04-11
AK: Disable the HashTable<double> test until UB issue is fixed
Andreas Kling
2022-04-10
AK: Add hash traits for floating-point primitives
Andreas Kling
2022-04-05
AK: Invalidate UTF-8 encoded code points larger than U+10ffff
Timothy Flynn
2022-04-04
AK: Allow Optional<T&> to exist
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
Tests: Test non-trivial re-hashing in HashTable
kleines Filmröllchen
2022-03-31
Tests: Introduce a HashTable benchmark for "table thrashing"
kleines Filmröllchen
2022-03-30
AK: Allow printing wide characters using %ls modifier
safarp
2022-03-27
AK: Add an ArbitrarySizedEnum template
Linus Groh
2022-03-18
AK+Tests: Fix StringUtils::contains() being confused by repeating text
Sam Atkins
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
[next]