summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* updated lz4cli.cPrzemyslaw Skibinski2016-11-041-3/+3
|
* redefined VOID for Windows/MSYSPrzemyslaw Skibinski2016-11-041-2/+1
|
* Merge pull request #249 from inikep/devYann Collet2016-11-031-200/+2
|\ | | | | Dev
| * updated .travis.ymlPrzemyslaw Skibinski2016-11-031-4/+0
| |
| * test programs moved to tests/Przemyslaw Skibinski2016-11-031-196/+2
| |
* | check fread() operation results (#243)Yann Collet2016-11-031-1/+1
|/
* Add LZ4LIB_APIKouhei Sutou2016-09-221-1/+1
| | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so.
* updated uninstallYann Collet2016-09-171-17/+17
|
* Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into devinikep2016-09-031-5/+3
|\ | | | | | | | | # Conflicts: # programs/Makefile
| * lz4 version source from lz4.hYann Collet2016-09-031-5/+3
| |
* | CFLAGS += $(MOREFLAGS)inikep2016-09-031-0/+1
|/
* minor refactoring changesYann Collet2016-08-101-1/+1
|
* stronger compilation flagsYann Collet2016-06-291-4/+4
|
* Add FreeBSD to install targetsMartin Waschbüsch2016-05-171-2/+3
| | | | Add FreeBSD to install targets
* Merge pull request #182 from kou/add-missing-extYann Collet2016-01-101-9/+9
|\ | | | | Add missing $(EXT)
| * Add missing $(EXT)Kouhei Sutou2016-01-101-9/+9
| | | | | | | | | | If the $(EXT) are added, "make install" can work with MinGW build on Linux.
* | Fix : compiler-independent macro to remove deprecation warningsYann Collet2015-10-211-8/+9
| |
* | Updated Makefile and .travisYann Collet2015-09-011-9/+3
| |
* | Makefile : generates *.o for faster processingYann Collet2015-08-151-21/+22
| |
* | minor simplification lz4_readarch()Yann Collet2015-08-061-1/+1
|/
* changed datagen to remove one mallocYann Collet2015-06-291-3/+2
|
* Fixed : default sparse mode disabled on stdout, to support ` >>` ↵Yann Collet2015-05-251-0/+12
| | | | redirection scenario reported by Takayuki Matsuoka (#110)
* Fixed : LZ4IO exits too early when frame crc not present, reported by ↵Yann Collet2015-05-201-2/+9
| | | | Yongwoon Cho (#106)
* minor tests improvementsYann Collet2015-05-191-2/+7
|
* minor test refactorYann Collet2015-05-181-6/+8
|
* Fixed sparse issue with non seekable streams (#105)Yann Collet2015-05-181-1/+4
|
* minor cosmetic changes for Takayuki's testVersionsYann Collet2015-05-151-1/+1
|
* Added a few more interoperability tests (32bits vs 64 bits)Yann Collet2015-05-131-5/+11
|
* Added compilation flag -Wcast-qualYann Collet2015-05-061-1/+1
|
* Restored make-lz4Yann Collet2015-04-201-7/+1
|
* Fixed unfinished frame (issue #75)Yann Collet2015-04-201-1/+7
|
* added --no-sparse testYann Collet2015-04-181-8/+11
|
* test error message in multiple files modeYann Collet2015-04-161-0/+1
|
* Removed status notification in multiple-files modeYann Collet2015-04-161-3/+3
|
* Multiple files decompression refactoringYann Collet2015-04-151-8/+13
|
* Updated lz4frame error namesYann Collet2015-04-151-2/+2
|
* Valgrind tests generate errorsYann Collet2015-04-141-10/+10
|
* New valgrind test with multiple filesYann Collet2015-04-141-0/+3
|
* new memory leak test for fullbench using multi-filesYann Collet2015-04-121-1/+1
|
* Shortened tests durationsYann Collet2015-04-121-0/+1
|
* fixed minor sanitize warningYann Collet2015-04-111-2/+1
|
* Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-101-16/+16
|
* Fixed a few minor sanitize warningsYann Collet2015-04-101-3/+3
|
* minor memory leak fix and testYann Collet2015-04-081-0/+1
|
* added : memtest on fullbenchYann Collet2015-04-061-1/+2
|
* new tests for large files with content size support (#70)Yann Collet2015-04-021-0/+5
|
* fullbench : tests of _limitedOutput variants intentionnally provides less ↵Yann Collet2015-04-011-1/+4
| | | | memory space than safe (LZ4_compressBound())
* Added : arm cross-compilation testYann Collet2015-03-251-2/+6
|
* Updated testsYann Collet2015-03-231-7/+7
|
* lz4 cli supports frame content sizeYann Collet2015-03-231-12/+18
|