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-12-14
AK: Create relative path even if prefix is not an ancestor of the path
Poseydon42
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
AK: Introduce cutoff to insertion sort for Quicksort
Marc Luqué
2022-12-11
AK: Add LexicalPath::is_child_of
kleines Filmröllchen
2022-12-09
AK: Unref old m_data in String's move assignment
Maciej
2022-12-08
AK: Add formatters for Span<T> and Span<T const>
Timothy Flynn
2022-12-08
Tests: Add tests for Checked<> decrement operator
Poseydon42
2022-12-06
AK: Introduce the new String, replacement for DeprecatedString
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
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
[next]