summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* note doxygen and other changes from #29 in NEWSSteven G. Johnson2015-03-261-0/+4
|
* mainpage dox tweaksSteven G. Johnson2015-03-231-2/+4
|
* Merge pull request #29 from jonas/doxygenSteven G. Johnson2015-03-234-315/+1949
|\ | | | | RFC: Use doxygen for generating API docs
| * Fix #26: use doxygen for generating API docsJonas Fonseca2015-03-214-315/+1949
|/
* note removal of pluginsSteven G. Johnson2015-03-121-0/+2
|
* update NEWS for 1.2-devSteven G. Johnson2015-03-122-4/+25
|
* remove requirement that get_property and decompose_char argument be in range ↵Steven G. Johnson2015-03-122-14/+14
| | | | 0x0 to 0x10ffff
* Merge pull request #27 from JuliaLang/charwidthSteven G. Johnson2015-03-1211-9985/+10606
|\ | | | | WIP: charwidth function
| * fix #2: add charwidth functionSteven G. Johnson2015-03-1211-9985/+10606
|/
* Merge pull request #28 from tkelman/tk/cmakeSteven G. Johnson2015-03-099-4/+100
|\ | | | | WIP: Minimal cmake build script
| * Temporary fix for getting VERSION and SOVERSION into cmakeTony Kelman2015-03-092-1/+11
| | | | | | | | | | | | | | | | only use ${SO_MAJOR} for cmake SOVERSION use 1.2.0 for version in cmake use only abi version for VERSION property in cmake
| * Create appveyor.ymlTony Kelman2015-03-081-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | only testing with default 32 bit MSVC and mingw.org at the moment add semicolons, fix quoting add fast fail functionality for redundant PR builds need separate folders for msvc vs mingw need to add path to mingw to /etc/fstab
| * test cmake on travisTony Kelman2015-03-081-0/+8
| |
| * Minimal cmake build scriptTony Kelman2015-03-086-4/+47
|/ | | | | | move flags for MSVC rename lump.txt to lump.md, add data/*.txt to .gitignore
* 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-072-14/+44
|
* fix linkSteven G. Johnson2015-03-071-1/+1
|
* make travis script check whether utf8proc_data.c generation has changedSteven G. Johnson2015-03-061-1/+2
|
* directory cleanup: move tests and data into subdirectoriesSteven G. Johnson2015-03-066-30/+30
|
* update for name changeSteven G. Johnson2015-03-061-5/+5
|
* typoSteven G. Johnson2015-03-061-1/+1
|
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-065-53/+47
|
* rm note about obsolete grapheme rules from README, clean up test outputSteven G. Johnson2014-12-142-4/+1
|
* Merge pull request #20 from JuliaLang/graphemesSteven G. Johnson2014-12-1410-10434/+10813
|\ | | | | Update graphemes for Unicode 7
| * update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson2014-12-128-10397/+10695
| |
| * grapheme test for UAX#29Steven G. Johnson2014-12-125-47/+128
| |
* | fix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually ↵Steven G. Johnson2014-12-121-2/+2
|/ | | | return
* utf8proc_version should return a different version string than utf8procSteven G. Johnson2014-12-121-2/+6
|
* README updatesSteven G. Johnson2014-12-072-19/+19
|
* Merge pull request #17 from JuliaLang/tk/dllexportSteven G. Johnson2014-09-243-31/+43
|\ | | | | RFC: add DLLEXPORT to utf8proc_get_property
| * s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/Tony Kelman2014-09-232-2/+2
| |
| * add DLLEXPORT definition for __GNUC__ >= 4Tony Kelman2014-09-221-0/+2
| |
| * add DLLEXPORT to all functions in mojibake.hTony Kelman2014-09-223-31/+41
| |
* | Merge pull request #16 from vlajos/typofixes-20140812Keno Fischer2014-08-123-4/+4
|\ \ | |/ |/| a few typofixes
| * a few typofixesVeres Lajos2014-08-123-4/+4
|/
* updated 'make clean' targetSteven G. Johnson2014-08-081-1/+3
|
* add travis badgeSteven G. Johnson2014-08-081-0/+1
|
* Add travis file for testingJacob Quinn2014-08-071-0/+8
|
* added normalization and encoding test for #13Steven G. Johnson2014-08-073-3/+120
|
* I like SHLIB_EXT, for consistencyElliot Saba2014-07-291-6/+6
|
* Add SHARED_SUFFIX appropriate for OSX and LinuxJiahao Chen2014-07-281-4/+12
|
* added GNU libunistring benchmarkSteven G. Johnson2014-07-193-3/+72
|
* add missing dependencySteven G. Johnson2014-07-191-1/+1
|
* fix #14Steven G. Johnson2014-07-191-0/+4
|
* add benchmark (issue #12)Steven G. Johnson2014-07-186-0/+215
|
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-183-5/+5
|
* slight clarification in READMESteven G. Johnson2014-07-181-4/+4
|
* Merge pull request #9 from JuliaLang/cjh/markdataSteven G. Johnson2014-07-183-10147/+11212
|\ | | | | Update data tables to Unicode 7.0.0
| * Update utf8proc_data.c (generated by data_generator.rb)Jiahao Chen2014-07-181-8830/+11182
| |