1. 5b054d9 Add support for running more tests via CTest by Taylor Braun-Jones · 4 years, 6 months ago
  2. 496d8c8 Respect the conventional BUILD_TESTS CMake option on the first configure by Taylor Braun-Jones · 4 years, 6 months ago
  3. 3cbc3d3 Add documentation for -T option by Taylor Braun-Jones · 4 years, 6 months ago
  4. 12e421b Fix testing documentation typo by Taylor Braun-Jones · 4 years, 8 months ago
  5. 91a62ba Merge pull request #2047 from bimbashrestha/doc by Bimba Shrestha · 4 years, 6 months ago
  6. 22e7123 targetLen -> targetLength by Bimba Shrestha · 4 years, 6 months ago
  7. 66607d0 Merge pull request #2033 from bimbashrestha/icc by Bimba Shrestha · 4 years, 7 months ago
  8. 5c05d41 Merge pull request #2031 from bimbashrestha/bitscan by Bimba Shrestha · 4 years, 7 months ago
  9. a89c45b Typo by Bimba Shrestha · 4 years, 7 months ago
  10. 43fc88f Adding comment and remvoing ivdep by Bimba Shrestha · 4 years, 7 months ago
  11. 10f915f Merge pull request #2032 from bimbashrestha/no-size by Bimba Shrestha · 4 years, 7 months ago
  12. 9388dac Setting ZSTD_c_contentSizeFlag instead of UNKNOWN filesize by Bimba Shrestha · 4 years, 7 months ago
  13. 84d6bd4 Adding documentation by Bimba Shrestha · 4 years, 7 months ago
  14. fae64b3 Adding test for --[no-]content-size by Bimba Shrestha · 4 years, 7 months ago
  15. 4387473 Adding --content-size by Bimba Shrestha · 4 years, 7 months ago
  16. 6d8e761 Inverting content size prefs bool by Bimba Shrestha · 4 years, 7 months ago
  17. 03ee18d Adding (void)noContentSize by Bimba Shrestha · 4 years, 7 months ago
  18. 167244a --no-content-size cli by Bimba Shrestha · 4 years, 7 months ago
  19. dba3abc Missed returns by Bimba Shrestha · 4 years, 7 months ago
  20. a75e5f2 bitscan add undef check by Bimba Shrestha · 4 years, 7 months ago
  21. bc0e10a Merge pull request #2030 from bimbashrestha/quick by Bimba Shrestha · 4 years, 7 months ago
  22. 85d0efd Removing no-tree-vectorize for intel by Bimba Shrestha · 4 years, 7 months ago
  23. 4c72a1a adding vector to main loop by Bimba Shrestha · 4 years, 7 months ago
  24. 04744e5 Merge pull request #2028 from terrelln/minor-opt by Nick Terrell · 4 years, 7 months ago
  25. c6caa2d [opt] Delete ZSTD_litLengthContribution by Nick Terrell · 4 years, 7 months ago
  26. 610171e [opt] Explain why we don't include literals price by Nick Terrell · 4 years, 7 months ago
  27. 5f49578 [opt] Don't recompute initial literals price by Nick Terrell · 4 years, 7 months ago
  28. 11c1e5c Merge pull request #2027 from bimbashrestha/travis-icc by Bimba Shrestha · 4 years, 7 months ago
  29. 9405af6 Merge pull request #2026 from bimbashrestha/issues-temp by Bimba Shrestha · 4 years, 7 months ago
  30. c7060bb Removing mmx compiler flags by Bimba Shrestha · 4 years, 7 months ago
  31. 1bc56df Adding icc make check to travis ci by Bimba Shrestha · 4 years, 7 months ago
  32. bd6a145 Add issue templates to zstd by Bimba Shrestha · 4 years, 7 months ago
  33. fa9c0a4 Merge pull request #2025 from bimbashrestha/doc by Bimba Shrestha · 4 years, 7 months ago
  34. cba46e9 Fixing ZSTD_c_compressionLevel confusing note by Bimba Shrestha · 4 years, 7 months ago
  35. 5acd074 Merge pull request #2024 from terrelln/zstdgrep-error by Nick Terrell · 4 years, 7 months ago
  36. dbd6439 [zstdgrep] Add a simple test by Nick Terrell · 4 years, 7 months ago
  37. 5fb1d64 Merge pull request #2023 from terrelln/fix-logs by Nick Terrell · 4 years, 7 months ago
  38. f589e2b [zstdgrep] Remove -f because zstdcat implies it by Nick Terrell · 4 years, 7 months ago
  39. 2c10bbd [zstdgrep] Log zstd decompression errors to stderr by Nick Terrell · 4 years, 7 months ago
  40. c836992 Dont log errors when ZSTD_fseBitCost() returns an error by Nick Terrell · 4 years, 7 months ago
  41. 8974906 Merge pull request #2019 from bimbashrestha/quick by Bimba Shrestha · 4 years, 7 months ago
  42. 23165b3 Adding hashLog to --show-default-cparams by Bimba Shrestha · 4 years, 7 months ago
  43. 0a00397 [cirrus-ci] Removing pkg -y update and using 11.3-snap instead of 11.2 (#2018) by Bimba Shrestha · 4 years, 7 months ago
  44. 4a40188 Merge pull request #2017 from facebook/verbose by Yann Collet · 4 years, 7 months ago
  45. d246477 man page : added `--verbose` long command by Yann Collet · 4 years, 7 months ago
  46. b669c53 Revert "Fix pkg-config File Generation Again" (#2016) by Felix Handte · 4 years, 7 months ago
  47. 147cfbf Merge pull request #2001 from felixhandte/pkg-config-fix-again by Felix Handte · 4 years, 7 months ago
  48. 99b1e1e Merge pull request #2013 from terrelln/oss-fuzz by Nick Terrell · 4 years, 7 months ago
  49. 0c4ee51 Update CIFuzz file and turn off dry-run mode by Nick Terrell · 4 years, 7 months ago
  50. 61eeca4 Merge pull request #2007 from lgarrison/cli-allow-sizet by Felix Handte · 4 years, 7 months ago
  51. 834d06b Allow some cli options to accept numeric values up to size_t instead of unsigned int by Lehman Garrison · 4 years, 7 months ago
  52. c9ce6db Merge pull request #1999 from bket/fix_have_lz4 by Bimba Shrestha · 4 years, 7 months ago
  53. b7b9d3f Merge pull request #2002 from bimbashrestha/docs by Bimba Shrestha · 4 years, 7 months ago
  54. 4e728e2 Fix integer parsing in cli (#2003) by Philip Jones · 4 years, 7 months ago
  55. 8f8c53d Remove redundant section and typo by Bimba Shrestha · 4 years, 7 months ago
  56. 042b28b Outlining our current workflow by Bimba Shrestha · 4 years, 7 months ago
  57. e5ef935 Fix Variable Capitalization by W. Felix Handte · 4 years, 7 months ago
  58. 7373723 Allow Manual Overriding of pkg-config Lib and Include Dirs by W. Felix Handte · 4 years, 7 months ago
  59. e668c9b Fix pkg-config File Generation Again by W. Felix Handte · 4 years, 7 months ago
  60. 76c52b6 Adding steps for setting up travis and appveyor (and some general notes) by Bimba Shrestha · 4 years, 8 months ago
  61. cdd59c5 Fix forgotten portable header prefix by Björn Ketelaars · 4 years, 8 months ago
  62. ff6350c Merge pull request #1996 from terrelln/cifuzz-dogfood by Nick Terrell · 4 years, 8 months ago
  63. f3414c9 [CIFuzz] Rename output path to artifacts by Nick Terrell · 4 years, 8 months ago
  64. a240a9d Merge pull request #1993 from terrelln/cifuzz-dogfood by Nick Terrell · 4 years, 8 months ago
  65. 4de6b80 Enable oss-fuzz CIFuzz dogfood by Nick Terrell · 4 years, 8 months ago
  66. 06a57cf [build-issue] More portable header prefix usage (#) (#1987) by Bimba Shrestha · 4 years, 8 months ago
  67. f627e1a Displaying level in --show-default-cparams (#1991) by Bimba Shrestha · 4 years, 8 months ago
  68. 6a4258a Removing symbols already in unit tests and adding some new unit tests for missing symbols (#1985) by Bimba Shrestha · 4 years, 8 months ago
  69. 0cbafe3 Merge pull request #1982 from bimbashrestha/quick by Bimba Shrestha · 4 years, 8 months ago
  70. 075783c Merge pull request #1980 from bimbashrestha/params by Bimba Shrestha · 4 years, 8 months ago
  71. f1de05f Merge pull request #1981 from bimbashrestha/bug-fix by Bimba Shrestha · 4 years, 8 months ago
  72. d1389ac Adding assert(NB_STRATEGIES == upperLimit) by Bimba Shrestha · 4 years, 8 months ago
  73. 80c2611 Line-wrapping by Bimba Shrestha · 4 years, 8 months ago
  74. ee8a712 Using appliedParams instead of supplied params by Bimba Shrestha · 4 years, 8 months ago
  75. f33baa2 Removing assert and changing ratio cSize by Bimba Shrestha · 4 years, 8 months ago
  76. 1947339 Adding (void)ZSTD_strategyMap by Bimba Shrestha · 4 years, 8 months ago
  77. 38d010e Adding static assert and using it in cli by Bimba Shrestha · 4 years, 8 months ago
  78. 0fa6c90 Moving to same category as -v by Bimba Shrestha · 4 years, 8 months ago
  79. f4ae6c0 Moving documentation and elaborating by Bimba Shrestha · 4 years, 8 months ago
  80. 9d9cfa9 Adding assert and using ZSTD_STRATEGY_MAX as ZSTD_NB_STRATEGIES by Bimba Shrestha · 4 years, 8 months ago
  81. 6ad2f0d Adding back one cast and using UTIL_FILESIZE_UNKNOWN to check unknown file size by Bimba Shrestha · 4 years, 8 months ago
  82. 6bf05a5 Documenting in the man file by Bimba Shrestha · 4 years, 8 months ago
  83. c203341 Removing more casts by Bimba Shrestha · 4 years, 8 months ago
  84. 2a0771c Removing unnecessary cast by Bimba Shrestha · 4 years, 8 months ago
  85. b0ceab4 Moving default cparams back, checking for unknown file size, using getCParams() by Bimba Shrestha · 4 years, 8 months ago
  86. b660ef8 Convertion nit U32 -> size_t by Bimba Shrestha · 4 years, 8 months ago
  87. 71754a2 Update comment by Bimba Shrestha · 4 years, 8 months ago
  88. 2f10019 Adding --show-default-cparams (show cparams before compressing by Bimba Shrestha · 4 years, 8 months ago
  89. 6a426ef Merge pull request #1977 from terrelln/copyless by Nick Terrell · 4 years, 8 months ago
  90. 3b10060 Merge pull request #1978 from bimbashrestha/quick by Bimba Shrestha · 4 years, 8 months ago
  91. 9b04983 Typo baseline_build -> baseline_label by Bimba Shrestha · 4 years, 8 months ago
  92. e32e3e8 Improve wildcopy performance across the board by Nick Terrell · 4 years, 8 months ago
  93. 8fe562a [automated_benchmarking] Make arguments optional and add --dict argument (#1968) by Bimba Shrestha · 4 years, 8 months ago
  94. 9a71d07 added ability to remove error messages and dictionary support (#1975) by Yann Collet · 4 years, 8 months ago
  95. 5bcd644 refactor of harness, for clarity (#1974) by Yann Collet · 4 years, 8 months ago
  96. 5c769e3 Merge branch 'dev' of github.com:facebook/zstd into dev by Yann Collet · 4 years, 8 months ago
  97. f34eab1 updated CHANGELOG by Yann Collet · 4 years, 8 months ago
  98. 7627759 Merge pull request #1972 from terrelln/check-cont by Nick Terrell · 4 years, 8 months ago
  99. e6d3a61 Merge pull request #1973 from terrelln/mobile-perf by Nick Terrell · 4 years, 8 months ago
  100. fa6a772 Initialize dctx->bType to silence valgrind false positive by Nick Terrell · 4 years, 8 months ago