AnotherTest
|
3485613f4a
|
LibCore: Make IODevice::can_read_line() const
This also makes LibHTTP's Job::can_read_line() const, as IODevice was
keeping that from being const.
Fixes #2219
|
2020-05-15 09:50:48 +02: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 |
|