Commit Graph

11 Commits

Author SHA1 Message Date
Yann Collet
93849d14bc minor CMakeLists update 2015-03-16 11:26:49 +01:00
Yann Collet
471eabe09b Merge pull request #60 from Cyberunner23/master
Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks whe...
2015-03-16 11:18:07 +01:00
Cyberunner23
ef029a1b1b Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when that var is '64bit'. 2015-03-15 18:08:32 -04:00
alexDarcy
f2cc4bed93 Updated Cmake configuration for non-gnu compiler 2015-03-11 11:13:20 +01:00
Yann Collet
daa320f3f7 New : lz4frame integrated into liblz4 (v1.5.0) 2014-12-13 15:05:46 +01:00
Yann Collet
d008c87151 New directory structure : library source files into /lib directory 2014-11-30 23:32:12 +01:00
Yann Collet
80030c16ff Update cmakelist to support new lz4io version 2014-11-30 18:04:32 +01:00
Yann Collet
4dbd2faebb Added : cmake test
cmake : corrected xxhash path (thanks to j.magnuson)
2014-11-04 10:50:17 +01:00
Yann Collet
2ac1ee0a45 minor cmake refresh 2014-08-21 01:43:33 +01:00
yann.collet.73@gmail.com
69dc85b8ab Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9)
Separated IO routines from command line (lz4io.c)
Version number into lz4.h (suggested by Francesc Alted)


git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2014-02-04 14:11:10 +00:00
yann.collet.73@gmail.com
648678788c Makefile : added capability to install libraries
Modified Directory tree, to better separate libraries from programs.


git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2014-01-07 18:47:50 +00:00