summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/IPCCompiler/main.cpp
AgeCommit message (Expand)Author
2023-05-21LibIPC: Remove redundant IPC::Dictionary typeBen Wiederhake
2023-05-19IPCCompiler: Nicer error message for invalid template spellingBen Wiederhake
2023-02-28AK+Everywhere: Make GenericLexer::ignore_until() stop before the valueSam Atkins
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-15LibIPC: Decode messages using Core::Stream internallyTim Schumacher
2023-01-06Meta: Pass `Core::Stream::OpenMode` by value in the `IPCCompiler`Lucas CHOLLET
2023-01-04IPCCompiler+LibIPC: Propagate IPC encoder errorsTimothy Flynn
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-26IPCCompiler+LibIPC: Generate message decoders with better TRY semanticsTimothy Flynn
2022-12-26IPCCompiler: Fix build when GENERATE_DEBUG is enabledTimothy Flynn
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-07IPCCompiler: Mark size_t as a primitive typeTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-09Meta: Generate a helper constructor for single-value IPC responsesTimothy Flynn
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-09-20IPCCompiler: Use Core::Stream APISam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-28Meta: Refactor the IPC-compiler and port it to LibMainHendiadyoin1
2022-01-29IPCCompiler: Don't loop endlessly on nameless parametersItamar
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-22IPCCompiler: Default initialize all parameter member variablesBrian Gianforcaro
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-05IPCCompiler: Cast return value of synchronous void IPC calls to voidSam Atkins
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-05IPCCompiler: Remove now-unused ability to hardcode magic numberBen Wiederhake
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster