Sergey Bugaev
|
fc481552f5
|
LibIPC+LibGfx+IPCCompiler: Drop some unused includes
|
2020-06-08 13:58:32 +02:00 |
|
Sergey Bugaev
|
8449f0a15b
|
LibIPC: Fix server crashes on client disconnects
The server should always survive client communication errors.
|
2020-05-30 22:31:08 +02:00 |
|
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 |
|
Andreas Kling
|
ceec1a7d38
|
AK: Make Vector use size_t for its size and capacity
|
2020-02-25 14:52:35 +01:00 |
|
Andreas Kling
|
8f7333f080
|
LibCore: Add a forward declaration header
This patch adds <LibCore/Forward.h> and uses it in various places to
shrink the header dependency graph.
|
2020-02-14 23:31:18 +01:00 |
|
Andreas Kling
|
d17e23bd27
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
|
Andreas Kling
|
7415e6ef9f
|
LibIPC: Remove leading I from filenames
|
2020-02-06 14:54:09 +01:00 |
|