summaryrefslogtreecommitdiff
path: root/Ports/cmake
AgeCommit message (Collapse)Author
2021-12-21Ports: Remove the cmake wstring patchTim Schumacher
2021-11-06Ports: Remove the obsolete howto guide from cmakeTim Schumacher
We have long been able to build CMake fully on the host.
2021-11-06Ports: Add a missing hyphen to GNinja in cmakeTim Schumacher
2021-10-05Ports: Make array-like settings actual arraysTim 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-15Ports: Use new CMakeToolchain.txt located in the build directoryAndrew 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-09Ports: Make the CMake port use the LibUV portAli 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-04Ports: Remove obsolete patches for cmakeGunnar Beutner
2021-05-09Ports: Remove IPv6 patches for cmakeGunnar Beutner
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-18Ports: Enable building cmake on the hostGunnar Beutner
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
Fixes #5710.
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-02-15Ports: Add a cmake portAnotherTest
Yes, you build this *inside* serenity.