summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
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
2020-05-20AK: Don't demangle in serenity :(Andrew Kaster
2020-05-16Toolchain/Ports: Update to gcc 10.1.0Shannon Booth
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-11Travis: Fix Cache spamBen Wiederhake
2020-05-08Services: Renamed from ServersAndreas Kling
2020-04-27Toolchain: Don't create repository for patches if not necessaryDevashish
2020-04-07Toolchain: Make BuildQemu.sh choose the correct ui library when building on OSXOliver Hunt
2020-04-05Toolchain: Fix trailing white space warnings when gcc.patch is appliedBrian Gianforcaro
2020-03-23Toolchain/Ports: Update gcc to 9.3.0Shannon Booth
2020-03-21Build: Add FreeBSD support (#1492)BenJilks
2020-03-08Travis: Cache toolchainBen Wiederhake
2020-02-27Toolchain: Add x86_64 cross compiler build scriptJesse Buhagiar
2020-02-21Toolchain: Build demangling into LibC except during toolchain buildAndreas Kling
2020-01-25Toolchain: Fix python build script.Emanuel Sprung
2020-01-25Toolchain: Fix qemu build script.Emanuel Sprung
2020-01-02Build: add support for building on OpenBSDjoshua stein
2020-01-01Toolchain: Use crtbeginS and crtendS for shared objectsAndrew Kaster
2019-12-28Toolchain: Fix building binutils on macOS with --enable-sharedStefano Cristiano
2019-12-27Toolchain: Allow building shared objectsAndreas Kling
2019-12-27Build: Allow building serenityOS ext2 root filesystem on macOS hostStefano Cristiano
2019-12-27Toolchain: Statically link serenity cross-compiler on macOS to keep the cross...Stefano Cristiano
2019-12-25Toolchain: Fixup CMake toolchain script to install things in /usrAndreas Kling
2019-12-20Build: get rid of UseIt.shjoshua stein
2019-12-20Toolchain: Use "make install" to install our LibC and LibMAndreas Kling
2019-12-19Toolchain: Redirect git command output to /dev/nullAndreas Kling
2019-12-19Toolchain: Fix outdated MD5 sum of binutils tarballAndreas Kling
2019-12-19Update toolchain to binutils-2.33.1 gcc-9.2.0Philip Herron
2019-11-25Ports: check for native python3 installation, add build scriptEmanuel Sprung
2019-11-11Toolchain: Add QEMU build script and improve documentationEmanuel Sprung
2019-11-11Toolchain: Fix indentation in BuildIt.sh (#761)Nicolas Van Bossuyt
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-09-26Toolchain/BuildIt.sh: Use curl instead of wgetLarkin Nickle
2019-07-22Toolchain: Oops, we can't rely on "install.sh" to build LibC/LibM.Andreas Kling
2019-07-21Toolchain: Use "install.sh" to install LibC and LibM.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-05-20Toolchain: Oops, let's unbreak UseIt.sh.Andreas Kling
2019-05-18Toolchain: Add some required options to the default CMake options.Robin Burchell
2019-05-17Build: Install most headers to Root (and libcore.a/libgui.a)Robin Burchell
2019-05-15BuildIt: Allow specifying MAKEJOBS rather than forcing to nprocsRobin Burchell
2019-05-15UseIt: allow sourcing from outside the Toolchain dirRobin Burchell
2019-05-15BuildIt: use set -e to fail immediately on errorRobin Burchell