main
Fix "Build target preprocessor_0 has no sources" warning
Meson: Fix build with clang-cl by using cc.preprocess()
Add fontconfig version in FcCache
Reformatting with clang-format
Fix Y2038 overflow in cache mtime by using pad2 as upper 32 bits
Disable invalid attribute warning by default
Workaround a longstanding use-after-free warning
Add more conditional code for FcLocaleSetCurrent()
Allow to limit the targeted family for TTC
Add genericfamily object in FcPattern
Fix the compiler warnings on MinGW
Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
fc-cache: do not generate cache when target directory is in deny list
[Fontations] Enable fc-query indexing through Fontations
Add const converter for pattern format
Fix a null pointer dereference
Add a hash table for fonts to generate expected genericfamily
Use FcStrCopy instead of strdup
Drop FcObjectFini() from FcFini() to fix memory leaks
Do not cast as const as the variable is being modified
Do not store duplicate object name into FcObjectSet
Fix another font matching issue
Fix FcNameUnparse regression.
Follow-up for preparation for FreeType-less build
Improve performance of FcPtrListIterInitAtLast
Fix another compiler warnings
Add Meson build system
Replace strtod() with FcStrtod()
fc-genconf: Use alias syntactic-sugar instead of the pair of test-edit config
Allow overriding symbol visibility.