summaryrefslogtreecommitdiff
path: root/Meta/CMake
AgeCommit message (Expand)Author
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-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-17Build: Stop using precompiled headers (PCH)Andreas Kling
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16Kernel/Graphics: Add basic support for Intel native acceleratorLiav A
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
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-13CMake: Make missing medium icon a FATAL_ERRORBrian Gianforcaro
2021-05-13CMake: Fix message levels for error conditions during configurationBrian Gianforcaro
2021-05-10LibPDF: Parse page structuresMatthew Olsson
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08AK+LibCpp: Remove DEBUG_SPAM in favour of per-application definesAli Mohammad Pur
2021-05-08LibGL: Implement a basic OpenGL 1.x compatible libraryJesse Buhagiar
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-21Meta: Add an option to precompile some very common AK headersAli Mohammad Pur
2021-04-20AK+Meta: Add a debug option for LibSQLTimothy Flynn
2021-04-20Meta: Add allow-list for icon size detection in CMakeBrian Gianforcaro
2021-04-18Meta: Mark x86 debug register macros as false positives for CIFalseHonesty
2021-04-17Kernel: Add base support for VirtIO devicesIdan Horowitz
2021-04-03Kernel: Introduce a new HID subsystemLiav A
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-13Kernel: Implement triply indirect block support in Ext2FSInodeJean-Baptiste Boric
2021-03-11Meta: Add KMALLOC_DEBUG to all_the_debug_macrosAndreas Kling
2021-03-09Kernel: Remove ancient FIFO_DEBUG codeAndreas Kling
2021-03-05Kernel: Add basic AHCI functionalityLiav A
2021-03-04Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS modeAndreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-02-13Meta: Fix debug-flag detectionBen Wiederhake
2021-02-13Utilities: Make syscall(1) explain what it's doingBen Wiederhake
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-02-05Kernel: Add NE2000 network card driverJean-Baptiste Boric
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-17Kernel: Some futex improvementsTom
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling