1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 13:21:00 +00:00
serenity/DevTools
Andrew Kaster 744322c247 HackStudio: Call Thread::join instead of pthread_join
It's really awkward that HackStudioWidget was calling the pthread API on
its LibThread::Thread. Change to calling the new Thread::join call,
which returns the information it wants to log.
2021-01-01 23:01:48 +01:00
..
HackStudio HackStudio: Call Thread::join instead of pthread_join 2021-01-01 23:01:48 +01:00
Inspector LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
IPCCompiler LibIPC: Remove use of ByteBuffer::wrap() 2020-12-19 11:30:02 +01:00
Playground DevTools: Add open, save as and quit actions to GML playground 2020-12-31 01:08:58 +01:00
Profiler LibGUI: Rewrite layout system in terms of min and max sizes 2020-12-30 01:36:41 +01:00
UserspaceEmulator UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI 2021-01-01 19:37:36 +01:00
CMakeLists.txt DevTools: Add a simple GML Playground application :^) 2020-12-26 19:04:46 +01:00