Ben Wiederhake
|
943ecaede6
LibIPC: Remove redundant IPC::Dictionary type
|
2 years ago |
Ben Wiederhake
|
3be7d393b6
IPCCompiler: Nicer error message for invalid template spelling
|
2 years ago |
Sam Atkins
|
c06f4ac6f5
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Tim Schumacher
|
220fbcaa7e
AK: Remove the fallible constructor from `FixedMemoryStream`
|
2 years ago |
Tim Schumacher
|
093cf428a3
AK: Move memory streams from `LibCore`
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Tim Schumacher
|
3ed9627f4e
LibIPC: Decode messages using Core::Stream internally
|
2 years ago |
Lucas CHOLLET
|
4e164c9de7
Meta: Pass `Core::Stream::OpenMode` by value in the `IPCCompiler`
|
2 years ago |
Timothy Flynn
|
8b7b03b369
IPCCompiler+LibIPC: Propagate IPC encoder errors
|
2 years ago |
Timothy Flynn
|
9b483625e6
LibIPC+Everywhere: Change IPC decoders to construct values in-place
|
2 years ago |
Timothy Flynn
|
765c5b416f
IPCCompiler+LibIPC: Generate message decoders with better TRY semantics
|
2 years ago |
Timothy Flynn
|
dc77ec733f
IPCCompiler: Fix build when GENERATE_DEBUG is enabled
|
2 years ago |
Tim Schumacher
|
ed4c2f2f8e
LibCore: Rename `Stream::read_all` to `read_until_eof`
|
2 years ago |
Timothy Flynn
|
3a915483b0
IPCCompiler: Mark size_t as a primitive type
|
2 years ago |
MacDue
|
1574f2c3f6
Meta+Userland: Pass Gfx::FloatSize by value
|
2 years ago |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 years ago |
MacDue
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 years ago |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
MacDue
|
bbc149ebb9
Meta+Userland: Pass Gfx::Color by value
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
357fd76e30
Meta: Generate a helper constructor for single-value IPC responses
|
2 years ago |
Nico Weber
|
2af028132a
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2 years ago |
Sam Atkins
|
32810f6d1a
IPCCompiler: Use Core::Stream API
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |