Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | silence msan warning when offset==0 | Yann Collet | 2019-08-06 | 1 | -0/+1 |
| | |||||
* | fixed strict C++ compilation | Yann Collet | 2019-01-09 | 1 | -0/+1 |
| | |||||
* | fix minor cast warning for C++ compilation | Yann Collet | 2018-09-05 | 1 | -1/+4 |
| | |||||
* | new test program : roundTripTest | Yann Collet | 2018-09-04 | 1 | -0/+1 |
| | | | | | | | | make a round trip test with arbitrary input file, generate an `abort()` on error, to work in tandem with `afl`. note : currently locked on level 9, to investigate #560. | ||||
* | added checkTag | Yann Collet | 2018-01-15 | 1 | -0/+1 |
| | | | | | checkTag verifies that provided tag and library version match. It's started automatically in circleCI when a new tag is created. | ||||
* | added v1.x.y to versions tests | Yann Collet | 2016-11-17 | 1 | -0/+1 |
| | |||||
* | fixed lz4cat | Yann Collet | 2016-11-09 | 1 | -0/+4 |
| | | | | changed lz4-test order | ||||
* | fix #198 : no longer requires to restart streaming decompression from where ↵ | Yann Collet | 2016-11-04 | 1 | -0/+9 |
it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented. |