]>
git.ipfire.org Git - thirdparty/zstd.git/log
Yann Collet [Thu, 18 Aug 2016 13:05:01 +0000 (15:05 +0200)]
Merge pull request #297 from borzunov/dev
Export functions related to dictionary compression from DLL
Yann Collet [Thu, 18 Aug 2016 13:02:11 +0000 (15:02 +0200)]
better warning and error messages in case of dictionary training failure (#292)
Alexander Borzunov [Thu, 18 Aug 2016 11:47:06 +0000 (16:47 +0500)]
Rename ZSTDLIB_API to ZDICTLIB_API in zdict.h
Alexander Borzunov [Thu, 18 Aug 2016 11:12:49 +0000 (16:12 +0500)]
Export functions related to dictionary compression from DLL
Yann Collet [Thu, 18 Aug 2016 09:50:37 +0000 (11:50 +0200)]
updated icc compilation status
Yann Collet [Thu, 18 Aug 2016 09:48:48 +0000 (11:48 +0200)]
Merge pull request #296 from inikep/Other
Other
inikep [Thu, 18 Aug 2016 08:30:21 +0000 (10:30 +0200)]
removed never referenced functions
inikep [Thu, 18 Aug 2016 07:00:25 +0000 (09:00 +0200)]
fixed Intel Compiler warnings with Visual Studio
http://encode.ru/threads/2119-Zstandard?p=49504&viewfull=1#post49504
Yann Collet [Wed, 17 Aug 2016 23:40:32 +0000 (01:40 +0200)]
minor refactoring
Yann Collet [Wed, 17 Aug 2016 17:41:56 +0000 (19:41 +0200)]
Merge pull request #294 from inikep/Other
improved Makefiles
inikep [Wed, 17 Aug 2016 15:31:08 +0000 (17:31 +0200)]
fixed powerpc Travis test
inikep [Wed, 17 Aug 2016 14:29:57 +0000 (16:29 +0200)]
fixed paramgrill dependency
inikep [Wed, 17 Aug 2016 13:59:50 +0000 (15:59 +0200)]
improved programs\Makefile
Yann Collet [Wed, 17 Aug 2016 13:48:18 +0000 (15:48 +0200)]
ignore Mac-related artefact
inikep [Wed, 17 Aug 2016 12:52:11 +0000 (14:52 +0200)]
disabled %llu warnings with MinGW on Windows
inikep [Wed, 17 Aug 2016 12:17:54 +0000 (14:17 +0200)]
APT dependencies moved from Makefile to .travis.yml
Yann Collet [Wed, 17 Aug 2016 12:05:29 +0000 (14:05 +0200)]
Merge pull request #290 from david-y-lam/fix_file_name
Remove file name truncation in zstd CLI output
inikep [Wed, 17 Aug 2016 12:02:36 +0000 (14:02 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
Yann Collet [Tue, 16 Aug 2016 23:50:54 +0000 (01:50 +0200)]
fixed g++ conversion warning
Yann Collet [Tue, 16 Aug 2016 23:48:43 +0000 (01:48 +0200)]
updated examples
Yann Collet [Tue, 16 Aug 2016 23:39:22 +0000 (01:39 +0200)]
updated streaming API
inikep [Tue, 16 Aug 2016 14:45:50 +0000 (16:45 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
Yann Collet [Sat, 13 Aug 2016 23:19:12 +0000 (01:19 +0200)]
fixed Visual warning
Yann Collet [Sat, 13 Aug 2016 22:16:20 +0000 (00:16 +0200)]
updated doc for streaming API
Yann Collet [Sat, 13 Aug 2016 21:45:45 +0000 (23:45 +0200)]
fileio uses new streaming API
Yann Collet [Sat, 13 Aug 2016 18:49:47 +0000 (20:49 +0200)]
minor changes
Yann Collet [Fri, 12 Aug 2016 16:56:27 +0000 (18:56 +0200)]
added streaming_decompression example
Yann Collet [Fri, 12 Aug 2016 16:42:25 +0000 (18:42 +0200)]
added streaming_compression.c example
Yann Collet [Fri, 12 Aug 2016 14:48:02 +0000 (16:48 +0200)]
added zstreamtest
Yann Collet [Fri, 12 Aug 2016 11:04:27 +0000 (13:04 +0200)]
added : streaming decompression API
Yann Collet [Thu, 11 Aug 2016 23:20:36 +0000 (01:20 +0200)]
new streaming API (compression)
Yann Collet [Tue, 16 Aug 2016 13:10:30 +0000 (15:10 +0200)]
support for Z_SYNC_FLUSH, by @dak-evanti-ru
Yann Collet [Tue, 16 Aug 2016 13:08:52 +0000 (15:08 +0200)]
Merge pull request #291 from dak-evanti-ru/dev
Fix issue with SYNC_FLUSH support by zlib wrapper
Dmitry Krot [Sat, 13 Aug 2016 19:02:45 +0000 (22:02 +0300)]
Fix issue with SYNC_FLUSH support by zlib wrapper
David Lam [Sat, 13 Aug 2016 18:26:21 +0000 (11:26 -0700)]
Remove truncation of filename in zstd CLI log lines
Yann Collet [Sat, 13 Aug 2016 11:59:29 +0000 (13:59 +0200)]
Merge pull request #288 from inikep/Other
improved zstd_compression_format.md
inikep [Sat, 13 Aug 2016 07:36:24 +0000 (09:36 +0200)]
improved zstd_compression_format.md
Yann Collet [Sat, 13 Aug 2016 06:51:41 +0000 (08:51 +0200)]
Merge pull request #286 from david-y-lam/dev
Add more descriptive message to -v option in zstd CLI
David Lam [Fri, 12 Aug 2016 21:49:05 +0000 (14:49 -0700)]
Add more descriptive message to -v option in zstd CLI
Yann Collet [Fri, 12 Aug 2016 17:00:18 +0000 (19:00 +0200)]
changed test, in compliance with new --ultra policy
Yann Collet [Fri, 12 Aug 2016 16:04:15 +0000 (18:04 +0200)]
new --ultra policy
Yann Collet [Thu, 11 Aug 2016 22:05:59 +0000 (00:05 +0200)]
minor comments
Yann Collet [Thu, 11 Aug 2016 20:10:04 +0000 (22:10 +0200)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Thu, 11 Aug 2016 20:09:09 +0000 (22:09 +0200)]
fixed msan warning (#281)
Yann Collet [Thu, 11 Aug 2016 19:03:26 +0000 (21:03 +0200)]
Merge pull request #284 from inikep/Other
Other
Yann Collet [Thu, 11 Aug 2016 16:38:59 +0000 (18:38 +0200)]
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet [Thu, 11 Aug 2016 16:37:42 +0000 (18:37 +0200)]
Merge pull request #283 from inikep/Testing2
Testing2
Yann Collet [Thu, 11 Aug 2016 15:00:03 +0000 (17:00 +0200)]
Merge pull request #279 from inikep/Portability
Portability
Yann Collet [Wed, 10 Aug 2016 23:13:15 +0000 (01:13 +0200)]
updated Dspeed graph
Yann Collet [Wed, 10 Aug 2016 23:05:02 +0000 (01:05 +0200)]
updated Dspeed graph
Przemyslaw Skibinski [Wed, 10 Aug 2016 13:15:44 +0000 (15:15 +0200)]
Merge pull request #3 from inikep/dev08
Dev08
inikep [Wed, 10 Aug 2016 13:01:53 +0000 (15:01 +0200)]
added usage of rep[0]-1 for the optimal parser
inikep [Wed, 10 Aug 2016 13:00:30 +0000 (15:00 +0200)]
fixed: tree not updated after finding very long rep matches
inikep [Wed, 10 Aug 2016 12:59:18 +0000 (14:59 +0200)]
bench.c: removed benchResult_t
inikep [Wed, 10 Aug 2016 12:39:38 +0000 (14:39 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/Portability' into Testing
inikep [Wed, 10 Aug 2016 12:34:13 +0000 (14:34 +0200)]
modified .gitignore
inikep [Wed, 10 Aug 2016 12:33:20 +0000 (14:33 +0200)]
added Visual Studio 2005 project
inikep [Wed, 10 Aug 2016 12:30:10 +0000 (14:30 +0200)]
fixed compilation with Visual Studio 2005
inikep [Wed, 10 Aug 2016 12:28:47 +0000 (14:28 +0200)]
fixed compilation with Visual in C++ mode
inikep [Wed, 10 Aug 2016 12:26:35 +0000 (14:26 +0200)]
fixed compilation with Intel Compiler with Windows
inikep [Wed, 10 Aug 2016 12:21:08 +0000 (14:21 +0200)]
added CompileAsCpp.props for VC++ compilation
inikep [Wed, 10 Aug 2016 12:17:28 +0000 (14:17 +0200)]
appveyor.yml: test C++ compilation with Visual Studio
inikep [Wed, 10 Aug 2016 12:15:39 +0000 (14:15 +0200)]
.travis.yml: 24 tests merged into 12 tests
inikep [Wed, 10 Aug 2016 12:14:01 +0000 (14:14 +0200)]
test-zstd-speed.py: added tests for clang and md5 sum of executables
added script versioning
inikep [Wed, 10 Aug 2016 09:08:43 +0000 (11:08 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev08
Yann Collet [Wed, 10 Aug 2016 07:40:08 +0000 (09:40 +0200)]
updated xxhash
inikep [Wed, 10 Aug 2016 07:31:42 +0000 (09:31 +0200)]
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev08
# Conflicts:
# zstd_compression_format.md
Yann Collet [Wed, 10 Aug 2016 06:14:48 +0000 (08:14 +0200)]
added : xxhash namespace enforced from xxhash.h.
added : xxhash namespace test.
removed : -DXXH_NAMESPACE
Yann Collet [Wed, 10 Aug 2016 05:40:40 +0000 (07:40 +0200)]
update xxhash to v0.6.2
Yann Collet [Wed, 10 Aug 2016 05:21:52 +0000 (07:21 +0200)]
fixed : make clean
Yann Collet [Wed, 10 Aug 2016 05:16:30 +0000 (07:16 +0200)]
updated mac homebrew install script
inikep [Tue, 9 Aug 2016 09:03:15 +0000 (11:03 +0200)]
fixed: tree not updated after finding very long rep matches
inikep [Mon, 8 Aug 2016 09:05:38 +0000 (11:05 +0200)]
Improved speed of Intel Compiler for Windows
inikep [Mon, 8 Aug 2016 08:41:46 +0000 (10:41 +0200)]
Fix for Intel Compiler with Windows
Yann Collet [Sun, 7 Aug 2016 22:44:00 +0000 (00:44 +0200)]
minor comment
inikep [Fri, 5 Aug 2016 11:11:32 +0000 (13:11 +0200)]
added Visual Studio 2005 project
inikep [Fri, 5 Aug 2016 09:04:32 +0000 (11:04 +0200)]
fix warnings during C++ compilation with Visual Studio
inikep [Fri, 5 Aug 2016 09:03:49 +0000 (11:03 +0200)]
appveyor.yml: test C++ compilation with Visual Studio
inikep [Fri, 5 Aug 2016 08:12:32 +0000 (10:12 +0200)]
added CompileAsCpp.props
inikep [Thu, 4 Aug 2016 16:34:15 +0000 (18:34 +0200)]
appveyor.yml: fixed missing /p:Platform and /p:Configuration
inikep [Thu, 4 Aug 2016 16:19:16 +0000 (18:19 +0200)]
appveyor.yml: list generated executables (2)
inikep [Thu, 4 Aug 2016 15:30:10 +0000 (17:30 +0200)]
appveyor.yml: list generated executables
inikep [Thu, 4 Aug 2016 14:58:13 +0000 (16:58 +0200)]
appveyor.yml: test C++ compilation with Visual Studio
inikep [Thu, 4 Aug 2016 12:43:21 +0000 (14:43 +0200)]
.travis.yml: tests merged together
inikep [Thu, 4 Aug 2016 09:25:52 +0000 (11:25 +0200)]
.travis.yml: clang test joined into bigger test
inikep [Thu, 4 Aug 2016 08:41:49 +0000 (10:41 +0200)]
.travis.yml: joined 7 smaller tests into 2 bigger
inikep [Wed, 3 Aug 2016 14:37:42 +0000 (16:37 +0200)]
zstd_compression_format.md: improved formatting
inikep [Wed, 3 Aug 2016 14:16:38 +0000 (16:16 +0200)]
huffman -> Huffman
inikep [Wed, 3 Aug 2016 12:05:49 +0000 (14:05 +0200)]
test-zstd-speed.py: md5 sum of executables
inikep [Wed, 3 Aug 2016 11:17:21 +0000 (13:17 +0200)]
test-zstd-speed.py: script versioning
inikep [Wed, 3 Aug 2016 11:10:47 +0000 (13:10 +0200)]
test-zstd-speed.py: added tests for clang
inikep [Wed, 3 Aug 2016 09:08:16 +0000 (11:08 +0200)]
bench.c: removed benchResult_t
inikep [Wed, 3 Aug 2016 08:28:51 +0000 (10:28 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/minus1' into dev08
Yann Collet [Wed, 3 Aug 2016 01:36:03 +0000 (03:36 +0200)]
fixed dictionary generation, reported by Bartosz Taudul
Yann Collet [Tue, 2 Aug 2016 23:59:21 +0000 (01:59 +0200)]
bumped library number
Yann Collet [Tue, 2 Aug 2016 23:57:57 +0000 (01:57 +0200)]
ZSTD_compress_usingCDict() correctly provides original size by default in frame header
Fixed dictionary examples
Yann Collet [Tue, 2 Aug 2016 22:06:24 +0000 (00:06 +0200)]
bench : implemented avgSize
Yann Collet [Tue, 2 Aug 2016 21:48:13 +0000 (23:48 +0200)]
bench : controlled display update when loading lot of files
Yann Collet [Tue, 2 Aug 2016 12:26:00 +0000 (14:26 +0200)]
fixed doc typo
inikep [Tue, 2 Aug 2016 10:00:54 +0000 (12:00 +0200)]
when ll=0 offset 3 becomes rep[0]-1 : in ZSTD_compressBlock_opt_generic