1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 98709d9be1 LibUnicode: Convert UnicodeNumberFormat to link with weak symbols
Currently, we load the generated Unicode symbols with dlopen at runtime.
This is unnecessary as of 565a880ce5.

Applications that want Unicode data now link directly against the shared
library holding that data. So the same functionality can be achieved
with weak symbols.
2022-01-04 22:49:43 +00:00
..
CharacterTypes.cpp LibUnicode: Dynamically load the generated UnicodeData symbols 2021-12-21 13:09:49 -08:00
CharacterTypes.h LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
CMakeLists.txt LibUnicode: Remove linkage from LibUnicode to LibUnicodeData 2021-12-21 13:09:49 -08:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
DateTimeFormat.cpp LibUnicode: Add minimal support for generic & offset-based time zones 2022-01-03 15:11:59 +01:00
DateTimeFormat.h LibUnicode: Add minimal support for generic & offset-based time zones 2022-01-03 15:11:59 +01:00
Forward.h LibUnicode: Add missing forward declarations to forwarding header 2021-12-21 13:09:49 -08:00
Locale.cpp LibUnicode: Dynamically load the generated UnicodeLocale symbols 2021-12-21 13:09:49 -08:00
Locale.h LibUnicode: Remove declaration of function which moved to another header 2021-12-21 13:09:49 -08:00
NumberFormat.cpp LibUnicode: Convert UnicodeNumberFormat to link with weak symbols 2022-01-04 22:49:43 +00:00
NumberFormat.h LibJS+LibUnicode: Generate unique numeric symbol lists 2021-12-11 14:17:47 +00:00
UnicodeSymbols.cpp LibUnicode: Convert UnicodeNumberFormat to link with weak symbols 2022-01-04 22:49:43 +00:00
UnicodeSymbols.h LibUnicode: Convert UnicodeNumberFormat to link with weak symbols 2022-01-04 22:49:43 +00:00