summaryrefslogtreecommitdiff
path: root/Meta/serenity.sh
AgeCommit message (Expand)Author
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
2021-06-01Meta: Make `serenity.sh` invoke `cmake` when `build.ninja` is missingJelle Raaijmakers
2021-04-22Meta: Add GDB pretty printersGunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-20Meta: Add a rebuild-world command to serenity.shBrian Gianforcaro
2021-04-18Meta: Replace /bin/env with /usr/bin/envin serenity.sh shebangLinus Groh
2021-04-17Meta: Remove stray newline from serenity.sh help textLinus Groh
2021-04-17Meta: Allow serenity.sh to be used outside of assumed working directoryBrian Gianforcaro
2021-04-15Meta: Use basename for serenity.sh help messageBrian Gianforcaro
2021-03-24Meta: Pass arguments to 'serenity.sh run lagom' executableLinus Groh
2021-03-12Meta: Support 'serenity.sh gdb lagom'Linus Groh
2021-03-12Lagom: Add 'test' command to serenity.shLinus Groh