summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1158 from lz4/fix1157Yann Collet2022-09-083-8/+37
|\
| * added LZ4F_compressUpdate() in fullbenchYann Collet2022-09-082-1/+31
| * allocation optimization for lz4frame compressionYann Collet2022-09-081-7/+6
|/
* Merge pull request #1150 from lz4/dependabot/github_actions/actions/upload-ar...Yann Collet2022-08-191-1/+1
|\
| * Bump actions/upload-artifact from 1 to 3dependabot[bot]2022-08-191-1/+1
|/
* Merge pull request #1149 from lz4/dependabot/github_actions/actions/checkout-3Yann Collet2022-08-191-27/+27
|\
| * Bump actions/checkout from 2 to 3dependabot[bot]2022-08-191-27/+27
|/
* Merge pull request #1148 from lz4/dependabot/github_actions/actions/setup-pyt...Yann Collet2022-08-191-1/+1
|\
| * Bump actions/setup-python from 2 to 4dependabot[bot]2022-08-191-1/+1
|/
* Merge pull request #1147 from tristan957/dependabotYann Collet2022-08-191-0/+7
|\
| * Add dependabotTristan Partin2022-08-191-0/+7
|/
* Merge pull request #1142 from tristan957/ciYann Collet2022-08-171-0/+4
|\
| * Cancel in-progress CI if a new commit workflow supplants itTristan Partin2022-08-171-0/+4
|/
* update NEWS for v1.9.4Yann Collet2022-08-151-0/+2
* Merge pull request #1136 from t-mat/msvc-17.3Yann Collet2022-08-1213-31/+1456
|\
| * Add note about RC_INVOKEDTakayuki Matsuoka2022-08-121-0/+13
| * Fix: replace strtoull with _strtoui64 for MSVC2010Takayuki Matsuoka2022-08-121-0/+8
| * trigger GitHub actionsTakayuki Matsuoka2022-08-120-0/+0
| * Fix: remove unused valueTakayuki Matsuoka2022-08-121-1/+0
| * Suppress false positive warning from MSVC (fuzzer.c)Takayuki Matsuoka2022-08-121-2/+10
| * Suppress false positive warning from MSVC (datagencli.c)Takayuki Matsuoka2022-08-121-28/+4
| * Suppress warning from rc.exeTakayuki Matsuoka2022-08-121-0/+4
| * Suppress false positive warning from MSVCTakayuki Matsuoka2022-08-121-0/+7
| * Update MSVC 2022 project's PlatformToolset to v143Takayuki Matsuoka2022-08-127-28/+28
| * 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