Yann Collet and GitHub
1dbc2e0908
Merge pull request #4414 from arpadpanyik-arm/copy8
...
AArch64: Use better block COPY8
2025-06-25 07:47:01 -04:00
Yann Collet and GitHub
3c3b8274c5
Merge pull request #4417 from facebook/dependabot/github_actions/msys2/setup-msys2-2.28.0
...
Bump msys2/setup-msys2 from 2.27.0 to 2.28.0
2025-06-23 06:32:14 -07:00
Yann Collet and GitHub
bdceb81271
Merge pull request #4415 from bgilbert/buildtype
...
meson: drop unused variable
2025-06-21 20:31:26 -07:00
Yann Collet and GitHub
2e8ec28b30
Merge pull request #4416 from facebook/test_largeDictionary
...
added test-largeDictionary to dev-long CI script
2025-06-21 12:37:08 -07:00
Yann Collet and GitHub
528132e9a0
Merge pull request #4402 from mugitya03/tests
...
Release resources in error paths via cleanup
2025-06-21 11:33:44 -07:00
Yann Collet and GitHub
7eefc22169
Merge pull request #4367 from ClickHouse/cfi
...
Add unwind information in huf_decompress_amd64.S
2025-06-19 23:41:38 -07:00
Yann Collet and GitHub
354cede369
Merge pull request #4412 from Cyan4973/rm_bd
...
remove duplicate
2025-06-19 14:32:32 -07:00
Yann Collet and GitHub
429dc891b2
Merge pull request #4411 from arpadpanyik-arm/hist_sve2
...
AArch64: Add SVE2 implementation of histogram computation
2025-06-18 13:48:54 -07:00
Yann Collet and GitHub
2082749775
Merge pull request #4409 from bgilbert/meson-license
...
meson: use SPDX expression for license
2025-06-16 10:54:43 -07:00
Yann Collet and GitHub
4255c5ea89
Merge pull request #4408 from mugitya03/MLK-3
...
Ensure BMK_timedFnState is always freed in benchMem
2025-06-16 09:01:58 -07:00
Yann Collet and GitHub
5e6bdf5e3d
Merge pull request #4406 from Cyan4973/separate-cmake-tests
...
cmake CI tests refactor
2025-06-09 15:19:47 -07:00
Yann Collet
9a6fe9a428
remove global variable
...
overkill and leaky to transport a test result just in one place.
2025-06-09 21:55:06 +00:00
Yann Collet and GitHub
88bea95d11
Merge pull request #4403 from dloidolt/fix_FUZZ_malloc_rand
...
fuzz: Fix FUZZ_malloc_rand() to return non-NULL for zero-size allocations
2025-06-09 10:57:59 -07:00
Yann Collet and GitHub
39c091bc9e
Merge pull request #4397 from xiaoge1001/free
...
Fix several locations with potential memory leak
2025-06-09 10:06:36 -07:00
Yann Collet
472acf5d83
fix #4405
2025-06-09 07:24:03 +00:00
Yann Collet
7e0324e124
fixed cmake + windows + visual + clang-cl
...
by removing processing of resource files in this case
2025-06-09 07:09:51 +00:00
Yann Collet
b6dc2924f8
remove fail-fast so that the outcome of other tests can be observed
2025-06-09 06:59:18 +00:00
Yann Collet
49fe2ec793
refactor: modularize CMakeLists.txt for better maintainability
...
- Split monolithic 235-line CMakeLists.txt into focused modules
- Main file reduced to 78 lines with clear section organization
- Created 5 specialized modules:
* ZstdVersion.cmake - CMake policies and version management
* ZstdOptions.cmake - Build options and platform configuration
* ZstdDependencies.cmake - External dependency management
* ZstdBuild.cmake - Build targets and validation
* ZstdPackage.cmake - Package configuration generation
Benefits:
- Improved readability and maintainability
- Better separation of concerns
- Easier debugging and modification
- Preserved 100% backward compatibility
- All existing build options and targets unchanged
The refactored build system passes all tests and maintains
identical functionality while being much easier to understand
and maintain.
2025-06-09 03:47:33 +00:00
Yann Collet
75abb8bc1c
add cmake build test with ZSTD_BUILD_TESTS disabled
...
should reproduce #4405 and fail
2025-06-09 00:05:19 +00:00
Yann Collet
c826c572cf
added macos arm64 tests
...
and comment out windows arm64 tests due to unacceptably long queue time
2025-06-08 22:40:15 +00:00
Yann Collet
a168ae7232
added windows arm64 runner to cmake tests
2025-06-08 22:19:57 +00:00
Yann Collet
b922774602
refactor CMake tests workflow for readability
2025-06-08 21:44:21 +00:00
Yann Collet
a2dba85fd1
ci: separate cmake tests into dedicated workflow file
...
- Create new .github/workflows/cmake-tests.yml with all cmake-related jobs
- Move cmake-build-and-test-check, cmake-source-directory-with-spaces, and cmake-visual-2022 jobs
- Remove cmake tests from dev-short-tests.yml to improve organization
- Maintain same trigger conditions and test configurations
- Add dedicated concurrency group for cmake tests
This separation allows cmake tests to run independently and makes
the CI configuration more modular and easier to maintain.
2025-06-08 20:25:25 +00:00
Yann Collet and GitHub
ec8ad2e552
Merge pull request #4384 from xiaoge1001/dev
...
update `--rm` cmd help info
2025-06-08 12:39:26 -07:00
Yann Collet and GitHub
5b6fbf5f96
Merge pull request #4392 from mugitya03/MLK
...
Fix potential memory leak in function `benchMem`
2025-06-08 12:38:31 -07:00
Yann Collet and GitHub
e23d0a9616
Merge pull request #4399 from zijianli1234/dev
...
Improve speed of convertSequences() and get1BlockSummary() using RVV
2025-06-08 12:38:02 -07:00
Yann Collet and GitHub
bd894054c0
Merge pull request #4401 from mugitya03/MLK-1
...
Release resources before returning
2025-06-04 12:49:38 -07:00
Yann Collet and GitHub
e26dde3dcf
Merge pull request #4378 from Cyan4973/fix_zstreamtest_minor
...
fix minor warning in zstreamtest
2025-04-29 14:01:14 -07:00
Yann Collet and GitHub
453e252015
Merge pull request #4371 from ecordonnier-sc/eco/fix-macos-duplicate-lc-rpath
...
Fix duplicate LC_RPATH error on MacOS
2025-04-29 14:00:41 -07:00
Yann Collet and GitHub
d654fca786
Merge pull request #4362 from facebook/dependabot/github_actions/actions/setup-java-4.7.1
...
Bump actions/setup-java from 4.7.0 to 4.7.1
2025-04-14 03:19:07 -07:00
Yann Collet and GitHub
f5d4da09f5
Merge pull request #4353 from afq984/sparse
...
Check regular file for sparse support after opening
2025-04-07 03:48:41 -07:00
Yann Collet and GitHub
c5926fbab8
Merge pull request #4349 from Cyan4973/devfd
...
Support process substitution for `--filelist=`
2025-03-28 10:35:45 -07:00
Yann Collet and GitHub
7f0519dcfd
Merge pull request #4346 from Cyan4973/wintime
...
fix a risk of overflow on a time counter on Windows
2025-03-27 21:07:57 -07:00
Yann Collet and GitHub
23e8812f5b
Merge pull request #4350 from Cyan4973/patchapply
...
add --patch-apply command
2025-03-27 09:57:20 -07:00
Yann Collet and GitHub
12ea5f6e30
Merge pull request #4314 from facebook/dependabot/github_actions/ossf/scorecard-action-2.4.1
...
Bump ossf/scorecard-action from 2.4.0 to 2.4.1
2025-03-24 18:33:51 -07:00
Yann Collet and GitHub
ec40252066
Merge pull request #4345 from Cyan4973/block128
...
[doc] minor clarification for maximum block size
2025-03-24 18:33:01 -07:00
Yann Collet and GitHub
64dc08f47f
Merge pull request #4344 from Cyan4973/assert1
...
add an assert
2025-03-24 18:32:37 -07:00
Yann Collet and GitHub
6775af5b2e
Merge pull request #4341 from clan/pragma
...
lib/zstd.h: don't put pragma after static
2025-03-20 19:49:08 -07:00
Yann Collet and GitHub
eca205fc78
Merge pull request #4336 from Cyan4973/qsort_v2
...
fix #4312 - musl compilation compatibility
2025-03-12 10:31:54 -07:00
Yann Collet and GitHub
b27ba56a6d
Merge pull request #4335 from Cyan4973/dec_mt_warning
...
warn when requesting decompression with multiple threads
2025-03-11 11:51:15 -07:00
Yann Collet and GitHub
f9a6031963
Merge pull request #4334 from Cyan4973/fix4332
...
fix #4332 : setting ZSTD_NBTHREADS=0 via environment variable
2025-03-10 21:12:24 -08:00
Yann Collet and GitHub
99cf130cfc
Merge pull request #4329 from Cyan4973/cmd_split
...
New commands --split and --jobsize
2025-03-05 07:46:04 -08:00
Yann Collet and GitHub
5e7d721235
Merge pull request #4327 from Cyan4973/win_artifacts
...
Generate Zstandard binaries for Windows with lz4 support
2025-03-04 16:08:01 -08:00
Yann Collet and GitHub
7df457a51d
Merge pull request #4324 from facebook/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2025-03-03 10:39:50 -08:00
Yann Collet and GitHub
cab2a29c36
Update windows-artifacts.yml
...
edit version comment
2025-03-02 23:11:35 -08:00
Yann Collet and GitHub
3c6c472f01
Update scorecards.yml
...
edit version comment
2025-03-02 23:11:08 -08:00
Yann Collet and GitHub
46b2e05a33
Update publish-release-artifacts.yml
...
fix version comment
2025-03-02 23:10:09 -08:00
Yann Collet and GitHub
a9337e6739
Merge pull request #4321 from Cyan4973/win_artifacts
...
Automate Windows Artifact generation and publication
2025-02-28 12:35:06 -08:00
Yann Collet and GitHub
017ada44b5
Merge pull request #4322 from Cyan4973/meson_win
...
fix the meson windows build
2025-02-27 16:17:34 -08:00
Yann Collet and GitHub
a1a5154b69
Merge pull request #4312 from Cyan4973/musl_ci
...
introduce ZSTD_USE_C90_QSORT
2025-02-27 14:27:21 -08:00
Yann Collet and GitHub
22b2fd2517
Merge pull request #4317 from hirohira9119/fix-function-signature
...
Fix function signature mismatch for ZSTD_convertBlockSequences
2025-02-27 13:03:03 -08:00
Yann Collet and GitHub
d6fbaaac99
Merge pull request #4320 from sebres/patch-1
...
build_package.bat: fix path to zstd_errors.h, avoid silently ignore of the errors if build failed
2025-02-26 15:15:03 -08:00
Yann Collet and GitHub
0ac659fb00
Merge pull request #4319 from Cyan4973/Wconversion
...
step towards -Wconversion
2025-02-26 15:14:52 -08:00
Yann Collet and GitHub
76779f52c2
Merge pull request #4310 from Cyan4973/cmake_target_compile
...
[cmake] use target_compile_definitions
2025-02-25 10:04:10 -08:00
Yann Collet and GitHub
3ff0d794b8
Merge pull request #4309 from Cyan4973/check_manual
...
Check API manual and man pages before release
2025-02-24 15:17:11 -08:00
Yann Collet and GitHub
5743da491b
Merge pull request #4315 from facebook/dependabot/github_actions/msys2/setup-msys2-2.27.0
...
Bump msys2/setup-msys2 from 2.26.0 to 2.27.0
2025-02-24 01:53:48 -08:00
Yann Collet and GitHub
1bef87857b
Merge pull request #4302 from facebook/man157
...
updated man pages and manual
2025-02-19 16:56:55 -08:00
Yann Collet and GitHub
d157156bb8
Merge pull request #4300 from facebook/bench_157
...
updated benchmark numbers for v1.5.7
2025-02-18 22:18:57 -08:00
Yann Collet and GitHub
ea027ab21c
Merge pull request #4299 from facebook/ga_harden
...
Improved Github Actions scorecards
2025-02-18 15:26:29 -08:00
Yann Collet and GitHub
99a12e6f72
Merge pull request #4297 from facebook/changelog157
...
update changelog for v1.5.7
2025-02-18 14:35:24 -08:00
Yann Collet and GitHub
22c39b9891
Merge pull request #4274 from luau-project/intel-compilers
...
CI: enable Intel LLVM C compiler (icx) check
2025-02-13 20:21:35 -08:00
Yann Collet and GitHub
beccbc6f74
Merge pull request #4293 from facebook/rip-ubuntu20
...
Fixed CI
2025-02-13 20:21:10 -08:00
Yann Collet and GitHub
d84d70bd04
Merge pull request #4288 from facebook/stronger_patchfrom
...
Improve compression ratio of the --patch-from mode
2025-02-10 12:09:16 -08:00
Yann Collet and GitHub
5b8575adaa
Merge pull request #4289 from facebook/autoultra
...
--ultra automatically triggered with --long and --patch-from
2025-02-10 10:38:28 -08:00
Yann Collet and GitHub
e3a9351402
Merge pull request #4290 from facebook/lmax
...
--max command
2025-02-10 10:38:00 -08:00
Yann Collet and GitHub
071a4a0904
Merge pull request #4291 from facebook/dependabot/github_actions/github/codeql-action-3.28.9
...
Bump github/codeql-action from 3.28.1 to 3.28.9
2025-02-09 23:45:47 -08:00
Yann Collet and GitHub
0396480109
Merge pull request #4284 from facebook/mesonNoexec
...
Add noexecstack flag for gcc/clang C and CPP in Meson
2025-02-06 10:55:44 -08:00
Yann Collet and GitHub
ef2bf57811
Merge pull request #4276 from facebook/fix_patchfrom_hc_speed
...
fix speed of --patch-from mode at high compression levels
2025-02-05 20:12:56 -08:00
Yann Collet and GitHub
30e0f29c4d
Merge pull request #4287 from facebook/warn_error
...
visual studio compilation tests: error out on warnings
2025-02-05 17:42:54 -08:00
Yann Collet and GitHub
8156a19cac
Merge pull request #4286 from facebook/visual_clang_avx2
...
Fix Visual + ClangCL + AVX2 compilation
2025-02-05 15:30:51 -08:00
Yann Collet and GitHub
26a2b5d5df
Merge pull request #4265 from pps83/static-bmi2-check
...
Check `STATIC_BMI2` instead of `STATIC_BMI2 == 1`
2025-01-31 14:39:20 -08:00
Yann Collet and GitHub
086ddcd9ba
Merge pull request #4271 from tsdgeos/removedupe
...
cmake: Remove duplicated line
2025-01-31 14:38:19 -08:00
Yann Collet and GitHub
b55ff3c61d
Merge pull request #4278 from facebook/bench_x100
...
bench: better result alignment
2025-01-31 14:38:01 -08:00
Yann Collet and GitHub
283fbd2dca
Merge pull request #4264 from pps83/dev-static-bmi2
...
Move STATIC_BMI2 define to portability_macros.h
2025-01-30 11:11:51 -08:00
Yann Collet and GitHub
6a65a43032
Merge pull request #4269 from luau-project/fix-rc-include
...
fix: quote include directory for resource compiler
2025-01-27 11:58:22 -08:00
Yann Collet and GitHub
1d088ba55c
Merge pull request #4260 from gcabiddu/compress_sequences_kernel
...
[linux] Expose ZSTD_compressSequences*() in the kernel
2025-01-27 09:44:53 -08:00
Yann Collet and GitHub
ab54285129
Merge pull request #4266 from pps83/rm-ZSTD_decompressSequences_t
...
Remove unused ZSTD_decompressSequences_t typedef
2025-01-26 22:55:46 -08:00
Yann Collet and GitHub
ea0aa030cd
Merge pull request #4263 from pps83/dev-dyn-bmi2
...
Check `DYNAMIC_BMI2` instead of `DYNAMIC_BMI2 != 0`
2025-01-23 15:53:17 -08:00
Yann Collet and GitHub
a7b59bcb7f
Merge pull request #4257 from pps83/dev-x64test
...
Use _M_X64 only without mixing with _M_AMD64
2025-01-23 12:50:27 -08:00
Yann Collet and GitHub
55c0c5bdca
Merge pull request #4258 from pps83/dev-ZSTD_ALIGNED
...
Implement ZSTD_ALIGNED for ms compiler
2025-01-22 15:09:35 -08:00
Yann Collet and GitHub
2ef57cf1e2
Merge pull request #4259 from Treata11/dev
...
Add support for Apple framework builds
2025-01-22 15:09:11 -08:00
Yann Collet and GitHub
f7c7553e4f
Merge pull request #4255 from facebook/dependabot/github_actions/github/codeql-action-3.28.1
...
Bump github/codeql-action from 3.27.1 to 3.28.1
2025-01-19 23:18:33 -08:00
Yann Collet and GitHub
cf01bbf005
Merge pull request #4254 from facebook/dependabot/github_actions/cygwin/cygwin-install-action-5
...
Bump cygwin/cygwin-install-action from 4 to 5
2025-01-19 23:16:18 -08:00
Yann Collet and GitHub
056492e31b
Update dev-short-tests.yml
...
specify cygwin action version
2025-01-19 23:14:59 -08:00
Yann Collet and GitHub
48b186f76b
Merge pull request #4253 from facebook/BitContainerType
...
minor: use BitContainerType when appropriate
2025-01-19 18:35:36 -08:00
Yann Collet and GitHub
0c335c97b8
Merge pull request #4252 from facebook/x32_dynamicBmi2
...
enable DYNAMIC_BMI2 by default on x86 (32-bit mode)
2025-01-19 18:30:29 -08:00
Yann Collet and GitHub
9fbed3330c
Merge pull request #4251 from facebook/x32_bmi2
...
BMI2 detection in 32-bit mode
2025-01-19 07:37:57 -08:00
Yann Collet and GitHub
e475dc4c05
Merge pull request #4250 from facebook/x86_32_avx2
...
added a CI test for x86 32-bit + avx2 combination
2025-01-18 23:54:51 -08:00
Yann Collet and GitHub
a469e7c083
Merge pull request #4248 from pps83/dev-bzhi32
...
Use _bzhi_u32 for 32-bit builds when building with STATIC_BMI2
2025-01-18 22:48:24 -08:00
Yann Collet and GitHub
167b00495d
Merge pull request #4246 from pps83/dev-asmx64-win
...
[asm] Enable x86_64 asm for windows builds
2025-01-18 20:03:16 -08:00
Yann Collet and GitHub
eb2ceb4bc8
Merge pull request #4249 from facebook/zds_nonnull
...
minor: assert that state is not null
2025-01-18 18:56:46 -08:00
Yann Collet and GitHub
053e4bef20
Merge pull request #4247 from facebook/test_endMsg
...
Added a human-readable final success message at end of tests
2025-01-18 13:06:07 -08:00
Yann Collet and GitHub
c8243b4724
Merge pull request #4242 from lalakii/dev
...
add prerelease option
2025-01-16 10:33:18 -08:00
Yann Collet and GitHub
319dc2911f
Merge pull request #4235 from facebook/bench_nbThreads
...
benchmark mode specifies nb of threads with -v
2025-01-16 10:33:04 -08:00
Yann Collet and GitHub
19025f3da0
Merge pull request #4238 from szsam/patch-1
...
fix out-of-bounds array index access
2025-01-15 17:56:41 -08:00
Yann Collet and GitHub
33747e2569
Merge pull request #4232 from facebook/convertSequences_SSE
...
Improve speed of ZSTD_compressSequencesAndLiterals() using AVX2
2025-01-15 17:56:05 -08:00
Yann Collet and GitHub
72277079fb
Merge pull request #4243 from facebook/fix_ci
...
fix ci tests
2025-01-15 17:10:26 -08:00
Yann Collet and GitHub
92d1a7d07c
Merge pull request #4234 from MessyHack/dev
...
[MSVC] Wrong define checked when building for 64bit with Visual Studio
2025-01-14 14:33:25 -08:00
Yann Collet and GitHub
421f9c947d
Merge pull request #4237 from facebook/typo_s
...
fixed an obvious macro name typo
2025-01-14 11:12:46 -08:00
Yann Collet and GitHub
f5e2996dd3
Merge pull request #4231 from sunpoet/dev
...
Update MANDIR for FreeBSD
2025-01-07 09:04:57 -08:00