summaryrefslogtreecommitdiff
path: root/AK/Types.h
AgeCommit message (Expand)Author
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