summaryrefslogtreecommitdiff
path: root/Meta/CMake
AgeCommit message (Expand)Author
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-21LibCore: Introduce SharedSingleProducerCircularQueuekleines Filmröllchen
2022-04-07LibUnicode: Upgrade to CLDR version 41.0.0Timothy Flynn
2022-04-06LibUnicode: Replace individual UCD file downloads with single UCD.zipTimothy Flynn
2022-04-01Kernel: Stop debug spam when using mmap on /dev/mem deviceLiav A
2022-03-31CMake: Allow building fuzzing targets without libFuzzer or OSS-FuzzTim Schumacher
2022-03-31Meta: Rename Fuzzer flags to `ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}`Tim Schumacher
2022-03-29Meta: Do not try to unzip the already decompressed WASM test suite .tarDaniel Bertalan
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-27Meta: Specify -z when decompressing tar.gz archivesDaniel Bertalan
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz
2022-03-24CMake: Add serenity_lib_staticLenny Maiorani
2022-03-20Everywhere: Move commonmark.spec.json to /home/anon/TestsBrian Gianforcaro
2022-03-19Meta: Error out on find_program errors with CMake less than 3.18Brian Gianforcaro
2022-03-19CMake: Modify include path when building from Hack StudioItamar
2022-03-19CMake: Install generated IPC headers under /usr/include in compile_ipc()Itamar
2022-03-17LibTimeZone: Update to TZDB version 2022aTimothy Flynn
2022-03-08Meta: Read MAKEJOBS to limit jobs for ninja in serenity.shdavidot
2022-03-04LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUGLinus Groh
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-16LibUnicode: Extract the BCP 47 package from the CLDRTimothy Flynn
2022-02-15Meta+LibUnicode: Download and parse Unicode block propertiesthankyouverycool
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
2022-01-31LibUnicode: Download and parse {Grapheme,Word,Sentence} break propsIdan Horowitz
2022-01-29Kernel: Stop using HashMap in MutexIdan Horowitz
2022-01-27LibUnicode: Create a nearly empty generator for relative-time formattingTimothy Flynn
2022-01-26LibEDID: Do not check if ${PNP_IDS_EXPORT_PATH} exists in pnp_ids.cmakeTimothy Flynn
2022-01-26LibEDID: Rename the downloaded PNP IDs fileTimothy Flynn
2022-01-26LibEDID: Use correct paths for LibEDID generated filesTimothy Flynn
2022-01-26Meta: Download PNP ID data with fallible download functionTimothy Flynn
2022-01-26Meta: Download TZDB data with fallible download functionTimothy Flynn
2022-01-26Meta: Download UCD and CLDR data with fallible download functionTimothy Flynn
2022-01-26Meta: Add a CMake function to download remote files during the buildTimothy Flynn
2022-01-26Meta: Correct the PNP ID download conditionAli Mohammad Pur
2022-01-24Toolchain: Add support for building the userland with the mold linkerDaniel Bertalan
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUGNico Weber
2022-01-23LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUGNico Weber
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22Meta: Add JS_MODULE_DEBUG define flagdavidot
2022-01-12CMake: Add HACKSTUDIO_BUILD option for building from Hack StudioItamar
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-10LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_ifMarcus Nilsson
2022-01-08LibTimeZone: Extract and parse the backwards compatibility LINK entriesTimothy Flynn
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2022-01-08Meta: Move invoke_generator to utils.cmakeTimothy Flynn