Commit Graph

1219 Commits

Author SHA1 Message Date
Yann Collet
3a2c329e4b re-enable versionsTest on Travis 2016-06-12 22:31:47 +02:00
Yann Collet
2a18fc8cde Merge pull request #207 from KrzysFR/msbuild_scripts
Fix hardcoded path in msbuild scripts
2016-06-12 16:05:53 +02:00
Christophe Chevalier
2a87a9154d Renamed vs_ prefix to msuild_, added SETLOCAL 2016-06-12 15:20:40 +02:00
Yann Collet
cd98f93cff Fixed decompression issue with invalid data 2016-06-11 23:26:22 +02:00
Yann Collet
37fece22e8 enable repeat-entropic-stats mode 2016-06-11 02:52:42 +02:00
Yann Collet
d60a5bf900 Literal decompression builds Huffman tables within shared space (for later re-use) 2016-06-11 02:35:31 +02:00
Yann Collet
237ad4beb3 Added single-stream decompression variant using external DTable 2016-06-11 01:46:03 +02:00
Yann Collet
289bbd52e5 Updated huff0 2016-06-11 01:31:54 +02:00
Yann Collet
1869f7966e Merge pull request #205 from inikep/dev
legacy decoder for v0.6
2016-06-10 17:13:07 +02:00
inikep
2c0932a89b Merge remote-tracking branch 'refs/remotes/origin/legacy' into dev 2016-06-10 15:46:35 +02:00
Yann Collet
0974f681a4 completed .gitignore 2016-06-10 14:44:16 +02:00
Yann Collet
5b119ae17f Merge pull request #203 from inikep/dev
introduced test-zstd-speed.py
2016-06-10 14:32:44 +02:00
inikep
f169029622 Additional remarks for tests\README.md 2016-06-10 13:59:08 +02:00
inikep
b06c3e7d6c added how to run test-zstd-speed.py in background 2016-06-10 13:02:38 +02:00
inikep
2c07b977ea added tests\README.md 2016-06-10 12:53:39 +02:00
inikep
c1b154a8e8 improved test-zstd-speed.py
1. Logs are much smaller now
2. Added "--message"
3. Added autodetection of mutt and mail
2016-06-10 12:53:12 +02:00
Yann Collet
9dd12742f3 litBlockType_t is an enum 2016-06-10 00:12:26 +02:00
Yann Collet
b09b12ce10 Added command --rm : remove source file after successful de/compression 2016-06-09 23:01:19 +02:00
inikep
4923222412 fixed warnings from Travis 2016-06-09 20:03:30 +02:00
inikep
4000945a1d project updated for legacy decoder zstd_v06.c 2016-06-09 18:12:06 +02:00
inikep
bf853d5510 added legacy decoder for v0.6 format 2016-06-09 17:59:18 +02:00
inikep
348a53a842 test-zstd-speed.py: fixed git clone 2016-06-09 13:14:21 +02:00
inikep
bf0b4b034c update python scripts permissions 2016-06-09 12:57:18 +02:00
inikep
9470b872c0 added test-zstd-speed.py 2016-06-09 12:54:06 +02:00
inikep
c5c4de9888 "versionsTest" renamed to "tests" 2016-06-09 11:42:36 +02:00
inikep
14947ed15c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev 2016-06-09 11:33:08 +02:00
Yann Collet
39f6779874 Merge branch 'dev' of github.com:Cyan4973/zstd into dev 2016-06-08 11:12:07 +02:00
Yann Collet
662a541431 updated huff0 - now generates a common HUF_DTable type for all decoding tables 2016-06-08 11:11:02 +02:00
Yann Collet
1c77b79f56 Merge pull request #202 from KrzysFR/msbuild_scripts
Added build commands for various versions of Visual Studio
2016-06-07 17:33:12 +02:00
Christophe Chevalier
f1510489bd Simplified and reordered the arguments to build.generic.cmd and added default values
- always Clean,Rebuild
- output folder is now build/bin/{CONFIGURATION}/{ARCH}
2016-06-07 14:32:05 +02:00
Christophe Chevalier
0faabe43f8 Use Rebuild target instead of Clean+Build 2016-06-07 14:00:02 +02:00
Yann Collet
302fb53a76 Removed ZSTD_*_usingPrepared?Ctx() declaration from public space 2016-06-07 12:16:49 +02:00
Christophe Chevalier
dea76e1db0 Added build commands for various versions of Visual Studio
- For people who want to build the library without opening it in VS
2016-06-07 11:36:13 +02:00
Yann Collet
ee1a084852 Integrated new dictionary API into bench module 2016-06-07 01:40:49 +02:00
Yann Collet
81e13ef7cf first implementation of the new dictionary API (untested) 2016-06-07 00:51:51 +02:00
Yann Collet
9d504ae85b Added decoding of RLE blocks 2016-06-06 19:52:35 +02:00
Yann Collet
f72dc6091b removed msan tests, due to issues with datagen.c 2016-06-06 19:42:47 +02:00
Yann Collet
c28f9e2713 attempt to re-enable msan tests 2016-06-06 18:00:00 +02:00
Yann Collet
2cc72f1fd3 fixed initialization issue in bench 2016-06-06 17:50:07 +02:00
inikep
9c86db00d4 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev 2016-06-06 16:21:49 +02:00
Yann Collet
c44785be57 Merge pull request #200 from Cyan4973/dev070
Dev070
2016-06-06 12:12:28 +02:00
Yann Collet
e3d529403d fixed initialization mismatch in ZSTD_copyCCtx() 2016-06-06 11:07:33 +02:00
Yann Collet
142acbdea7 fixed minor visual conversion warning 2016-06-06 00:46:56 +02:00
Yann Collet
673f0d7cdc new frame format, allowing custom window size 2016-06-06 00:26:38 +02:00
Yann Collet
89703d20fb reduced dependencies 2016-06-05 01:50:33 +02:00
Yann Collet
51778b7cca updated README following merging of *_static.h 2016-06-05 01:38:10 +02:00
Yann Collet
a91ca620cf removed HUF_readStats() from public space 2016-06-05 01:33:55 +02:00
Yann Collet
f3a1a84c9a fixed cmake project 2016-06-05 01:05:01 +02:00
Yann Collet
d0e2cd15cb Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro. 2016-06-05 00:58:01 +02:00
Yann Collet
130fe11394 merged huf_static.h into huf.h . Requires HUF_STATIC_LINKING_ONLY macro. 2016-06-05 00:42:28 +02:00