summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/LibUnicode/GenerateUnicodeDateTimeFormat.cpp
AgeCommit message (Expand)Author
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-08-16LibTimeZone+LibUnicode: Generate string data with run-length encodingTimothy Flynn
2022-07-22LibJS+LibUnicode: Generate a set of default DateTimeFormat patternsTimothy Flynn
2022-07-21LibUnicode: Generate per-locale data for the "noon" fixed day periodTimothy Flynn
2022-07-21LibUnicode: Check whether a calendar symbol for a locale actually existsTimothy Flynn
2022-07-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default calendarsTimothy Flynn
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-06LibUnicode: Generate per-region week dataTimothy Flynn
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-02-16LibUnicode: Use BCP 47 data to filter valid calendar namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to generate available calendars and numbersTimothy Flynn
2022-02-14LibUnicode: Port the CLDR date format generator to the stream APITimothy Flynn
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibUnicode: Generate a list of available calendarsTimothy Flynn
2022-01-27LibUnicode: Remove extraneous semi-colons at end of generator functionsTimothy Flynn
2022-01-19LibJS+LibUnicode: Return the appropriate time zone name depending on DSTTimothy Flynn
2022-01-19LibUnicode: Generate both standard and daylight time zone namesTimothy Flynn
2022-01-12LibUnicode: Swap the preferred order of standard time zone display namesTimothy 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-11Meta: Don't assume how each generator wants to generate keyed map namesTimothy Flynn
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-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: Convert UnicodeDateTimeFormat to link with weak symbolsTimothy Flynn
2022-01-03LibUnicode: Add minimal support for generic & offset-based time zonesTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbolsTimothy Flynn
2021-12-18Lagom: Bind `time_zone_list_index_type` in the generatorMichel Hermier
2021-12-13LibUnicode: Remove unused fields from generated structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of hour cyclesTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of time zone structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of day period structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique day period structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique time zone structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique calendar structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of calendar range patternsTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of calendar patternsTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of calendar symbols structuresTimothy Flynn
2021-12-13LibUnicode: Generate unique calendar symbols structuresTimothy Flynn
2021-12-13LibUnicode: Generate CalendarSymbols in a predetermined orderTimothy Flynn
2021-12-13LibUnicode: Generate unique lists of calendar symbolsTimothy Flynn
2021-12-13LibUnicode: Generate unique calendar format structuresTimothy Flynn
2021-12-10LibUnicode: Parse and generate per-locale day period rangesTimothy Flynn
2021-12-10LibUnicode: Parse and generate secondary day period symbolsTimothy Flynn
2021-12-10LibJS+LibUnicode: Rename some Unicode::DayPeriod valuesTimothy Flynn
2021-12-09LibUnicode: Parse and generate date time range format patternsTimothy Flynn