summaryrefslogtreecommitdiff
path: root/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
* [db] throw away some cruft (old synonyms table)Philipp Gesang2013-11-051-52/+0
* [db] adapt type1 scannerPhilipp Gesang2013-11-051-76/+41
* [db] fix damage suffered during last mergePhilipp Gesang2013-11-051-6/+0
* Merge branch 'font-matching'Philipp Gesang2013-11-051-730/+1584
|\
| * [db] strip extraneous information from mappings tablePhilipp Gesang2013-11-051-64/+107
| * [db] thow away obsolete name resolverPhilipp Gesang2013-11-051-272/+38
| * [db] adapt fuzzy matcherPhilipp Gesang2013-11-051-9/+9
| * [db] add further synonyms for regularPhilipp Gesang2013-11-051-64/+64
| * [db] add font name resolverPhilipp Gesang2013-11-051-5/+17
| * [db,tool] adapt --find to new db modelPhilipp Gesang2013-11-051-22/+50
| * [db] add first draft font family queryPhilipp Gesang2013-11-051-12/+206
| * [db] stop exposing the global index objectPhilipp Gesang2013-11-041-50/+50
| * [db] add gzip check to script loaderPhilipp Gesang2013-11-031-16/+35
| * [db,tool] add --compress option for gzipping the indexPhilipp Gesang2013-11-031-2/+15
| * [db] fix test for successful updatePhilipp Gesang2013-11-031-1/+1
| * [db] order design sizesPhilipp Gesang2013-09-151-0/+32
| * [tool] add option to skip reading font filesPhilipp Gesang2013-09-151-111/+118
| * [db] handle design sizesPhilipp Gesang2013-09-151-4/+28
| * [fontloader] sync with Context as of 2013-09-13Philipp Gesang2013-09-131-1/+1
| * [db] prepare families tablePhilipp Gesang2013-09-111-10/+212
| * [db] fix table constructor syntaxPhilipp Gesang2013-09-021-1/+1
| * [db] adjust index field for non tt collectionsPhilipp Gesang2013-09-021-2/+8
| * [tool] include stats on demand only (--stats option)Philipp Gesang2013-09-011-1/+5
| * [db] print family sizes along with statsPhilipp Gesang2013-09-011-8/+47
| * [db] intercept possible division by zeroPhilipp Gesang2013-09-011-1/+6
| * [db] fix integer format stringPhilipp Gesang2013-09-011-2/+2
| * [db] adapt function reload_db to new db structurePhilipp Gesang2013-09-011-3/+4
| * [db] add post-build statisticsPhilipp Gesang2013-09-011-11/+137
| * [db] refactor fontname extractionPhilipp Gesang2013-09-011-23/+81
| * [db] extend name extraction on fontloader.info()Philipp Gesang2013-09-011-9/+29
| * [db] adapt sanitization routinesPhilipp Gesang2013-09-011-35/+60
| * [db] cleanup: use more consistent identifiersPhilipp Gesang2013-09-011-57/+65
| * [db] include information about conflicting file names in recordPhilipp Gesang2013-09-011-4/+26
| * [db] reorganize mappings record; refactor metadata extractionPhilipp Gesang2013-09-011-107/+155
| * [db] refactor font info extractionPhilipp Gesang2013-08-311-33/+66
| * [db] correctly abort if timestamps matchPhilipp Gesang2013-08-311-8/+13
| * [db] refactor timestamp comparisonPhilipp Gesang2013-08-311-44/+74
| * [db] store location (texmf/sys) as string, not boolPhilipp Gesang2013-08-311-15/+22
| * [db] choose more meaningful identifiers in name extractorPhilipp Gesang2013-08-311-23/+25
| * [db] refactor texmf and system font scanningPhilipp Gesang2013-08-311-25/+49
| * [db] introduce “local” as third location categoryPhilipp Gesang2013-08-311-13/+17
| * [db] bump db version numberPhilipp Gesang2013-08-311-1/+1
| * [db] document new db layout for rewritePhilipp Gesang2013-08-311-7/+31
| * [db] new structurePhilipp Gesang2013-08-311-6/+20
* | [db] fix test for successful updatePhilipp Gesang2013-11-031-1/+1
* | [log] suppress status info on dumb terminalsPhilipp Gesang2013-11-031-4/+0
* | [db] reduce noise of status loggingPhilipp Gesang2013-11-031-5/+8
* | [db,log] add low-noise terminal loggingPhilipp Gesang2013-11-031-18/+21
* | [db] keep script state in static variablePhilipp Gesang2013-11-031-6/+7
|/
* [db] make approximate matching operate on fullname fieldPhilipp Gesang2013-08-261-7/+7