]>
git.ipfire.org Git - thirdparty/zstd.git/log
Yann Collet [Fri, 18 Dec 2020 23:52:11 +0000 (15:52 -0800)]
updated version number to v1.4.8
Yann Collet [Fri, 18 Dec 2020 23:39:12 +0000 (15:39 -0800)]
Merge pull request #2434 from facebook/wksp_align4
added emphasis on the alignment condition of workspace
Yann Collet [Fri, 18 Dec 2020 23:04:09 +0000 (15:04 -0800)]
added emphasis on the alignment condition of workspace
and made it a programming mistake (`assert()`)
rather than a runtime error.
Yann Collet [Fri, 18 Dec 2020 23:03:10 +0000 (15:03 -0800)]
Merge pull request #2433 from facebook/travisless
Reduce workload on travisCI
Yann Collet [Fri, 18 Dec 2020 20:50:36 +0000 (12:50 -0800)]
removed duplicated release-only tests
from travisCI
as they are already part of Github Actions
Yann Collet [Fri, 18 Dec 2020 19:01:22 +0000 (11:01 -0800)]
removed tests duplicated between TravisCI and Github Actions
reduce load on TravisCI
Yann Collet [Fri, 18 Dec 2020 02:00:21 +0000 (18:00 -0800)]
Merge pull request #2432 from facebook/check32
added runtime test in CI for 32-bit binaries
Yann Collet [Thu, 17 Dec 2020 23:45:22 +0000 (15:45 -0800)]
Merge branch 'check32' of github.com:facebook/zstd into check32
Yann Collet [Thu, 17 Dec 2020 23:44:54 +0000 (15:44 -0800)]
removing tests using too much resources for 32-bit address space
Yann Collet [Thu, 17 Dec 2020 23:24:56 +0000 (15:24 -0800)]
Merge pull request #2430 from terrelln/huf-compress-weights-fix
Fix alignment of scratchBuffer in HUF_compressWeights()
Yann Collet [Thu, 17 Dec 2020 23:05:26 +0000 (15:05 -0800)]
added pre-requisites for 32-bit tests in CI
Yann Collet [Thu, 17 Dec 2020 23:01:04 +0000 (15:01 -0800)]
additional master->release switches (CI tests)
Yann Collet [Thu, 17 Dec 2020 22:53:36 +0000 (14:53 -0800)]
added a simple runtime test in CI for 32-bit binaries
Nick Terrell [Thu, 17 Dec 2020 22:27:53 +0000 (14:27 -0800)]
Fix alignment of scratchBuffer in HUF_compressWeights()
The scratch buffer must be 4-byte aligned. This causes test failures in
32-bit systems, where the stack isn't aligned.
Fixes Issue #2428.
Yann Collet [Thu, 17 Dec 2020 07:53:13 +0000 (23:53 -0800)]
removed incorrect test
Yann Collet [Thu, 17 Dec 2020 07:00:35 +0000 (23:00 -0800)]
moving all references to `release` branch
was previously `master`
Yann Collet [Wed, 16 Dec 2020 23:00:18 +0000 (15:00 -0800)]
Merge pull request #2426 from facebook/changelog147
Updated CHANGELOG for v1.4.7
Yann Collet [Wed, 16 Dec 2020 22:59:31 +0000 (14:59 -0800)]
Merge pull request #2427 from facebook/example_compile
streamlined example recipe
Yann Collet [Wed, 16 Dec 2020 04:53:05 +0000 (20:53 -0800)]
updated version number to v1.4.7
and updated doc
Yann Collet [Tue, 15 Dec 2020 10:06:01 +0000 (02:06 -0800)]
streamlined example recipe
better use of default rules
Yann Collet [Tue, 15 Dec 2020 08:27:32 +0000 (00:27 -0800)]
added api issues reported by @animalize
Yann Collet [Tue, 15 Dec 2020 02:45:57 +0000 (18:45 -0800)]
Updated CHANGELOG for v1.4.7
Yann Collet [Tue, 15 Dec 2020 00:22:09 +0000 (16:22 -0800)]
Merge pull request #2424 from ihsinme/patch-1
fix Integer Overflow
Yann Collet [Tue, 15 Dec 2020 00:21:52 +0000 (16:21 -0800)]
Merge pull request #2425 from animalize/changelog_date
add release dates to CHANGELOG
Yann Collet [Tue, 15 Dec 2020 00:14:07 +0000 (16:14 -0800)]
Merge pull request #2420 from terrelln/huf-comment
[huf_compress] Refactor and comment HUF_buildCTable()
animalize [Mon, 14 Dec 2020 02:27:35 +0000 (10:27 +0800)]
add release dates to CHANGELOG
ihsinme [Sun, 13 Dec 2020 09:08:31 +0000 (12:08 +0300)]
fix Integer Overflow
Yann Collet [Fri, 11 Dec 2020 03:04:11 +0000 (19:04 -0800)]
Merge pull request #2423 from facebook/no-ln
replace links by actual copies
Nick Terrell [Fri, 11 Dec 2020 00:14:34 +0000 (16:14 -0800)]
Merge pull request #2411 from terrelln/cmake-fixes
[cmake] Fix source directory with spaces
Yann Collet [Thu, 10 Dec 2020 22:31:35 +0000 (14:31 -0800)]
refinement : only copy if binary is different
Nick Terrell [Thu, 10 Dec 2020 21:33:34 +0000 (13:33 -0800)]
[CI][cmake] Disable --test-large-data and shorten fuzzing time to 2 mins
Yann Collet [Thu, 10 Dec 2020 21:25:08 +0000 (13:25 -0800)]
replace final links by direct copy
link can behave slightly differently from real binaries,
breaking a few scripts relying on "real binary" assumption.
Nick Terrell [Mon, 7 Dec 2020 20:08:29 +0000 (12:08 -0800)]
[tests] Fix playTests.sh with spaces in path
Nick Terrell [Mon, 7 Dec 2020 19:55:44 +0000 (11:55 -0800)]
[cmake] Quote environment variables for tests
Fix the quoting for the invocation of `playtests.sh`.
Nick Terrell [Mon, 7 Dec 2020 04:13:37 +0000 (20:13 -0800)]
[cmake] Fix pkgconfig quoting
The pkgconfig file generation didn't correctly escape the paths. It both
quoted and escaped spaces with `\`, which doesn't work. The fix is to
remove the quoting.
Nick Terrell [Thu, 3 Dec 2020 01:08:36 +0000 (17:08 -0800)]
[CI] Add cmake test for source dirs with spaces
Felix Handte [Thu, 10 Dec 2020 06:20:51 +0000 (01:20 -0500)]
Merge pull request #2422 from felixhandte/doc-update-repcodes
Update Zstd Compression Format to Clarify Repcode Behavior
W. Felix Handte [Thu, 10 Dec 2020 01:00:48 +0000 (20:00 -0500)]
Update Zstd Compression Format to Clarify Repcode Behavior
Felix Handte [Wed, 9 Dec 2020 23:58:17 +0000 (18:58 -0500)]
Merge pull request #2421 from felixhandte/pc-no-sed
Don't Use Regexes to Build Pkg-Config File
Felix Handte [Wed, 9 Dec 2020 21:50:52 +0000 (16:50 -0500)]
Merge pull request #2419 from felixhandte/asan-dont-poison-static-allocs
Don't ASAN-Poison Statically-Allocated Workspaces
W. Felix Handte [Wed, 9 Dec 2020 19:56:12 +0000 (14:56 -0500)]
Create Enum to Represent Static/Dynamic Allocation Distinction in cwksp
W. Felix Handte [Tue, 8 Dec 2020 16:54:57 +0000 (11:54 -0500)]
Don't ASAN-Poison Statically-Allocated Workspaces
Addresses #2286.
W. Felix Handte [Wed, 9 Dec 2020 01:46:02 +0000 (20:46 -0500)]
Apply Same Strategy to CMake
W. Felix Handte [Wed, 9 Dec 2020 01:10:05 +0000 (20:10 -0500)]
Avoid Use of Regexes in Building Package-Config File
Nick Terrell [Tue, 8 Dec 2020 21:53:22 +0000 (13:53 -0800)]
[huf_compress] Refactor and comment HUF_buildCTable()
Comment and refactor `HUF_buildCTable()` and the helper functions
it calls as I read and understand the code. Hopefully this refactor
makes the code a bit more clear.
sen [Tue, 8 Dec 2020 17:50:23 +0000 (12:50 -0500)]
Merge pull request #2418 from senhuang42/fix_paramgrill_warnings
Fix various paramgrill conversion warnings
senhuang42 [Tue, 8 Dec 2020 15:07:28 +0000 (10:07 -0500)]
Fix various conversion warnings
sen [Mon, 7 Dec 2020 13:46:27 +0000 (08:46 -0500)]
Merge pull request #2408 from senhuang42/seekable_hang_fix
Remove possibility of hanging when using seekable decompression
Yann Collet [Sat, 5 Dec 2020 19:17:53 +0000 (11:17 -0800)]
Merge pull request #2417 from bimbashrestha/icc-fix
[build] Fix icc build. Using updated ubuntu packages
Bimba Shrestha [Sat, 5 Dec 2020 15:42:44 +0000 (09:42 -0600)]
Using add-apt-repository instead and installing intel-basekit/hpckit
Yann Collet [Sat, 5 Dec 2020 05:38:39 +0000 (21:38 -0800)]
Merge pull request #2413 from senhuang42/paramgrill_windows
Paramgrill for windows
Yann Collet [Sat, 5 Dec 2020 05:30:57 +0000 (21:30 -0800)]
Merge pull request #2415 from facebook/fix_aliasing
fix gcc-10 strict aliasing warnings
Yann Collet [Sat, 5 Dec 2020 04:25:01 +0000 (20:25 -0800)]
fix gcc-10 aliasing warning in zlib_wrapper
Yann Collet [Sat, 5 Dec 2020 03:21:40 +0000 (19:21 -0800)]
fix aliasing warning in decodecorpus
Nick Terrell [Sat, 5 Dec 2020 01:09:30 +0000 (17:09 -0800)]
Merge pull request #2412 from animalize/dict_compressionlevel
use ZSTD_CLEVEL_DEFAULT in zdict.c
Yann Collet [Sat, 5 Dec 2020 00:43:19 +0000 (16:43 -0800)]
fix gcc-10 strict aliasing warnings
by exposing HUF_CElt declaration.
Yann Collet [Sat, 5 Dec 2020 00:33:39 +0000 (16:33 -0800)]
minor speed improvement to HUF_readCTable()
faster by ~+1-2%
Nick Terrell [Sat, 5 Dec 2020 00:30:08 +0000 (16:30 -0800)]
Merge pull request #2414 from terrelln/mt-progress
[lib] Ensure that multithreaded compression always makes some progress
Nick Terrell [Fri, 4 Dec 2020 04:25:14 +0000 (20:25 -0800)]
[lib] Ensure that multithreaded compression always makes some progress
Nick Terrell [Fri, 4 Dec 2020 01:48:25 +0000 (17:48 -0800)]
Merge pull request #2410 from terrelln/zlib-wrapper
[zlibWrapper] Only use public zstd functions
senhuang42 [Thu, 3 Dec 2020 15:39:16 +0000 (10:39 -0500)]
Allow paramgrill in cmake on windows
senhuang42 [Thu, 3 Dec 2020 15:36:45 +0000 (10:36 -0500)]
Fix MSVC 2019 warnings
senhuang42 [Thu, 3 Dec 2020 14:25:45 +0000 (09:25 -0500)]
Add seekable tests to CI
senhuang42 [Thu, 3 Dec 2020 13:54:21 +0000 (08:54 -0500)]
Clean up makefile for seekable tests
animalize [Thu, 3 Dec 2020 04:44:46 +0000 (12:44 +0800)]
use ZSTD_CLEVEL_DEFAULT in zdict.c
Nick Terrell [Thu, 3 Dec 2020 00:49:03 +0000 (16:49 -0800)]
Merge pull request #2406 from terrelln/linux-wrapper-api
[linux] Add the linux wrapper API
Nick Terrell [Wed, 2 Dec 2020 23:05:11 +0000 (15:05 -0800)]
[zlibWrapper] Only use public zstd functions
Yann Collet [Wed, 2 Dec 2020 23:33:54 +0000 (15:33 -0800)]
Merge pull request #2409 from facebook/test_makefile
Minor refactor
Nick Terrell [Wed, 2 Dec 2020 22:35:58 +0000 (14:35 -0800)]
Merge pull request #2390 from animalize/clamp_level
Clamp compression level
senhuang42 [Wed, 2 Dec 2020 20:27:39 +0000 (15:27 -0500)]
Add unit tests to seekable
Nick Terrell [Wed, 2 Dec 2020 19:57:55 +0000 (11:57 -0800)]
[contrib][linux] Add SPDX-License-Identifier
Nick Terrell [Wed, 2 Dec 2020 19:42:25 +0000 (11:42 -0800)]
[contrib][linux] Fix make import-upstream
sen [Wed, 2 Dec 2020 19:40:02 +0000 (14:40 -0500)]
Merge pull request #2407 from senhuang42/sequence_compression_nbseqcheck_fix
[oss-fuzz] Move sequence compression API nbSequences check
Nick Terrell [Wed, 2 Dec 2020 19:07:17 +0000 (11:07 -0800)]
[contrib][linux] Follow style guide more closely
Nick Terrell [Wed, 2 Dec 2020 18:40:46 +0000 (10:40 -0800)]
[contrib][linux] Add a make target to import upstream
Yann Collet [Wed, 2 Dec 2020 18:34:12 +0000 (10:34 -0800)]
fixed fuzzer multithreading tests
senhuang42 [Wed, 2 Dec 2020 17:24:16 +0000 (12:24 -0500)]
Add a forward progress requirement bound to seekable streaming decompression
Yann Collet [Wed, 2 Dec 2020 17:13:55 +0000 (09:13 -0800)]
fixed fuzzer32 to support multithreading tests
though it still fails on test33:
`test 33: superblock uncompressible data, too many nocompress superblocks`
senhuang42 [Wed, 2 Dec 2020 17:11:32 +0000 (12:11 -0500)]
Move max nb seq check to per-block
Nick Terrell [Wed, 2 Dec 2020 09:11:41 +0000 (01:11 -0800)]
[contrib][linux-kernel] Fix test warnings
Nick Terrell [Wed, 2 Dec 2020 08:59:31 +0000 (00:59 -0800)]
[minor][lib] Remove double semicolon
Nick Terrell [Wed, 2 Dec 2020 08:56:56 +0000 (00:56 -0800)]
[contrib][linux] Add wrapper API
Add the kernel wrapper API. This keeps the same API and semantics as the
existing kernel API with name changes to be more kernel style and avoid
symbol collisions with zstd.
Yann Collet [Wed, 2 Dec 2020 08:21:29 +0000 (00:21 -0800)]
removed fullbench-lib from tests/all
this build works fine on all my systems,
but since to fail on CI environment.
Unclear why there is a difference.
This build test is not relevant anyway.
Yann Collet [Wed, 2 Dec 2020 08:15:07 +0000 (00:15 -0800)]
fixed API documentation
Yann Collet [Wed, 2 Dec 2020 07:44:16 +0000 (23:44 -0800)]
streamline fuzzer
from fuzzer32
Yann Collet [Wed, 2 Dec 2020 07:36:05 +0000 (23:36 -0800)]
better usage of default build rules
Yann Collet [Wed, 2 Dec 2020 06:33:45 +0000 (22:33 -0800)]
simplified test makefile
removed gzstd target:
relevant tests are unused and broken anyway
Yann Collet [Wed, 2 Dec 2020 01:59:56 +0000 (17:59 -0800)]
Merge pull request #2348 from dscheg/dev
Fix dll path in case of cross-compilation
sen [Tue, 1 Dec 2020 22:34:01 +0000 (17:34 -0500)]
Merge pull request #2405 from senhuang42/sequence_compression_minmatch_fix
Sequence Compression API - make validator use cctx minMatch instead of global MINMATCH
senhuang42 [Tue, 1 Dec 2020 15:53:30 +0000 (10:53 -0500)]
Add sequence nb validation to compressSequences(), adjust minMatch comparisons
Yann Collet [Mon, 30 Nov 2020 22:13:42 +0000 (14:13 -0800)]
Merge pull request #2399 from brawner/brawner/update-cmake-minimum-version
Update cmake_minimum_required to 2.8.12
senhuang42 [Mon, 30 Nov 2020 20:38:12 +0000 (15:38 -0500)]
Use cctx's minMatch instead of global MINMATCH, make fuzzer use validation
Nick Terrell [Mon, 30 Nov 2020 18:38:45 +0000 (10:38 -0800)]
Merge pull request #2397 from dscheg/fixtrainfrombuffer
Pass dictBufferCapacity to COVER_selectDict()
Yann Collet [Mon, 30 Nov 2020 18:38:08 +0000 (10:38 -0800)]
Merge pull request #2404 from facebook/lz4check
fix lz4 compatibility test broken in docker
Yann Collet [Mon, 30 Nov 2020 14:47:16 +0000 (06:47 -0800)]
fix lz4 test messed by console detection
Yann Collet [Mon, 30 Nov 2020 14:30:26 +0000 (06:30 -0800)]
Merge pull request #2403 from facebook/no_strncpy
fix gcc10 warnings
Yann Collet [Mon, 30 Nov 2020 13:32:43 +0000 (05:32 -0800)]
added tests presumed to break lz4 console detection
Yann Collet [Mon, 30 Nov 2020 12:44:37 +0000 (04:44 -0800)]
fix gcc10 warnings
gcc10 doesn't like its own strncpy
Stephen Brawner [Tue, 24 Nov 2020 20:05:42 +0000 (12:05 -0800)]
Update cmake_minimum_required to 2.8.12
Signed-off-by: Stephen Brawner <brawner@gmail.com>
sen [Tue, 24 Nov 2020 02:54:16 +0000 (21:54 -0500)]
Merge pull request #2398 from senhuang42/fix_seq_compression_oss_fuzz
[OSS-Fuzz] Make sequence compression fuzzer's generated minmatch to be same as CCtx's minmatch