1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:41:00 +00:00
serenity/Userland/DevTools
Ben Wiederhake 3796d417e0 Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
HackStudio Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Inspector Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Playground Playground: Ask to save file contents on quit action 2021-09-12 16:30:25 +02:00
Profiler Profiler: Cache parsed DWARF debug information in disassembly view 2021-10-31 16:54:02 +01:00
UserspaceEmulator UserspaceEmulator: Avoid special character in pseudo-identifier 2021-11-01 21:12:58 +01:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00