Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | faster decoding speed with Visual | Yann Collet | 2019-12-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | by enabling the fast decoder path. Visual requires a different set of macro constants to detect x86 / x64. On my laptop, decoding speed on x64 went up from 3.12 to 3.45 GB/s. 32-bit is less impressive, though still favorable, with speed increasing from 2.55 to 2.60 GB/s. So both cases are now enabled. Suggested by Bartosz Taudul (@wolfpld). | ||||
* | added tests for -d -m -c | Yann Collet | 2019-04-12 | 1 | -0/+3 |
| | | | | seems to work properly | ||||
* | ignore windows+msys artefacts | Cyan4973 | 2018-04-28 | 1 | -0/+4 |
| | |||||
* | added fullbench-dll.sln that works with gcc/MinGW | Przemyslaw Skibinski | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | updated frametest | Yann Collet | 2016-11-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2016-11-09 | 1 | -2/+0 |
|\ | |||||
| * | update .gitignore | Przemyslaw Skibinski | 2016-11-09 | 1 | -2/+0 |
| | | |||||
* | | updated NEWS | Yann Collet | 2016-11-09 | 1 | -0/+3 |
|/ | |||||
* | fixes static compilation under Windows (#246) | Yann Collet | 2016-10-21 | 1 | -0/+1 |
| | |||||
* | fix bug #232 at https://github.com/Cyan4973/lz4/issues/232 | inikep | 2016-09-06 | 1 | -0/+2 |
| | |||||
* | lz4cli version number from lz4.h | Yann Collet | 2016-09-03 | 1 | -3/+2 |
| | |||||
* | fix mingw64 compilation warnings | inikep | 2016-09-02 | 1 | -0/+3 |
| | |||||
* | Makefile : lz4 at root | Yann Collet | 2016-08-20 | 1 | -0/+1 |
| | |||||
* | Added .gitignore | Yann Collet | 2015-08-15 | 1 | -0/+22 |