summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-01-14CI: Disallow test failures on macOS Lagom :^)Timothy Flynn
2022-01-14gml-format: Port to LibMainLucas CHOLLET
2022-01-14disasm: Port to LibMainLucas CHOLLET
2022-01-13LibUnicode: Do not limit language display names to known localesTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display patternsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for date fieldsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for calendarsTimothy Flynn
2022-01-13man.serenityos.org: Include Games section on index pageDavidLindbom
2022-01-13Meta: Use fuse2fs if available to avoid root when building imageChris Frey
2022-01-13Meta: Use consistent indents in build-image-qemu.shChris Frey
2022-01-13Meta: Do not ignore error message with execChris Frey
2022-01-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy Flynn
2022-01-12CMake: Add HACKSTUDIO_BUILD option for building from Hack StudioItamar
2022-01-12LibUnicode: Perform number system lookups by enumeration valueTimothy Flynn
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-11LibUnicode: Parse and generate long and short generic time zone namesTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibTimeZone: Use new AK::Time factory method in generated codeTimothy Flynn
2022-01-11CI: Require a blank line between commit titles and bodiesIdan Horowitz
2022-01-11LibTimeZone: Begin generating GMT offset rules for each time zoneTimothy Flynn
2022-01-11LibTimeZone: Add method to convert a time zone to a stringTimothy Flynn
2022-01-11LibTimeZone: Perform time-zone-from-string lookups case insensitivelyTimothy Flynn
2022-01-11LibTimeZone: Add a unit test for generated time zone dataTimothy Flynn
2022-01-11LibTimeZone: Tweak the enumeration generated for parsed time zonesTimothy Flynn
2022-01-11Meta: Don't assume how each generator wants to generate keyed map namesTimothy Flynn
2022-01-11Meta: Support generating case-insensitive value-from-string methodsTimothy Flynn
2022-01-11LibTimeZone: Remove accidental pluralization of generator variable namesTimothy Flynn
2022-01-11Meta: Convert new help page link styles for the man page websitekleines Filmröllchen
2022-01-10Lagom: Avoid declaring `Time` in the global namespaceMichel Hermier
2022-01-10LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_ifMarcus Nilsson
2022-01-10Toolchain+CI: Link LLVM with LLD if availableDaniel Bertalan
2022-01-10CI: Hash only relevant files for the key of the compiler cacheDaniel Bertalan
2022-01-09Userland: Port wasm to LibMainFederico Guerinoni
2022-01-09Meta: Make "Meta/serenity.sh run aarch64" work on macOSserenityosrocks
2022-01-09Shell: Port to LibMainLucas CHOLLET
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-08Lagom: Execute `LibPDF` unit tests on the hostSimon Woertz
2022-01-08LibUnicode: Use LibTimeZone's list of time zone namesTimothy Flynn
2022-01-08LibUnicode: Rename DateTimeFormat's generator's TimeZone structTimothy Flynn
2022-01-08LibTimeZone: Extract and parse the backwards compatibility LINK entriesTimothy Flynn
2022-01-08LibTimeZone: Parse and generate LINK entries from the TZDB as aliasesTimothy Flynn
2022-01-08LibTimeZone: Parse ZONE entries from the TZDB and generate their namesTimothy Flynn
2022-01-08CI: Add a cache for the IANA time zone database filesTimothy 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-08Meta: Remove -ldl linkage from LagomUnicodeTimothy Flynn
2022-01-07CI: Extract toolchain ccache in the Serenity build stageTimothy Flynn
2022-01-07Everywhere: Fix spelling mistakesmjz19910