serenity/Userland
Paul Scharnofske 35a1e12459 AK+Format: Don't cast to size_t when you want u64.
In Serenity, size_t is defined as u32, thus static_cast<size_t>(value)
truncates the value.
2021-02-13 19:47:06 +01:00
..
Applications FileManager: Add layout options to View menu 2021-02-13 11:01:59 +01:00
Demos
DevTools LanguageServers/Cpp: Autocomplete declarations from included headers 2021-02-10 23:09:40 +01:00
DynamicLoader Revert "DynamicLoader: Remove unnecessary math functions" 2021-02-08 19:58:10 +01:00
Games
Libraries LibELF: Unmap and close the main executable after dynamic load 2021-02-13 13:46:20 +01:00
MenuApplets
Services WindowServer: Improvements to support alpha channel in window frames 2021-02-13 00:39:33 +01:00
Shell LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
Tests AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00
Utilities Tests: Merge and extend syscall tests into a syscall fuzzer 2021-02-13 00:40:31 +01:00
CMakeLists.txt