Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-02 | fixed x32 test on Travis | Yann Collet | 1 | -5/+2 | |
2020-08-26 | Merge branch 'dev' into extraInput | Yann Collet | 1 | -0/+15 | |
2020-08-21 | added target aarch64, ppc64lw and s390x to TravisCI | Yann Collet | 1 | -0/+15 | |
more portability tests | |||||
2020-08-18 | Merge branch 'dev' into extraInput | Yann Collet | 1 | -1/+3 | |
2020-08-12 | added test decompress-partial with extraneous input bytes | Yann Collet | 1 | -3/+1 | |
fails currently, for investigation of #783 | |||||
2020-08-11 | added target lz4-wlib | Yann Collet | 1 | -1/+3 | |
variant of lz4 linking to liblz4 dynamic library requires the dynamic library to expose static-only symbols (experimental API) Example for #888 | |||||
2019-07-15 | ensure conformance with custom LZ4_DISTANCE_MAX | Yann Collet | 1 | -0/+4 | |
It's now possible to select a custom LZ4_DISTANCE_MAX at compile time, provided it's <= 65535. However, in some cases (when compressing in byU16 mode), the new distance wasn't respected, as it used to implied that it was necessarily within range. Added a distance check for this case. Also : added a new TravisCI test which ensures that custom LZ4_DISTANCE_MAX compiles correctly and compresses correctly (relying on `assert()` to find outsized offsets). | |||||
2019-06-30 | Merge pull request #739 from cmeister2/cmeister2/ossfuzz | Yann Collet | 1 | -0/+6 | |
oss-fuzz: Add a fuzzing target that compiles in the oss-fuzz environment | |||||
2019-06-30 | Merge pull request #741 from lzutao/meson-deprecated-warn | Yann Collet | 1 | -12/+18 | |
meson: Fix deprecated warnings on build options | |||||
2019-06-29 | meson: Rename options in travis config | Lzu Tao | 1 | -12/+18 | |
2019-06-28 | travisCI: added ASAN fuzzer tests | Yann Collet | 1 | -0/+6 | |
and fixed minor formatting warnings | |||||
2019-06-28 | Add a fuzzing target that compiles in the oss-fuzz environment | Max Dymond | 1 | -0/+6 | |
2019-04-30 | meson: Rely only on extracted version in lz4.h | Lzu Tao | 1 | -2/+2 | |
So now instead of warning when failing to extract version number from lz4.h, we error and stop the build instead. | |||||
2019-04-27 | contrib: Make Meson build non optional | Lzu Tao | 1 | -3/+3 | |
* Update ninja version to 1.9 in CI. * Update default project version in meson script. | |||||
2019-04-23 | added library build test on Mac OS-X | Yann Collet | 1 | -1/+4 | |
2019-04-21 | ensure tests work when `stdout` is not the console | Yann Collet | 1 | -1/+1 | |
ensure this case is continuously tested on travis. Update documentation on implicit output, invite to not rely on implicit output in scripts. | |||||
2019-01-11 | travis: Prefer `apt-get` in `install` field than `addons-apt-sources` | Lzu Tao | 1 | -46/+25 | |
2019-01-11 | travis: Prefer `script` field than `Cmd` env | Lzu Tao | 1 | -78/+108 | |
2018-12-03 | meson: Use clang for faster build | Lzu Tao | 1 | -3/+7 | |
"ninja install" automatically builds the project, no need to use "ninja" | |||||
2018-12-02 | Add Travis meson build | Lzu Tao | 1 | -0/+18 | |
2018-09-18 | added cppcheck | Yann Collet | 1 | -1/+2 | |
as Makefile target and Travis CI test. Fixed last cppcheck warnings in tests and examples | |||||
2018-05-21 | Test Linking C-Compiled Library and C++-Compiled Tests | W. Felix Handte | 1 | -0/+4 | |
2018-04-13 | added sudo rights for low-mem-address tests | Cyan4973 | 1 | -1/+1 | |
2018-04-05 | added low-memory address test to travis | test4973 | 1 | -2/+2 | |
requires modification linux configuration (sudo) | |||||
2018-01-31 | travisci : ensure "clean" betweeb 2 tests | Yann Collet | 1 | -1/+1 | |
2018-01-14 | added checkTag | Yann Collet | 1 | -0/+8 | |
checkTag verifies that provided tag and library version match. It's started automatically in circleCI when a new tag is created. | |||||
2018-01-14 | restored .travis | Yann Collet | 1 | -22/+148 | |
2018-01-13 | revert project name | Yann Collet | 1 | -1/+1 | |
2018-01-13 | minor name update | Yann Collet | 1 | -1/+1 | |
2016-11-21 | coverity for travis | Yann Collet | 1 | -0/+25 | |
2016-11-21 | removed travis file | Yann Collet | 1 | -148/+0 | |
2016-11-21 | added gcc 4.4 test | Yann Collet | 1 | -0/+12 | |
2016-11-21 | changes travis test order | Yann Collet | 1 | -30/+30 | |
2016-11-18 | attempt -mx32 tests on Travis CI | Yann Collet | 1 | -0/+9 | |
2016-11-17 | removed usan32 tests. | Yann Collet | 1 | -13/+0 | |
Let's summarize : gcc-5 and gcc-6 on Travis do not support UB sanitizer. And clang on Travis is not able to generate -m32 code. Great. It makes the combination impossible to test on Travis ... :( | |||||
2016-11-17 | moved usan32 tests to gcc-6 | Yann Collet | 1 | -3/+3 | |
2016-11-17 | fixed gcc-5 conf | Yann Collet | 1 | -1/+4 | |
2016-11-17 | switch usan32 tests to gcc-5 | Yann Collet | 1 | -4/+4 | |
2016-11-17 | attempt to fix sanitize32 package dependency | Yann Collet | 1 | -0/+2 | |
2016-11-17 | added sanitize32 tests to Travis | Yann Collet | 1 | -15/+23 | |
2016-11-17 | fixed versionsTest | Yann Collet | 1 | -1/+1 | |
2016-11-17 | fixed Travis test cases | Yann Collet | 1 | -2/+2 | |
2016-11-17 | fix 32-bits mode. | Yann Collet | 1 | -2/+2 | |
Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | |||||
2016-11-15 | restored .travis.yml | Yann Collet | 1 | -22/+124 | |
2016-11-15 | .travis.yml for coverity | Yann Collet | 1 | -0/+25 | |
2016-11-15 | removed .travis.yml, for better rebase | Yann Collet | 1 | -127/+0 | |
2016-11-14 | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵ | Yann Collet | 1 | -16/+16 | |
environment | |||||
2016-11-10 | Using MinGW+MSYS to create DLL | Przemyslaw Skibinski | 1 | -1/+5 | |
2016-11-10 | udated README.md | Przemyslaw Skibinski | 1 | -2/+5 | |
2016-11-10 | better MSYS/MinGW support | Przemyslaw Skibinski | 1 | -5/+5 | |