summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-19meson: Don't use .def files for Visual Studio buildsChun-wei Fan1-6/+7
2020-11-05meson: Fix build failure with gcc10 on mingwNirbheek Chauhan1-2/+3
2020-11-04Add Courier Std aliases. Fixes #262.xiota2-0/+11
2020-11-02Evaluate mingw64_env to setup properly on CIAkira TAGOH1-0/+1
2020-11-02Use memcpy instead of strcpyAkira TAGOH1-1/+1
2020-11-02Fix fc_atomic_ptr_get and use.Ben Wagner3-18/+25
2020-10-30ci: allow meson mingw build to failTim-Philipp Müller1-0/+2
2020-10-24Fix 'meson install' when cross compilingJames Lee1-1/+5
2020-10-03meson: Fix build failure when compiler is not in PATHXavier Claessens1-3/+4
2020-10-03meson: Use version comparison functionXavier Claessens1-1/+1
2020-10-03meson: Fix build when 'tools' option is disabledXavier Claessens2-2/+1
2020-10-02meson: Look for FreeType using CMake tooChun-wei Fan1-3/+11
2020-09-29Update COPYINGAkira TAGOH1-0/+93
2020-09-29Split up a code again coming from different copyright noticeAkira TAGOH3-50/+50
2020-09-21Make sure a combination of family and familylang is availableAkira TAGOH1-0/+5
2020-09-21Add Regular style when no meta data available to guess a styleAkira TAGOH1-5/+18
2020-09-16Update meson.buildAkira TAGOH1-0/+1
2020-09-16Add fullname later once FcConfigSubstitute() is doneAkira TAGOH5-57/+98
2020-09-16Construct fullname from family and styleAkira TAGOH1-28/+11
2020-09-15fc-scan: add --sysroot optionAkira TAGOH4-22/+55
2020-09-15Add CONFIGDIR to the fallback config where can be specified by --with-configdirAkira TAGOH1-0/+1
2020-09-03Make more clearer the license termsAkira TAGOH17-261/+534
2020-08-30Fix a problem in FcConfigSubstituteMatthias Clasen1-4/+11
2020-08-27Make sure a minimum version of pythonAkira TAGOH1-1/+1
2020-08-26Integrate python scripts to autotools buildAkira TAGOH7-1539/+18
2020-08-25Fix up FC_LIKELY macrosMatthias Clasen1-2/+2
2020-08-25Fixup: Handle patterns without familyMatthias Clasen1-17/+20
2020-08-25Use FC_UNLIKELYMatthias Clasen1-6/+6
2020-08-25Add FC_LIKELY and FC_UNLIKELY macrosMatthias Clasen1-0/+8
2020-08-25Fixup: Promote ints to ranges when appropriateMatthias Clasen1-7/+7
2020-08-25Use __builtin_expect in a few placesMatthias Clasen1-6/+6
2020-08-25Use a hash table for families in FcConfigSubstituteMatthias Clasen1-20/+172
2020-08-25Speed up FcCompareLang and FcCompareBoolMatthias Clasen1-12/+10
2020-08-25Speed up FcConfigCompareValueMatthias Clasen1-52/+78
2020-08-25Speed up FcConfigCompareValueMatthias Clasen1-214/+250
2020-08-25Speed up fonthashint matchingMatthias Clasen1-6/+13
2020-08-25Add a shortcut for FcQualAny matchingMatthias Clasen1-0/+2
2020-08-25Use a hash table for family matchingMatthias Clasen1-5/+134
2020-08-25Add a hash function for familiesMatthias Clasen2-0/+16
2020-08-25Special-case some of the string walking codeMatthias Clasen1-24/+62
2020-08-25Add some tweaks into runtest.sh to see progressAkira TAGOH1-0/+13
2020-08-23Avoid a crash in FcPatternHash with rangesMatthias Clasen1-1/+1
2020-08-18Turn unknown attributes into warningJan Tojnar1-1/+1
2020-08-06Fix build issues regarding formatter for Win32Akira TAGOH4-3/+15
2020-07-31meson: print configuration summary()Tim-Philipp Müller2-0/+22
2020-07-31Add Meson build systemTim-Philipp Müller48-1/+2878
2020-07-27Guard dirent.h includesTim-Philipp Müller7-1/+15
2020-07-21Fix some typos/spelling errorsAlan Coopersmith18-19/+19
2020-07-14Fix empty XDG_CACHE_HOME BehaviorAkira TAGOH3-1/+33
2020-07-07Replace FT_UNUSED with FC_UNUSED.Ben Wagner1-7/+4