summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2021-05-16Kernel/Graphics: Add basic support for Intel native acceleratorLiav A
2021-05-16Meta: Boot the Q35 machine without VGA supportLiav A
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16Meta: Add a check for periods on the end of titles to commit linterIdan Horowitz
2021-05-15Meta: Check that copyright headers are followed by a blank lineLinus Groh
2021-05-15Meta: Bump BIOS/MBR boot partition size of grub disk image to 1MiBLinus Groh
2021-05-14AK: Remove unused STRINGIMPL_DEBUG instrumentationAndreas Kling
2021-05-14Kernel: Add the ability to verify we don't kmalloc under spinlock.Brian Gianforcaro
2021-05-14Lagom: Enable sanitizer builds with gccAndrew Kaster
2021-05-13CMake: Make missing medium icon a FATAL_ERRORBrian Gianforcaro
2021-05-13LibCrypto: Split BigInteger operations into an Algorithms classDexesTTP
2021-05-13CMake: Fix message levels for error conditions during configurationBrian Gianforcaro
2021-05-12Meta: Add script to build image with EXTLINUX bootloaderDolphinChips
2021-05-12Meta: Add EXTLINUX configDolphinChips
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-09Meta: Always try genext2fs as fallback to build disk imageEric Butler
2021-05-09LibSQL: Add a syntax highlighterDylan Katz
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur