Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #955 from aqrit/dev | Yann Collet | 2020-11-17 | 2 | -0/+0 |
|\ | | | | | Remove accidentally committed temporary files | ||||
| * | Delete tmpsparse | aqrit | 2020-11-17 | 1 | -0/+0 |
| | | |||||
| * | Delete tmp | aqrit | 2020-11-17 | 1 | -0/+0 |
|/ | |||||
* | minor formatting title | Yann Collet | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | update cli entry | Yann Collet | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | update doc | Yann Collet | 2020-11-15 | 6 | -20/+8 |
| | |||||
* | Merge pull request #953 from lz4/vs2005 | Yann Collet | 2020-11-15 | 6 | -29/+21 |
|\ | | | | | better MSVC conformance | ||||
| * | fix minor win32 warning | Yann Collet | 2020-11-15 | 1 | -1/+2 |
| | | |||||
| * | fixed minor Visual warning | Yann Collet | 2020-11-15 | 1 | -1/+1 |
| | | | | | | | | doesn't happen on my environment, though it's a different version of Visual Studio | ||||
| * | better visual conformance | Yann Collet | 2020-11-15 | 5 | -27/+18 |
| | | | | | | | | | | | | only include <intrin.h> on vs2005+ (#947) remove some useless #pragma fix a few minor Visual warnings | ||||
* | | Merge pull request #952 from lz4/lz4io | Yann Collet | 2020-11-15 | 6 | -78/+84 |
|\ \ | |/ |/| | Fix --sparse mode | ||||
| * | fix minor parse warning | Yann Collet | 2020-11-14 | 1 | -1/+1 |
| | | |||||
| * | all usages of prefs within lz4io are const | Yann Collet | 2020-11-14 | 3 | -45/+48 |
| | | |||||
| * | LZ4IO_openDstFile() doesn't need pref mutability | Yann Collet | 2020-11-14 | 2 | -33/+36 |
| | | |||||
| * | fixed force --sparse mode | Yann Collet | 2020-11-14 | 3 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2020-11-14 | 3 | -185/+205 |
|\ \ | |||||
| * \ | Merge pull request #951 from lz4/lz4io | Yann Collet | 2020-11-14 | 3 | -185/+205 |
| |\ \ | | |/ | | | | minor refactor of lz4io | ||||
| | * | dictionary functions don't need prefs mutability | Yann Collet | 2020-11-14 | 1 | -4/+5 |
| | | | |||||
| | * | LZ4IO_createDict() doesn't need prefs | Yann Collet | 2020-11-14 | 2 | -28/+31 |
| | | | |||||
| | * | LZ4IO_decompressSrcFile() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -5/+5 |
| | | | |||||
| | * | selectDecoder() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -4/+4 |
| | | | |||||
| | * | LZ4IO_passThrough() doesn't need prefs | Yann Collet | 2020-11-14 | 1 | -9/+14 |
| | | | |||||
| | * | LZ4IO_decompressLZ4F() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -4/+14 |
| | | | |||||
| | * | LZ4IO_decodeLegacyStream() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -9/+9 |
| | | | |||||
| | * | LZ4IO_fwriteSparse doesn't need writable prefs | Yann Collet | 2020-11-14 | 1 | -5/+10 |
| | | | |||||
| | * | minor refactor | Yann Collet | 2020-11-13 | 1 | -32/+28 |
| | | | | | | | | | | | | mostly on the compression code path | ||||
| | * | minor refactor of lz4io | Yann Collet | 2020-11-13 | 2 | -98/+98 |
| |/ | | | | | | | | | for readability. Mostly around --list capability | ||||
* | | restrict BitScanForward() to VS2005+ | Yann Collet | 2020-11-14 | 1 | -1/+1 |
|/ | | | | suggested by @aqrit in #947 | ||||
* | Merge pull request #950 from lz4/appvtest | Yann Collet | 2020-11-13 | 1 | -8/+8 |
|\ | | | | | appveyor artifact generation | ||||
| * | appveyor artifact generation | Yann Collet | 2020-11-13 | 1 | -8/+8 |
|/ | | | | fix presence of the dynamic library in produced package | ||||
* | Merge pull request #949 from lz4/cmakedll | Yann Collet | 2020-11-11 | 1 | -0/+4 |
|\ | | | | | fix cmake build of shared dll with visual | ||||
| * | fix cmake build of shared dll with visual | Yann Collet | 2020-11-11 | 1 | -0/+4 |
| | | | | | | | | inspired from #891 | ||||
* | | Merge pull request #946 from lz4/customMem | Yann Collet | 2020-11-11 | 7 | -17/+48 |
|\ \ | |/ |/| | proposal for LZ4_USER_MEMORY_FUNCTIONS | ||||
| * | minor : lz4frame include stdlib only if needed | Yann Collet | 2020-11-10 | 1 | -1/+1 |
| | | |||||
| * | proper fullbench's LZ4_calloc() | Yann Collet | 2020-11-09 | 1 | -1/+1 |
| | | |||||
| * | changed LZ4_calloc() to a 2-arguments signature | Yann Collet | 2020-11-09 | 3 | -3/+5 |
| | | | | | | | | | | | | to remain similar to stdlib's calloc(). Updated test to use c++ compiler for stricter signature check. | ||||
| * | fix fullbench's LZ4_free() | Yann Collet | 2020-11-09 | 1 | -1/+1 |
| | | |||||
| * | fix travis test | Yann Collet | 2020-11-09 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' into customMem | Yann Collet | 2020-11-09 | 4 | -19/+63 |
| |\ | |||||
| * | | first proposal for LZ4_USER_MEMORY_FUNCTIONS | Yann Collet | 2020-11-09 | 6 | -16/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | makes it possible to replace at link time malloc, calloc and free by user-provided functions which must be named LZ4_malloc(), LZ4_calloc() and LZ4_free(). answer #937 | ||||
* | | | updated NEWS for v1.9.3 | Yann Collet | 2020-11-10 | 1 | -2/+18 |
| |/ |/| | |||||
* | | Merge pull request #944 from lz4/fix874 | Yann Collet | 2020-11-09 | 1 | -1/+1 |
|\ \ | | | | | | | fix #874 | ||||
| * | | fix #874 | Yann Collet | 2020-11-08 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | coverity reported a warning regarding a memcpy() overwrite. This is a false positive (the memory area is large enough), but it's true that it's not trivial to determine (encompassing struct), and it's proper anyway to only memcpy() just the right amount of data. | ||||
* | | Merge pull request #943 from lz4/fullbench_dec | Yann Collet | 2020-11-09 | 1 | -3/+44 |
|\ \ | | | | | | | Added decompression tests in fullbench | ||||
| * | | fullbench: added LZ4F_decompress_noHint() | Yann Collet | 2020-11-08 | 1 | -0/+35 |
| | | | |||||
| * | | added test for LZ4_decompress_safe_withPrefix64k() | Yann Collet | 2020-11-08 | 1 | -3/+9 |
| |/ | |||||
* | | Merge pull request #945 from lz4/fix926 | Yann Collet | 2020-11-09 | 3 | -15/+18 |
|\ \ | |/ |/| | fixed remaining ubsan warnings | ||||
| * | attempt at silencing cppcheck | Yann Collet | 2020-11-09 | 1 | -12/+12 |
| | | |||||
| * | fixed remaining ubsan warnings | Yann Collet | 2020-11-09 | 2 | -3/+6 |
| | | |||||
* | | update obsolete section documentation | Yann Collet | 2020-11-08 | 3 | -38/+54 |
| | | | | | | | | | | and update manuals. fix #712 |