Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-24 | Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file | Timothy Flynn | |
2023-02-08 | Everywhere: Use ReadonlySpan<T> instead of Span<T const> | MacDue | |
2023-02-05 | LibCore: Add const qualifier to exec() argument spans | MacDue | |
2023-02-02 | Ladybird: Abstract spawning helper processes into separate methods | Andrew Kaster | |
This will let us use the same path discovery methods for WebContent, SQLServer, and any other helper processes we need to launch. |