Commit Graph

  • f3a1a84c9a fixed cmake project Yann Collet 2016-06-05 01:05:01 +02:00
  • d0e2cd15cb Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro. Yann Collet 2016-06-05 00:58:01 +02:00
  • 130fe11394 merged huf_static.h into huf.h . Requires HUF_STATIC_LINKING_ONLY macro. Yann Collet 2016-06-05 00:42:28 +02:00
  • dc048d18d3 minor comment (detailing an #include motivation) Yann Collet 2016-06-05 00:32:23 +02:00
  • 068a8c1b10 commented out versionTests, which can not work while waiting for legacy decoder v0.6 Yann Collet 2016-06-05 00:23:20 +02:00
  • f938ad5406 fixed cmake project Yann Collet 2016-06-04 21:59:56 +02:00
  • 49bb0041af removed ZSTD_highbit() from zstd_internal.h, as it is only used by zstd_compress.c Yann Collet 2016-06-04 20:17:38 +02:00
  • 16f729957f fixed zlib wrapper for new .h strategy Yann Collet 2016-06-04 19:52:06 +02:00
  • d3b7f8d21f Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro Yann Collet 2016-06-04 19:47:02 +02:00
  • ac110a1f21 Removed ZBUFF internal util function from public area Yann Collet 2016-06-04 19:16:49 +02:00
  • 5347aee8f7 merged zbuff_static.h into zbuff.h . Now requires ZBUFF_STATIC_LINKING_ONLY macro Yann Collet 2016-06-04 19:12:48 +02:00
  • e69b8ccceb merged zdict_static.h into zdict.h. Now requires ZDICT_STATIC_LINKING_ONLY macro. Yann Collet 2016-06-04 18:56:23 +02:00
  • 198d127b35 minor comment change (unfinished description of new header format) Yann Collet 2016-06-04 18:40:55 +02:00
  • 0d31160b4e better dynamic memory adaptation when using CLI Yann Collet 2016-06-04 00:09:02 +02:00
  • f4f5affdf7 restore ZBUFF full-block-size, for better performance on small input Yann Collet 2016-06-03 23:09:28 +02:00
  • a49c1f1782 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 Yann Collet 2016-06-03 23:08:04 +02:00
  • ab7b6f1ece Merge pull request #198 from inikep/dev070 Yann Collet 2016-06-03 21:37:49 +02:00
  • de2c92f6e0 zlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL inikep 2016-06-03 19:44:03 +02:00
  • 4af2c9de0c zlibWrapper: improved error handling inikep 2016-06-03 17:39:31 +02:00
  • a5ad5279a5 minor decoder code refactoring Yann Collet 2016-06-03 15:41:51 +02:00
  • 3640396b1a fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx inikep 2016-06-03 16:36:50 +02:00
  • f040be9850 zlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use custom memory allocation functions inikep 2016-06-03 16:31:57 +02:00
  • fe48775868 minor decoder code refactoring Yann Collet 2016-06-03 15:41:51 +02:00
  • 441f5d61fd dictionary size objective can be described in Megabytes Yann Collet 2016-06-03 15:15:47 +02:00
  • 1dd7961557 minor code refactoring Yann Collet 2016-06-03 15:14:09 +02:00
  • 2a74609b90 zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions inikep 2016-06-03 14:53:51 +02:00
  • 3763c77f6b defaultCustomNULL replaced with defaultCustomMem inikep 2016-06-03 13:28:20 +02:00
  • 36fac00149 removed calloc calls from lib/ inikep 2016-06-03 13:23:04 +02:00
  • db2f540414 added defaultCustomNULL inikep 2016-06-03 12:56:56 +02:00
  • c7f008b069 Travis cmaketest will also run "make install" and "make uninstall" inikep 2016-06-03 11:40:15 +02:00
  • d36ee9b845 cmake project: added "make clean-all" inikep 2016-06-03 10:24:00 +02:00
  • 764deea5f8 cmake project: fixed "make install" inikep 2016-06-03 10:11:26 +02:00
  • aa224c0205 VS projects: remove duplicated xxhash.c and xxhash.h inikep 2016-06-02 22:24:29 +02:00
  • ff2d18928d zlibWrapper: added gcc flag -Wdeclaration-after-statement inikep 2016-06-02 22:15:09 +02:00
  • b74a468fad Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 inikep 2016-06-02 22:09:09 +02:00
  • 614fddee6a zlibWrapper: support for stricter gcc warnings inikep 2016-06-02 18:40:41 +02:00
  • 7cab86f647 ZWRAP_allocFunction and ZWRAP_freeFunction are static inikep 2016-06-02 18:24:07 +02:00
  • 923938edde Added -Wdeclaration-after-statement compilation flag Yann Collet 2016-06-02 17:56:00 +02:00
  • 2c4acdabdc Changed command name to --check , -C, following xz convention Yann Collet 2016-06-02 17:05:50 +02:00
  • ff9114aee3 zlibWrapper: added support for custom memory allocation functions inikep 2016-06-02 16:52:36 +02:00
  • c4807f4d2f default custom allocation functions moved to zstd_internal.h inikep 2016-06-02 15:11:39 +02:00
  • 2866951558 opaque parameter for custom memory allocation functions inikep 2016-06-02 13:04:18 +02:00
  • e02bf99fa4 zlibWrapper: fixed memory deallocation bug with zstd decompression inikep 2016-06-02 12:00:32 +02:00
  • bf25d7ac57 zlibWrapper: support for zlib versions from 1.2.3 to 1.2.8 inikep 2016-06-02 10:19:35 +02:00
  • 87cfbe3e5f checksum generation can be selected from command line (--checksum) Yann Collet 2016-06-01 19:22:15 +02:00
  • eb70043e59 Fixed paramgrill Yann Collet 2016-06-01 18:59:55 +02:00
  • 9242816b56 fparamsPtr->windowLog==0 means that a frame is skippable inikep 2016-06-01 18:47:04 +02:00
  • 70d1301d6e Changed ZSTD_adjustCParams() prototype ZSTD_adjustCParams() is now automatically invoked at the end of ZSTD_getCParams() Yann Collet 2016-06-01 18:45:34 +02:00
  • 83c3f4427c upgraded zbufftest to also test advanced frame parameters no/checksum no/dictID Yann Collet 2016-06-01 17:44:53 +02:00
  • 13f42d9085 VS2010 project: reverted zstdlib.rc inikep 2016-06-01 14:44:31 +02:00
  • 38a0215b53 Merge pull request #197 from inikep/dev070 Yann Collet 2016-06-01 13:41:19 +02:00
  • 8b452453ce zlibWrapper: Z_DEFAULT_COMPRESSION is translated to ZWRAP_DEFAULT_CLEVEL for zstd inikep 2016-06-01 10:50:17 +02:00
  • b37b79e868 VS projects: fixed xxhash dependency in fullbench inikep 2016-06-01 10:24:57 +02:00
  • 043b3c01bb zlibWrapped: removed dependency from ZSTD_FRAMEHEADERSIZE_MIN inikep 2016-06-01 10:15:25 +02:00
  • c30d8d50da fixed fullbench visual project cyan 2016-06-01 09:31:34 +02:00
  • 5c2771710d Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070 inikep 2016-06-01 09:16:11 +02:00
  • 202844ebd0 fixed zbufftest : Yann Collet 2016-06-01 00:44:36 +02:00
  • 8e3a36a6db decompression validates frame content checksum Yann Collet 2016-06-01 00:18:28 +02:00
  • 00fa1ae0c0 update playTests.sh permission inikep 2016-06-01 00:13:02 +02:00
  • a6b942018d Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070 inikep 2016-06-01 00:07:09 +02:00
  • c4f739bef4 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 Yann Collet 2016-05-31 22:24:07 +02:00
  • f2a3b6e7b4 added : frame content checksum Yann Collet 2016-05-31 18:13:56 +02:00
  • cf6edcd0a1 zbufftest.c: fixed g++ warning inikep 2016-05-31 20:21:43 +02:00
  • 43aa9fe8b3 fixed skippable frame inikep 2016-05-31 19:36:51 +02:00
  • 019b833306 VS project: dictBuilder added to include directories inikep 2016-05-31 17:34:37 +02:00
  • 8243b27f44 cmake project: removed WORKAROUND_OUTDATED_CODE_STYLE inikep 2016-05-31 17:19:05 +02:00
  • e62165bc15 Merge pull request #195 from inikep/dev070 Yann Collet 2016-05-31 14:46:21 +02:00
  • 5d500b60e7 updated CMakeLists.txt inikep 2016-05-31 13:39:36 +02:00
  • 5bee32e349 cmake project works with MSYS inikep 2016-05-31 13:36:14 +02:00
  • f772bf54a5 support for skippable frames inikep 2016-05-31 12:43:46 +02:00
  • d57b418214 updated appveyor.yml inikep 2016-05-31 11:46:16 +02:00
  • e3f4e6cbda Updated news Yann Collet 2016-05-31 10:12:04 +02:00
  • ab43c50224 Merge branch 'dev070' of github.com:Cyan4973/zstd into dev070 Yann Collet 2016-05-31 08:56:38 +02:00
  • 6ae270d772 Merge pull request #194 from ot/dev070 Yann Collet 2016-05-31 08:56:22 +02:00
  • 370b751e24 Expose function to add entropy tables to pre-built dictionary. Giuseppe Ottaviano 2016-05-30 18:49:58 -07:00
  • 6fca9e7545 Changed : max dictionary file size increased to 8 MB Yann Collet 2016-05-31 02:40:42 +02:00
  • 6381e99fb2 Added : ability to create compressed frames without dictID Yann Collet 2016-05-31 02:29:45 +02:00
  • b81cbbade1 fixed minor conversion warning Yann Collet 2016-05-30 22:29:45 +02:00
  • 290aaa7521 Added : ability to manually select the dictionary ID of a newly created dictionary Yann Collet 2016-05-30 21:18:52 +02:00
  • 815580a538 added cmake --version to check cmake version on Travis Yann Collet 2016-05-30 18:57:39 +02:00
  • 118bfc4ccb fixed cmaketest Yann Collet 2016-05-30 18:50:28 +02:00
  • b880631aed Fixed visual projects cyanandYann Collet 2016-05-30 18:20:46 +02:00
  • 30009521d7 fuzzer tests dictBuilder. Added : ability to not store dictID during compression; decompression doesn't check dictID then Yann Collet 2016-05-30 16:17:33 +02:00
  • d2858e93cb minor refactoring Yann Collet 2016-05-30 15:10:09 +02:00
  • 829dc6612a Merge branch 'dev' into dev070 Yann Collet 2016-05-30 14:06:44 +02:00
  • dd97e241a8 Updated NEWS with @inikep's work Yann Collet 2016-05-30 14:05:44 +02:00
  • 1dcb2ff23f improved scripts compatibility inikep 2016-05-30 11:33:52 +02:00
  • 957d678031 update playTests.sh perimissions inikep 2016-05-30 10:23:52 +02:00
  • 1981d5a730 Travis tests for PowerPC and OS X inikep 2016-05-30 10:18:56 +02:00
  • 93fc13ebc8 playTests.sh working with Linux, Windows, OS X inikep 2016-05-30 10:17:55 +02:00
  • c0a9bf3c2e minor code refactoring Yann Collet 2016-05-30 01:56:08 +02:00
  • 954e2bc48f added fuzzer test for ZSTD_compressBegin_advanced() Yann Collet 2016-05-30 01:42:05 +02:00
  • 7d64cb375c commented versionsTest, which won't succeed while legacy 0.6 is missing Yann Collet 2016-05-30 01:12:13 +02:00
  • 33341de7d7 fixed fuzzer dictionary test Yann Collet 2016-05-29 23:09:51 +02:00
  • fcf2087a15 restored zstdcli.c Yann Collet 2016-05-29 05:16:05 +02:00
  • c46fb924df added dictionary ID (incomplete) Yann Collet 2016-05-29 05:01:04 +02:00
  • 0d348d46d8 fixed cmake fixed playTests Yann Collet 2016-05-29 02:02:24 +02:00
  • f51e0660f4 Simplified list of *.c files Yann Collet 2016-05-29 01:39:19 +02:00
  • 0c5e8b17ad moved xxhash to lib/common Yann Collet 2016-05-29 01:06:30 +02:00
  • 04fa41b5ce Merge pull request #192 from Cyan4973/dev Yann Collet 2016-05-29 00:41:36 +02:00