summaryrefslogtreecommitdiff
path: root/src/fcobjshash.gperf.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headersAkira TAGOH2014-01-171-0/+23
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=73401
* Update _FcMatchers definition logicAkira TAGOH2013-02-061-1/+1
| | | | | to make it easier to maintain. also added FC_HASH_OBJECT to be matched in the pattern, prior to FC_FILE_OBJECT.
* Fix more warnings.Behdad Esfahbod2013-01-021-1/+1
| | | | Linux build and mingw32 cross build warning-free now.
* Use a static perfect hash table for object-name lookupBehdad Esfahbod2013-01-021-0/+26
The hash table is generated by gperf. For runtime element types, we use a append-only linked list. A bit clumsy, but I think I got it right.