summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* write liblz4 dynamic library versionYann Collet2022-07-121-0/+1
| | | | requires liblz4 >= v1.7.5
* ignore test artifacts starting with tmp*Yann Collet2020-11-251-1/+2
|
* faster decoding speed with VisualYann Collet2019-12-031-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 -cYann Collet2019-04-121-0/+3
| | | | seems to work properly
* ignore windows+msys artefactsCyan49732018-04-281-0/+4
|
* added fullbench-dll.sln that works with gcc/MinGWPrzemyslaw Skibinski2016-11-151-0/+1
|
* updated frametestYann Collet2016-11-111-0/+1
|
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2016-11-091-2/+0
|\
| * update .gitignorePrzemyslaw Skibinski2016-11-091-2/+0
| |
* | updated NEWSYann Collet2016-11-091-0/+3
|/
* fixes static compilation under Windows (#246)Yann Collet2016-10-211-0/+1
|
* fix bug #232 at https://github.com/Cyan4973/lz4/issues/232inikep2016-09-061-0/+2
|
* lz4cli version number from lz4.hYann Collet2016-09-031-3/+2
|
* fix mingw64 compilation warningsinikep2016-09-021-0/+3
|
* Makefile : lz4 at rootYann Collet2016-08-201-0/+1
|
* Added .gitignoreYann Collet2015-08-151-0/+22