summaryrefslogtreecommitdiff
path: root/data/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* update to unicode 10 (#132)Steven G. Johnson2018-04-271-2/+2
|
* Don't use cached version of UnicodeData.txt (#92)Michael Hatherly2017-01-031-1/+1
| | | | Ref: https://github.com/JuliaLang/julia/pull/19725, UnicodeData.txt is now being cached in JuliaLang/julia's build.
* update to unifont 9.0.04Steven G. Johnson2016-12-111-1/+1
|
* Use versioned Unicode data URLs (#78)petercolberg2016-07-131-8/+11
| | | This ensures the tests keep working when a new Unicode version is released.
* update to Unifont 9 (for Unicode 9 charwidths) (#75)Steven G. Johnson2016-07-121-1/+1
|
* Add missing files to `make clean`Peter Colberg2015-10-301-1/+2
|
* Set URLCACHE to JuliaLang cache server for Travis buildsPeter Colberg2015-10-291-6/+2
| | | | | | Download Unicode data from upstream server by default. Download GNU Unifont from reliable GNU mirror by default.
* Generate fontforge font files in makefilePeter Colberg2015-10-291-4/+8
| | | | | | | | | | | Revise the script to directly read fontforge font files, which are generated in the makefile. This permits overriding the fontforge path during the build, and executing fontforge in parallel with make -j. Avoid duplicating download URLs in the script, which ensures that the script itself works without network access, e.g., when downloading the data files on a developer machine with network access and executing the script on a build machine without network access.
* Update Unifont to 8.0.01Jiahao Chen2015-06-291-2/+2
|
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+62