Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |