summaryrefslogtreecommitdiff
path: root/Ports/cmake
AgeCommit message (Collapse)Author
2023-03-17Ports/cmake: Update CMake to version 3.26.0EWouters
2022-12-13Ports: Update CMake port to 3.25.1Andrew Kaster
2022-07-22Ports: Update the CMake platform module from upstreamTim Schumacher
While we're at it, remove the `/bin/sh` patch that is no longer needed, as we now build the port fully on the host.
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-02Ports/cmake: Update cmake to version 3.23.2EWouters
2022-05-08Ports/cmake: Update cmake to version 3.23.1EWouters
2022-05-03Ports: Make cmake adhere to the number of build jobsTim Schumacher
2022-03-31Ports/cmake: Update cmake to version 3.23.0 and remove upstreamed patchEWouters
The check for HAVE_SIZEOF_SSIZE_T and not HAVE_SSIZE_T has been upstreamed in https://github.com/Kitware/CMake/commit/99acfe41f54cd91c20bd6e7a416d85a668118604.
2022-02-17Ports: Enable OpenSSL support for CMakeTim Schumacher
2022-01-16Ports: Regenerate the CMake port patchesAli Mohammad Pur
2022-01-09Ports: Add "-ldl" as CMAKE_DL_LIBS in CMake platform patchAndrew Kaster
2021-12-24Ports: Upgrade CMake to 3.22.1Ali Mohammad Pur
That's the latest release, and includes one of the patches we had - so we can drop that patch :^)
2021-12-24Ports/cmake: Remove obsolete conflicting declaration patchesDaniel Bertalan
I'm not quite sure why, but CMake compiles fine without these.
2021-12-24Ports: Fix the conflicting types issue in the cmake portAli Mohammad Pur
This patch is pending upstream, but until then, let's keep it locally to make the port work :^)
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.