Age | Commit message (Expand) | Author |
---|---|---|
2023-04-14 | Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 | Nico Weber |
2023-01-07 | Everywhere: Remove "LibC/" includes, add lint-rule against it | Ben Wiederhake |
2023-01-02 | Everywhere: Remove unused includes of LibC/stdlib.h | Ben Wiederhake |
2022-12-28 | LibC: Remove i686 support | Liav A |
2022-11-03 | AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h | Dan Klishch |
2022-10-14 | AK+Userland: Stub out code that isn't currently implemented on AARCH64 | Gunnar Beutner |
2022-10-04 | AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places | Nico Weber |
2022-09-16 | LibM: Move the math standard library to LibC | Tim Schumacher |