summaryrefslogtreecommitdiff
path: root/Meta/serenity.sh
AgeCommit message (Expand)Author
2022-12-28Meta: Remove i686 targetLiav A
2022-12-25Meta: Enable starting ladybird from serenity.shAndrew Kaster
2022-12-24Meta: Move UCD/CLDR/TZDB downloaded artifacts to Build/cachesTimothy Flynn
2022-12-19Documentation: Adjust default TARGET to x86_64 in the documentation0xxFF
2022-12-17Meta: Prefer clang as a host compiler to gccAndrew Kaster
2022-12-17Meta: Allow building with Apple clang 14.xAndrew Kaster
2022-12-13Meta: Build CMake from source if version is too old in serenity.shAndrew Kaster
2022-11-25Meta: Use proper versions in is_compiler_supported check in serenity.shAndrew Kaster
2022-10-25Everywhere: Require version >= 12 for GCC host compilerLinus Groh
2022-10-24Meta: Also set CC/CXX when selecting the host toolchainTim Schumacher
2022-10-16Meta: Print error if cmake does not existdemostanis
2022-10-03Meta: Make x86-64 target the defaultLiav A
2022-09-18Meta: Fix example invocations of the serenity.sh run commandBen Wiederhake
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-13Meta: Add confirmation for toolchain rebuilds if there's one alreadynetworkException
2022-08-24Toolchain: Update binutils to version 2.39Brian Gianforcaro
2022-08-14Everywhere: Get rid of the fbdev kernel boot argument remaindersLiav A
2022-07-10Meta: Teach pick_host_compiler about Homebrew ClangDaniel Bertalan
2022-05-31Meta: Add error message when running serenity.sh as rootAndrew Kaster
2022-05-17Meta: Validate explicitly set TOOLCHAIN in `serenity.sh`Jelle Raaijmakers
2022-04-26Meta: Allow Clang to be used as the host compiler for LagomDaniel Bertalan
2022-03-27Meta: Fix path to GCC's addr2line in serenity.shLinus Groh
2022-03-24Meta: Disable KASLR when debugging the kernel with GDBIdan Horowitz
2022-03-08Meta: Fix that the processor count was output to stderr and ignoreddavidot
2022-03-08Meta: Read MAKEJOBS to limit jobs for ninja in serenity.shdavidot
2022-02-19Meta: Make `serenity.sh gdb` work with the Clang toolchainDaniel Bertalan
2022-02-14Meta: Add support for the Limine bootloaderczapek1337
2022-02-11Meta: Enable RELR relocationsDaniel Bertalan
2022-01-07Meta+CI+Documentation: Bump host gcc requirement up to gcc 11Andrew Kaster
2021-12-29Meta: Add egcc as a GCC candidatetuftedocelot
2021-11-02Meta: Don't check for toolchain if serenity.sh target is lagomLinus Groh
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-25Kernel: Separate panic behavior from bootmodeBen Wiederhake
2021-10-25Kernel: Separate framebuffers from bootmodeBen Wiederhake
2021-10-17Meta: Support llvm-addr2line in `serenity.sh`Daniel Bertalan
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-07Meta: Warn on `rebuild-toolchain i686 clang`Nico Weber
2021-09-16Meta: Ensure BUILD_LAGOM is set when running `serenity.sh test lagom`Andrew Kaster
2021-09-15Meta: Update serenity.sh for the SuperBuildAndrew Kaster
2021-09-07Meta: Don't immediately continue in serenity.sh's gdb optionIdan Horowitz
2021-09-03Meta: Add the ability to specify clang with serenity.shTom
2021-08-29Meta: Remove duplicate valid target check from serenity.shLinus Groh
2021-08-29Meta: Mention aarch64 as a supported TARGET in serenity.sh's helpLinus Groh
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-28Meta: Let serenity.sh's TARGET default to SERENITY_ARCH, not i686Linus Groh
2021-08-22Meta: Add 'copy-src' command to serenity.shItamar
2021-07-10Documentation: Reorganize the build documentationGunnar Beutner
2021-07-10Meta: Automatically pick an appropriate GCC binaryGunnar Beutner
2021-07-01Meta: Make serenity.sh pass the SERENITY_ARCH cmake argument for x86_64Idan Horowitz
2021-06-02Meta: Remove duplicated ensure_toolchain from serenity.shLinus Groh