summaryrefslogtreecommitdiffstats
path: root/cmake_unofficial
Commit message (Collapse)AuthorAgeFilesLines
* minor CMakeLists updateYann Collet2015-03-161-7/+3
|
* Merge pull request #60 from Cyberunner23/masterYann Collet2015-03-161-3/+1
|\ | | | | Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks whe...
| * Removed checking of CMAKE_SYSTEM_PROCESSOR when adding -fPIC, breaks when ↵Cyberunner232015-03-151-3/+1
| | | | | | | | that var is '64bit'.
* | Updated Cmake configuration for non-gnu compileralexDarcy2015-03-111-0/+3
|/
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-2/+2
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-1/+1
|
* Update cmakelist to support new lz4io versionYann Collet2014-11-301-2/+2
|
* Added : cmake testYann Collet2014-11-041-4/+5
| | | cmake : corrected xxhash path (thanks to j.magnuson)
* minor cmake refreshYann Collet2014-08-211-4/+4
|
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵yann.collet.73@gmail.com2014-02-041-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 librariesyann.collet.73@gmail.com2014-01-071-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