- cfff4c1 Merge pull request #2439 from senhuang42/skippable_frame_api by Yann Collet · 4 years, 9 months ago
- 603829d Merge pull request #2444 from indygreg/dict-ifndef-guards by Yann Collet · 4 years, 9 months ago
- dd1a7e4 Add ifndef guards for _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE by Gregory Szorc · 4 years, 9 months ago
- d4f7d75 Merge pull request #2438 from facebook/makej by Yann Collet · 4 years, 9 months ago
- 20afffe Merge pull request #2440 from facebook/fixga32 by Yann Collet · 4 years, 9 months ago
- f1225b1 try to fix 32-bit test on github actions by Yann Collet · 4 years, 9 months ago
- f2ac2b7 try to fix cross-compiler tests by Yann Collet · 4 years, 9 months ago
- 8429525 Merge pull request #2437 from facebook/zlibwrap_make by Yann Collet · 4 years, 9 months ago
- 5c41490 Use pre-defined constants by senhuang42 · 4 years, 9 months ago
- 339d8ba Add unit test by senhuang42 · 4 years, 9 months ago
- 7e11bd0 Implement skippable frame function by senhuang42 · 4 years, 9 months ago
- 5851963 fix ppc64 build on circleci by Yann Collet · 4 years, 9 months ago
- 8233f55 verbose cross-compile tests on circleci by Yann Collet · 4 years, 9 months ago
- 52aa7f4 updated clang+msan test by Yann Collet · 4 years, 9 months ago
- 9a9d3f7 fixed zstd+sanitizer build by Yann Collet · 4 years, 9 months ago
- f988403 fixed zstd recipe by Yann Collet · 4 years, 9 months ago
- 9648bf0 try to keep libzstd.a "as is" once created by Yann Collet · 4 years, 9 months ago
- eacf1b3 streamlined github action test by Yann Collet · 4 years, 9 months ago
- f78917c streamline zlibwrapper makefile by Yann Collet · 4 years, 9 months ago
- 7c495e8 updated version number to v1.4.8 by Yann Collet · 4 years, 9 months ago
- ceadfa2 Merge pull request #2434 from facebook/wksp_align4 by Yann Collet · 4 years, 9 months ago
- a7cb4af added emphasis on the alignment condition of workspace by Yann Collet · 4 years, 9 months ago
- 87dcf71 Merge pull request #2433 from facebook/travisless by Yann Collet · 4 years, 9 months ago
- 7f09cdc removed duplicated release-only tests by Yann Collet · 4 years, 9 months ago
- 54cc01c removed tests duplicated between TravisCI and Github Actions by Yann Collet · 4 years, 9 months ago
- 456ca2a Merge pull request #2432 from facebook/check32 by Yann Collet · 4 years, 9 months ago
- 792fdf8 Merge branch 'check32' of github.com:facebook/zstd into check32 by Yann Collet · 4 years, 9 months ago
- 3536e9d removing tests using too much resources for 32-bit address space by Yann Collet · 4 years, 9 months ago
- d4d1e45 Merge pull request #2430 from terrelln/huf-compress-weights-fix by Yann Collet · 4 years, 9 months ago
- d5eb7d1 added pre-requisites for 32-bit tests in CI by Yann Collet · 4 years, 9 months ago
- c11db9c additional master->release switches (CI tests) by Yann Collet · 4 years, 9 months ago
- 4680d81 added a simple runtime test in CI for 32-bit binaries by Yann Collet · 4 years, 9 months ago
- ae85676 Fix alignment of scratchBuffer in HUF_compressWeights() by Nick Terrell · 4 years, 9 months ago
- ce34dc3 removed incorrect test by Yann Collet · 4 years, 9 months ago
- 0b39531 moving all references to `release` branch by Yann Collet · 4 years, 9 months ago
- 645a297 Merge pull request #2426 from facebook/changelog147 by Yann Collet · 4 years, 9 months ago
- d387772 Merge pull request #2427 from facebook/example_compile by Yann Collet · 4 years, 9 months ago
- f647a75 updated version number to v1.4.7 by Yann Collet · 4 years, 9 months ago
- ecffa77 streamlined example recipe by Yann Collet · 4 years, 9 months ago
- 8ab9bb9 added api issues reported by @animalize by Yann Collet · 4 years, 9 months ago
- 2e9ffdb Updated CHANGELOG for v1.4.7 by Yann Collet · 4 years, 9 months ago
- 6899855 Merge pull request #2424 from ihsinme/patch-1 by Yann Collet · 4 years, 9 months ago
- b2cfae1 Merge pull request #2425 from animalize/changelog_date by Yann Collet · 4 years, 9 months ago
- b8c3a47 Merge pull request #2420 from terrelln/huf-comment by Yann Collet · 4 years, 9 months ago
- e1fd4fd add release dates to CHANGELOG by animalize · 4 years, 9 months ago
- f37896d fix Integer Overflow by ihsinme · 4 years, 9 months ago
- 94db6a1 Merge pull request #2423 from facebook/no-ln by Yann Collet · 4 years, 9 months ago
- 806da76 Merge pull request #2411 from terrelln/cmake-fixes by Nick Terrell · 4 years, 9 months ago
- c2939b9 refinement : only copy if binary is different by Yann Collet · 4 years, 9 months ago
- bc3cda9 [CI][cmake] Disable --test-large-data and shorten fuzzing time to 2 mins by Nick Terrell · 4 years, 9 months ago
- c56723a replace final links by direct copy by Yann Collet · 4 years, 9 months ago
- 0be843b [tests] Fix playTests.sh with spaces in path by Nick Terrell · 4 years, 9 months ago
- 54105f5 [cmake] Quote environment variables for tests by Nick Terrell · 4 years, 9 months ago
- ef5d15b [cmake] Fix pkgconfig quoting by Nick Terrell · 4 years, 9 months ago
- 85f8a8c [CI] Add cmake test for source dirs with spaces by Nick Terrell · 4 years, 9 months ago
- fe48742 Merge pull request #2422 from felixhandte/doc-update-repcodes by Felix Handte · 4 years, 9 months ago
- 2d46d76 Update Zstd Compression Format to Clarify Repcode Behavior by W. Felix Handte · 4 years, 9 months ago
- f861e8c Merge pull request #2421 from felixhandte/pc-no-sed by Felix Handte · 4 years, 9 months ago
- bee9137 Merge pull request #2419 from felixhandte/asan-dont-poison-static-allocs by Felix Handte · 4 years, 9 months ago
- 9dab03d Create Enum to Represent Static/Dynamic Allocation Distinction in cwksp by W. Felix Handte · 4 years, 9 months ago
- db9e73c Don't ASAN-Poison Statically-Allocated Workspaces by W. Felix Handte · 4 years, 9 months ago
- a75f9ce Apply Same Strategy to CMake by W. Felix Handte · 4 years, 9 months ago
- b521183 Avoid Use of Regexes in Building Package-Config File by W. Felix Handte · 4 years, 9 months ago
- 1bbcf07 [huf_compress] Refactor and comment HUF_buildCTable() by Nick Terrell · 4 years, 9 months ago
- f8224ab Merge pull request #2418 from senhuang42/fix_paramgrill_warnings by sen · 4 years, 9 months ago
- b9ab6bc Fix various conversion warnings by senhuang42 · 4 years, 9 months ago
- f34d2f4 Merge pull request #2408 from senhuang42/seekable_hang_fix by sen · 4 years, 9 months ago
- b731b54 Merge pull request #2417 from bimbashrestha/icc-fix by Yann Collet · 4 years, 9 months ago
- ac8ded7 Using add-apt-repository instead and installing intel-basekit/hpckit by Bimba Shrestha · 4 years, 9 months ago
- 69a04cc Merge pull request #2413 from senhuang42/paramgrill_windows by Yann Collet · 4 years, 9 months ago
- b86e3c9 Merge pull request #2415 from facebook/fix_aliasing by Yann Collet · 4 years, 9 months ago
- 2477968 fix gcc-10 aliasing warning in zlib_wrapper by Yann Collet · 4 years, 9 months ago
- 5c0a348 fix aliasing warning in decodecorpus by Yann Collet · 4 years, 9 months ago
- fad175f Merge pull request #2412 from animalize/dict_compressionlevel by Nick Terrell · 4 years, 9 months ago
- 6132df8 fix gcc-10 strict aliasing warnings by Yann Collet · 4 years, 9 months ago
- 68c14bd minor speed improvement to HUF_readCTable() by Yann Collet · 4 years, 9 months ago
- c238db0 Merge pull request #2414 from terrelln/mt-progress by Nick Terrell · 4 years, 9 months ago
- 4c58cb8 [lib] Ensure that multithreaded compression always makes some progress by Nick Terrell · 4 years, 9 months ago
- 0418ba2 Merge pull request #2410 from terrelln/zlib-wrapper by Nick Terrell · 4 years, 9 months ago
- db249be Allow paramgrill in cmake on windows by senhuang42 · 4 years, 9 months ago
- 260b85a Fix MSVC 2019 warnings by senhuang42 · 4 years, 9 months ago
- a8693dd Add seekable tests to CI by senhuang42 · 4 years, 9 months ago
- 26f89d4 Clean up makefile for seekable tests by senhuang42 · 4 years, 9 months ago
- 1aec77e use ZSTD_CLEVEL_DEFAULT in zdict.c by animalize · 4 years, 9 months ago
- 6672689 Merge pull request #2406 from terrelln/linux-wrapper-api by Nick Terrell · 4 years, 9 months ago
- b2ca26b [zlibWrapper] Only use public zstd functions by Nick Terrell · 4 years, 9 months ago
- 91c1b57 Merge pull request #2409 from facebook/test_makefile by Yann Collet · 4 years, 9 months ago
- 894ae36 Merge pull request #2390 from animalize/clamp_level by Nick Terrell · 4 years, 9 months ago
- 152b558 Add unit tests to seekable by senhuang42 · 4 years, 9 months ago
- 10f87d2 [contrib][linux] Add SPDX-License-Identifier by Nick Terrell · 4 years, 9 months ago
- d0cc2e3 [contrib][linux] Fix make import-upstream by Nick Terrell · 4 years, 9 months ago
- a6ee1b3 Merge pull request #2407 from senhuang42/sequence_compression_nbseqcheck_fix by sen · 4 years, 9 months ago
- 3256c00 [contrib][linux] Follow style guide more closely by Nick Terrell · 4 years, 9 months ago
- 2c570e7 [contrib][linux] Add a make target to import upstream by Nick Terrell · 4 years, 9 months ago
- 5de5c1d fixed fuzzer multithreading tests by Yann Collet · 4 years, 9 months ago
- 9db49a3 Add a forward progress requirement bound to seekable streaming decompression by senhuang42 · 4 years, 9 months ago
- db21d38 fixed fuzzer32 to support multithreading tests by Yann Collet · 4 years, 9 months ago
- 2cbd038 Move max nb seq check to per-block by senhuang42 · 4 years, 9 months ago
- 87b3815 [contrib][linux-kernel] Fix test warnings by Nick Terrell · 4 years, 9 months ago
- 3cda5fa [minor][lib] Remove double semicolon by Nick Terrell · 4 years, 9 months ago