summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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