Age | Commit message (Expand) | Author |
---|---|---|
2023-01-02 | Everywhere: Remove unused includes of AK/Concepts.h | Ben Wiederhake |
2022-12-03 | Everywhere: Run clang-format | Linus Groh |
2022-12-02 | AK: Implement FloatExtractor<f128> | Steffen Rusitschka |
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas Kling |
2022-11-05 | AK: Introduce fixed-width floating point types (f32, f64, f80 and f128) | Dan Klishch |
2022-11-03 | AK: Add static_assert to check for effective size of long double | Dan Klishch |
2022-11-03 | AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h | Dan Klishch |
2022-08-27 | AK: Add `FloatingPoint.h` | Jelle Raaijmakers |