summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update component version for releaserelease/1.3.1-3netsurf/v1.3.1Vincent Sanders2017-10-131-1/+1
|
* Update component version for releaserelease/1.3.1-2Vincent Sanders2016-03-231-1/+1
|
* Add missing compiler flag that prevents compilation on win32Vincent Sanders2016-01-201-0/+1
|
* Build with NetSurf core buildsystemVincent Sanders2016-01-041-140/+45
|
* Increment patch versionPeter Colberg2015-10-311-1/+1
|
* Test `make install`Peter Colberg2015-10-301-2/+12
| | | | Generate reproducible manifest of installed files.
* Move common test functions to separate modulePeter Colberg2015-10-301-15/+19
| | | | 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).
* Enable compiler warnings in makefilePeter Colberg2015-10-291-1/+2
|
* Always pass -fPIC and -std=c99 in CFLAGSMilan Bouchet-Valat2015-06-081-9/+11
| | | | Fixes #42.
* Fix make check1.3-dev1Tony Kelman2015-05-301-7/+7
| | | | | | | #35 and #40 added new tests that #38 did not take into account this is one case where it would be good if Travis re-tested the PR after new commits get pushed to master
* Merge pull request #38 from jlec/jlec-masterSteven G. Johnson2015-05-301-10/+12
|\ | | | | Enhance build process
| * Enhance build processJustin Lecher2015-05-291-10/+12
| | | | | | | | | | | | | | | | * Allow optimization flgas in CFLAGS to be overwritten * Use Uppercase CC and CFLAGS * Create all soname symlinks Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | bump API/ABI version to 1.3, add NEWSSteven G. Johnson2015-05-291-1/+1
| |
* | add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-291-1/+5
| |
* | Add tests for valid codepoints and iterate functionScottPJones2015-05-291-2/+10
|/
* build bench/bench for make check, to lessen the chance that it bitrots againSteven G. Johnson2015-03-281-1/+2
|
* Create additional symlinks to .so file on non-OSXMilan Bouchet-Valat2015-03-271-0/+4
|
* Add support for DESTDIR in make installMilan Bouchet-Valat2015-03-271-6/+6
| | | | Useful to build distribution packages.
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-29/+18
|
* Temporary fix for getting VERSION and SOVERSION into cmakeTony Kelman2015-03-091-0/+1
| | | | | | | | only use ${SO_MAJOR} for cmake SOVERSION use 1.2.0 for version in cmake use only abi version for VERSION property in cmake
* comment typosSteven G. Johnson2015-03-071-2/+2
|
* whoops, forgot -Wl before -sonameSteven G. Johnson2015-03-071-7/+7
|
* version the shared library (fix #24)Steven G. Johnson2015-03-071-13/+42
|
* directory cleanup: move tests and data into subdirectoriesSteven G. Johnson2015-03-061-25/+25
|
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-061-15/+15
|
* update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson2014-12-121-4/+10
|
* grapheme test for UAX#29Steven G. Johnson2014-12-121-3/+11
|
* s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/Tony Kelman2014-09-231-1/+1
|
* add DLLEXPORT to all functions in mojibake.hTony Kelman2014-09-221-1/+1
|
* updated 'make clean' targetSteven G. Johnson2014-08-081-1/+3
|
* added normalization and encoding test for #13Steven G. Johnson2014-08-071-1/+12
|
* I like SHLIB_EXT, for consistencyElliot Saba2014-07-291-6/+6
|
* Add SHARED_SUFFIX appropriate for OSX and LinuxJiahao Chen2014-07-281-4/+12
|
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-181-1/+1
|
* Merge pull request #9 from JuliaLang/cjh/markdataSteven G. Johnson2014-07-181-0/+20
|\ | | | | Update data tables to Unicode 7.0.0
| * Add 'update' target to MakefileJiahao Chen2014-07-181-0/+20
| | | | | | | | This target downloads all necessary Unicode data files using curl and rebuilds utf8proc_data.c using data_generator.rb (saving the new copy to utf8proc_data.c.new).
* | replace ar with $(AR) for #4Steven G. Johnson2014-07-181-2/+2
| |
* | Rename libutf8proc -> libmojibake. Closes #5Jiahao Chen2014-07-181-10/+10
|/
* markdown and other cosmetic updatesSteven G. Johnson2014-07-151-38/+3
|
* import of utf8proc-v1.1.6v1.1.6Steven G. Johnson2014-07-151-0/+68