Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Performance fix : big compression speed boost for clang (+30%) | Yann Collet | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | cosmetic changes, 2nd try | Yann Collet | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Issue #103 : Add compatibility test between releases | Takayuki MATSUOKA | 2015-05-15 | 1 | -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 tests | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | Static analyzer generates error codes on bug suspicion | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | Shortened tests durations | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Fixed issue #84 | Yann Collet | 2015-04-12 | 1 | -2/+2 |
| | |||||
* | Updated : fuzzer tests can be programmed for a timelength | Yann Collet | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Added : sanitize test | Yann Collet | 2015-04-09 | 1 | -0/+3 |
| | |||||
* | minor Makefile test refactoring | Yann Collet | 2015-04-08 | 1 | -5/+5 |
| | |||||
* | Removed make dist | Yann Collet | 2015-04-01 | 1 | -34/+0 |
| | |||||
* | Stricter tests : treat warnings as errors | Yann Collet | 2015-04-01 | 1 | -6/+6 |
| | |||||
* | Updated make dist | Yann Collet | 2015-03-31 | 1 | -6/+3 |
| | |||||
* | Fixed : Makefile | Yann Collet | 2015-03-26 | 1 | -217/+119 |
| | |||||
* | windows friendly make clean | Yann Collet | 2015-03-26 | 1 | -116/+221 |
| | |||||
* | minor beautifier (make clean) | Yann Collet | 2015-03-25 | 1 | -4/+4 |
| | |||||
* | Added : arm cross-compilation test | Yann Collet | 2015-03-25 | 1 | -3/+7 |
| | |||||
* | updated dist list | Yann Collet | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | changed "make install" default install directory to /usr/local | Yann Collet | 2015-03-15 | 1 | -2/+2 |
| | |||||
* | Added : clang test | Yann Collet | 2015-03-15 | 1 | -1/+4 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -0/+2 |
| | |||||
* | Fixed minor g++ warnings | Yann Collet | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -0/+4 |
| | |||||
* | Updated datagen (can create sparse files) | Yann Collet | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | NetBSD compatibility (#48) | Yann Collet | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | fixed travis tests | Yann Collet | 2014-12-13 | 1 | -0/+3 |
| | |||||
* | New : lz4frame integrated into liblz4 (v1.5.0) | Yann Collet | 2014-12-13 | 1 | -14/+12 |
| | |||||
* | fixed : pkg version | Yann Collet | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Clarified a few comments | Yann Collet | 2014-12-03 | 1 | -3/+4 |
| | |||||
* | Fixed : make dist | Yann Collet | 2014-12-01 | 1 | -3/+2 |
| | |||||
* | fix : sudo for make install | Yann Collet | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -63/+14 |
| | |||||
* | Added : $(EXT) within install for cross-compilation support | Yann Collet | 2014-11-23 | 1 | -8/+1 |
| | |||||
* | Makefile : refactored Travis CI tests | Yann Collet | 2014-11-04 | 1 | -10/+6 |
| | |||||
* | Added : cmake test | Yann Collet | 2014-11-04 | 1 | -0/+5 |
| | | | cmake : corrected xxhash path (thanks to j.magnuson) | ||||
* | Makefile : added -Wcast-align compilation warning | Yann Collet | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | new Travis CI build matrix | Yann Collet | 2014-10-28 | 1 | -2/+18 |
| | |||||
* | update distribution builder "make dist" | Yann Collet | 2014-10-06 | 1 | -5/+10 |
| | | | update test, to also verify "make dist" | ||||
* | Added : preliminary frame decompression function | Yann Collet | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Simplified travis test flow | Yann Collet | 2014-08-26 | 1 | -3/+2 |
| | |||||
* | updated release number | Yann Collet | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Makefile: fix DESTDIR | Igor Gnatenko | 2014-08-08 | 1 | -5/+5 |
| | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | ||||
* | Makefile : restored Takayuki's fix for OS-X and BSD | Yann Collet | 2014-08-06 | 1 | -4/+5 |
| | | | minor display change for make install | ||||
* | Updated Makefile : make dist | Yann Collet | 2014-08-06 | 1 | -5/+7 |
| | | | Minor formatting changes for xxhash | ||||
* | Fix BSD sed error reported by Yue Du | Takayuki MATSUOKA | 2014-07-30 | 1 | -3/+3 |
| | | | | | | | This change is related to LZ4 issue #14. - Add more unique pattern to line recognition - Change Extended Regular Expression to Basic Regular Expression | ||||
* | Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) | Yann Collet | 2014-07-26 | 1 | -4/+3 |
| | |||||
* | Makefile : synchronize library version number with lz4.h - Thanks to ↵ | Yann Collet | 2014-07-22 | 1 | -3/+3 |
| | | | | Takayuki Matsuoka | ||||
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 1 | -4/+8 |
| | |||||
* | Added : pkg-config (issue 135) | Yann Collet | 2014-07-20 | 1 | -4/+16 |
| | |||||
* | Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle | Yann Collet | 2014-07-14 | 1 | -1/+1 |
| |