summaryrefslogtreecommitdiff
path: root/data/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build with core netsurf buildsystemHEADrelease/2.4.0-1netsurf/v2.4.0masterVincent Sanders2019-06-261-59/+0
|
* update for unicode 12.1 (#156)GOTOH Shunsuke2019-05-101-2/+5
|
* add utf8proc_unicode_version (#151)Steven G. Johnson2019-03-301-1/+1
|
* give up on Unifont for charwidth data (#150)Steven G. Johnson2019-03-301-16/+3
| | | | | | * fix CHARBOUND option for non-characters * give up on unifont for charwidth computation
* update for unicode 12 (#148)Steven G. Johnson2019-03-301-2/+2
|
* update data and algorithms for Unicode 11 (#140)Steven G. Johnson2018-07-241-4/+7
|
* 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