summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Speeds up font compilation by around 200%Rasmus Andersson1-0/+1
Cython is used to compile some hot paths into native Python extensions. These hot paths were identified through running ufocompile with the hotshot profiler and then converting file by file to Cython, starting with the "hottest" paths and continuing until returns were deminishing. This means that only a few Python files were converted to Cython. Closes #23 Closes #20 (really this time)
2017-08-31Improves glyphorder generationRasmus Andersson1-3/+3
2017-08-28Various improvementsRasmus Andersson1-2/+12
2017-08-25Adds contextual alternates for [] () {} when enclosing upper-case charactersRasmus Andersson1-1/+2
2017-08-25makefile: add license to zip archives and fix glyphinfo targetRasmus Andersson1-1/+2
2017-08-24makefile: better dist ruleRasmus Andersson1-3/+3
2017-08-22Include version in CSS so that HTTP caches are not pointing to old versionsRasmus Andersson1-0/+1
2017-08-22release v1.1v1.1Rasmus Andersson1-12/+42
2017-08-22Initial public commitv1.0Rasmus Andersson1-0/+106