summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrapped possibly empty string (Emscripten) with quotes (@Fordi)Yann Collet2015-08-231-3/+3
* updated cli helpYann Collet2015-08-201-30/+40
* New unalign access methodYann Collet2015-08-191-12/+41
* updated xxhashYann Collet2015-08-191-14/+39
* Merge pull request #142 from bioothod/masterYann Collet2015-08-1610-2/+56
|\
| * debian: changed name lz4->liblz4Evgeniy Polyakov2015-08-151-1/+1
| * debian: changed name lz4->liblz4Evgeniy Polyakov2015-08-151-1/+1
| * debian: changed name lz4->liblz4Evgeniy Polyakov2015-08-153-4/+10
| * debian: remove sbin dirEvgeniy Polyakov2015-08-151-1/+0
| * debian: renamed lz4->liblz4, updated installed library filesEvgeniy Polyakov2015-08-152-0/+0
| * debian: updated debianization to cdbsEvgeniy Polyakov2015-08-152-22/+5
| * cmake: when building library make it sharedEvgeniy Polyakov2015-08-151-1/+1
| * Added debianizationEvgeniy Polyakov2015-08-159-0/+66
| * cmake: bump version to the latest releaseEvgeniy Polyakov2015-08-151-1/+1
| * Merge pull request #131 from Cyan4973/devr131Yann Collet2015-06-298-14/+34
| |\
| * \ Merge pull request #130 from Cyan4973/devYann Collet2015-06-2912-35/+82
| |\ \
| * \ \ Merge pull request #129 from Cyan4973/devYann Collet2015-06-2822-51/+481
| |\ \ \
* | | | | Slightly improved compression speed on ARMv6Yann Collet2015-08-162-11/+12
* | | | | Improved performance on ARMv6Yann Collet2015-08-162-16/+36
* | | | | Added .gitignoreYann Collet2015-08-151-0/+22
* | | | | Updated xxhash to r41Yann Collet2015-08-151-19/+41
* | | | | faster sanitize testsYann Collet2015-08-151-1/+1
* | | | | Makefile : generates *.o for faster processingYann Collet2015-08-155-51/+51
* | | | | minor simplification lz4_readarch()Yann Collet2015-08-062-13/+5
* | | | | update on decompression speedYann Collet2015-07-161-0/+3
* | | | | minor refactorYann Collet2015-07-162-17/+16
* | | | | Slightly improved decompression speedYann Collet2015-07-161-5/+6
* | | | | sligthly improved decompression speedYann Collet2015-07-161-12/+12
* | | | | liblz4 : Moved XXH_NAMESPACE to CPPFLAGSYann Collet2015-07-022-5/+8
| |_|_|/ |/| | |
* | | | Fixed a few minor visual analyzer warningsYann Collet2015-06-293-14/+14
* | | | Increased stack memory considered normal by Visual static analyzerYann Collet2015-06-295-0/+20
| |_|/ |/| |
* | | removed one mallocYann Collet2015-06-291-5/+6
* | | lz4io : removed one mallocYann Collet2015-06-291-3/+4
* | | lz4cli : add one malloc testYann Collet2015-06-291-0/+1
* | | lz4hc : added one malloc testYann Collet2015-06-291-0/+1
* | | changed datagen to remove one mallocYann Collet2015-06-293-27/+30
* | | Added static analyzer test in VisualYann Collet2015-06-296-0/+40
| |/ |/|
* | renamed directory to versionsTestYann Collet2015-06-284-10/+10
* | Updated NEWSYann Collet2015-06-281-0/+1
* | minor example clarificationYann Collet2015-06-284-7/+11
* | Updated lib readmeYann Collet2015-06-271-4/+5
* | Fixed : fuzzer display messagesYann Collet2015-06-271-3/+3
* | staticAnalyze use same compilation flags as normal buildYann Collet2015-06-273-7/+9
* | Ensured make test is not confused with directory testYann Collet2015-06-271-1/+1
* | Added namespace ability to xxhashYann Collet2015-06-273-2/+35
* | Changed : static library is no longer compiled with -fPIC by default (this op...Yann Collet2015-06-273-3/+10
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-06-276-5/+194
|\ \
| * \ Merge pull request #124 from toddlipcon/masterYann Collet2015-06-261-3/+8
| |\ \
| | * | Fix cmake build to use gnu flags on clangTodd Lipcon2015-06-251-3/+8
| * | | Merge pull request #122 from keszybz/masterYann Collet2015-06-263-2/+176
| |\ \ \