summaryrefslogtreecommitdiff
path: root/src/fchash.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary line to include uuid.hAkira TAGOH2019-04-031-3/+0
* Replace UUID file mechanism with per-directory 'map' attribute [v2]Keith Packard2019-04-031-17/+0
* Remove .uuid when no font files exists on a directoryAkira TAGOH2018-06-111-0/+29
* FcHashTableAddInternal: Compare against the right keyAlexander Larsson2018-01-141-1/+1
* fchash: Fix replaceAlexander Larsson2017-12-191-0/+2
* Disable uuid related code on Win32Akira TAGOH2017-12-181-0/+4
* Replace uuid in the table properly when -rAkira TAGOH2017-12-181-5/+32
* Returns false if key is already available in the tableAkira TAGOH2017-12-181-1/+1
* thread-safe functions in fchash.cAkira TAGOH2017-11-241-2/+4
* Use smaller prime for hash sizeAkira TAGOH2017-11-201-1/+1
* Fix a typoAkira TAGOH2017-11-201-1/+1
* abstract hash table functionsAkira TAGOH2017-11-201-0/+181
* Remove unused FcHash code now that FC_HASH is deprecatedBehdad Esfahbod2014-06-121-189/+0
* Rewrite hashing to use FT_Stream directlyBehdad Esfahbod2014-05-161-71/+4
* Further simplify hash codeBehdad Esfahbod2014-05-161-50/+38
* Simplify hash codeBehdad Esfahbod2014-05-161-51/+43
* Remove unused codeBehdad Esfahbod2014-05-161-41/+0
* avoid reading config.h twiceAkira TAGOH2013-09-261-3/+0
* Fix a shift count overflow on 32bit boxAkira TAGOH2013-06-271-10/+10
* Bug 63329 - make check fails: .. contents:: :depth: 2Akira TAGOH2013-04-101-0/+62
* Revert the previous change and rework to not export freetype API outside fcfr...Akira TAGOH2013-04-091-35/+12
* Obtain fonts data via FT_Face instead of opening a file directlyAkira TAGOH2013-04-091-17/+33
* Ensure closing fp on errorAkira TAGOH2013-04-091-1/+1
* Bug 50733 - Add font-file hash?Akira TAGOH2013-02-051-0/+265