ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 1bb6404a19 LibUnicode: Invoke Unicode data generator a single time
It takes a non-neglible amount of time to parse all of the UCD files and
generate the Unicode data files. To help compile times, only invoke the
generator once.
2021-08-04 11:18:24 +02:00
..
CodeGenerators LibUnicode: Invoke Unicode data generator a single time 2021-08-04 11:18:24 +02:00
CharacterTypes.cpp LibUnicode: Add public methods to compare and lookup General Categories 2021-08-02 21:02:09 +04:30
CharacterTypes.h LibUnicode: Add public methods to compare and lookup General Categories 2021-08-02 21:02:09 +04:30
CMakeLists.txt LibUnicode: Introduce a Unicode library for interacting with UCD files 2021-07-26 17:03:55 +01:00
Forward.h LibUnicode: Generate General Category unions and aliases 2021-08-02 21:02:09 +04:30
unicode_data.cmake LibUnicode: Invoke Unicode data generator a single time 2021-08-04 11:18:24 +02:00