Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher | |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher | |
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher | |
As usual, this removes many unused includes and moves used includes further down the chain. | |||
2022-12-14 | Ports: Add missing include and update renamed function in OpenJDK patch | Clemens Wasser | |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh | |
We have a new, improved string type coming up in AK (OOM aware, no null state), and while it's going to use UTF-8, the name UTF8String is a mouthful - so let's free up the String name by renaming the existing class. Making the old one have an annoying name will hopefully also help with quick adoption :^) | |||
2022-10-25 | Ports/OpenJDK: Use new global variables at /sys/kernel/ directory | Liav A | |
2022-10-01 | Ports/OpenJDK: Use posix_fallocate | DJtheRedstoner | |
2022-10-01 | Ports/OpenJDK: Update for the removal of StringView(char const*) | DJtheRedstoner | |
2022-06-19 | Ports: Add OpenJDK port | Timur Sultanov | |
Port of OpenJDK 17.0.2, zero VM only. More work needed to get the full hotspot VM up and running :^) Co-Authored-By: Andrew Kaster <akaster@serenityos.org> |