summaryrefslogtreecommitdiff
path: root/AK/CMakeLists.txt
AgeCommit message (Expand)Author
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-17AK: Move JsonObject implementation out of lineSam Atkins
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-02AK: Move the functions in NumberFormat.h out of lineArda Cinar
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
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-10-16AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOBAndrew Kaster
2021-06-17Meta: Add support for declaring componentsGunnar Beutner
2021-06-16AK: Remove now unused InlineLinkedList classBrian Gianforcaro
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2020-12-24CMake: Decouple cmake utility functions from top-level CMakeLists.txtLenny Maiorani
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-05-29Ports: Fix CMake-based portsPaul Redmond