summaryrefslogtreecommitdiff
path: root/AK/Types.h
AgeCommit message (Expand)Author
2021-06-28Kernel: Fix memset() on x86_64Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-03-17AK: Implement terabytes, petabytes, exabytesJean-Baptiste Boric
2021-01-04AK: Add default memory order as template argument for Atomic<T>Tom
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-06AK: Rename MakeUnsigned::type to MakeUnsigned::Type.asynts
2020-08-05AK: Decorate AK::TriState with [[nodiscard]]Brian Gianforcaro
2020-06-12AK: Fix missing ptrdiff_t in non-Serenity buildsSergey Bugaev
2020-05-23AK: Simplify Types.h a little bitAndreas Kling
2020-03-28Kernel: Add 'ptrace' syscallItamar
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-02-05AK: Add support for 64-bit size_tjoshua stein
2020-01-20Kernel+AK: Add/fix uintptr_t and intptr_t definitionsAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-07AK: Add a useful align_up_to(value, power_of_two) functionAndreas Kling
2019-08-15AK: Add a simple TriState typeAndreas Kling
2019-07-24AK: Move clang-specific consumable annotation helpers to Platform.hAndreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-07-01AK: Add u8/u16/u32/u64 and i8/i16/i32/i64 typedefs.Andreas Kling
2019-06-29Kernel: Change the format of /proc/all to JSON.Andreas Kling
2019-06-19Kernel+LibC: Make page fault crashes a bit more readable.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-07AK: Run clang-format on everything.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-03-19WindowServer: Add special treatment for modal windows.Andreas Kling
2019-02-22Move over to building all of userspace with i686-pc-serenity-g++.Andreas Kling
2018-12-03Implement basic support for times().Andreas Kling
2018-12-02Use decltype(sizeof(void*)) as a facsimile for std::size_t.Andreas Kling
2018-12-02Make it possible to build the Kernel on a macOS host.Andreas Kling
2018-11-08Start working on memory-mapped files.Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling
2018-10-22Add getgid() and getpid() syscalls. Prep for LibC.Andreas Kling
2018-10-18Build ELFLoader into Kernel.Andreas Kling
2018-10-17Add size_t and ssize_t to kernel builds.Andreas Kling
2018-10-16Start fixing up AK to work inside the kernel.Andreas Kling
2018-10-16Reduce dependence on STL.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling