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-11-18
AK: Add JSON object/array for-each methods for fallible callbacks
Timothy Flynn
2022-11-15
Tests/AK: Re-enable `HashTable<double>` test
Daniel Bertalan
2022-11-11
AK: Add optional explicit cast to underlying type to DistinctNumeric
Sam Atkins
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-11
AK: Don't crash in HashTable::clear_with_capacity on an empty table
Zaggy1024
2022-11-10
AK: Allow Variant::downcast<OtherVariantType>()
Ali Mohammad Pur
2022-11-03
AK: Add framework for a unified floating point to string conversion
Dan Klishch
2022-10-24
AK: Add SplitBehavior::KeepTrailingSeparator with tests
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-23
AK: Make the JsonParser use the new double parser for numbers
davidot
2022-10-23
AK: Add an exact and fast hex float parsing algorithm
davidot
2022-10-23
AK: Add an exact and fast floating point parsing algorithm
davidot
2022-10-23
AK: Make truncating UFixedBigInts constexpr
davidot
2022-10-20
AK: Do not append string bytes as code points when title-casing a string
Timothy Flynn
2022-10-11
AK+Tests: Correct off-by-one error when right-trimming text
Sam Atkins
2022-10-09
AK+Tests: Avoid creating invalid code points from malformed UTF-8
Ben Wiederhake
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-20
AK: Fix bad parsing of some file:/// URLs with base URL
Andreas Kling
2022-09-15
AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArray
Hendiadyoin1
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-02
AK: Allow exponents in JSON double values
davidot
2022-08-27
AK: Add `FloatingPoint.h`
Jelle Raaijmakers
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-07-14
AK: Use the correct data types in bitap_bitwise()
Ali Mohammad Pur
2022-07-12
Tests: Remove StringView char const* initialization test
sin-ack
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Tests: Convert TestBase64 decode test to use StringViews directly
sin-ack
2022-07-12
Tests: Make TestSourceLocation basic_scenario specify StringView length
sin-ack
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-07-09
AK: Add IPv4Address::netmask_from_cidr
Maciej
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-04
Tests: Move sprintf test from AK/ to LibC/
Daniel Bertalan
2022-06-23
AK: Zero previous pointer *after* fixing the insertion list in HashTable
Hendiadyoin1
2022-06-22
AK: Clear the previous and next pointers of deleted HashTable buckets
Idan Horowitz
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
[next]