summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1056 from lz4/fix_opt12Yann Collet2022-01-292-19/+18
|\
| * fixed bug in optimal parserYann Collet2022-01-292-19/+18
* | added testYann Collet2022-01-293-2/+6
* | Merge pull request #1048 from Low-power/lz4cli-list-stdinYann Collet2022-01-293-7/+27
|\ \
| * | Allow '--list' with stdin if it is a regular fileWHR2021-12-143-7/+27
* | | Merge pull request #1049 from eli-schwartz/meson-warning-run_commandYann Collet2022-01-291-7/+2
|\ \ \ | |_|/ |/| |
| * | meson: simplify version lookup and avoid deprecation warningsEli Schwartz2021-12-141-7/+2
| |/
* | Merge pull request #1054 from mcfi/patch-1Yann Collet2022-01-271-1/+6
|\ \ | |/ |/|
| * Add commentsBen Niu2022-01-271-0/+5
| * Disable _tzcnt_u64 for ARM64ECBen Niu2022-01-271-1/+1
|/
* Merge pull request #1042 from DimitriPapadopoulos/codespellYann Collet2021-11-2515-19/+19
|\
| * Fix typos found by codespellDimitri Papadopoulos2021-11-2515-19/+19
|/
* Merge pull request #1040 from zeux/m1-fastdecYann Collet2021-11-231-3/+5
|\
| * Enable fast decoding on Apple/AArch64 buildsArseny Kapoulkine2021-11-221-3/+5
|/
* Merge pull request #1032 from fwessels/patch-1Yann Collet2021-10-251-1/+1
|\
| * Update lz4_Block_format.mdFrank Wessels2021-10-251-1/+1
|/
* Merge pull request #1030 from kostasdizas/cmakeYann Collet2021-10-212-0/+33
|\
| * Create cmake package when installingKostas Dizas2021-10-202-0/+33
|/
* Merge pull request #1022 from lz4/unameYann Collet2021-09-206-14/+17
|\
| * make UNAME externally definableYann Collet2021-08-166-14/+17
* | Merge pull request #1027 from t-mat/examples-test-cppYann Collet2021-09-063-2/+29
|\ \
| * | Remove invalid variableTakayuki Matsuoka2021-09-061-2/+2
| * | Add test for examples/Takayuki Matsuoka2021-09-061-0/+22
| * | Add C++ compatibility test for examples/Takayuki Matsuoka2021-09-061-0/+5
| * | Add cast operator for compatibility with C++Takayuki Matsuoka2021-09-061-2/+2
|/ /
* | Merge pull request #1026 from kmou424/devYann Collet2021-09-041-2/+2
|\ \
| * | examples: simple_buffer: We must explicit convert pointer after malloc in c++kmou4242021-09-041-2/+2
|/ /
* | Merge pull request #1024 from a1346054/devYann Collet2021-08-2211-18/+18
|\ \ | |/ |/|
| * trim excess whitespacea13460542021-08-214-4/+4
| * fix spellinga13460542021-08-213-8/+8
| * fix warnings reported by shellcheck in shell scriptsa13460542021-08-212-2/+2
| * use the same style of hashbang for all filesa13460542021-08-212-2/+2
| * fix broken hashbangsa13460542021-08-212-2/+2
|/
* Merge pull request #1017 from fanzeyi/fix-clang-cl-msvcYann Collet2021-08-091-0/+6
|\
| * fix clang-cl _tzcnt_u64 not defined issueZeyi (Rice) Fan2021-08-091-0/+6
* | minor documentation for unicode_lintYann Collet2021-08-091-5/+9
* | Merge pull request #1020 from servusdei2018/devYann Collet2021-08-092-1/+18
|\ \
| * | ci: sh -> bashNate2021-08-081-1/+1
| * | ci: pass script through shNate2021-08-081-1/+1
| * | ci(.github/workflows/ci.yml): fix invalid yamlNate2021-08-081-3/+1
| * | ci(.github/workflows/ci.yml): run unicode lint under github actionsNate2021-08-081-0/+10
| * | tests(tests/unicode_lint.sh): expand unicode lint to the ./tests/ directoryNate2021-08-081-1/+10
|/ /
* | Merge pull request #1019 from servusdei2018/patch-1Yann Collet2021-08-083-1/+42
|\ \
| * | ci(.travis.yml): add unicode lint jobNate2021-08-081-0/+6
| * | nit(tests/unicode_lint.sh): standardize failure format messageNate2021-08-081-1/+1
| * | tests(unicode_lint.sh): create: lint source files in ./lib/ and ./programs/ f...Nate2021-08-081-0/+35
| * | nit(programs/platform.h): replace Unicode character #1018Nate2021-08-071-1/+1
|/ /
* | minor doc clarificationYann Collet2021-08-061-1/+2
* | fixed minor type, reported by @mwgameraYann Collet2021-08-061-2/+2
|/
* Merge pull request #999 from pekdon/solaris-10Yann Collet2021-08-061-1/+7
|\