summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* changed datagen to remove one mallocYann Collet2015-06-291-1/+1
|
* renamed directory to versionsTestYann Collet2015-06-281-4/+4
|
* minor example clarificationYann Collet2015-06-281-1/+1
|
* staticAnalyze use same compilation flags as normal buildYann Collet2015-06-271-1/+1
|
* Ensured make test is not confused with directory testYann Collet2015-06-271-1/+1
|
* Changed : static library is no longer compiled with -fPIC by default (this ↵Yann Collet2015-06-271-2/+6
| | | | option can still be added on the command line) See #53
* Use lz4 binary to check outputZbigniew Jędrzejewski-Szmek2015-06-181-0/+1
|
* Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek2015-06-181-0/+1
|
* Performance fix : big compression speed boost for clang (+30%)Yann Collet2015-05-211-1/+1
|
* cosmetic changes, 2nd tryYann Collet2015-05-151-1/+1
|
* Issue #103 : Add compatibility test between releasesTakayuki MATSUOKA2015-05-151-0/+4
| | | | | | | | | | | | | | | | | | | | | Add forward/backward compatibility test between all versions - Add new Makefile target "versionstest". - Standard test procedure like "make versionstest && make clean" works properly. test/test-lz4-versions.py - This script creates test/lz4test and checkout all Release tagged versions. After that, compile all versions of lz4c and lz4c32 and compress/decompress between all versions. - This test clones entire git repository to checkout all tags. - Since Travis's default command does not clone entire repository, we could not checkout all tags from Travis' default clone. - After that, test script shows all unique .lz4 files. In this list, 'r999' means 'head' of current working copy.
* stronger arm testsYann Collet2015-04-161-2/+2
|
* Static analyzer generates error codes on bug suspicionYann Collet2015-04-161-2/+2
|
* Shortened tests durationsYann Collet2015-04-121-1/+1
|
* Fixed issue #84Yann Collet2015-04-121-2/+2
|
* Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-101-1/+1
|
* Added : sanitize testYann Collet2015-04-091-0/+3
|
* minor Makefile test refactoringYann Collet2015-04-081-5/+5
|
* Removed make distYann Collet2015-04-011-34/+0
|
* Stricter tests : treat warnings as errorsYann Collet2015-04-011-6/+6
|
* Updated make distYann Collet2015-03-311-6/+3
|
* Fixed : MakefileYann Collet2015-03-261-217/+119
|
* windows friendly make cleanYann Collet2015-03-261-116/+221
|
* minor beautifier (make clean)Yann Collet2015-03-251-4/+4
|
* Added : arm cross-compilation testYann Collet2015-03-251-3/+7
|
* updated dist listYann Collet2015-03-231-1/+1
|
* changed "make install" default install directory to /usr/localYann Collet2015-03-151-2/+2
|
* Added : clang testYann Collet2015-03-151-1/+4
|
* scan-build testsYann Collet2015-03-151-0/+2
|
* Fixed minor g++ warningsYann Collet2015-03-111-1/+1
|
* g++ compatibilityYann Collet2015-03-101-0/+4
|
* Updated datagen (can create sparse files)Yann Collet2015-03-091-1/+1
|
* NetBSD compatibility (#48)Yann Collet2015-03-071-1/+1
|
* fixed travis testsYann Collet2014-12-131-0/+3
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-14/+12
|
* fixed : pkg versionYann Collet2014-12-091-1/+1
|
* Clarified a few commentsYann Collet2014-12-031-3/+4
|
* Fixed : make distYann Collet2014-12-011-3/+2
|
* fix : sudo for make installYann Collet2014-11-301-2/+2
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-63/+14
|
* Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-231-8/+1
|
* Makefile : refactored Travis CI testsYann Collet2014-11-041-10/+6
|
* Added : cmake testYann Collet2014-11-041-0/+5
| | | cmake : corrected xxhash path (thanks to j.magnuson)
* Makefile : added -Wcast-align compilation warningYann Collet2014-11-041-1/+1
|
* new Travis CI build matrixYann Collet2014-10-281-2/+18
|
* update distribution builder "make dist"Yann Collet2014-10-061-5/+10
| | | update test, to also verify "make dist"
* Added : preliminary frame decompression functionYann Collet2014-09-011-1/+1
|
* Simplified travis test flowYann Collet2014-08-261-3/+2
|
* updated release numberYann Collet2014-08-131-1/+1
|
* Makefile: fix DESTDIRIgor Gnatenko2014-08-081-5/+5
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>