summaryrefslogtreecommitdiff
path: root/Meta/CMake
AgeCommit message (Expand)Author
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
2022-01-08Meta: Move remove_unicode_data_if_version_changed to utils.cmakeTimothy Flynn
2022-01-08Meta: Redefine link_with_unicode_data to not include unicode_data.cmakeTimothy Flynn
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-01Kernel/NVMe: Add initial NVMe driver supportPankaj Raghav
2021-12-30Meta: Add helper CMake function to link directly against LibUnicodeDataTimothy Flynn
2021-12-05Kernel: Stub out the SO_DEBUG SOL_SOCKET-level optionIdan Horowitz
2021-11-29LibUnicode: Parse and generate calendar (ca) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Create a nearly empty generator for date-time formattingTimothy Flynn
2021-11-28Kernel: Add AC97_DEBUG macroJelle Raaijmakers
2021-11-26CMake: Also install the source files of userland programsItamar
2021-11-26CMake: Simplify serenity_install_sources by inferring installation pathItamar
2021-11-23LibUnicode: Functionalize the Unicode generator CMake commandsTimothy Flynn
2021-11-20Meta+LibUnicode: Provide code point names through libraryBen Wiederhake
2021-11-19LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormatTimothy Flynn
2021-11-16LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormatTimothy Flynn
2021-11-13LibUnicode: Ensure UnicodeNumberFormat is aware of default contentTimothy Flynn
2021-11-13Meta: Resolve cyclic dependency between LibPthread and libc++Daniel Bertalan
2021-11-12LibUnicode: Move number formatting code generator to UnicodeNumberFormatTimothy Flynn