summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
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-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy Flynn
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-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-10Lagom: Avoid declaring `Time` in the global namespaceMichel Hermier
2022-01-09Userland: Port wasm to LibMainFederico Guerinoni
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-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2022-01-08Meta: Remove -ldl linkage from LagomUnicodeTimothy Flynn
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Meta+CI+Documentation: Bump host gcc requirement up to gcc 11Andrew Kaster
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06LibUnicode: Move UTC verification to the scope that requires itTimothy Flynn
2022-01-05LibJS+LibUnicode: Handle flexible day periods that roll over midnightTimothy Flynn
2022-01-04LibUnicode: Remove now unused value-from-string generator overloadTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeData to link with weak symbolsTimothy Flynn
2022-01-04LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Add temporary overload of value-from-string generatorTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeNumberFormat to link with weak symbolsTimothy Flynn
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2022-01-03LibUnicode: Add minimal support for generic & offset-based time zonesTimothy Flynn
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth
2021-12-22IPCCompiler: Default initialize all parameter member variablesBrian Gianforcaro
2021-12-22Meta: Add a cmake flag for building for compiler explorerAli Mohammad Pur