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
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK+Tests: Replace years_to_days_since_epoch by near-instant function
Ben Wiederhake
2023-01-02
AK+Tests: Demonstrate slowness of years_to_days_since_epoch
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
AK+Tests: Add a test for formatting numbers in base 10 units
Arda Cinar
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET
2022-12-28
AK: Add tests for LittleEndian<enum class>
Nico Weber
2022-12-28
AK: Make BigEndian<> and LittleEndian<> work with enum classes
Nico Weber
2022-12-28
AK: Remove i686 support
Liav A
2022-12-27
AK: Make StringUtils::matches() handle escaping correctly
Florian Cramer
2022-12-26
AK: Specialize TypeList for Variant types
Timothy Flynn
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-17
Tests: ASCII-betical-ize CMakeLists AK tests
Lenny Maiorani
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
[next]