Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zstandard v1.1.3 #531

Merged
merged 273 commits into from
Feb 6, 2017
Merged

Zstandard v1.1.3 #531

merged 273 commits into from
Feb 6, 2017

Conversation

Cyan4973
Copy link
Contributor

@Cyan4973 Cyan4973 commented Feb 6, 2017

v1.1.3
cli : zstd can decompress .gz files (can be disabled with make zstd-nogz or make HAVE_ZLIB=0)
cli : new : experimental target make zstdmt, with multi-threading support
cli : new : improved dictionary builder "cover" (experimental), by @terrelln
cli : new : advanced commands for detailed parameters, by @inikep
cli : fix zstdless on Mac OS-X, by @apjanke
cli : fix #232 "compress non-files"
dictBuilder : improved dictionary generation quality, thanks to @terrelln
API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
API : new : ZDICT_finalizeDictionary()
API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by @indygreg (#511)
API : fix : all symbols properly exposed in libzstd, by @terrelln
build : support for Solaris target, by @inikep
doc : clarified specification, by @iburinoc

terrelln and others added 30 commits December 16, 2016 13:29
Export ZBUFF_isError() and ZBUFF_getErrorName()
added zbufftest-dll
Offset rep codes must be in the range `[1, dictSize)`.
Fix dictionary loading to reject `0` as a offset rep code.
Fix dictionary loading bug causing an MSAN failure
Cyan4973 and others added 28 commits January 28, 2017 19:17
Add BUCK files for Nuclide integration
Multithreaded COVER dictionary training
Follows a positive logic (increasing value => increasing overlap)
which is easier to use
for Multi-threading only.
alias : -B#
as a hidden (undocumented) parameter for now
the minimum size condition size is applied transparently (no warning, no error)
like previous minimum section size condition (1 KB) which still applies.
fixed a minor unused variable warning when compiling zstd-frugal target
.gz support is detected by a runtime test.
release build are triggered through either `make`,
or their specific target `make zstd-release` and `make lib-release`.
result of compilation test is sent to /dev/null
Tested with `make install && man zstd` and visual inspection.
Add cover dictionary training to zstd.1
this target does no longer exist
When it fails, $(CC) sends error message into stderr
redirected to /dev/null
these directories are now removed with -r command
@Cyan4973 Cyan4973 merged commit cbc5225 into master Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants