Commit Graph

1851 Commits

Author SHA1 Message Date
Yann Collet
828db005f2 Merge pull request #279 from inikep/Portability
Portability
2016-08-11 17:00:03 +02:00
Yann Collet
f6199ed130 updated Dspeed graph 2016-08-11 01:13:15 +02:00
Yann Collet
db4369b62b updated Dspeed graph 2016-08-11 01:05:02 +02:00
Przemyslaw Skibinski
f4f8add621 Merge pull request #3 from inikep/dev08
Dev08
2016-08-10 15:15:44 +02:00
inikep
5f49eba512 added usage of rep[0]-1 for the optimal parser 2016-08-10 15:01:53 +02:00
inikep
98e08cbe34 fixed: tree not updated after finding very long rep matches 2016-08-10 15:00:30 +02:00
inikep
7132fb15ba bench.c: removed benchResult_t 2016-08-10 14:59:18 +02:00
inikep
5661bc1bd4 Merge remote-tracking branch 'refs/remotes/origin/Portability' into Testing 2016-08-10 14:39:38 +02:00
inikep
cfe5fe4581 modified .gitignore 2016-08-10 14:34:13 +02:00
inikep
a43d8abd89 added Visual Studio 2005 project 2016-08-10 14:33:20 +02:00
inikep
038d1497c9 fixed compilation with Visual Studio 2005 2016-08-10 14:30:10 +02:00
inikep
3d2c58c3a9 fixed compilation with Visual in C++ mode 2016-08-10 14:28:47 +02:00
inikep
48849f86f0 fixed compilation with Intel Compiler with Windows 2016-08-10 14:26:35 +02:00
inikep
855dbaf7f9 added CompileAsCpp.props for VC++ compilation 2016-08-10 14:21:08 +02:00
inikep
70ce21fc8d appveyor.yml: test C++ compilation with Visual Studio 2016-08-10 14:17:28 +02:00
inikep
5fbc8aaf21 .travis.yml: 24 tests merged into 12 tests 2016-08-10 14:15:39 +02:00
inikep
2aeb9325f1 test-zstd-speed.py: added tests for clang and md5 sum of executables
added script versioning
2016-08-10 14:14:01 +02:00
inikep
4cc1954562 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev08 2016-08-10 11:08:43 +02:00
Yann Collet
1ea5622a32 updated xxhash 2016-08-10 09:40:08 +02:00
inikep
f6aed96f61 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev08
# Conflicts:
#	zstd_compression_format.md
2016-08-10 09:31:42 +02:00
Yann Collet
666398e7ed added : xxhash namespace enforced from xxhash.h.
added : xxhash namespace test.
removed : -DXXH_NAMESPACE
2016-08-10 08:16:51 +02:00
Yann Collet
8ded0b84aa update xxhash to v0.6.2 2016-08-10 07:40:40 +02:00
Yann Collet
0486bb78c6 fixed : make clean 2016-08-10 07:21:52 +02:00
Yann Collet
be1eb3feb2 updated mac homebrew install script 2016-08-10 07:16:30 +02:00
inikep
ac1e7e8fc1 fixed: tree not updated after finding very long rep matches 2016-08-09 11:03:15 +02:00
inikep
ad9f70e440 Improved speed of Intel Compiler for Windows 2016-08-08 11:05:38 +02:00
inikep
32c02fa665 Fix for Intel Compiler with Windows 2016-08-08 10:41:46 +02:00
Yann Collet
280f9a8754 minor comment 2016-08-08 00:44:00 +02:00
inikep
3809c3b50c added Visual Studio 2005 project 2016-08-05 13:11:32 +02:00
inikep
2cde2d971b fix warnings during C++ compilation with Visual Studio 2016-08-05 11:04:32 +02:00
inikep
1805d3a505 appveyor.yml: test C++ compilation with Visual Studio 2016-08-05 11:03:49 +02:00
inikep
28f85a6b20 added CompileAsCpp.props 2016-08-05 10:12:32 +02:00
inikep
4f5f301a4d appveyor.yml: fixed missing /p:Platform and /p:Configuration 2016-08-04 18:34:15 +02:00
inikep
b918a6e239 appveyor.yml: list generated executables (2) 2016-08-04 18:19:16 +02:00
inikep
468191ce4a appveyor.yml: list generated executables 2016-08-04 17:30:10 +02:00
inikep
35605fa546 appveyor.yml: test C++ compilation with Visual Studio 2016-08-04 16:58:13 +02:00
inikep
0079425297 .travis.yml: tests merged together 2016-08-04 14:43:21 +02:00
inikep
4f270ac851 .travis.yml: clang test joined into bigger test 2016-08-04 11:25:52 +02:00
inikep
9d003c1d4c .travis.yml: joined 7 smaller tests into 2 bigger 2016-08-04 10:41:49 +02:00
inikep
f896c1d717 zstd_compression_format.md: improved formatting 2016-08-03 16:37:42 +02:00
inikep
586a0550f1 huffman -> Huffman 2016-08-03 16:16:38 +02:00
inikep
1b5a8fafec test-zstd-speed.py: md5 sum of executables 2016-08-03 14:05:49 +02:00
inikep
ded65ec8ce test-zstd-speed.py: script versioning 2016-08-03 13:17:21 +02:00
inikep
fa3fbb4537 test-zstd-speed.py: added tests for clang 2016-08-03 13:10:47 +02:00
inikep
387800f367 bench.c: removed benchResult_t 2016-08-03 11:08:16 +02:00
inikep
6a806ede9f Merge remote-tracking branch 'refs/remotes/origin/minus1' into dev08 2016-08-03 10:28:51 +02:00
Yann Collet
e0b4a2d40f fixed dictionary generation, reported by Bartosz Taudul 2016-08-03 03:36:03 +02:00
Yann Collet
ae40b18d55 bumped library number 2016-08-03 01:59:21 +02:00
Yann Collet
0763905f44 ZSTD_compress_usingCDict() correctly provides original size by default in frame header
Fixed dictionary examples
2016-08-03 01:57:57 +02:00
Yann Collet
6a21971f4a bench : implemented avgSize 2016-08-03 00:06:24 +02:00