Commit Graph

  • 7d283cdfa2 added test for ZSTD_initCStream_usingCDict_advanced() Yann Collet 2017-04-27 14:48:34 -0700
  • 2f73427d35 added test for ZSTD_compress_usingCDict_advanced() Yann Collet 2017-04-27 14:39:39 -0700
  • d3694e6c70 removed C4204 Yann Collet 2017-04-27 14:29:35 -0700
  • 7321345fd2 fixed another VS2008 init error Yann Collet 2017-04-27 14:19:34 -0700
  • 1c3ab0c77f fixed init error on Visual 2008 Yann Collet 2017-04-27 12:57:11 -0700
  • 8b669535f8 bumped version number to v1.2.0 Yann Collet 2017-04-27 12:50:20 -0700
  • 5a804456bc updated NEWS Yann Collet 2017-04-27 12:49:22 -0700
  • 89df466b2f Merge pull request #677 from terrelln/pzstd-tests Yann Collet 2017-04-27 12:05:00 -0700
  • 77bf59ef50 added ZSTD_initCStream_usingCDict_advanced() Yann Collet 2017-04-27 11:43:04 -0700
  • f4bd857d81 created ZSTD_compress_usingCDict_advanced() Yann Collet 2017-04-27 11:31:55 -0700
  • 0bd5d25d02 [pzstd] Add logging statements to tests Nick Terrell 2017-04-27 09:55:19 -0700
  • 69a54d138a fixed compilation warning : declaration-after-statement Yann Collet 2017-04-27 01:10:36 -0700
  • 31533bacce Changed ZSTD_createCDict_advanced() Yann Collet 2017-04-27 00:29:04 -0700
  • 768df129d2 changed ZSTD_compressBegin_usingCDict() Yann Collet 2017-04-26 15:42:10 -0700
  • 97cbdcabdd Merge pull request #670 from facebook/smallCCtx Yann Collet 2017-04-26 14:03:26 -0700
  • 39e67bd326 Merge pull request #675 from iburinoc/lz4 Yann Collet 2017-04-26 13:13:24 -0700
  • 5087c1761f Rename ZSTD_create*() to ZSTD_init*() Nick Terrell 2017-04-26 13:06:38 -0700
  • e42afbc6fa Comply with suggested comments by @terrelln Yann Collet 2017-04-26 11:39:35 -0700
  • eab41c1872 Fix LZ4 wrapper deprecation warnings Sean Purcell 2017-04-26 10:17:38 -0700
  • 5129a5dba9 Merge pull request #674 from niXman/dev Yann Collet 2017-04-26 09:45:36 -0700
  • 9a7698c1f0 Merge pull request #673 from iburinoc/lz4 Yann Collet 2017-04-26 09:32:16 -0700
  • 65e2cda7aa unchecked argv[idx] access niXman 2017-04-26 13:04:04 +0300
  • 2c4b6fe6b3 Make lz4 compression/decompression compatible with library r123 Sean Purcell 2017-04-25 11:00:54 -0700
  • 4de8632957 Add LZ4 compress/decompress support to CLI Sean Purcell 2017-04-24 16:48:25 -0700
  • 7d37ca1d5b Merge remote-tracking branch 'origin/dev' into splittable Sean Purcell 2017-04-21 14:18:39 -0700
  • 11dc940e72 Add parallel processing example for seekable API Sean Purcell 2017-04-21 12:23:06 -0700
  • 230d7acc7d cli : add support for --threads=# command Yann Collet 2017-04-21 11:38:13 -0700
  • d0b1846cf4 ignore more cmake build artefacts Yann Collet 2017-04-21 10:59:36 -0700
  • d70965832b Merge pull request #669 from ligfx/friendlycmake Yann Collet 2017-04-20 23:43:41 -0700
  • 7271203bdb transferred entropy scratch space from CCtx into workSpace Yann Collet 2017-04-20 23:21:19 -0700
  • a408645f50 made some room for entropy scratch space Yann Collet 2017-04-20 23:09:39 -0700
  • 71aaa32c3c transferred FSE tables from CCtx into workspace Yann Collet 2017-04-20 23:03:38 -0700
  • 71ddeb67b1 made room in workspace for FSE tables Yann Collet 2017-04-20 22:54:54 -0700
  • 9eda436733 CMake: don't modify global C_FLAGS and CXX_FLAGS Michael Maltese 2017-04-20 15:55:48 -0700
  • 377401f161 CMake: don't recheck compile flags every time Michael Maltese 2017-04-20 15:54:17 -0700
  • 554a13dd4b CMake: various configure_file fixes to use CMAKE_CURRENT_SOURCE_DIR Michael Maltese 2017-04-20 15:47:31 -0700
  • 7f1fb95566 CMake: namespace modules and set CMAKE_MODULE_PATH Michael Maltese 2017-04-20 15:46:44 -0700
  • a34a39c183 changed size evaluation of entropy tables Yann Collet 2017-04-20 18:17:58 -0700
  • 7bb60b17d8 init entropy table pointers only once Yann Collet 2017-04-20 17:38:56 -0700
  • e6fa70a0a1 reorganized ZSTD_resetCCtx_internal() Yann Collet 2017-04-20 17:28:31 -0700
  • 35186e65b0 Address comments and make sure all prototypes are rendered by gen_html Sean Purcell 2017-04-20 16:48:54 -0700
  • 1a96bec8db CMake: Set ZSTD_SOURCE_DIR from CMAKE_CURRENT_SOURCE_DIR Michael Maltese 2017-04-20 15:35:56 -0700
  • c17e020c9a disable assert when compiling paramgrill Yann Collet 2017-04-20 12:50:02 -0700
  • c73b76210b Merge pull request #658 from facebook/compressionFlow Yann Collet 2017-04-20 12:03:12 -0700
  • 16f9c572fc Merge branch 'dev' into compressionFlow Yann Collet 2017-04-20 11:16:40 -0700
  • e348dad305 minor long line reformatting Yann Collet 2017-04-20 11:14:13 -0700
  • 96e3a9c2ba Merge pull request #668 from Majlen/cmake-improvement Yann Collet 2017-04-19 13:56:16 -0700
  • eb7371f179 Change all SET_TARGET_PROPERTIES to SET_PROPERTY Milan Ševčík 2017-04-19 20:16:11 +0200
  • f49f760b41 Test new cmake branches with Circle CI Milan Ševčík 2017-04-19 19:25:53 +0200
  • cba4e79a93 Create and install pkg-config file with cmake Milan Ševčík 2017-04-19 19:25:29 +0200
  • fce21777bd Copy files during build phase, custom targets instead of commands Milan Ševčík 2017-04-19 19:22:17 +0200
  • 522df42e10 Add lzma and zlib support to cmake build system Milan Ševčík 2017-04-19 19:20:27 +0200
  • e847730452 slightly refined README comments on lib-mt Yann Collet 2017-04-18 23:15:28 -0700
  • 987cc95ed7 Merge pull request #666 from iburinoc/zstdmt-default Yann Collet 2017-04-18 23:07:41 -0700
  • 2c5514c759 fixed ZSTDMT_initCStream_advanced() Yann Collet 2017-04-18 22:52:41 -0700
  • 98cf7fcb2a Update README Sean Purcell 2017-04-18 17:03:37 -0700
  • 0f7bd772e6 Update seekable API to simplify IO Sean Purcell 2017-04-18 16:47:28 -0700
  • 0bb381dad8 added test for ZSTD_initCStream_advanced() Yann Collet 2017-04-18 15:08:52 -0700
  • a4cab80183 added ZSTD_copyCCtx_internal() Yann Collet 2017-04-18 14:54:54 -0700
  • b402f1ef37 added make list Yann Collet 2017-04-18 14:34:24 -0700
  • ca6fae7808 Add MT enabled targets for libzstd Sean Purcell 2017-04-18 14:13:01 -0700
  • 30fb499208 Changed ZSTD_resetCCtx_advanced() into ZSTD_resetCCtx_internal() Yann Collet 2017-04-18 14:08:50 -0700
  • 1be92177ac Merge pull request #665 from iburinoc/fixmsg Yann Collet 2017-04-18 14:04:28 -0700
  • 715b9aa113 created ZSTD_compressBegin_usingCDict_advanced() Yann Collet 2017-04-18 13:55:53 -0700
  • 9606256a8d Fix no thread message Sean Purcell 2017-04-18 13:52:00 -0700
  • 291f0cb54a Merge branch 'dev' into compressionFlow Yann Collet 2017-04-18 03:18:34 -0700
  • af4f45b682 Improved code comments for block functions Yann Collet 2017-04-18 03:17:44 -0700
  • 1c286950af Merge pull request #663 from iburinoc/zstdmt-default Yann Collet 2017-04-18 02:59:54 -0700
  • 478ea2bad0 Merge pull request #662 from iburinoc/man-mt Yann Collet 2017-04-18 02:59:44 -0700
  • 4f818182b8 clarified frame parameters for ZSTD_compress*_usingCDict() Yann Collet 2017-04-17 17:57:35 -0700
  • c8b2df7d62 Compile CLI using files instead of objs Sean Purcell 2017-04-17 17:13:44 -0700
  • e6c504dbe6 Update -T0 comment in man page Sean Purcell 2017-04-17 17:11:33 -0700
  • 9c4c970399 Merge branch 'dev' into compressionFlow Yann Collet 2017-04-17 16:33:09 -0700
  • ba14b389b4 Merge pull request #660 from iburinoc/zstdmt-test Yann Collet 2017-04-17 16:19:46 -0700
  • c47c68f6ca proper evaluation of Huffman CTable size Yann Collet 2017-04-17 16:14:21 -0700
  • 5935c990a0 Add zstdmt and -T0 to man page Sean Purcell 2017-04-17 16:05:20 -0700
  • f0c9437fdf Merge branch 'dev' into compressionFlow Yann Collet 2017-04-17 15:48:13 -0700
  • a9e92bea5c Merge pull request #661 from iburinoc/zstdmt-default Yann Collet 2017-04-17 15:43:59 -0700
  • 415cb68e53 Merge branch 'dev' into compressionFlow Yann Collet 2017-04-17 14:51:05 -0700
  • f6ef4db20e Install zstdmt even without threading support Sean Purcell 2017-04-17 12:21:11 -0700
  • d845dab69c Fix input size too small to trigger zstdmt Sean Purcell 2017-04-17 12:10:58 -0700
  • 5a61f36474 Make zstd compile with mt by default Sean Purcell 2017-04-14 11:33:04 -0700
  • c424ec2eae Add multithreading tests to playTests.sh Sean Purcell 2017-04-17 11:38:53 -0700
  • ce1cf8691d Merge pull request #659 from bapt/bsd-multithread Yann Collet 2017-04-16 23:14:10 -0700
  • 7dd14d03b0 Enable multithreading on BSD Baptiste Daroussin 2017-04-15 16:25:08 +0200
  • 2afb075382 Merge branch 'dev' into compressionFlow Yann Collet 2017-04-14 15:08:31 -0700
  • f913cbed33 fixed : memory leak in fuzzer test Yann Collet 2017-04-13 22:46:41 -0700
  • d68ed73172 Merge pull request #656 from iburinoc/core-count Yann Collet 2017-04-13 20:29:41 -0700
  • 9626cf1ac6 Address @terrelln's comments Sean Purcell 2017-04-13 17:47:55 -0700
  • 95bb8fff92 Merge pull request #657 from iburinoc/appveyor Yann Collet 2017-04-13 16:36:53 -0700
  • e4f3235c85 Add 0 initializers to static variables Sean Purcell 2017-04-13 16:34:28 -0700
  • 42bac7fa84 Change ifndef's to undef's Sean Purcell 2017-04-13 15:35:05 -0700
  • ad8da8855b Make appveyor small tests use new mingw as well Sean Purcell 2017-04-13 14:40:06 -0700
  • 9227aae001 Fix clang linux compilation Sean Purcell 2017-04-13 14:06:40 -0700
  • 3b6207d4bd Fix compilation on windows Sean Purcell 2017-04-13 14:03:56 -0700
  • f876f1200c Fix compilation on macOS Sean Purcell 2017-04-13 12:33:45 -0700
  • afa48518e2 -T0 detects number of physical cores Sean Purcell 2017-04-13 12:28:28 -0700
  • 2785b28e05 Reduce the limit on frame decompressed size to 2 GB Sean Purcell 2017-04-12 14:09:13 -0700
  • 7ab008c57e Merge pull request #655 from iburinoc/large-data Yann Collet 2017-04-12 13:54:54 -0700
  • 5ee1135f30 s/chunk/frame/ Sean Purcell 2017-04-12 11:06:00 -0700