| Commit message (Expand) | Author | Age | Files | Lines |
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
|
|
* | added examples to make all | Yann Collet | 2016-11-21 | 1 | -0/+3 |
|
|
* | fixed #272 (compilation fails on gcc 4.4), reported by @totaam | Yann Collet | 2016-11-19 | 1 | -1/+5 |
|
|
* | usan32 relies on default compiler (by default) | Yann Collet | 2016-11-18 | 1 | -1/+1 |
|
|
* | switch usan32 tests to gcc-5 | Yann Collet | 2016-11-18 | 1 | -4/+4 |
|
|
* | added sanitize32 tests to Travis | Yann Collet | 2016-11-18 | 1 | -0/+3 |
|
|
* | fixed Travis test cases | Yann Collet | 2016-11-17 | 1 | -6/+6 |
|
|
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -4/+7 |
|
|
* | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environ... | Yann Collet | 2016-11-14 | 1 | -4/+18 |
|
|
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 1 | -1/+4 |
|
|
* | fuzzer code refactoring | Yann Collet | 2016-11-13 | 1 | -5/+5 |
|
|
* | better MSYS/MinGW support | Przemyslaw Skibinski | 2016-11-10 | 1 | -16/+31 |
|
|
* | reordered Travis CI tests | Przemyslaw Skibinski | 2016-11-10 | 1 | -0/+1 |
|
|
* | joined arm and aarch64 tests | Przemyslaw Skibinski | 2016-11-08 | 1 | -0/+2 |
|
|
* | test powerpc64 | Przemyslaw Skibinski | 2016-11-08 | 1 | -6/+6 |
|
|
* | tests\Makefile: added test-platform | Przemyslaw Skibinski | 2016-11-08 | 1 | -7/+8 |
|
|
* | added platformTest | Przemyslaw Skibinski | 2016-11-08 | 1 | -4/+4 |
|
|
* | added "make c_standards" | Przemyslaw Skibinski | 2016-11-07 | 1 | -7/+17 |
|
|
* | redefined VOID for Windows/MSYS | Przemyslaw Skibinski | 2016-11-04 | 1 | -4/+3 |
|
|
* | updated programs/README.md | Przemyslaw Skibinski | 2016-11-03 | 1 | -2/+1 |
|
|
* | test programs moved to tests/ | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+4 |
|
|
* | moved cmake and debian directories to contrib (#245) | Yann Collet | 2016-11-02 | 1 | -1/+1 |
|
|
* | Add missing $(EXT) to lz4 program name | Kouhei Sutou | 2016-09-23 | 1 | -2/+4 |
|
|
* | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -4/+0 |
|
|
* | lz4 as phony target | Yann Collet | 2016-08-20 | 1 | -5/+5 |
|
|
* | Makefile : lz4 at root | Yann Collet | 2016-08-20 | 1 | -0/+2 |
|
|
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
|
|
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -5/+5 |
|
|
* | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -31/+18 |
|
|
* | faster sanitize tests | Yann Collet | 2015-08-15 | 1 | -1/+1 |
|
|
* | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -17/+17 |
|
|
* | liblz4 : Moved XXH_NAMESPACE to CPPFLAGS | Yann Collet | 2015-07-02 | 1 | -1/+1 |
|
|
* | changed datagen to remove one malloc | Yann Collet | 2015-06-29 | 1 | -1/+1 |
|
|
* | renamed directory to versionsTest | Yann Collet | 2015-06-28 | 1 | -4/+4 |
|
|
* | minor example clarification | Yann Collet | 2015-06-28 | 1 | -1/+1 |
|
|
* | staticAnalyze use same compilation flags as normal build | Yann Collet | 2015-06-27 | 1 | -1/+1 |
|
|
* | Ensured make test is not confused with directory test | Yann Collet | 2015-06-27 | 1 | -1/+1 |
|
|
* | Changed : static library is no longer compiled with -fPIC by default (this op... | Yann Collet | 2015-06-27 | 1 | -2/+6 |
|
|
* | Use lz4 binary to check output | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+1 |
|
|
* | Add example which uses the frame api through the library | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|