1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 07:24:58 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Shell
Andreas Kling 21a5fb0fa2 LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
With this change, System::foo() becomes Core::System::foo().

Since LibCore builds on other systems than SerenityOS, we now have to
make sure that wrappers work with just a standard C library underneath.
2021-11-23 11:33:36 +01:00
..
ClientConnection.h Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt LanguageServers/Shell: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
main.cpp LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
ShellComprehensionEngine.cpp AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
ShellComprehensionEngine.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00