summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into vince/v1.3.1release/1.3.1Vincent Sanders2016-01-070-0/+0
|\
| * Improve makefile toolchain flag passingVincent Sanders2015-03-221-7/+9
| |
| * INCLUDEDIR fixes.Adrien Destugues2015-03-222-2/+2
| |
| * Fix up for new buildsystemrelease/1.1.6John-Mark Bell2014-11-161-1/+1
| |
| * Fix up missing initializersJohn-Mark Bell2014-11-151-1/+1
| |
| * Update with API extension from the NetSurf versionVincent Sanders2014-11-143-6/+24
| |
| * Build with netsurf core buildsystemVincent Sanders2014-11-1419-2322/+76
| |
| * Imported from /home/danielsilverstone/utf8proc-v1.1.6.tar.gz.utf8proc-v1.1.6Lorry Tar Creator2014-11-1417-0/+16875
|
* extend API with normalise extensionvince/v1.3.1Vincent Sanders2016-01-043-4/+17
|
* Build with NetSurf core buildsystemVincent Sanders2016-01-0411-140/+77
|
* Merge pull request #59 from petercolberg/masterv1.3.1utf8proc-v1.3.1Steven G. Johnson2015-11-014-5/+19
|\ | | | | Version 1.3.1
| * Update NEWS for version 1.3.1Peter Colberg2015-10-311-0/+14
| |
| * Increment patch versionPeter Colberg2015-10-313-5/+5
|/
* Merge pull request #58 from petercolberg/masterSteven G. Johnson2015-10-3111-74/+122
|\ | | | | Fix build warnings
| * Fix deprecated warnings with Julia 0.4Peter Colberg2015-10-311-6/+12
| |
| * Test `make install`Peter Colberg2015-10-304-4/+22
| | | | | | | | Generate reproducible manifest of installed files.
| * Test `make clean`Peter Colberg2015-10-301-0/+1
| |
| * Fix sscanf argument type for format %xPeter Colberg2015-10-301-1/+1
| |
| * Fix missing static declarations for internal functionsPeter Colberg2015-10-302-2/+2
| |
| * Fix implicit function declarationsPeter Colberg2015-10-301-0/+8
| |
| * Move common test functions to separate modulePeter Colberg2015-10-303-57/+69
| | | | | | | | This resolves warnings for missing function prototypes.
| * Fix installation of shared library symlinksPeter Colberg2015-10-301-3/+5
| | | | | | | | | | | | | | | | | | Use relative symlinks that are independent of installation prefix. Drop superfluous .so.MAJOR.MINOR symlink, which is and should never be needed in practice. The purpose of shared library symlinks is to provide libraries for compile-time linking (.so) and for run-time linking using the SONAME (.so.MAJOR).
| * Add missing files to `make clean`Peter Colberg2015-10-301-1/+2
|/
* Merge pull request #57 from petercolberg/masterSteven G. Johnson2015-10-301-9/+15
|\ | | | | Fix MingW build test
| * Fix MinGW build testPeter Colberg2015-10-301-9/+9
| |
| * Describe interactive debugging for appveyorPeter Colberg2015-10-301-0/+6
|/
* Merge pull request #56 from petercolberg/masterSteven G. Johnson2015-10-294-2660/+2651
|\ | | | | Fix Travis build and improve build reproducibility
| * Use consistent indentation in Travis configPeter Colberg2015-10-291-6/+6
| | | | | | | | Indent with 4 spaces, as in the Travis config for Julia.
| * Set URLCACHE to JuliaLang cache server for Travis buildsPeter Colberg2015-10-292-6/+6
| | | | | | | | | | | | 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-292-13/+10
| | | | | | | | | | | | | | | | | | | | | | 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 Unicode dataPeter Colberg2015-10-291-2635/+2629
|/ | | | Fixes Travis builds on Ubuntu 12.04 LTS with Ruby 1.9.3-p551.
* Merge pull request #55 from petercolberg/masterSteven G. Johnson2015-10-293-4/+4
|\ | | | | Do not export internal unsafe_encode_char()
| * Enable compiler warnings in makefilePeter Colberg2015-10-291-1/+2
| |
| * Do not export internal unsafe_encode_char()Peter Colberg2015-10-292-3/+2
|/
* add missing NEWS linksSteven G. Johnson2015-07-061-0/+3
|
* updated NEWS for 1.3v1.3Steven G. Johnson2015-07-061-1/+8
|
* Merge pull request #51 from JuliaLang/cjh/unifont8Steven G. Johnson2015-07-062-2730/+2768
|\ | | | | Update character widths from Unifont 8.0.01
| * Update Unicode dataJiahao Chen2015-06-291-2728/+2766
| |
| * Update Unifont to 8.0.01Jiahao Chen2015-06-291-2/+2
|/
* Merge pull request #49 from JuliaLang/cjh/mwSteven G. Johnson2015-06-264-3161/+3106
|\ | | | | Try again to update Unicode 8 data
| * Updated Unicode 8 data - now sorted internally by data generatorJiahao Chen (陈家豪)2015-06-261-2770/+2761
| |
| * Update Unicode dataJiahao Chen2015-06-261-893/+896
| |
| * sort keys to try to eliminate data dependence on Ruby versionSteven G. Johnson2015-06-251-2/+2
| |
| * fix #46 (make sure symbol-like codepoints have nonzero width even if they ↵Steven G. Johnson2015-06-243-1819/+1770
| | | | | | | | aren't in Unifont)
* | Fix gitignore to ignore .so*Jiahao Chen (陈家豪)2015-06-251-1/+1
|/
* update NEWS for #43 and #45Steven G. Johnson2015-06-241-0/+9
|
* Update README.mdJiahao Chen2015-06-231-6/+10
| | | | | Link to Lua-mojibake (closes #44) Bump Unicode version (ref: #45)
* Merge pull request #45 from JuliaLang/cjh/unicode8Jiahao Chen2015-06-233-7433/+7976
|\ | | | | Update data to Unicode 8.0.0 standard
| * Force Travis to spit out diffJiahao Chen2015-06-231-1/+1
| |
| * Updated data file to Unicode 8.0.0Jiahao Chen2015-06-231-7430/+7972
| |