Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Move Stream-based sockets into the `Core` namespace | Tim Schumacher |
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-12-03 | LibCodeComprehension: Add .clang-format to disable formatting for tests | Linus Groh |
2022-11-01 | Everywhere: Mark dependencies of most targets as PRIVATE | Tim Schumacher |
2022-11-01 | Everywhere: Explicitly link all binaries against the LibC target | Tim Schumacher |
2022-09-16 | Everywhere: Remove a bunch of dead write-only variables | Tim Schumacher |
2022-07-12 | Everywhere: Replace single-char StringView op. arguments with chars | sin-ack |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-21 | LibCodeComprehension: Re-organize code comprehension related code | Itamar |