summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-295-2/+84
|/ /
* | Merge pull request #35 from ScottPJones/spj/validSteven G. Johnson2015-05-299-62/+321
|\ \ | |/ |/| Fix #34 handle 66 Unicode non-characters and surrogates correctly
| * Add tests for valid codepoints and iterate functionScottPJones2015-05-294-2/+213
| |
| * Fix #34 handle 66 Unicode non-characters, also improve performance and ↵Scott Paul Jones2015-05-295-60/+108
|/ | | | surrogate handling
* Merge pull request #32 from JuliaLang/tk/ssize_t_typedefSteven G. Johnson2015-04-097-117/+126
|\ | | | | Use a typedef instead of a #define for ssize_t with MSVC
| * Prefix other C99 typedefs with utf8proc_Tony Kelman2015-04-067-94/+102
| |
| * Use a new typedef utf8proc_ssize_t to avoid define collisionsTony Kelman2015-04-053-37/+38
|/ | | | with MSVC
* Run appveyor also on release branchesTony Kelman2015-04-041-0/+1
|
* rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other ↵Steven G. Johnson2015-03-302-42/+42
| | | | header files that define DLLEXPORT
* build bench/bench for make check, to lessen the chance that it bitrots againSteven G. Johnson2015-03-282-2/+3
|
* fix some stray references to mojibake in the bench/ directorySteven G. Johnson2015-03-282-4/+4
|
* updated NEWS etc. for 1.2 releasev1.2Steven G. Johnson2015-03-283-3/+5
|
* parensSteven G. Johnson2015-03-271-10/+10
|
* github crossrefs in NEWSSteven G. Johnson2015-03-271-10/+20
|
* NEWS tweaksSteven G. Johnson2015-03-271-2/+2
|
* NEWS tweaksSteven G. Johnson2015-03-271-2/+4
|
* more documentation English and formatting cleanupsSteven G. Johnson2015-03-271-66/+64
|
* Merge pull request #31 from JuliaLang/nalimilan/destdirSteven G. Johnson2015-03-271-6/+10
|\ | | | | Nalimilan/destdir
| * 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.
* | some documentation improvementsSteven G. Johnson2015-03-271-25/+27
| |
* | indentation consistencySteven G. Johnson2015-03-272-31/+32
| |
* | put the API version as #defines in the header file (as discussed in #30)Steven G. Johnson2015-03-274-2/+35
|/
* 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
| |