Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #249 from inikep/dev | Yann Collet | 2016-11-03 | 13 | -3248/+73 |
|\ | | | | | Dev | ||||
| * | updated programs/README.md | Przemyslaw Skibinski | 2016-11-03 | 1 | -3/+64 |
| | | |||||
| * | updated .travis.yml | Przemyslaw Skibinski | 2016-11-03 | 1 | -4/+0 |
| | | |||||
| * | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 7 | -7/+7 |
| | | |||||
| * | test programs moved to tests/ | Przemyslaw Skibinski | 2016-11-03 | 5 | -3234/+2 |
| | | |||||
* | | fixed clang conversion warning | Yann Collet | 2016-11-03 | 1 | -1/+1 |
| | | |||||
* | | check fread() operation results (#243) | Yann Collet | 2016-11-03 | 2 | -10/+17 |
|/ | |||||
* | fix for ARM platform | Yann Collet | 2016-11-02 | 1 | -2/+2 |
| | |||||
* | Clarified license (#115, #244) | Yann Collet | 2016-11-02 | 1 | -0/+7 |
| | |||||
* | moved cmake and debian directories to contrib (#245) | Yann Collet | 2016-11-02 | 1 | -5/+5 |
| | |||||
* | fixed #247, reported by Felix Bolte | Yann Collet | 2016-11-01 | 1 | -205/+144 |
| | |||||
* | fixes static compilation under Windows (#246) | Yann Collet | 2016-10-21 | 1 | -0/+3 |
| | |||||
* | Merge pull request #238 from kou/add-lz4lib-api | Yann Collet | 2016-09-23 | 1 | -1/+1 |
|\ | | | | | Add LZ4LIB_API | ||||
| * | 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. | ||||
* | | Use lower case for header file name | Kouhei Sutou | 2016-09-22 | 1 | -1/+1 |
|/ | | | | | | "WinIoCtl.h" works on Windows because Windows uses case insensitive file system. But it doesn't work on GNU/Linux (for cross compiling with MinGW) because GNU/Linux uses case sensitive file system. | ||||
* | updated uninstall | Yann Collet | 2016-09-17 | 1 | -17/+17 |
| | |||||
* | removed test artefacts | Yann Collet | 2016-09-06 | 1 | -5/+0 |
| | |||||
* | datagen depends on lz4.h for version string | Yann Collet | 2016-09-05 | 2 | -10/+12 |
| | |||||
* | fixed LZ4 repository links | inikep | 2016-09-05 | 3 | -6/+6 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev | inikep | 2016-09-03 | 6 | -434/+151 |
|\ | | | | | | | | | # Conflicts: # programs/Makefile | ||||
| * | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -5/+3 |
| | | |||||
| * | frametest depends on standard C time.h only | Yann Collet | 2016-09-03 | 1 | -60/+19 |
| | | |||||
| * | fullbench depends on standard C time.h only | Yann Collet | 2016-09-03 | 1 | -151/+79 |
| | | |||||
| * | fuzzer depends on standard C time.h only | Yann Collet | 2016-09-03 | 3 | -175/+20 |
| | | |||||
| * | lz4cli version number from lz4.h | Yann Collet | 2016-09-03 | 2 | -44/+31 |
| | | |||||
* | | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 1 | -0/+1 |
| | | |||||
* | | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 1 | -0/+1 |
| | | |||||
* | | update IncludePath | inikep | 2016-09-02 | 1 | -3/+0 |
|/ | |||||
* | added <string.h> for strlen() | inikep | 2016-09-02 | 1 | -0/+2 |
| | |||||
* | -b# and -e# options from zstd | inikep | 2016-09-02 | 3 | -25/+63 |
| | |||||
* | fix mingw64 compilation warnings | inikep | 2016-09-02 | 3 | -1/+8 |
| | |||||
* | request POSIX.2001 definitions for fileno() | Georg Sauthoff | 2016-08-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | this also fixes compilation on Solaris 10 cf. feature_test_macros(7) Linux man page: > _POSIX_SOURCE > Defining this obsolete macro with any value is equivalent to defin‐ > ing _POSIX_C_SOURCE with the value 1. > > Since this macro is obsolete, its usage is generally not documented > when discussing feature test macro requirements in the man pages. | ||||
* | Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame | Yann Collet | 2016-08-11 | 1 | -25/+39 |
| | |||||
* | Minor fuzzer code refactoring | Yann Collet | 2016-08-11 | 1 | -93/+62 |
| | |||||
* | fixed : fuzzer test, reported by @setharnold (#203) | Yann Collet | 2016-08-10 | 1 | -5/+5 |
| | |||||
* | minor refactoring changes | Yann Collet | 2016-08-10 | 3 | -71/+35 |
| | |||||
* | Updated xxhash library to v0.6.1 | Yann Collet | 2016-06-29 | 2 | -9/+11 |
| | |||||
* | stronger compilation flags | Yann Collet | 2016-06-29 | 1 | -4/+4 |
| | |||||
* | modified : some more deprecated functions from lz4hc.h generate warnings | Yann Collet | 2016-06-29 | 1 | -0/+3 |
| | |||||
* | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 1 | -4/+4 |
| | |||||
* | Fixed : alignment warning | Yann Collet | 2016-06-29 | 1 | -0/+3 |
| | |||||
* | minor refactoring | Yann Collet | 2016-06-29 | 1 | -0/+5 |
| | |||||
* | fixed display result issue when benchmarking multiple files | Yann Collet | 2016-06-29 | 1 | -1/+3 |
| | |||||
* | minor code refactoring | Yann Collet | 2016-06-29 | 1 | -15/+10 |
| | |||||
* | Reduced bench dependency to standard C <time.h> | Yann Collet | 2016-06-29 | 1 | -68/+39 |
| | | | | | Faster tests More accurate results on systems with high resolution clocks | ||||
* | minor compression speed improvement | Yann Collet | 2016-06-29 | 1 | -71/+52 |
| | |||||
* | minor refactoring (coding style) | Yann Collet | 2016-06-29 | 2 | -51/+34 |
| | |||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
| | | | | Add FreeBSD to install targets | ||||
* | lz4cli: print library version | John Zhuge | 2016-04-01 | 1 | -2/+5 |
| | |||||
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -11/+11 |
| | | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org> |