summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
2021-03-13Toolchain: Always strip compiler, not just on CIBen Wiederhake
2021-03-11Toolchain: Update build paths in CMakeToolchain.txtLinus Groh
2021-03-11Toolchain: Remove unnecessary file from commitBen Wiederhake
2021-03-09Meta: Add a build helper scriptTom
2021-02-24Toolchain: Upgrade BuildQemu.sh to the latest 5.2.0 releaseBrian Gianforcaro
2021-02-21Toolchain: Always remove the previous artifacts when buildingAnotherTest
2021-02-19Toolchain: Use -ftls-model=initial-exec by defaultItamar
2021-02-14Toolchain: Explicitly enable LTO, fix build on OpenBSDjoshua stein
2021-02-14Build: Sprinkle some portability, fix on OpenBSDjoshua stein
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-18Ports: Add Python 3.9Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-04Toolchain: Disable exceptions by defaultItamar
2021-01-03Toolchain+LibTTF: Remove some blank line at the end of CMake files.Emanuele Torre
2021-01-01Meta: Enable RTTI for Userspace programsAndrew Kaster
2020-12-30Toolchain: Fix incorrect use of ENV{SERENITY_ARCH} in CMakeToolchain.txtLinus Groh
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-28Meta: Add macOS workflow to CILuke
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-14Toolchain+Ports: Fix gcc patch fileItamar
2020-12-14Toolchain: Fix usage of libgcc_s & build PIE executables by defaultItamar
2020-12-14Build: Build libgcc_s.soItamar
2020-12-14Toolchain: Configure the path to the dynamic linkerItamar
2020-12-13Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)Daniel Lemos
2020-11-08Toolchain: Trust cache blindlyBen Wiederhake
2020-10-20Build: Modify various parts to allow the build to succeed on FreeBSDLaurent Cimon
2020-10-19Toolchain: Set CACHED_TOOLCHAIN_ARCHIVE after computing hashLinus Groh
2020-10-19Toolchain: Remove cached archive and rebuild if extracting failsLinus Groh
2020-10-12Toolchain: Upgrade to Binutils 2.35.1Andreas Kling
2020-10-12Toolchain: Upgrade to GCC 10.2.0Andreas Kling
2020-09-27Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)Brian Pfeil
2020-09-14Travis: Strip every executableBen Wiederhake
2020-08-15Travis: Toolchain only depends on headers, not implsBen Wiederhake
2020-08-15Toolchain: Update README to point to the current build instructionsLuke
2020-08-02Build: Build libstdc++ in parallelBen Wiederhake
2020-08-02Travis: 'configure' is too chatty for CIBen Wiederhake
2020-07-29Toolchain: Strip cc1Nico Weber
2020-07-29Toolchain: Let's leave cc1 in place for nowAndreas Kling
2020-07-29Meta: Fix shellcheck issues in BuildIt.shBen Wiederhake
2020-07-29Travis: Reduce Toolchain cache item size by 73%Ben Wiederhake
2020-07-13Toolchain: Allow building using CMake on macOSStefano Cristiano
2020-06-18Toolchain: Use curl instead of wget (#2574)ร‰rico Nogueira Rolim
2020-06-05Toolchain: Support building the toolchain with Ninja (#2504)Paul Redmond
2020-05-29Ports: Fix CMake-based portsPaul Redmond
2020-05-22Build: Add DockerfileYonatan Goldschmidt
2020-05-20Revert "AK: Don't demangle in serenity :("Andreas Kling
2020-05-20Revert "LibC: Implement Itanium C++ ABI for static variable guards"Andreas Kling
2020-05-20Revert "Toolchain: Don't pre-build LibC and LibM, nor pre-install their headers"Andreas Kling
2020-05-20Toolchain: Don't pre-build LibC and LibM, nor pre-install their headersAndrew Kaster
2020-05-20LibC: Implement Itanium C++ ABI for static variable guardsAndrew Kaster