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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-02-18
AK: Add `AK::SIMD::exp_approximate`
Jelle Raaijmakers
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-03
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
Staubfinger
2023-02-03
AK: Testing for `AK::quickselect_inline`
Staubfinger
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-14
AK: Remove `CircularDuplexStream`
Tim Schumacher
2023-01-12
AK: Implement FlyString for the new String class
Timothy Flynn
2023-01-09
AK+LibUnicode: Provide Unicode-aware String case transformations
Timothy Flynn
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET
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-12
AK: Introduce cutoff to insertion sort for Quicksort
Marc Luqué
2022-12-06
AK: Introduce the new String, replacement for DeprecatedString
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-03
AK: Add framework for a unified floating point to string conversion
Dan Klishch
2022-10-23
AK: Add an exact and fast floating point parsing algorithm
davidot
2022-08-27
AK: Add `FloatingPoint.h`
Jelle Raaijmakers
2022-03-30
AK: Allow printing wide characters using %ls modifier
safarp
2022-03-27
AK: Add an ArbitrarySizedEnum template
Linus Groh
2022-03-13
Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp
Brian Gianforcaro
2022-03-08
AK: Add IPv6Address class
Tom
2022-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2021-12-18
AK: Add BuiltinWrappers.h
Nick Johnson
2021-09-14
AK: Add an abstraction over multiple disjoint buffers
Ali Mohammad Pur
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-08-31
AK: Add FixedPoint arithmetic helper
Hediadyoin1
2021-08-30
AK: Return early from swap() when swapping the same object
Timothy Flynn
2021-07-31
Tests: Fix AK/TestJSON.cpp by not relying on disk resources
Brian Gianforcaro
2021-07-22
AK: Add Utf16View for decoding UTF-16 strings
Timothy Flynn
2021-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-03
Tests: Add tests for most functions in AK/CharacterType.h
Max Wipfli
2021-05-31
AK: Add tests for LEB128 decoder
Andrew Kaster
2021-05-26
AK: Implement AK::Stack
Jesse Buhagiar
2021-05-11
AK: Add a Tuple implementation
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro