Yann Collet
6ac6472988
fixed double-compilation of lib with make -j all
...
also implemented verbose mode (make V=1)
2020-05-29 12:09:51 -07:00
Felix Handte
2af4e07326
Merge pull request #2133 from felixhandte/single-size-calculation
...
Consolidate CCtx Size Estimation Code
2020-05-28 13:07:18 -04:00
Bimba Shrestha
7f248af036
Merge pull request #2180 from facebook/generic-release
...
[actions] Migrating 2nd batch of tests from Travis to Github Actions
2020-05-26 16:30:11 -05:00
Yann Collet
11a392ce23
minor markdown formatting fix
2020-05-26 13:15:35 -07:00
Bimba Shrestha
4ae5cb1ec9
Create generic-release.yml
2020-05-26 15:12:00 -05:00
Bimba Shrestha
b1a269437a
Merge pull request #2137 from facebook/generic-dev
...
[actions] Migrating 1st batch of tests from Travis to Github Actions
2020-05-26 13:03:17 -05:00
Bimba Shrestha
c96151a25d
Merge pull request #2178 from bimbashrestha/quick-fix
...
Change --patch-from limit from 4gb to 2gb
2020-05-26 12:26:22 -05:00
Bimba Shrestha
f847909cf2
Using ZSTD_MAX_WINDOWLOG instead of INT_MAX
2020-05-26 09:23:26 -07:00
Yann Collet
8a5f794e16
Merge pull request #2176 from facebook/make_implicit
...
fixed default rule for lib/Makefile
2020-05-26 08:55:34 -07:00
Yann Collet
a49db88020
Merge pull request #2177 from facebook/dictID0
...
updated spec on dictID==0
2020-05-26 08:54:10 -07:00
Bimba Shrestha
01b38ef162
Change --patch-from limit from 4gb to 2gb
2020-05-26 06:52:30 -07:00
Yann Collet
bb3c9bf43a
updated spec on dictID==0
...
Specified decoder behavior on receiving a frame with dictID=0.
Pushed paragraph on reserved DictID ranges into the Dictionary Format section.
2020-05-25 08:15:09 -07:00
Yann Collet
39a32f40c9
fixed default rule for lib/Makefile
...
default rule is `lib-release`
`lib-release` wasn't working : it was just skipped.
Removing `lib-release` from the list of .PHONY targets fixes it.
Same for `lib-mt`.
2020-05-25 06:50:45 -07:00
Nick Terrell
9eb2ccc9fb
Merge pull request #2167 from terrelln/pzstd-ms-fix
...
[pzstd] Fix compilation error in MinGW
2020-05-22 23:38:27 -07:00
Nick Terrell
5aa5aa4df7
[pzstd] Fix compilation error in MinGW
2020-05-22 22:26:02 -07:00
Yann Collet
52a62e46f5
Merge pull request #2166 from facebook/donotinstall_zbuffh
...
do not install zbuff.h
2020-05-22 17:16:23 -07:00
Yann Collet
082755bd3f
do not install zbuff.h
...
this API is deprecated, for a loong time now,
all related symbols will be removed in a future version (likely v1.5.0)
and the header file `zbuff.h` doesn't compile from `include/` anyway,
because it needs to be positioned one directory below `zstd.h`.
Also removed `cover.h` from `cmake` installer,
as it should have never been part of this list to begin with.
2020-05-22 15:35:54 -07:00
Yann Collet
e20b601781
Merge pull request #2163 from orivej/fix-legacy-build
...
Fix legacy build after #2103
2020-05-22 09:55:17 -07:00
Orivej Desh
93cec0c1d6
Fix legacy build after #2103
2020-05-22 12:48:02 +00:00
Yann Collet
299229316a
Merge pull request #2159 from facebook/visual_playTests
...
Fix playTests.sh
2020-05-21 20:50:50 -07:00
Yann Collet
306e922f60
fixed environment variables
2020-05-21 18:06:43 -07:00
Yann Collet
5d0c8a0770
Merge branch 'dev' into visual_playTests
2020-05-21 16:45:02 -07:00
Yann Collet
9fdf5daef7
Merge pull request #2158 from facebook/meson_fix
...
fix meson playTests.sh
2020-05-21 16:07:56 -07:00
Yann Collet
26b21e481f
fix meson playTests.sh
2020-05-21 15:17:22 -07:00
Yann Collet
a63810e2ac
try to fix PPC64 Qemu tests
2020-05-21 10:26:40 -07:00
Yann Collet
b7158cf9f1
Merge pull request #2155 from facebook/fix_zbufftest
...
fixed zbuff test
2020-05-21 09:44:52 -07:00
Yann Collet
ad0c0d1946
fixed appveyor long tests
...
playTests changed variable name
2020-05-21 00:53:57 -07:00
Yann Collet
14aaa5290a
fixed zbuff test
...
error introduced in 3b39ce6b52/.travis.yml (L192)
2020-05-21 00:22:52 -07:00
Yann Collet
17226f5919
Merge pull request #2153 from terrelln/ldm-dict-reset
...
[ldm][mt] Fix loadedDictEnd
2020-05-19 17:41:51 -07:00
Nick Terrell
651d3d73e0
[test] Update the ldm loadedDictEnd test to cover zstdmt
2020-05-19 16:14:14 -07:00
Nick Terrell
3cc227e90e
[ldm][mt] Fix loadedDictEnd
2020-05-19 15:55:03 -07:00
Nick Terrell
0dcd3eec43
Merge pull request #2152 from terrelln/simple-rt-bound
...
[fuzz] Expand the allowedExpansion
2020-05-19 12:56:11 -07:00
Nick Terrell
b82bf711fc
[fuzz] Expand the allowedExpansion
2020-05-19 11:42:53 -07:00
Yann Collet
fdc56baa42
fix 22294 ( #2151 )
2020-05-18 21:05:10 -07:00
Nick Terrell
9778f46014
Merge pull request #2150 from terrelln/ldm-dict-reset
...
[ldm] Reset loadedDictEnd when the context is reset
2020-05-18 18:33:01 -07:00
Nick Terrell
7b317b4876
[test] Test that the ldm dictionary gets invalidated on reset
2020-05-18 16:00:28 -07:00
Nick Terrell
87dbd6d4bf
[test] Improve LDM forceMaxWindow test
2020-05-18 15:11:18 -07:00
Felix Handte
8ca98badc2
Merge pull request #2148 from felixhandte/fix-2144
...
Don't Use `[[` in Shell Scripts
2020-05-18 15:47:17 -04:00
Nick Terrell
b2092c6dc4
[ldm] Reset loadedDictEnd when the context is reset
2020-05-18 12:35:44 -07:00
W. Felix Handte
d37fcf36eb
Don't Use `[[` in Shell Scripts
2020-05-18 15:06:56 -04:00
Felix Handte
e804567d75
Merge pull request #2146 from cwoffenden/combine-script-fixes
...
Reduced single file lib size on macOS
2020-05-18 11:53:28 -04:00
Carl Woffenden
1a8767cbda
Minor tidy
2020-05-18 12:33:44 +02:00
Carl Woffenden
c6b03fa69c
Reduced generated sized on macOS (and other envs where realpath is missing)
...
Added Python fallback for when realpath fails.
2020-05-18 10:12:02 +02:00
Yann Collet
18082ce85a
updated CHANGELOG for v1.4.5
2020-05-15 17:19:00 -07:00
Bimba Shrestha
255e5e3f56
[fuzz] Adding dictionary_stream_round_trip fuzzer ( #2140 )
...
* Adding dictionary_stream_round_trip
* fixing memory leak
2020-05-15 13:33:31 -07:00
Yann Collet
cb74ef3667
Merge pull request #2141 from terrelln/regression
...
[test][regression] Update results.csv
2020-05-14 17:44:58 -07:00
Nick Terrell
608075abb2
[test][regression] Update results.csv
2020-05-14 17:06:39 -07:00
Yann Collet
f22b371e31
updated documentation for v1.4.5
...
API manual and man pages
2020-05-14 16:17:03 -07:00
Nick Terrell
9ff4991d73
Merge pull request #2138 from terrelln/ldm-fix
...
[lib] Fix bug in loading LDM dictionary in MT mode
2020-05-14 13:32:00 -07:00
Nick Terrell
bf0591e1e2
[test] Expose the LDM+MT+dict bug in a unit test
2020-05-14 12:06:55 -07:00