Milan Bouchet-Valat
786a6e3282
Add support for DESTDIR in make install
Useful to build distribution packages.
10 years ago
Steven G. Johnson
164cc48aaf
note doxygen and other changes from #29 in NEWS
10 years ago
Steven G. Johnson
32c605cfa7
mainpage dox tweaks
10 years ago
Steven G. Johnson
3a9eac4cac
Merge pull request #29 from jonas/doxygen
RFC: Use doxygen for generating API docs
10 years ago
Jonas Fonseca
03a4e8854a
Fix #26 : use doxygen for generating API docs
10 years ago
Steven G. Johnson
321cb997c5
note removal of plugins
10 years ago
Steven G. Johnson
dad0cbdcab
update NEWS for 1.2-dev
10 years ago
Steven G. Johnson
3822984606
remove requirement that get_property and decompose_char argument be in range 0x0 to 0x10ffff
10 years ago
Steven G. Johnson
128c04e3d0
Merge pull request #27 from JuliaLang/charwidth
WIP: charwidth function
10 years ago
Steven G. Johnson
a4c84d2063
fix #2 : add charwidth function
10 years ago
Steven G. Johnson
08f101a9e8
Merge pull request #28 from tkelman/tk/cmake
WIP: Minimal cmake build script
10 years ago
Tony Kelman
263421f9e8
Temporary fix for getting VERSION and SOVERSION into cmake
only use ${SO_MAJOR} for cmake SOVERSION
use 1.2.0 for version in cmake
use only abi version for VERSION property in cmake
10 years ago
Tony Kelman
86f90194e1
Create appveyor.yml
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
10 years ago
Tony Kelman
d93070dca4
test cmake on travis
10 years ago
Tony Kelman
a8b688c734
Minimal cmake build script
move flags for MSVC
rename lump.txt to lump.md, add data/*.txt to .gitignore
10 years ago
Steven G. Johnson
50381b951a
comment typos
10 years ago
Steven G. Johnson
a4d707b593
whoops, forgot -Wl before -soname
10 years ago
Steven G. Johnson
2d636a5686
version the shared library ( fix #24 )
10 years ago
Steven G. Johnson
bf230db3a3
fix link
10 years ago
Steven G. Johnson
dd7bd279bf
make travis script check whether utf8proc_data.c generation has changed
10 years ago
Steven G. Johnson
90721f2d39
directory cleanup: move tests and data into subdirectories
10 years ago
Steven G. Johnson
10f7e2ed5a
update for name change
10 years ago
Steven G. Johnson
debcc65c31
typo
10 years ago
Steven G. Johnson
402883c78e
rename back to utf8proc now that we are taking over maintenance
10 years ago
Steven G. Johnson
86447ad060
rm note about obsolete grapheme rules from README, clean up test output
10 years ago
Steven G. Johnson
4f70bbe780
Merge pull request #20 from JuliaLang/graphemes
Update graphemes for Unicode 7
10 years ago
Steven G. Johnson
0f9e9796e6
fix #15 : redefine UTF8PROC_CATEGORY_CN to 0 consistent with what we actually return
10 years ago
Steven G. Johnson
397a1eabea
update graphemes for Unicode 7, add utf8proc_grapheme_break function
10 years ago
Steven G. Johnson
539d2cc202
grapheme test for UAX#29
10 years ago
Steven G. Johnson
1b3992ebe5
utf8proc_version should return a different version string than utf8proc
10 years ago
Steven G. Johnson
1c84d08b01
README updates
10 years ago
Steven G. Johnson
df71da45df
Merge pull request #17 from JuliaLang/tk/dllexport
RFC: add DLLEXPORT to utf8proc_get_property
10 years ago
Tony Kelman
d61d551d5a
s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/
10 years ago
Tony Kelman
6b67865984
add DLLEXPORT definition for __GNUC__ >= 4
10 years ago
Tony Kelman
a840e5dae1
add DLLEXPORT to all functions in mojibake.h
10 years ago
Keno Fischer
a733c7feb4
Merge pull request #16 from vlajos/typofixes-20140812
a few typofixes
10 years ago
Veres Lajos
83714e458e
a few typofixes
10 years ago
Steven G. Johnson
bc357b276f
updated 'make clean' target
10 years ago
Steven G. Johnson
e0deacfacd
add travis badge
10 years ago
Jacob Quinn
9acfadd21d
Add travis file for testing
10 years ago
Steven G. Johnson
91a77d7588
added normalization and encoding test for #13
10 years ago
Elliot Saba
af06f858e1
I like SHLIB_EXT, for consistency
10 years ago
Jiahao Chen
2cbc86bc7f
Add SHARED_SUFFIX appropriate for OSX and Linux
10 years ago
Steven G. Johnson
a39c1a6ea2
added GNU libunistring benchmark
10 years ago
Steven G. Johnson
5fbd15b4ce
add missing dependency
10 years ago
Steven G. Johnson
d51e541700
fix #14
10 years ago
Steven G. Johnson
20cff0757b
add benchmark (issue #12 )
10 years ago
Steven G. Johnson
2c4e520a17
utf8proc.h -> mojibake.h ( closes #10 )
10 years ago
Steven G. Johnson
8c36e8bc9f
slight clarification in README
10 years ago
Steven G. Johnson
a5aeb49e20
Merge pull request #9 from JuliaLang/cjh/markdata
Update data tables to Unicode 7.0.0
10 years ago