Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "man" target to Makefile | Takayuki MATSUOKA | 2016-11-27 | 1 | -0/+27 |
| | | | | | - `make man` makes manpage lz4.1 from lz4.1.md - It needs `gem` and `ronn` which is same as xxhash.1.md is required. | ||||
* | library release build compatible with environment variable | Yann Collet | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | lz4 release build compatible with PIE | Yann Collet | 2016-11-22 | 1 | -9/+10 |
| | |||||
* | fixed versionsTest | Yann Collet | 2016-11-17 | 1 | -2/+3 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -12/+14 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵ | Yann Collet | 2016-11-14 | 1 | -4/+6 |
| | | | | environment | ||||
* | removed LZ4_DLL_EXPORT=1 (2) | Przemyslaw Skibinski | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | test powerpc64 | Przemyslaw Skibinski | 2016-11-08 | 1 | -1/+2 |
| | |||||
* | tests\Makefile: added test-platform | Przemyslaw Skibinski | 2016-11-08 | 1 | -2/+1 |
| | |||||
* | updated lz4cli.c | Przemyslaw Skibinski | 2016-11-04 | 1 | -3/+3 |
| | |||||
* | redefined VOID for Windows/MSYS | Przemyslaw Skibinski | 2016-11-04 | 1 | -2/+1 |
| | |||||
* | Merge pull request #249 from inikep/dev | Yann Collet | 2016-11-03 | 1 | -200/+2 |
|\ | | | | | Dev | ||||
| * | updated .travis.yml | Przemyslaw Skibinski | 2016-11-03 | 1 | -4/+0 |
| | | |||||
| * | test programs moved to tests/ | Przemyslaw Skibinski | 2016-11-03 | 1 | -196/+2 |
| | | |||||
* | | check fread() operation results (#243) | Yann Collet | 2016-11-03 | 1 | -1/+1 |
|/ | |||||
* | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -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 uninstall | Yann Collet | 2016-09-17 | 1 | -17/+17 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev | inikep | 2016-09-03 | 1 | -5/+3 |
|\ | | | | | | | | | # Conflicts: # programs/Makefile | ||||
| * | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -5/+3 |
| | | |||||
* | | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 1 | -0/+1 |
|/ | |||||
* | minor refactoring changes | Yann Collet | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | stronger compilation flags | Yann Collet | 2016-06-29 | 1 | -4/+4 |
| | |||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
| | | | | Add FreeBSD to install targets | ||||
* | Merge pull request #182 from kou/add-missing-ext | Yann Collet | 2016-01-10 | 1 | -9/+9 |
|\ | | | | | Add missing $(EXT) | ||||
| * | Add missing $(EXT) | Kouhei Sutou | 2016-01-10 | 1 | -9/+9 |
| | | | | | | | | | | If the $(EXT) are added, "make install" can work with MinGW build on Linux. | ||||
* | | Fix : compiler-independent macro to remove deprecation warnings | Yann Collet | 2015-10-21 | 1 | -8/+9 |
| | | |||||
* | | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -9/+3 |
| | | |||||
* | | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -21/+22 |
| | | |||||
* | | minor simplification lz4_readarch() | Yann Collet | 2015-08-06 | 1 | -1/+1 |
|/ | |||||
* | changed datagen to remove one malloc | Yann Collet | 2015-06-29 | 1 | -3/+2 |
| | |||||
* | Fixed : default sparse mode disabled on stdout, to support ` >>` ↵ | Yann Collet | 2015-05-25 | 1 | -0/+12 |
| | | | | redirection scenario reported by Takayuki Matsuoka (#110) | ||||
* | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵ | Yann Collet | 2015-05-20 | 1 | -2/+9 |
| | | | | Yongwoon Cho (#106) | ||||
* | minor tests improvements | Yann Collet | 2015-05-19 | 1 | -2/+7 |
| | |||||
* | minor test refactor | Yann Collet | 2015-05-18 | 1 | -6/+8 |
| | |||||
* | Fixed sparse issue with non seekable streams (#105) | Yann Collet | 2015-05-18 | 1 | -1/+4 |
| | |||||
* | minor cosmetic changes for Takayuki's testVersions | Yann Collet | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Added a few more interoperability tests (32bits vs 64 bits) | Yann Collet | 2015-05-13 | 1 | -5/+11 |
| | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Restored make-lz4 | Yann Collet | 2015-04-20 | 1 | -7/+1 |
| | |||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 1 | -1/+7 |
| | |||||
* | added --no-sparse test | Yann Collet | 2015-04-18 | 1 | -8/+11 |
| | |||||
* | test error message in multiple files mode | Yann Collet | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Removed status notification in multiple-files mode | Yann Collet | 2015-04-16 | 1 | -3/+3 |
| | |||||
* | Multiple files decompression refactoring | Yann Collet | 2015-04-15 | 1 | -8/+13 |
| | |||||
* | Updated lz4frame error names | Yann Collet | 2015-04-15 | 1 | -2/+2 |
| | |||||
* | Valgrind tests generate errors | Yann Collet | 2015-04-14 | 1 | -10/+10 |
| | |||||
* | New valgrind test with multiple files | Yann Collet | 2015-04-14 | 1 | -0/+3 |
| | |||||
* | new memory leak test for fullbench using multi-files | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Shortened tests durations | Yann Collet | 2015-04-12 | 1 | -0/+1 |
| | |||||
* | fixed minor sanitize warning | Yann Collet | 2015-04-11 | 1 | -2/+1 |
| |