summaryrefslogtreecommitdiff
path: root/Tests/AK/CMakeLists.txt
AgeCommit message (Expand)Author
2023-02-18AK: Add `AK::SIMD::exp_approximate`Jelle Raaijmakers
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher
2023-02-03AK: Add thresholds to `quickselect_inline` and `Statistics::Median`Staubfinger
2023-02-03AK: Testing for `AK::quickselect_inline`Staubfinger
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move bit streams from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
2022-12-17AK+Everywhere: Move custom deleter capability to OwnPtrLenny Maiorani
2022-12-17Tests: ASCII-betical-ize CMakeLists AK testsLenny Maiorani
2022-12-12AK: Introduce cutoff to insertion sort for QuicksortMarc Luqué
2022-12-06AK: Introduce the new String, replacement for DeprecatedStringAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-03AK: Add framework for a unified floating point to string conversionDan Klishch
2022-10-23AK: Add an exact and fast floating point parsing algorithmdavidot
2022-08-27AK: Add `FloatingPoint.h`Jelle Raaijmakers
2022-03-30AK: Allow printing wide characters using %ls modifiersafarp
2022-03-27AK: Add an ArbitrarySizedEnum templateLinus Groh
2022-03-13Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cppBrian Gianforcaro
2022-03-08AK: Add IPv6Address classTom
2022-02-06AK: Introduce IntegralMath.h starting with pow<I>Hendiadyoin1
2021-12-18AK: Add BuiltinWrappers.hNick Johnson
2021-09-14AK: Add an abstraction over multiple disjoint buffersAli Mohammad Pur
2021-09-02Tests: Remove all file(GLOB) from CMakeLists in TestsAndrew Kaster
2021-08-31AK: Add FixedPoint arithmetic helperHediadyoin1
2021-08-30AK: Return early from swap() when swapping the same objectTimothy Flynn
2021-07-31Tests: Fix AK/TestJSON.cpp by not relying on disk resourcesBrian Gianforcaro
2021-07-22AK: Add Utf16View for decoding UTF-16 stringsTimothy Flynn
2021-07-11AK: Bring back FixedArray<T>Andreas Kling
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1
2021-06-03Tests: Add tests for most functions in AK/CharacterType.hMax Wipfli
2021-05-31AK: Add tests for LEB128 decoderAndrew Kaster
2021-05-26AK: Implement AK::StackJesse Buhagiar
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro