ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 91cd43a7ac Meta: Add a file containing a list of all emoji file names
And add a verification step to the emoji data generator to ensure all
emoji are listed in this file. This file will be used as a sources list
in both the CMake and GN build systems.

It is probably possible to generate this list. But in a first attempt,
the CMake code to set the file as a dependency of a pseudo target, which
would then parse the file and install the listed emoji was getting quite
verbose and complicated. So for now, let's just maintain this list.
2024-03-23 17:26:31 -04:00
..
CMakeLists.txt LibUnicode: Download and parse IDNA data 2023-12-10 08:04:58 -05:00
GenerateEmojiData.cpp Meta: Add a file containing a list of all emoji file names 2024-03-23 17:26:31 -04:00
GenerateIDNAData.cpp LibUnicode: Use weak symbols to provide default IDNA defintions 2023-12-10 10:19:14 -05:00
GenerateUnicodeData.cpp Everywhere: Prefer {:#x} over 0x{:x} in format strings 2024-02-21 17:54:38 +01:00
GeneratorUtil.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30