1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 17:02:06 +00:00
serenity/DevTools
Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings
Using int was a mistake. This patch changes String, StringImpl,
StringView and StringBuilder to use size_t instead of int for lengths.
Obviously a lot of code needs to change as a result of this.
2019-12-09 17:51:21 +01:00
..
FormCompiler AK: Remove empty files JsonArray.cpp and JsonObject.cpp 2019-10-01 11:24:54 +02:00
HackStudio AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Inspector WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
IPCCompiler LibIPC: Rename IMessage id/name to message_id/message_name 2019-12-02 11:11:05 +01:00
VisualBuilder WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00