lz4/programs
2016-11-01 21:04:56 -07:00
..
.gitignore fixes static compilation under Windows (#246) 2016-10-21 09:49:30 -07:00
bench.c lz4cli version number from lz4.h 2016-09-02 19:32:06 -07:00
bench.h -b# and -e# options from zstd 2016-09-02 22:59:18 +02:00
COPYING Makefile : added capability to install libraries 2014-01-07 18:47:50 +00:00
datagen.c fixed LZ4 repository links 2016-09-05 13:39:35 +02:00
datagen.h fixed LZ4 repository links 2016-09-05 13:39:35 +02:00
datagencli.c datagen depends on lz4.h for version string 2016-09-05 06:49:55 -07:00
frametest.c removed test artefacts 2016-09-06 16:46:52 +02:00
fullbench.c fullbench depends on standard C time.h only 2016-09-02 20:17:19 -07:00
fuzzer.c fuzzer depends on standard C time.h only 2016-09-02 19:48:24 -07:00
lz4.1 Remove whitespace from ends of lines 2016-02-12 22:49:52 -08:00
lz4cli.c Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev 2016-09-03 08:10:16 +02:00
lz4io.c fix for ARM platform 2016-11-01 21:04:56 -07:00
lz4io.h Added new LZ4IO_decompressMultipleFilenames to allow decompression of multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable. 2015-04-12 17:33:40 -05:00
Makefile Add LZ4LIB_API 2016-09-23 00:39:45 +09:00
README.md Clarified license (#115, #244) 2016-11-01 19:14:04 -07:00

This directory programs contains source files to generate lz4 command line utility, and many test tools, such as fuzzer, fullbench and such.

All files in this directory are licensed under GPL-v2. See COPYING for details. The text of the license is also included at the top of each source file.