summaryrefslogtreecommitdiff
path: root/Toolchain/CMake
AgeCommit message (Expand)Author
2022-12-28Meta: Remove i686 targetLiav A
2022-12-13Toolchain: Remove upstreamed CMake platform files :^)Andrew Kaster
2022-10-01Toolchain: Hardcode the results of LLVM runtime library detectionTim Schumacher
2022-09-16Toolchain: Remove references to `-lm`Tim Schumacher
2022-09-05Toolchain: Remove references to `-ldl`Tim Schumacher
2022-07-13Meta+Ports: Automatically generate a meson cross file that we can useTim Schumacher
2022-06-29Toolchain: Update Platform files to match those in upstream cmakeAndrew Kaster
2022-05-02Toolchain: Enable LLVM Profile instrumentationAndrew Kaster
2022-04-25Toolchain: Explicitly install llvm-config and FileCheckAndrew Kaster
2022-04-23Toolchain+Ports: Update LLVM to 14.0.1Daniel Bertalan
2022-02-19Toolchain: Set CMAKE_NM for Clang and GNU toolchain filesAndrew Kaster
2022-01-12Toolchain: Enable std::filesystem support in libc++Daniel Bertalan
2022-01-10Toolchain: Don't use GNU objcopy in the LLVM toolchainDaniel Bertalan
2022-01-04Toolchain: Add support for Clang on MacOSJean-Paul Balabanian
2022-01-03Toolchain: Add CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME to PlatformAndrew Kaster
2022-01-03Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain buildAndrew Kaster
2021-11-28Toolchain/Clang: Fix CMake using utilities from the LLVM portDaniel Bertalan
2021-11-14Toolchain: Enable clang-tools-extra for LLVMAndrew Kaster
2021-11-07CMake: Assume working compiler instead of using static linkingTim Schumacher
2021-10-31Toolchain: Use dynamic paths for cross-compile CMake toolchainsTim Schumacher
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-09-15Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILTAndrew Kaster
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-06-03Toolchain: Use gcc's arHediadyoin1
2021-06-02Toolchain: Set CMAKE_AR to the right executableOleg Kosenkov
2021-04-25Toolchain: Update cmake platform definitionGunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-18Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernelGunnar Beutner
2021-04-17Toolchain: Fix cmake definition for CMAKE_DL_LIBSGunnar Beutner
2021-04-16Ports: Make sure ports are installed into /usr/localGunnar Beutner
2021-04-16Toolchain+Ports: Move the CMake toolchain file into a subdirectoryGunnar Beutner
2021-04-16Toolchain: Add platform definition for CMakeGunnar Beutner