summaryrefslogtreecommitdiffstats
path: root/programs/datagen.c
Commit message (Expand)AuthorAgeFilesLines
* updated license & header datesYann Collet2020-11-251-1/+1
* programs/datagen : attempt to please static analyzerYann Collet2018-01-141-15/+12
* fixed a bunch of -Wcomma warningsYann Collet2017-09-101-1/+4
* executables use basic types from util.hPrzemyslaw Skibinski2016-12-211-19/+1
* improved platform.hPrzemyslaw Skibinski2016-12-201-12/+1
* added a few datesYann Collet2016-11-211-1/+1
* fixed minor coverity warningsYann Collet2016-11-151-19/+10
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* fixed LZ4 repository linksinikep2016-09-051-1/+1
* changed datagen to remove one mallocYann Collet2015-06-291-23/+27
* scan-build testsYann Collet2015-03-151-0/+0
* Improved sparse file supportYann Collet2015-03-131-4/+4
* g++ compatibilityYann Collet2015-03-101-2/+2
* Updated datagen (can create sparse files)Yann Collet2015-03-091-195/+132
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-161-19/+22
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-1/+1
* lz4io : reduced memory usage in streaming modeYann Collet2014-06-101-7/+37
* new test tool : datagenYann Collet2014-06-031-0/+253