- 12月 03, 2019
-
-
由 Yann Collet 创作于
small refactoring : remove global variable g_displayOut
-
由 Yann Collet 创作于
displaying into stderr or stdout is now an explicit operation, no longer depending on some global state set elsewhere in the code.
-
由 Yann Collet 创作于
fix recent issue combining -r with empty list of input files
-
由 Yann Collet 创作于
This would resize the table of input filenames to zero, delivering an empty table, to which it was no longer possible to add stdin.
-
- 11月 28, 2019
-
-
由 Yann Collet 创作于
mingw cross compilation test
-
由 Yann Collet 创作于
Fix MinGW cross
-
由 Yann Collet 创作于
- only compiles zstd CLI - enforces zero warning tolerance policy note : mingw compilation of the library complains (warning) about -fPIC flag. It mostly ignores it, so it's not a big issue. Still, it would need to be fixed if library cross-compilation becomes part of CI. At this stage, it's unclear if this is a scenario.
-
由 Yann Collet 创作于
based on a script in RocksDB project. also : pushed qemu aarch64 tests to master/cron, since there are already hardware aarch64 tests on dev.
-
- 11月 27, 2019
-
-
由 Yann Collet 创作于
--filelist=FILE feature
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
ppc cross-compilation seems broken outside of trusty scan-build version changes with distrib version, resulting in a different list of false positives
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
since only UTIL_DISPLAY() depended on it.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
from *.h to *.c so that they don't get transitively included into users of util.h.
-
由 Yann Collet 创作于
trusty is out of long term support. let's run (most) tests on "current" platform.
-
由 Yann Collet 创作于
complaining about a `const` property on one side but not the other.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
-
由 Bimba Shrestha 创作于
Fixes a fuzz issue where dictionary_round_trip failed because the compressor was generating corrupt files thanks to zero weights in the table. * Only setting loaded dict huf table to valid on non-zero * Adding hasNoZeroWeights test to fse tables * Forbiding nbBits != 0 when weight == 0 * Reverting the last commit * Setting table log to 0 when weight == 0 * Small (invalid) zero weight dict test * Small (valid) zero weight dict test * Initializing repeatMode vars to check before zero check * Removing FSE changes to seperate pr * Reverting accidentally changed file * Negating bool, using unsigned, optimization nit
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
they are fast enough, and we want to catch such incompatibility early
-
由 Yann Collet 创作于
also : joined c99 compatibility tests with gnu90 and c++ ones
-
由 Yann Collet 创作于
as a guide when doing test selection
-
- 11月 26, 2019
-
-
由 Yann Collet 创作于
fix #1904
-
由 Nick Terrell 创作于
* Optimize `ZSTD_decodeSequence()` * Optimize Huffman decoding * Optimize `ZSTD_decompressSequences()` * Delete `ZSTD_decodeSequenceLong()`
-
由 Yann Collet 创作于
blind attempt
-
由 Yann Collet 创作于
shows that the resulting object just takes ownership of provided buffer.
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
protecting "/dev/null" from having its permissions changed. also : minor : improved consistency of util.h API
-
由 Yann Collet 创作于
-
由 Yann Collet 创作于
/dev/null permissions were modified when using sudo rights. This fixes this bug during decompression. More importantly, this patch adds a test, triggered in TravisCI, ensuring unaltered /dev/null permissions.
-
- 11月 23, 2019
-
-
由 Yann Collet 创作于
many tests used to be run on Trusty platform, they are now run on _current_ platform, and now many test titles are incorrect. Fixed.
-
由 Yann Collet 创作于
WIP: Fix typo in util.c
-
- 11月 22, 2019
-
-
由 Nick Terrell 创作于
Fix null pointer addition
-
由 Yann Collet 创作于
[cmake][tests] Add zstreamtest executable
-
- 11月 21, 2019
-
-
由 Nick Terrell 创作于
-
由 Nick Terrell 创作于
-
由 Nick Terrell 创作于
Update .gitignore
-