summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-04Meta: Don't make wasm tests pass when they cannot read a moduleAli Mohammad Pur
2021-06-03Meta: Sort debug macros alphabeticallyNonStandardModel
2021-06-02Meta: Make the wasm test generator cast numbers to i32 when neededAli Mohammad Pur
2021-06-02Meta: Generate failing tests for unsupported assertions in wasm testsAli Mohammad Pur
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-06-01AK: Add a new, spec-compliant URLParserMax Wipfli
2021-05-31Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORTNick Miller
2021-05-31Lagom/Fuzzers: Add SQL parser fuzzerLuke
2021-05-31CMake: Hide KMALLOC_VERIFY_NO_SPINLOCK_HELD so folks don't find itBrian Gianforcaro
2021-05-31AK: Replace ByteBuffer::grow with resize()/ensure_capacity()Gunnar Beutner
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-30WebServer: Put dbgln's behind WEBSERVER_DEBUGEdwin Hoksberg
2021-05-30Fuzz+LibGfx: When fuzzing GIFLoader, try to load all framesBen Wiederhake
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-29Meta/CI: Remove IRC notificationsAndrew Kaster
2021-05-27Kernel/Graphics: Remove unnecessary derived FramebufferDevice classesLiav A
2021-05-27Meta: Run the Wasm spec tests in CIAli Mohammad Pur
2021-05-27Meta: Correctly parse numeric literals in wasm testsAli Mohammad Pur
2021-05-27Base: Make desktop shortcuts owned by anon (#7495)Max Wipfli
2021-05-25Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine""Gunnar Beutner
2021-05-22Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.pyItamar
2021-05-22Revert "Kernel: Fix PCI layout of i440fx QEMU machine"Liav A
2021-05-22Meta: Display DistinctNumeric as its alias name in GDB if possibleAli Mohammad Pur
2021-05-22Meta: Add GDB pretty printer for AK::VariantAli Mohammad Pur
2021-05-22Meta: Pretty-print the types in serenity_gdb.pyAli Mohammad Pur
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Kernel: Fix PCI layout of i440fx QEMU machineLiav A
2021-05-21Meta: Make i440fx QEMU machine PCI hierarchy a bit more complexLiav A
2021-05-21Meta: Add GDB pretty printer for AK::SinglyLinkedListBrian Gianforcaro
2021-05-21Meta: Add GDB pretty printer for AK::InlineLinkedListBrian Gianforcaro
2021-05-21Shell: Hide job times behind SHELL_JOB_DEBUG flagAndrew Kaster
2021-05-21LibWasm+Meta: Implement instantiation/execution primitives in test-wasmAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-21Meta: Add a Wasm parser fuzzerAli Mohammad Pur
2021-05-20StateMachineGenerator: Put output into the CMake build directoryAndreas Kling
2021-05-20Meta: Make generate_state_machine() generate a proper targetAli Mohammad Pur
2021-05-19LibCpp: Add regression tests for the parserItamar
2021-05-19CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/Itamar
2021-05-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-17Meta: Build LibWasm and the wasm utility as part of LagomAli Mohammad Pur
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-17Build: Stop using precompiled headers (PCH)Andreas Kling
2021-05-16Meta: Run 'du' with '--apparent-size', except on macOSSiddharth Kapoor
2021-05-16Meta: Update grub configuration to adopt the new textual boot modeLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A