Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1060 from gabrielstedman/list_test_fix | Yann Collet | 2022-01-29 | 1 | -42/+49 |
|\ | | | | | Fix list test | ||||
| * | Correctly use temp folder variable | Gabriel | 2022-01-29 | 1 | -1/+1 |
| | | |||||
| * | Convert all strings to fstrings && avoid usage of shell for Popen | Gabriel | 2022-01-29 | 1 | -40/+45 |
| | | |||||
| * | Ensure list test exits with appropiate exit code on failure | Gabriel | 2022-01-29 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #1058 from lz4/fix_test_invalid | Yann Collet | 2022-01-29 | 3 | -35/+56 |
|\ \ | |/ |/| | --test and --list return an error when parsing invalid file | ||||
| * | --test and --list return an error when parsing invalid file | Yann Collet | 2022-01-29 | 3 | -35/+56 |
| | | | | | | | | fix #1045 | ||||
* | | Merge pull request #1057 from lz4/lz4_unalign | Yann Collet | 2022-01-29 | 1 | -6/+6 |
|\ \ | |/ |/| | renamed unaligned -> LZ4_unaligned | ||||
| * | renamed unaligned -> LZ4_unaligned | Yann Collet | 2022-01-29 | 1 | -6/+6 |
| | | | | | | | | | | better name space isolation suggested by @boris-kolpackov in #1053 | ||||
* | | Merge pull request #1056 from lz4/fix_opt12 | Yann Collet | 2022-01-29 | 2 | -19/+18 |
|\ \ | |/ |/| | fixed bug in optimal parser | ||||
| * | fixed bug in optimal parser | Yann Collet | 2022-01-29 | 2 | -19/+18 |
| | | | | | | | | discovered by @yoniko. | ||||
* | | added test | Yann Collet | 2022-01-29 | 3 | -2/+6 |
| | | | | | | | | for --list from stdin | ||||
* | | Merge pull request #1048 from Low-power/lz4cli-list-stdin | Yann Collet | 2022-01-29 | 3 | -7/+27 |
|\ \ | | | | | | | '--list' doesn't work stdin even it is a regular file | ||||
| * | | Allow '--list' with stdin if it is a regular file | WHR | 2021-12-14 | 3 | -7/+27 |
| | | | |||||
* | | | Merge pull request #1049 from eli-schwartz/meson-warning-run_command | Yann Collet | 2022-01-29 | 1 | -7/+2 |
|\ \ \ | |_|/ |/| | | meson: simplify version lookup and avoid deprecation warnings | ||||
| * | | meson: simplify version lookup and avoid deprecation warnings | Eli Schwartz | 2021-12-14 | 1 | -7/+2 |
| |/ | | | | | | | | | | | | | | | | | | | run_command() in development versions of meson will warn when the `check: ` kwarg is not specified. At the same time, lz4 has some gnarly code to manually check the return code and raise an error if it failed. Kill two birds with one stone, by making run_command inherently raise a fatal error when erroring out, then proceeding in the knowledge that it must have succeeded. | ||||
* | | Merge pull request #1054 from mcfi/patch-1 | Yann Collet | 2022-01-27 | 1 | -1/+6 |
|\ \ | |/ |/| | Disable _tzcnt_u64 for ARM64EC | ||||
| * | Add comments | Ben Niu | 2022-01-27 | 1 | -0/+5 |
| | | |||||
| * | Disable _tzcnt_u64 for ARM64EC | Ben Niu | 2022-01-27 | 1 | -1/+1 |
|/ | | | The ARM64EC is a new Microsoft-designed ARM64 ABI that is compatible with AMD64 code. However, not all AMD64 intrinsic functions are supported. For, intrinsics that are lowered to AVX, AVX2 and AVX512 instructions are not supported, including the _tzcnt_u64. To make sure this file compiles for ARM64EC, the use of _tzcnt_u64 should be neutered. | ||||
* | Merge pull request #1042 from DimitriPapadopoulos/codespell | Yann Collet | 2021-11-25 | 15 | -19/+19 |
|\ | | | | | Fix typos found by codespell | ||||
| * | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 15 | -19/+19 |
|/ | |||||
* | Merge pull request #1040 from zeux/m1-fastdec | Yann Collet | 2021-11-23 | 1 | -3/+5 |
|\ | | | | | Enable fast decoding on Apple/AArch64 builds (18-25% faster decompression) | ||||
| * | Enable fast decoding on Apple/AArch64 builds | Arseny Kapoulkine | 2021-11-22 | 1 | -3/+5 |
|/ | | | | | | | | | | | This makes decoding significantly faster on M1; measured on compressed source code across 8 hardware threads, decompressing 294 MB to 1301 MB takes 513 ms of cumulative work (2.53 GB/s) before, and 406 ms (3.2 GB/s) after this change on M1 Pro. There's no way to check if the target architecture is M1 specifically but the gains are likely to be similar on recent iterations on Apple processors, and the original performance issue was probably more specific to Qualcomm. | ||||
* | Merge pull request #1032 from fwessels/patch-1 | Yann Collet | 2021-10-25 | 1 | -1/+1 |
|\ | | | | | Update lz4_Block_format.md | ||||
| * | Update lz4_Block_format.md | Frank Wessels | 2021-10-25 | 1 | -1/+1 |
|/ | | | Mini typo | ||||
* | Merge pull request #1030 from kostasdizas/cmake | Yann Collet | 2021-10-21 | 2 | -0/+33 |
|\ | | | | | Create CMake package when installing | ||||
| * | Create cmake package when installing | Kostas Dizas | 2021-10-20 | 2 | -0/+33 |
|/ | |||||
* | Merge pull request #1022 from lz4/uname | Yann Collet | 2021-09-20 | 6 | -14/+17 |
|\ | | | | | make UNAME externally definable | ||||
| * | make UNAME externally definable | Yann Collet | 2021-08-16 | 6 | -14/+17 |
| | | | | | | | | | | | | | | on top of providing a central definition place, which eases maintenance, it might also help for #1021. Also : updated doc | ||||
* | | Merge pull request #1027 from t-mat/examples-test-cpp | Yann Collet | 2021-09-06 | 3 | -2/+29 |
|\ \ | | | | | | | Add C++ compatibility test for `examples/` | ||||
| * | | Remove invalid variable | Takayuki Matsuoka | 2021-09-06 | 1 | -2/+2 |
| | | | |||||
| * | | Add test for examples/ | Takayuki Matsuoka | 2021-09-06 | 1 | -0/+22 |
| | | | |||||
| * | | Add C++ compatibility test for examples/ | Takayuki Matsuoka | 2021-09-06 | 1 | -0/+5 |
| | | | |||||
| * | | Add cast operator for compatibility with C++ | Takayuki Matsuoka | 2021-09-06 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1026 from kmou424/dev | Yann Collet | 2021-09-04 | 1 | -2/+2 |
|\ \ | | | | | | | examples: simple_buffer: We must explicit convert pointer after mallo… | ||||
| * | | examples: simple_buffer: We must explicit convert pointer after malloc in c++ | kmou424 | 2021-09-04 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | Aim: To adapt C++ Compilation errors: simple_buffer.c:47:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'void *' char* compressed_data = malloc((size_t)max_dst_size); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simple_buffer.c:76:15: error: cannot initialize a variable of type 'char *const' with an rvalue of type 'void *' char* const regen_buffer = malloc(src_size); ^ ~~~~~~~~~~~~~~~~ 2 errors generated. | ||||
* | | Merge pull request #1024 from a1346054/dev | Yann Collet | 2021-08-22 | 11 | -18/+18 |
|\ \ | |/ |/| | Minor cleanup | ||||
| * | trim excess whitespace | a1346054 | 2021-08-21 | 4 | -4/+4 |
| | | |||||
| * | fix spelling | a1346054 | 2021-08-21 | 3 | -8/+8 |
| | | |||||
| * | fix warnings reported by shellcheck in shell scripts | a1346054 | 2021-08-21 | 2 | -2/+2 |
| | | |||||
| * | use the same style of hashbang for all files | a1346054 | 2021-08-21 | 2 | -2/+2 |
| | | |||||
| * | fix broken hashbangs | a1346054 | 2021-08-21 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1017 from fanzeyi/fix-clang-cl-msvc | Yann Collet | 2021-08-09 | 1 | -0/+6 |
|\ | | | | | fix clang-cl _tzcnt_u64 not defined issue | ||||
| * | fix clang-cl _tzcnt_u64 not defined issue | Zeyi (Rice) Fan | 2021-08-09 | 1 | -0/+6 |
| | | |||||
* | | minor documentation for unicode_lint | Yann Collet | 2021-08-09 | 1 | -5/+9 |
| | | |||||
* | | Merge pull request #1020 from servusdei2018/dev | Yann Collet | 2021-08-09 | 2 | -1/+18 |
|\ \ | | | | | | | ci: merge unicode lint to github actions and expand test coverage to ./tests/ directory | ||||
| * | | ci: sh -> bash | Nate | 2021-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | ci: pass script through sh | Nate | 2021-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | ci(.github/workflows/ci.yml): fix invalid yaml | Nate | 2021-08-08 | 1 | -3/+1 |
| | | | | | | | | | fixed syntax error | ||||
| * | | ci(.github/workflows/ci.yml): run unicode lint under github actions | Nate | 2021-08-08 | 1 | -0/+10 |
| | | | |||||
| * | | tests(tests/unicode_lint.sh): expand unicode lint to the ./tests/ directory | Nate | 2021-08-08 | 1 | -1/+10 |
|/ / |