summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* meson: Don't use .def files for Visual Studio buildsChun-wei Fan2020-11-191-6/+7
* meson: Fix build failure with gcc10 on mingwNirbheek Chauhan2020-11-051-2/+3
* Add Courier Std aliases. Fixes #262.xiota2020-11-042-0/+11
* Evaluate mingw64_env to setup properly on CIAkira TAGOH2020-11-021-0/+1
* Use memcpy instead of strcpyAkira TAGOH2020-11-021-1/+1
* Fix fc_atomic_ptr_get and use.Ben Wagner2020-11-023-18/+25
* ci: allow meson mingw build to failTim-Philipp Müller2020-10-301-0/+2
* Fix 'meson install' when cross compilingJames Lee2020-10-241-1/+5
* meson: Fix build failure when compiler is not in PATHXavier Claessens2020-10-031-3/+4
* meson: Use version comparison functionXavier Claessens2020-10-031-1/+1
* meson: Fix build when 'tools' option is disabledXavier Claessens2020-10-032-2/+1
* meson: Look for FreeType using CMake tooChun-wei Fan2020-10-021-3/+11
* Update COPYINGAkira TAGOH2020-09-291-0/+93
* Split up a code again coming from different copyright noticeAkira TAGOH2020-09-293-50/+50
* Make sure a combination of family and familylang is availableAkira TAGOH2020-09-211-0/+5
* Add Regular style when no meta data available to guess a styleAkira TAGOH2020-09-211-5/+18
* Update meson.buildAkira TAGOH2020-09-161-0/+1
* Add fullname later once FcConfigSubstitute() is doneAkira TAGOH2020-09-165-57/+98
* Construct fullname from family and styleAkira TAGOH2020-09-161-28/+11
* fc-scan: add --sysroot optionAkira TAGOH2020-09-154-22/+55
* Add CONFIGDIR to the fallback config where can be specified by --with-configdirAkira TAGOH2020-09-151-0/+1
* Make more clearer the license termsAkira TAGOH2020-09-0317-261/+534
* Fix a problem in FcConfigSubstituteMatthias Clasen2020-08-301-4/+11
* Make sure a minimum version of pythonAkira TAGOH2020-08-271-1/+1
* Integrate python scripts to autotools buildAkira TAGOH2020-08-267-1539/+18
* Fix up FC_LIKELY macrosMatthias Clasen2020-08-251-2/+2
* Fixup: Handle patterns without familyMatthias Clasen2020-08-251-17/+20
* Use FC_UNLIKELYMatthias Clasen2020-08-251-6/+6
* Add FC_LIKELY and FC_UNLIKELY macrosMatthias Clasen2020-08-251-0/+8
* Fixup: Promote ints to ranges when appropriateMatthias Clasen2020-08-251-7/+7
* Use __builtin_expect in a few placesMatthias Clasen2020-08-251-6/+6
* Use a hash table for families in FcConfigSubstituteMatthias Clasen2020-08-251-20/+172
* Speed up FcCompareLang and FcCompareBoolMatthias Clasen2020-08-251-12/+10
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-52/+78
* Speed up FcConfigCompareValueMatthias Clasen2020-08-251-214/+250
* Speed up fonthashint matchingMatthias Clasen2020-08-251-6/+13
* Add a shortcut for FcQualAny matchingMatthias Clasen2020-08-251-0/+2
* Use a hash table for family matchingMatthias Clasen2020-08-251-5/+134
* Add a hash function for familiesMatthias Clasen2020-08-252-0/+16
* Special-case some of the string walking codeMatthias Clasen2020-08-251-24/+62
* Add some tweaks into runtest.sh to see progressAkira TAGOH2020-08-251-0/+13
* Avoid a crash in FcPatternHash with rangesMatthias Clasen2020-08-231-1/+1
* Turn unknown attributes into warningJan Tojnar2020-08-181-1/+1
* Fix build issues regarding formatter for Win32Akira TAGOH2020-08-064-3/+15
* meson: print configuration summary()Tim-Philipp Müller2020-07-312-0/+22
* Add Meson build systemTim-Philipp Müller2020-07-3148-1/+2878
* Guard dirent.h includesTim-Philipp Müller2020-07-277-1/+15
* Fix some typos/spelling errorsAlan Coopersmith2020-07-2118-19/+19
* Fix empty XDG_CACHE_HOME BehaviorAkira TAGOH2020-07-143-1/+33
* Replace FT_UNUSED with FC_UNUSED.Ben Wagner2020-07-071-7/+4