ladybird/Userland/Libraries/LibIPC
kleines Filmröllchen 2909c3a931 LibIPC: Add support for transferring doubles over IPC messages
I'm still wondering why nobody did this yet :^) Also changes the use of
unions for the more cleaner / less undefined AK::bit_cast.
2021-09-12 23:38:57 +02:00
..
ClientConnection.h LibIPC: Remove unnecessary template<> 2021-07-08 10:11:00 +02:00
CMakeLists.txt Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Connection.h Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
Decoder.cpp LibIPC: Add support for transferring doubles over IPC messages 2021-09-12 23:38:57 +02:00
Decoder.h LibIPC: Add support for transferring doubles over IPC messages 2021-09-12 23:38:57 +02:00
Dictionary.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Encoder.cpp LibIPC: Add support for transferring doubles over IPC messages 2021-09-12 23:38:57 +02:00
Encoder.h LibIPC: Add support for transferring doubles over IPC messages 2021-09-12 23:38:57 +02:00
File.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Message.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Message.h Libraries: Remove unused header includes 2021-08-01 08:10:16 +02:00
ServerConnection.h Userland: Disambiguate dependent types 2021-06-24 17:35:49 +04:30
Stub.cpp Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Stub.h Everywhere: Forward declare structs as structs 2021-07-08 10:11:00 +02:00