summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Clone MSVC project (from VS2017 to VS2022)Takayuki Matsuoka2022-08-129-0/+1410
* | Merge pull request #1135 from t-mat/github-actions-update-2022-0812Yann Collet2022-08-121-5/+8
|\ \ | |/ |/|
| * Add ubuntu-22.04 and the latest C/C++ compilers for LinuxTakayuki Matsuoka2022-08-121-5/+8
* | Merge pull request #1134 from lz4/faster_BD4Yann Collet2022-08-121-16/+22
|\ \ | |/ |/|
| * faster CLI decompression speed for frames with -BD4 settingYann Collet2022-08-121-16/+22
|/
* Merge pull request #1133 from SpaceIm/fix/cmake-minimum-required-positionYann Collet2022-08-121-4/+4
|\
| * cmake: move cmake_minimum_required() before project()SpaceIm2022-08-111-4/+4
* | Merge pull request #1132 from lz4/prepv194Yann Collet2022-08-116-73/+172
|\ \ | |/ |/|
| * updated man pageYann Collet2022-08-112-8/+16
| * updated documentation in anticipation for `v1.9.4` releaseYann Collet2022-08-115-65/+156
|/
* Merge pull request #1131 from t-mat/doc-freestandingYann Collet2022-08-112-1/+18
|\
| * Add short description of LZ4_FREESTANDING and _DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-08-111-0/+12
| * Fix document for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION in lz4.cTakayuki Matsuoka2022-08-111-1/+6
|/
* Merge pull request #1129 from t-mat/disable-memory-alloc-add-docYann Collet2022-08-102-0/+15
|\
| * Fix: Disable prototypes in header fileTakayuki Matsuoka2022-08-061-0/+4
| * Add: Doxygen comment for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-08-061-0/+11
* | Merge pull request #1130 from t-mat/freestandingYann Collet2022-08-109-33/+328
|\ \ | |/ |/|
| * Add short document of LZ4_FREESTANDING to lz4.hTakayuki Matsuoka2022-08-101-4/+11
| * Add freestanding test to specific target in ci.ymlTakayuki Matsuoka2022-08-081-30/+36
| * Add test-freestanding to MakefileTakayuki Matsuoka2022-08-081-0/+4
| * Remove test-freestanding from tests/Makefile "all" and "test"Takayuki Matsuoka2022-08-081-2/+2
| * Fix: Ignore exitcode of strace and ltraceTakayuki Matsuoka2022-08-071-2/+2
| * Fix: implement empty _start and main for non-Linux or x86-64 platformsTakayuki Matsuoka2022-08-071-4/+6
| * Fix: Add extern "C" to all standard C replacement functionsTakayuki Matsuoka2022-08-071-13/+16
| * Fix for ctocpptestTakayuki Matsuoka2022-08-071-13/+16
| * Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka2022-08-073-3/+244
| * Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_...Takayuki Matsuoka2022-08-072-1/+5
| * Add LZ4_FREESTANDINGTakayuki Matsuoka2022-08-072-1/+26
|/
* Merge pull request #1124 from t-mat/compile-time-purge-memalloc-funcYann Collet2022-08-052-1/+15
|\
| * Fix : Internal memory allocation macro namesTakayuki Matsuoka2022-07-311-6/+3
| * Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-07-312-1/+18
* | Merge pull request #1128 from lz4/decompress_unsafeYann Collet2022-08-031-134/+233
|\ \
| * | simplify read_variable_length()Yann Collet2022-08-031-26/+24
| * | refactor read_variable_length()Yann Collet2022-08-021-19/+29
| * | remove support of decompress_fast*() from decompress_generic()Yann Collet2022-08-021-92/+43
| * | introduce LZ4_decompress_unsafe_generic()Yann Collet2022-08-021-18/+158
|/ /
* | Merge pull request #1125 from dpelle/fix-typosYann Collet2022-07-3113-15/+15
|\ \
| * | fix: various typosDominique Pelle2022-07-3113-15/+15
|/ /
* | Merge pull request #1123 from t-mat/memfunc-macrosYann Collet2022-07-312-13/+26
|\ \
| * | New macro for memcpy, memmove and memsetTakayuki Matsuoka2022-07-312-13/+26
| |/
* | updated LZ4 Block Format documentationYann Collet2022-07-311-67/+144
|/
* Merge pull request #1122 from lz4/skipCrcYann Collet2022-07-309-25/+75
|\
| * fixed minor pedantic warningYann Collet2022-07-291-2/+4
| * extend disabling checksum validation to normal lz4 CLI decompressionYann Collet2022-07-292-5/+26
| * added options.skipChecksums to local fuzzer testYann Collet2022-07-291-0/+1
| * introduced new `--no-crc` commandYann Collet2022-07-293-0/+6
| * can select validation of CRC during benchmarkYann Collet2022-07-294-8/+18
| * added ability to skip checksum calculation when decoding LZ4 FramesYann Collet2022-07-292-11/+21
|/
* Merge pull request #1121 from lz4/decBenchYann Collet2022-07-297-223/+344
|\
| * implement decoder-only benchmark modeYann Collet2022-07-297-44/+135