Steven G. Johnson
a1c429a45b
rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header files that define DLLEXPORT
10 years ago
Steven G. Johnson
0528e9cda6
build bench/bench for make check, to lessen the chance that it bitrots again
10 years ago
Steven G. Johnson
f981f04d0b
fix some stray references to mojibake in the bench/ directory
10 years ago
Steven G. Johnson
e1fdad0ca9
updated NEWS etc. for 1.2 release
10 years ago
Steven G. Johnson
a6fd16f29d
parens
10 years ago
Steven G. Johnson
fa303b9e3c
github crossrefs in NEWS
10 years ago
Steven G. Johnson
6da6ca4754
NEWS tweaks
10 years ago
Steven G. Johnson
547224e298
NEWS tweaks
10 years ago
Steven G. Johnson
41287a1116
more documentation English and formatting cleanups
10 years ago
Steven G. Johnson
f46b6a2b12
Merge pull request #31 from JuliaLang/nalimilan/destdir
Nalimilan/destdir
10 years ago
Steven G. Johnson
2f8469c3cc
some documentation improvements
10 years ago
Milan Bouchet-Valat
1b7ba89cdd
Create additional symlinks to .so file on non-OSX
10 years ago
Milan Bouchet-Valat
786a6e3282
Add support for DESTDIR in make install
Useful to build distribution packages.
10 years ago
Steven G. Johnson
11d2ece545
indentation consistency
10 years ago
Steven G. Johnson
c851c67888
put the API version as #defines in the header file (as discussed in #30 )
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