Commit Graph

  • e1f85dbca3
    pzstd: fix linking for static builds Jonathan Ringer 2021-07-09 13:21:15 -0700
  • b3e372c171
    Merge pull request #2717 from binhdvo/bootcamp binhdvo 2021-07-01 10:39:58 -0400
  • d90bc0e0b6
    Merge pull request #2720 from senhuang42/remove_folder sen 2021-06-30 14:37:21 -0400
  • f5f6cc2e48 Remove folder when done with test senhuang42 2021-06-30 13:09:00 -0400
  • dc5b693f1e Proactively skip huffman compression based on sampling where non-compressibility is suspected Binh Vo 2021-06-28 10:06:20 -0400
  • 7b43e69b45
    Merge pull request #2655 from heitbaum/patch-1 Nick Terrell 2021-06-29 18:33:40 -0700
  • 609be382ac
    Merge pull request #2719 from danlark1/danlark_iwyu Nick Terrell 2021-06-29 16:53:10 -0700
  • 094b26081f
    Merge pull request #2689 from danlark1/dev Nick Terrell 2021-06-29 11:34:36 -0700
  • e855b78be6 Include what you use in zstd_ldm_geartab Danila Kutenin 2021-06-29 17:57:53 +0100
  • 2c2c9e7dfd Add possible improvements for gcc-11 Danila Kutenin 2021-06-29 09:06:47 +0100
  • 88f107b5b9
    Merge pull request #2716 from facebook/fix2701 Yann Collet 2021-06-24 10:57:18 -0700
  • 45d707e908
    Merge pull request #2715 from senhuang42/sequence_api_3 sen 2021-06-24 13:02:11 -0400
  • 139a2f1e0c remove invalid test Yann Collet 2021-06-24 09:07:55 -0700
  • 76466dfadf Add simple API for converting ZSTD_Sequence into seqStore senhuang42 2021-06-23 11:21:14 -0400
  • 4d09952701 [lib] Fix libzstd.pc for lib-mt builds Érico Nogueira 2021-05-15 22:56:08 -0300
  • 628f65b79c
    Merge pull request #2714 from luisdallos/build-macros-typos Felix Handte 2021-06-18 16:16:44 -0400
  • 8bdce1ff97 lib/Makefile: Fix small typo in ZSTD_FORCE_DECOMPRESS_* build macros Usuario 2021-06-18 10:07:39 -0400
  • b99d9f5ebd
    Merge pull request #2710 from binhdvo/bootcamp binhdvo 2021-06-17 09:06:18 -0400
  • 6a46e38deb Add option to use logical cores for default threads Binh Vo 2021-06-16 09:38:43 -0400
  • 0152435ab0
    Merge pull request #2708 from binhdvo/skippable binhdvo 2021-06-14 19:00:31 -0400
  • 9d9f7680f8 Add API for fetching skippable frame content Binh Vo 2021-06-11 12:11:58 -0400
  • 6917c4ecdf
    Merge pull request #2709 from terrelln/bounds-check-fix Nick Terrell 2021-06-14 12:33:50 -0700
  • 05b6773fbc [fix] Add missing bounds checks during compression Nick Terrell 2021-06-14 11:25:55 -0700
  • 89127e5ee2
    Merge pull request #2705 from binhdvo/bootcamp binhdvo 2021-06-11 14:08:23 -0400
  • 6fad35c6a1 Add support for negative levels in --adapt=min and --adapt=max" Binh Vo 2021-06-09 16:49:36 -0400
  • e00412f6b5
    Z_PREFIX zError function koala 2021-06-11 19:29:27 +0800
  • 67a25968f0
    Merge pull request #2702 from felixhandte/human_size_output Felix Handte 2021-06-10 16:53:43 -0400
  • 8c00807bbc Whitespace Fixes to Improve Cross-Line Alignment W. Felix Handte 2021-06-10 13:28:38 -0400
  • 94cf57bb13 Update Tests to Reflect New Formatting W. Felix Handte 2021-06-10 13:14:18 -0400
  • 87e94e3e39 Convert Other Size Displays to Use Human-Readable Formatting W. Felix Handte 2021-06-10 12:31:42 -0400
  • 2af3687c50 Switch to Binary Size Prefixes (e.g., "MB" -> "MiB") W. Felix Handte 2021-06-10 12:06:51 -0400
  • 9c340ce014 Require -vv to Enable Full Precision W. Felix Handte 2021-06-09 16:13:00 -0400
  • bc46b6efe4 Apply to Other Print Statement as Well W. Felix Handte 2021-06-09 16:04:10 -0400
  • 7e0058848c Fix Whitespace W. Felix Handte 2021-06-09 15:28:12 -0400
  • 93bb368d74 Change Suffix (e.g., "G" -> " GB") W. Felix Handte 2021-06-09 15:26:16 -0400
  • 464bfb022e In Verbose Mode, Preserve Full Precision Where Possible W. Felix Handte 2021-06-09 15:22:59 -0400
  • 9b67219b1e Fix Integer Constants; Fix Comparison W. Felix Handte 2021-06-09 13:27:57 -0400
  • bbb81c8801 Avoid snprintf() in Preparing Human-Readable Sizes; Improve Formatting W. Felix Handte 2021-06-09 13:05:44 -0400
  • 8e0a9695d7 Attempt to fix a failing test with help from @aqrit Scott Baker 2021-06-07 13:53:55 -0700
  • 1eb852854b Some fixes to address things @felixhandte found Scott Baker 2021-06-07 09:31:38 -0700
  • 376a2730a8 Try enabling the BIG strings now the unsigned long long is in effect Scott Baker 2021-06-05 11:12:09 -0700
  • 20b9b00b41 Try unsigned long long Scott Baker 2021-06-05 11:11:09 -0700
  • 64385ef7cb Update humanSize() to skip the big numbers (it requires 64 bit) Scott Baker 2021-06-05 10:30:21 -0700
  • 1ef6f3d079 Use unsigned long instead to help with some tests Scott Baker 2021-06-05 10:06:40 -0700
  • e5fc830795 human_size() should use size_t Scott Baker 2021-06-05 08:45:35 -0700
  • 35576e63ce Convert tabs to spaces Scott Baker 2021-06-05 07:41:26 -0700
  • 77001f00fb Use human_size() on the "multiple files compressed" output also Scott Baker 2021-06-04 22:21:00 -0700
  • 894698d3b6 Use human_size() in the benchmark output also Scott Baker 2021-06-04 22:09:40 -0700
  • 4e0d9f1cc8 Move the variable declarations to the top Scott Baker 2021-06-04 22:03:33 -0700
  • eefdbcd93a Make the variable types match Scott Baker 2021-06-04 22:02:32 -0700
  • b6b23dfe64 Convert names to CamelCase Scott Baker 2021-06-04 21:44:40 -0700
  • b70175e5ec Put the human_size() function in util.c Scott Baker 2021-06-04 20:28:55 -0700
  • 26fab1d963 Make the CLI output the file sizes in human readable format Scott Baker 2021-06-04 20:25:31 -0700
  • d5f3568c4b
    Merge pull request #2697 from senhuang42/entropy_repeat_fix sen 2021-06-10 16:39:17 +0300
  • 2962583492
    Merge pull request #2704 from facebook/revert-2703-bootcamp Yann Collet 2021-06-09 13:03:28 -0700
  • 325952f878
    Revert "Add support for --long-param flag, fix #2104" binhdvo 2021-06-09 15:35:43 -0400
  • 78e16b15f1
    Merge pull request #2703 from binhdvo/bootcamp binhdvo 2021-06-09 15:03:38 -0400
  • 6583fa3f0a Add support for --long-param flag Binh Vo 2021-06-09 14:00:29 -0400
  • 05d70903a6
    Merge pull request #2698 from binhdvo/bootcamp Yann Collet 2021-06-09 09:56:01 -0700
  • a21b9036fe
    Merge pull request #2678 from senhuang42/big_endian_no_intrinsics_fuzztest sen 2021-06-09 18:46:52 +0300
  • dd33ec9db0
    Merge pull request #2700 from gauthamkrishna9991/update_readme_travis_link sen 2021-06-09 10:41:35 +0300
  • 912bb9fbf3
    Update README for Travis CI Badge Goutham Krishna 2021-06-09 12:38:22 +0530
  • dd4f6aa9e6
    Flatten ZSTD_row_getMatchMask (#2681) aqrit 2021-06-09 01:50:25 -0400
  • d2f31b6627 Fix --progress flag to properly control progress display and default progress display on when using -v Binh Vo 2021-06-07 11:50:22 -0400
  • 08a3ddbd28 Add comment for gcc-11 Danila Kutenin 2021-06-08 20:54:21 +0100
  • 6534c0000f Be C89 compliant and fix alignment for gcc11 Danila Kutenin 2021-06-08 20:45:57 +0100
  • 8a3bdfaa7b
    Merge pull request #2654 from wolfpld/dev Felix Handte 2021-06-07 13:04:19 -0400
  • 5fb3884f33
    Merge pull request #2691 from senhuang42/per_pr_regressiontest sen 2021-06-07 12:44:31 +0300
  • 2ff5c7b59f Add no intrinsics fuzztest, rowhash compression size test, and S390X to travis Sen Huang 2021-06-07 00:44:23 -0700
  • 88acf0ac65 Make regression test run on every PR senhuang42 2021-06-01 05:59:01 +0300
  • 923e5ad3f5 Fix entropy repeat mode bug Sen Huang 2021-06-07 00:32:03 -0700
  • cefafc0b6e
    Merge pull request #2693 from binhdvo/bootcamp Yann Collet 2021-06-03 12:41:23 -0700
  • 1e17184ad0 Add documentation for --patch-from Binh Vo 2021-06-03 11:12:27 -0400
  • 0a96d00064
    Merge pull request #2684 from senhuang42/old_api_ldm_blocksplit sen 2021-06-03 10:10:27 +0300
  • 444f4db955 Move declaration of 1 to an inlined cast Danila Kutenin 2021-05-29 20:55:37 +0100
  • a80d268700 Optimize ZSTD_decodeSequence by another x% Danila Kutenin 2021-05-29 18:21:10 +0100
  • 18d02cbf2e
    Merge pull request #2686 from senhuang42/arm64fuzztest sen 2021-05-27 13:50:26 -0400
  • fa2a6d4746 Makefile: fix build for mingw Samuli Piippo 2021-05-27 10:31:49 +0300
  • 56b7dd121c Add arm64 fuzz test to travis senhuang42 2021-05-26 14:51:04 -0400
  • 2ee2cf9cdf
    Merge pull request #2682 from senhuang42/armbuild_fixtest sen 2021-05-26 14:14:43 -0400
  • d278bede33 Update apt-get prior to tests that install packages senhuang42 2021-05-26 13:38:36 -0400
  • 414bcf239b
    Merge pull request #2675 from senhuang42/ci_overhaul sen 2021-05-26 13:35:53 -0400
  • 939276cd0c Add ldm and block splitter auto-enable to old api senhuang42 2021-05-24 12:57:56 -0400
  • bb0cd722b6 Migrate travis CI tests senhuang42 2021-05-18 11:54:19 -0400
  • 3824ba6f35
    Merge pull request #2673 from terrelln/regression Nick Terrell 2021-05-19 10:19:09 -0700
  • ba500c8e35
    Merge pull request #2674 from terrelln/trace-aix Nick Terrell 2021-05-19 10:18:58 -0700
  • 746f7976ab [trace] Refine the ZSTD_HAVE_WEAK_SYMBOLS detection Nick Terrell 2021-05-18 20:22:36 -0700
  • c468e1b9cb [test][regression] Update results.csv Nick Terrell 2021-05-18 19:46:37 -0700
  • d92fef0f0a
    Merge pull request #2667 from senhuang42/arm_tests_ci sen 2021-05-17 14:29:20 -0400
  • 9fe1072229
    Merge pull request #2668 from senhuang42/update_ci_platforms sen 2021-05-17 14:29:04 -0400
  • d2c1c00712
    Merge pull request #2649 from felixhandte/circleci-release-job-fix Yann Collet 2021-05-17 11:22:56 -0700
  • 02ece5d59f
    Merge pull request #2653 from TrianglesPCT/dev Yann Collet 2021-05-17 11:20:50 -0700
  • 156145de1c
    Merge pull request #2660 from facebook/diaz Yann Collet 2021-05-17 10:15:55 -0700
  • 5a75417d2b [ci] Add ARM tests back into CI senhuang42 2021-05-17 12:54:34 -0400
  • 38ffe9658e [ci] Use *-latest for platforms to test on senhuang42 2021-05-17 13:04:55 -0400
  • b8c74783a8
    Merge pull request #2657 from dnelson-1901/dev-typofix Yann Collet 2021-05-16 21:49:21 -0700
  • 61afa154cd improve tar compatibility Yann Collet 2021-05-15 23:09:42 -0700
  • 0b0b62d1cf minor mention of RFC8878 Yann Collet 2021-05-15 23:04:46 -0700
  • 54f78e3df8 ZSTD_VecMask_next: fix incorrect variable name in fallback code path Dan Nelson 2021-05-15 10:20:37 -0500
  • 7e429f62ba
    [trace] remove zstd_trace.c reference from freestanding heitbaum 2021-05-15 15:04:02 +1000