Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-21 | Ports: Remove the cmake wstring patch | Tim Schumacher | |
2021-11-06 | Ports: Remove the obsolete howto guide from cmake | Tim Schumacher | |
We have long been able to build CMake fully on the host. | |||
2021-11-06 | Ports: Add a missing hyphen to GNinja in cmake | Tim Schumacher | |
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-09-15 | Ports: Use new CMakeToolchain.txt located in the build directory | Andrew Kaster | |
Now that we're generating the CMake toolchain file in the build directory, we need to redirect the ports that use CMake to the new location. Looking into this showed that there's still a bunch of work to do in general to make the ports agnostic to which toolchain they're using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions still here. | |||
2021-07-09 | Ports: Make the CMake port use the LibUV port | Ali Mohammad Pur | |
Now that we've ported libuv, we can remove the libuv patches from cmake and make it use the ported libuv. | |||
2021-07-04 | Ports: Remove obsolete patches for cmake | Gunnar Beutner | |
2021-05-09 | Ports: Remove IPv6 patches for cmake | Gunnar Beutner | |
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-20 | Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR | Panagiotis Vasilopoulos | |
2021-04-18 | Ports: Enable building cmake on the host | Gunnar Beutner | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-03-08 | Everywhere: Remove unnecessary whitespace at the end of some lines. | Emanuele Torre | |
2021-02-15 | Ports: Add a cmake port | AnotherTest | |
Yes, you build this *inside* serenity. |