Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install the lz4frame.h header in the cmake build | Eric Berge | 2015-04-28 | 1 | -1/+2 |
| | |||||
* | cmake support for AIX, HPUX, Solaris and Windows | Eric Berge | 2015-04-23 | 1 | -0/+10 |
| | | | | | | | | | | The following changes allow for builds on AIX and HPUX with the native (non-gcc) compilers, as well as Visual Studio 2008 and Visual Studio 2012. Also work around a build error with gcc on Solaris which fails due to the system detecting an attempt to use C99 mode with an XPG mode less than XPG6. | ||||
* | minor CMakeLists update | Yann Collet | 2015-03-16 | 1 | -7/+3 |
| | |||||
* | Merge pull request #60 from Cyberunner23/master | Yann Collet | 2015-03-16 | 1 | -3/+1 |
|\ | | | | | Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks whe... | ||||
| * | Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when ↵ | Cyberunner23 | 2015-03-15 | 1 | -3/+1 |
| | | | | | | | | that var is '64bit'. | ||||
* | | Updated Cmake configuration for non-gnu compiler | alexDarcy | 2015-03-11 | 1 | -0/+3 |
|/ | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Update cmakelist to support new lz4io version | Yann Collet | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | Added : cmake test | Yann Collet | 2014-11-04 | 1 | -4/+5 |
| | | | cmake : corrected xxhash path (thanks to j.magnuson) | ||||
* | minor cmake refresh | Yann Collet | 2014-08-21 | 1 | -4/+4 |
| | |||||
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵ | yann.collet.73@gmail.com | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | Makefile : added capability to install libraries | yann.collet.73@gmail.com | 2014-01-07 | 1 | -0/+81 |
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd |