This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-31 09:46:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cfd710eb31c47754ccd676bf78a4cdec778e741a
ladybird
/
Libraries
/
LibIPC
History
Andreas Kling
22d0a6d92f
AK: Remove unnecessary casts to size_t, after Vector changes
...
Now that Vector uses size_t, we can remove a whole bunch of redundant casts to size_t.
2020-03-01 12:58:22 +01:00
..
ClientConnection.h
AK: Remove unnecessary casts to size_t, after Vector changes
2020-03-01 12:58:22 +01:00
Decoder.cpp
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
2020-02-15 12:11:19 +01:00
Decoder.h
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
2020-02-15 12:11:19 +01:00
Encoder.cpp
LibIPC: Move IPC::Encoder functions out of line
2020-02-15 12:10:48 +01:00
Encoder.h
LibIPC: Move IPC::Encoder functions out of line
2020-02-15 12:10:48 +01:00
Endpoint.cpp
…
Endpoint.h
…
Makefile
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
2020-02-15 12:11:19 +01:00
Message.cpp
…
Message.h
LibIPC+IPCCompiler: Remove some unused members from generated messages
2020-02-15 12:10:48 +01:00
ServerConnection.h
AK: Remove unnecessary casts to size_t, after Vector changes
2020-03-01 12:58:22 +01:00