Age | Commit message (Expand) | Author |
2023-01-02 | Everywhere: Remove unused includes of AK/IterationDecision.h | Ben Wiederhake |
2022-12-14 | Everywhere: Stop shoving things into ::std and mentioning them as such | Ali Mohammad Pur |
2022-12-14 | AK: Make Types.h not export its functions if !USING_AK_GLOBALLY | Ali Mohammad Pur |
2022-11-27 | AK: Fully qualify some usages of AK features outside of the AK namespace | Tim Schumacher |
2022-11-05 | AK: Introduce fixed-width floating point types (f32, f64, f80 and f128) | Dan Klishch |
2022-10-10 | Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY | Andrew Kaster |
2022-09-29 | Lagom: Win32 support baby steps | Diego Iastrubni |
2022-09-16 | AK: Define both `::nullptr_t` and `std::nullptr_t` | Tim Schumacher |
2022-07-05 | AK: Add an align_down_to power of two helper | Idan Horowitz |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-11-14 | AK+Kernel: Suppress clang-tidy warnings from the cert-* category | Andrew Kaster |
2021-08-26 | AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...) | Ali Mohammad Pur |
2021-06-28 | Kernel: Fix memset() on x86_64 | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2021-03-17 | AK: Implement terabytes, petabytes, exabytes | Jean-Baptiste Boric |
2021-01-04 | AK: Add default memory order as template argument for Atomic<T> | Tom |
2020-11-12 | AK: Prefer using instead of typedef | Lenny Maiorani |
2020-10-20 | Everywhere: Redundant inline specifier on constexpr functions (#3807) | Lenny Maiorani |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-06 | AK: Rename MakeUnsigned::type to MakeUnsigned::Type. | asynts |
2020-08-05 | AK: Decorate AK::TriState with [[nodiscard]] | Brian Gianforcaro |
2020-06-12 | AK: Fix missing ptrdiff_t in non-Serenity builds | Sergey Bugaev |
2020-05-23 | AK: Simplify Types.h a little bit | Andreas Kling |
2020-03-28 | Kernel: Add 'ptrace' syscall | Itamar |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-02-05 | AK: Add support for 64-bit size_t | joshua stein |
2020-01-20 | Kernel+AK: Add/fix uintptr_t and intptr_t definitions | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-07 | AK: Add a useful align_up_to(value, power_of_two) function | Andreas Kling |
2019-08-15 | AK: Add a simple TriState type | Andreas Kling |
2019-07-24 | AK: Move clang-specific consumable annotation helpers to Platform.h | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-07-01 | AK: Add u8/u16/u32/u64 and i8/i16/i32/i64 typedefs. | Andreas Kling |
2019-06-29 | Kernel: Change the format of /proc/all to JSON. | Andreas Kling |
2019-06-19 | Kernel+LibC: Make page fault crashes a bit more readable. | Andreas Kling |
2019-06-07 | Meta: Tweak .clang-format to not wrap braces after enums. | Andreas Kling |
2019-06-07 | AK: Run clang-format on everything. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-04-20 | Get rid of SERENITY macro since the compiler already defines __serenity__ | Andreas Kling |
2019-03-19 | WindowServer: Add special treatment for modal windows. | Andreas Kling |
2019-02-22 | Move over to building all of userspace with i686-pc-serenity-g++. | Andreas Kling |
2018-12-03 | Implement basic support for times(). | Andreas Kling |
2018-12-02 | Use decltype(sizeof(void*)) as a facsimile for std::size_t. | Andreas Kling |
2018-12-02 | Make it possible to build the Kernel on a macOS host. | Andreas Kling |
2018-11-08 | Start working on memory-mapped files. | Andreas Kling |
2018-10-22 | Import very modest Userland. | Andreas Kling |
2018-10-22 | Add getgid() and getpid() syscalls. Prep for LibC. | Andreas Kling |
2018-10-18 | Build ELFLoader into Kernel. | Andreas Kling |
2018-10-17 | Add size_t and ssize_t to kernel builds. | Andreas Kling |