dev
initial commit
add makefile entry to build fat binary on macos
Update BUCK files
regroup list of OSes for install inside common variable
init commit
Reduce scope of variables
Remove unnecessary extern C declarations from programs/ and contrib/
convert benchmark unit to use the new naming scheme
Remove debug logging
Update #define format
update fileio to employ jobSize
decompression errors always display the full origin filename
Merge pull request #4218 from facebook/externC
internal benchmark: can select size of generated synthetic sample
add a lorem ipsum generator
Add RISC-V 64-bit architecture detection
fix a risk of overflow on a time counter on Windows
Fix several locations with potential memory leak
Check regular file for sparse support after opening
Update manual about the default value of `-T#`/`--threads=#`
Update programs/zstd.1.md
Merge pull request #4606 from jlee303/update_manual
fixed a potential division by 0 in the cli trace unit
Revert to old zstdgrep
updated man pages and manual
Change zstdless behavior to align with zless (#2909)