Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling | |
2021-11-02 | ConfigureComponents: Reduce duplicated code | Ben Wiederhake | |
2021-09-15 | Meta: Define and use lagom_tool() CMake helper function for all Tools | Andrew Kaster | |
We'll use this to prevent repeating common tool dependencies. They all depend on LibCore and AK only. We also want to encapsulate common install rules for them. | |||
2021-08-28 | Everywhere: Move all host tools into the Lagom/Tools subdirectory | Andrew Kaster | |
This allows us to remove all the add_subdirectory calls from the top level CMakeLists.txt that referred to targets linking LagomCore. Segregating the host tools and Serenity targets helps us get to a place where the main Serenity build can simply use a CMake toolchain file rather than swapping all the compiler/sysroot variables after building host libraries and tools. |