summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-09-10upgrade glyphsLib and fontmakeRasmus Andersson1-1/+2
2018-09-07use Skia's pathops instead of the impressively slow booleanOperations, ↵Rasmus Andersson1-0/+2
speeding up builds by a large factor
2018-09-04cleanup python requirements.txtRasmus Andersson1-19/+1
2018-09-03Major overhaul, moving from UFO2 to Glyphs and UFO3, plus a brand new and ↵Rasmus Andersson1-11/+22
much simpler fontbuild
2018-09-01very slightly upgrade ufo2ftRasmus Andersson1-1/+1
2018-08-28upgrade dependenciesRasmus Andersson1-12/+12
2017-11-29Adds script for verifying font filesRasmus Andersson1-0/+1
2017-09-04Speeds up font compilation by around 200%Rasmus Andersson1-3/+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-22Initial public commitv1.0Rasmus Andersson1-0/+14