summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-06-06LibWeb: Teach IDLParser about `long long`stelar7
2022-06-02Meta: Add check if AvailablePorts.md is sortedcircl
2022-05-31Meta: Add error message when running serenity.sh as rootAndrew Kaster
2022-05-30Lagom/Fuzzers: Add CSS parser fuzzerLuke Wilde
2022-05-30Lagom/Fuzzers: Add XML parser fuzzerLuke Wilde
2022-05-29Lagom: Compile headless-browser on Lagom :^)DexesTTP
2022-05-29Lagom: Build LibWeb on LagomDexesTTP
2022-05-29Lagom: Disable the unused-private-field warning on Lagom's clang buildsDexesTTP
2022-05-29Lagom: Compile LibWebSocket on LagomDexesTTP
2022-05-29Lagom: Compile all sources of LibGfxDexesTTP
2022-05-29Meta: Update manpages website build script to handle non-icon imagesLinus Groh
2022-05-25Lagom: Fix leaks in the IDL Wrapper generatorDexesTTP
2022-05-25Meta: Add -S to Jakt compiler invocation in compile_jaktMacDue
2022-05-24Meta: Shellcheck ignore for our expr use (SC2307)Nathan Wallace
2022-05-24Meta+Documentation: Bump required QEMU versionNathan Wallace
2022-05-24Meta+CI: Upgrade to ubuntu-22.04Nathan Wallace
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-21Meta: Add Brotli fuzzerMichiel Visser
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser
2022-05-21Meta: Add option to disable Kernel Address SanitizerTimon Kruiper
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-21Ports: Sanitize environment before handling PortsTim Schumacher
2022-05-20Meta: Fix unused variable warning in lint-ports.pyDaniel Bertalan
2022-05-19Meta: Disallow non-git patches for portsAli Mohammad Pur
2022-05-19Toolchain+Ports: Split the GCC patchesDaniel Bertalan
2022-05-17Meta: Validate explicitly set TOOLCHAIN in `serenity.sh`Jelle Raaijmakers
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-05-13Meta: Move LibWeb's CMake generation script to its own fileDexesTTP
2022-05-09Ports: Convert GLTron patches to new formatJelle Raaijmakers
2022-05-08Meta: Remove hardcoded resize2fs executable pathLucas CHOLLET
2022-05-07Meta: Fix shellcheck errors in build-image-qemu.shLinus Groh
2022-05-07Meta: Tweak default disk size calculation to not be as gratuitousLinus Groh
2022-05-07Meta: Allow overriding the default calculated _disk_image sizeLinus Groh
2022-05-07CI: Ensure that Azure nightly pipeline doesn't run on CI or PR triggersAndrew Kaster
2022-05-07CI: Use proper paths to template files in nightly-pipeline.ymlAndrew Kaster
2022-05-07Ports/mrsh: Fix workdir, remove or upgrade patchesEWouters
2022-05-06Meta: Use VMWare SVGA adapter if running QEMU Q35 machineLiav A
2022-05-02CI: Add x86_64 Clang Coverage pipeline in AzureAndrew Kaster
2022-05-02Meta: Add script to analyze coverage data from an existing disk imageAndrew Kaster
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-05-02Meta: Remove unused serenity_libc_static helper functionAndrew Kaster
2022-04-27AK: Put invalid UTF8 debug spam behind a flagkleines Filmröllchen
2022-04-26Meta: Re-enable automatic virtualization detection on Windowskleines Filmröllchen
2022-04-26Meta: Allow Clang to be used as the host compiler for LagomDaniel Bertalan
2022-04-23CI: Update the path to our LLVM patchesDaniel Bertalan
2022-04-23Meta: Use clang-format from the Clang toolchain if availableDaniel Bertalan
2022-04-23Toolchain+Ports: Update LLVM to 14.0.1Daniel Bertalan
2022-04-23Meta: Rename SERENITY_KVM_SUPPORT -> SERENITY_VIRTUALIZATION_SUPPORTkleines Filmröllchen
2022-04-23Meta: Use SERENITY_KVM_SUPPORT to also toggle virtualization on Windowskleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen