Commit Graph

7 Commits

Author SHA1 Message Date
Yann Collet
542430e0ec fixed compilation issues under msys2/mingw64 2018-09-29 23:09:23 -07:00
Yann Collet
bc32865a23 make : added lib target
make install now also installs static and dynamic libraries
2017-09-14 09:44:34 -07:00
Yann Collet
06e2820574 ignore some Mac artifacts 2017-09-11 15:28:08 -07:00
Yann Collet
d9e2c7bfd7 fixed potential realloc() error (#150) 2017-06-14 17:07:25 -07:00
Yann Collet
5062cb111b changed XXH_PRIVATE_API to XXH_INCLUDE_BODY
now includes `xxhash.h` instead of `xxhash.c`, which feels more natural
2016-06-06 14:12:27 +02:00
Yann Collet
4a218171ea created protected section XXH_STATIC_LINKING_ONLY within xxhash.h
expose definition of `XXH32_state_t` and `XXH64_state_t` in the new section
2016-05-28 02:14:28 +02:00
Emilio G. Cota
e579f8e013 gitignore: ignore xxhsum and xxh(32|64)sum
Signed-off-by: Emilio G. Cota <cota@braap.org>
2016-03-24 18:08:31 -04:00