summaryrefslogtreecommitdiff
path: root/Meta/serenity.sh
AgeCommit message (Expand)Author
2023-05-24Meta: Add GCC 13 and Clang 16 to compiler autodetectionDaniel Bertalan
2023-05-24Meta+Documentation: Require Xcode 14.3 or Clang 14 for the host compilerDaniel Bertalan
2023-04-25Meta: Use common method exit_if_running_as_root() in serenity.shKenneth Myhra
2023-04-11Meta: Do not require Tmux for lagom gdbCoderdreams
2023-03-27Toolchain: Update binutils to version 2.40Cameron Youell
2023-03-12Meta+CMake: Remove "image" ninja target in favor of "qemu-image"Nico Weber
2023-01-27Meta: Support running ladybird with arguments from serenity.shTimothy Flynn
2023-01-27Meta: Allow running Lagom tests with "serenity.sh run lagom <target>"Timothy Flynn
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