summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot
2021-12-16Toolchain: Link libgcc_s on an as-needed basisDaniel Bertalan
2021-12-16Toolchain: Update BuildQemu.sh to qemu-6.2Brian Gianforcaro
2021-11-28Toolchain/Clang: Fix CMake using utilities from the LLVM portDaniel Bertalan
2021-11-28Toolchain/Clang: Support using `libstdc++` as the C++ standard libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Allow setting a default unwind libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Pick up includes when running inside SerenityDaniel Bertalan
2021-11-28Toolchain/Clang: Add support for -static-libstdc++Daniel Bertalan
2021-11-20Toolchain: Remove `git clone` of project from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Remove unused gettext package from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Remove unused wget package from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Add Qemu build dependencies to DockerfileJelle Raaijmakers
2021-11-20Toolchain: Update Dockerfile to ubuntu:21.10Jelle Raaijmakers
2021-11-14Toolchain: Enable clang-tools-extra for LLVMAndrew Kaster
2021-11-14Toolchain: Load x64 executables at a higher addressTim Schumacher
2021-11-14Toolchain: Add aligned allocation support to libc++Daniel Bertalan
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-10-17Toolchain: Introduce stubs for core system librariesDaniel Bertalan
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
2021-09-24Ports: Add Ruby 3.0.2Eric Seifert
2021-09-21Toolchain: Add --ci option to BuildClang to enable ccacheTimothy Flynn
2021-09-17Toolchain: Remove breaking mbstate_t define from clangTim Schumacher
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-09-07Meta: Make BuildClang.sh produce less output when running in a TTYNico Weber
2021-09-07Meta: Don't pass LLVM_LLVM_BUILD_LLVM_DYLIB to cmakeNico Weber
2021-09-07Meta: Make `serenity.sh rebuild-toolchain aarch64 clang` workNico Weber
2021-09-07Toolchain: Build aarch64-gdb for cross-debugging on x86Idan Horowitz
2021-09-03Meta: Add the ability to specify clang with serenity.shTom
2021-08-28Toolchain: Also build aarch64-softmmu in BuildQemu.shNico Weber
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-28Toolchain: Regenerate binutils.patch and gcc.patchNico Weber
2021-08-25Toolchain: Update BuildQemu.sh to latest 6.1.0Brian Gianforcaro
2021-08-17Toolchain: Make Kernel/API headers available to Clang toolchain buildTimothy Flynn
2021-08-14Toolchain: Make Kernel/API/ headers available during toolchain buildAndreas Kling
2021-08-08Toolchain: Remove static LLVM librariesDaniel Bertalan
2021-08-08Toolchain: Build libLLVM as a dynamic libraryDaniel Bertalan
2021-08-08Toolchain+Ports: Let -nostdlib make us not link against libgcc_sGunnar Beutner
2021-08-08Toolchain: Add caching to BuildClang.sh for CIDaniel Bertalan
2021-08-08Toolchain: Add LLVM patch and script for building itDaniel Bertalan
2021-08-03Ports: Change Python's auth_type to sha256Linus Groh
2021-07-28Toolchain+Ports: Fix building ports on x86_64Gunnar Beutner
2021-07-28Toolchain: Update GCC to version 11.2.0Gunnar Beutner
2021-07-28Toolchain: Update binutils to version 2.37Gunnar Beutner
2021-07-24Toolchain+Ports: Ignore -arch on macOS M1 hostsGunnar Beutner
2021-07-10Toolchain: Use correct variable when deleting the QEMU tarballGunnar Beutner
2021-07-08Toolchain: Fix building toolchain on arm64 macsmodmuss50
2021-07-06Kernel+Toolchain: Remove the kernel-specific toolchainGunnar Beutner