| Commit message (Expand) | Author | Age | Files | Lines |
* | trim excess whitespace | a1346054 | 2021-08-21 | 1 | -1/+1 |
|
|
* | ci(.travis.yml): add unicode lint job | Nate | 2021-08-08 | 1 | -0/+6 |
|
|
* | Disable "(Trusty) gcc-4.4 compilation" | Takayuki Matsuoka | 2021-05-31 | 1 | -14/+14 |
|
|
* | Disable "(Trusty) scan-build + cppcheck" | Takayuki Matsuoka | 2021-05-31 | 1 | -9/+9 |
|
|
* | Disable "(Trusty) clang-3.8 compilation" | Takayuki Matsuoka | 2021-05-31 | 1 | -12/+12 |
|
|
* | Disable "(Xenial) gcc-5 compilation" | Takayuki Matsuoka | 2021-05-31 | 1 | -7/+7 |
|
|
* | Disable "(Trusty) gcc-6 standard C compilation" | Takayuki Matsuoka | 2021-05-31 | 1 | -14/+14 |
|
|
* | Disable "(Trusty) i386 frame + fuzzer test" | Takayuki Matsuoka | 2021-05-31 | 1 | -8/+8 |
|
|
* | Disable "(Trusty) i386 benchmark + version test" | Takayuki Matsuoka | 2021-05-31 | 1 | -7/+7 |
|
|
* | Disable "(Trusty) c-to-c++ test" | Takayuki Matsuoka | 2021-05-31 | 1 | -5/+5 |
|
|
* | Disable "(Trusty) valgrind test" | Takayuki Matsuoka | 2021-05-31 | 1 | -8/+8 |
|
|
* | Disable "(Trusty) USan test" | Takayuki Matsuoka | 2021-05-31 | 1 | -8/+8 |
|
|
* | Disable "x32 compatibility test" | Takayuki Matsuoka | 2021-05-31 | 1 | -8/+8 |
|
|
* | Disable "(Precise) g++ and clang CMake test" | Takayuki Matsuoka | 2021-05-31 | 1 | -10/+10 |
|
|
* | Disable "Custom LZ4_DISTANCE_MAX ; ..." | Takayuki Matsuoka | 2021-05-31 | 1 | -10/+10 |
|
|
* | Disable "ASAN tests with fuzzer and frametest" | Takayuki Matsuoka | 2021-05-31 | 1 | -6/+6 |
|
|
* | Disable "(Precise) frame and fuzzer test" | Takayuki Matsuoka | 2021-05-31 | 1 | -7/+7 |
|
|
* | Disable "(Precise) benchmark test" | Takayuki Matsuoka | 2021-05-31 | 1 | -6/+6 |
|
|
* | Disable "(macOS) General Test" | Takayuki Matsuoka | 2021-05-31 | 1 | -9/+9 |
|
|
* | Remove QEMU test from .travis.yml | Takayuki Matsuoka | 2021-05-30 | 1 | -22/+22 |
|
|
* | Disable Meson + clang build at travis-ci | Takayuki Matsuoka | 2021-05-28 | 1 | -29/+29 |
|
|
* | fix CFLAGS unexport issue | Yann Collet | 2020-12-01 | 1 | -1/+1 |
|
|
* | changed LZ4_calloc() to a 2-arguments signature | Yann Collet | 2020-11-09 | 1 | -0/+2 |
|
|
* | fix travis test | Yann Collet | 2020-11-09 | 1 | -1/+1 |
|
|
* | first proposal for LZ4_USER_MEMORY_FUNCTIONS | Yann Collet | 2020-11-09 | 1 | -1/+3 |
|
|
* | fixed x32 test on Travis | Yann Collet | 2020-10-02 | 1 | -5/+2 |
|
|
* | Merge branch 'dev' into extraInput | Yann Collet | 2020-08-27 | 1 | -0/+15 |
|\ |
|
| * | added target aarch64, ppc64lw and s390x to TravisCI | Yann Collet | 2020-08-22 | 1 | -0/+15 |
|
|
* | | Merge branch 'dev' into extraInput | Yann Collet | 2020-08-18 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | added target lz4-wlib | Yann Collet | 2020-08-11 | 1 | -1/+3 |
|
|
* | | added test decompress-partial with extraneous input bytes | Yann Collet | 2020-08-12 | 1 | -3/+1 |
|/ |
|
* | ensure conformance with custom LZ4_DISTANCE_MAX | Yann Collet | 2019-07-15 | 1 | -0/+4 |
|
|
* | Merge pull request #739 from cmeister2/cmeister2/ossfuzz | Yann Collet | 2019-06-30 | 1 | -0/+6 |
|\ |
|
| * | Add a fuzzing target that compiles in the oss-fuzz environment | Max Dymond | 2019-06-28 | 1 | -0/+6 |
|
|
* | | Merge pull request #741 from lzutao/meson-deprecated-warn | Yann Collet | 2019-06-30 | 1 | -12/+18 |
|\ \ |
|
| * | | meson: Rename options in travis config | Lzu Tao | 2019-06-29 | 1 | -12/+18 |
| |/ |
|
* | | travisCI: added ASAN fuzzer tests | Yann Collet | 2019-06-29 | 1 | -0/+6 |
|/ |
|
* | meson: Rely only on extracted version in lz4.h | Lzu Tao | 2019-04-30 | 1 | -2/+2 |
|
|
* | contrib: Make Meson build non optional | Lzu Tao | 2019-04-26 | 1 | -3/+3 |
|
|
* | added library build test on Mac OS-X | Yann Collet | 2019-04-23 | 1 | -1/+4 |
|
|
* | ensure tests work when `stdout` is not the console | Yann Collet | 2019-04-22 | 1 | -1/+1 |
|
|
* | travis: Prefer `apt-get` in `install` field than `addons-apt-sources` | Lzu Tao | 2019-01-10 | 1 | -46/+25 |
|
|
* | travis: Prefer `script` field than `Cmd` env | Lzu Tao | 2019-01-10 | 1 | -78/+108 |
|
|
* | meson: Use clang for faster build | Lzu Tao | 2018-12-03 | 1 | -3/+7 |
|
|
* | Add Travis meson build | Lzu Tao | 2018-12-02 | 1 | -0/+18 |
|
|
* | added cppcheck | Yann Collet | 2018-09-18 | 1 | -1/+2 |
|
|
* | Test Linking C-Compiled Library and C++-Compiled Tests | W. Felix Handte | 2018-05-22 | 1 | -0/+4 |
|
|
* | added sudo rights for low-mem-address tests | Cyan4973 | 2018-04-13 | 1 | -1/+1 |
|
|
* | added low-memory address test to travis | test4973 | 2018-04-06 | 1 | -2/+2 |
|
|
* | travisci : ensure "clean" betweeb 2 tests | Yann Collet | 2018-02-01 | 1 | -1/+1 |
|
|