summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* new utf8proc_map_custom for hooking in user-defined custom mappings (#89)Steven G. Johnson2016-11-301-4/+8
* NEWS and version numbers for 2.0.2 (#81)Tony Kelman2016-07-271-3/+4
* Move -Wmissing-prototypes from Makefile to .travis.yml (#79)Tony Kelman2016-07-161-1/+1
* NEWS and version bump for 2.0.1 release, to come out shortlySteven G. Johnson2016-07-131-1/+1
* the ABI version was already bumped in #62, does not need to be bumped again i...Steven G. Johnson2016-07-131-1/+1
* Unicode 9 updates (#70)Keno Fischer2016-06-281-2/+2
* Fix overrunMichaël Meyer2016-02-041-1/+1
* Bump version number.Michaël Meyer2015-12-091-3/+3
* Increment patch versionPeter Colberg2015-10-311-1/+1
* Test `make install`Peter Colberg2015-10-301-2/+12
* Move common test functions to separate modulePeter Colberg2015-10-301-15/+19
* Fix installation of shared library symlinksPeter Colberg2015-10-301-3/+5
* Enable compiler warnings in makefilePeter Colberg2015-10-291-1/+2
* Always pass -fPIC and -std=c99 in CFLAGSMilan Bouchet-Valat2015-06-081-9/+11
* Fix make check1.3-dev1Tony Kelman2015-05-301-7/+7
* Merge pull request #38 from jlec/jlec-masterSteven G. Johnson2015-05-301-10/+12
|\
| * Enhance build processJustin Lecher2015-05-291-10/+12
* | 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
* 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
* 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
|\
| * Add 'update' target to MakefileJiahao Chen2014-07-181-0/+20
* | 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