Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 7 | -0/+13 |
* | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 7 | -36/+13 |
* | set OutDir | inikep | 2016-09-02 | 6 | -25/+7 |
* | update IncludePath | inikep | 2016-09-02 | 7 | -33/+30 |
* | restored lz4.vcxproj | inikep | 2016-09-02 | 1 | -0/+182 |
* | added appveyor.yml | inikep | 2016-09-02 | 2 | -0/+99 |
* | renamed VS project | inikep | 2016-09-02 | 14 | -1419/+955 |
* | added <string.h> for strlen() | inikep | 2016-09-02 | 1 | -0/+2 |
* | -b# and -e# options from zstd | inikep | 2016-09-02 | 6 | -40/+78 |
* | fix mingw64 compilation warnings | inikep | 2016-09-02 | 4 | -1/+11 |
* | Merge pull request #226 from gsauthof/port-make | Yann Collet | 2016-08-28 | 4 | -33/+32 |
|\ | |||||
| * | don't use variable eval syntax in if() | Georg Sauthoff | 2016-08-27 | 1 | -3/+3 |
| * | don't link the tools against the shared library | Georg Sauthoff | 2016-08-27 | 1 | -7/+8 |
| * | remove additional -fPIC switch because | Georg Sauthoff | 2016-08-27 | 1 | -14/+9 |
| * | use gnu c99 to get both c99 and POSIX | Georg Sauthoff | 2016-08-27 | 3 | -12/+14 |
| * | request POSIX.2001 definitions for fileno() | Georg Sauthoff | 2016-08-27 | 1 | -1/+2 |
|/ | |||||
* | minor comments | Yann Collet | 2016-08-20 | 1 | -17/+10 |
* | minor refactor | Yann Collet | 2016-08-20 | 1 | -4/+2 |
* | minor decompression speed gains | Yann Collet | 2016-08-20 | 1 | -2/+5 |
* | lz4 as phony target | Yann Collet | 2016-08-20 | 1 | -5/+5 |
* | Makefile : lz4 at root | Yann Collet | 2016-08-20 | 2 | -0/+3 |
* | minor comments clarifications | Yann Collet | 2016-08-20 | 1 | -13/+16 |
* | minor comments clarification | Yann Collet | 2016-08-11 | 1 | -24/+24 |
* | Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame | Yann Collet | 2016-08-11 | 3 | -135/+173 |
* | Minor fuzzer code refactoring | Yann Collet | 2016-08-11 | 1 | -93/+62 |
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2016-08-11 | 5 | -6/+6 |
|\ | |||||
| * | Merge pull request #222 from kou/fix-build-error-with-mingw | Yann Collet | 2016-07-26 | 0 | -0/+0 |
| |\ | |||||
| | * | Fix build error with MinGW on Linux | Kouhei Sutou | 2016-07-25 | 1 | -1/+1 |
| * | | Merge pull request #219 from BenWiederhake/dev | Yann Collet | 2016-07-08 | 5 | -6/+6 |
| |\ \ | |||||
| | * | | Use https wherever possible | Ben Wiederhake | 2016-07-07 | 3 | -4/+4 |
| | * | | Correctly reference self (github, not googlecode) | Ben Wiederhake | 2016-07-07 | 1 | -1/+1 |
| | * | | Use correct 'repository' hostname | Ben Wiederhake | 2016-07-07 | 1 | -1/+1 |
| |/ / | |||||
* | | | 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 | 5 | -709/+631 |
* | | stronger compilation flags | Yann Collet | 2016-06-29 | 2 | -8/+8 |
* | | modified : some more deprecated functions from lz4hc.h generate warnings | Yann Collet | 2016-06-29 | 3 | -29/+38 |
* | | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 3 | -58/+52 |
* | | Minor refactoring (code style) | Yann Collet | 2016-06-29 | 1 | -50/+25 |
* | | Fixed : alignment warning | Yann Collet | 2016-06-29 | 2 | -3/+13 |
* | | minor refactoring | Yann Collet | 2016-06-29 | 2 | -10/+14 |
* | | very minor decompression speed gain | Yann Collet | 2016-06-29 | 1 | -2/+2 |
* | | fixed display result issue when benchmarking multiple files | Yann Collet | 2016-06-29 | 1 | -1/+3 |
* | | minor code refactoring | Yann Collet | 2016-06-29 | 2 | -60/+35 |
* | | Reduced bench dependency to standard C <time.h> | Yann Collet | 2016-06-29 | 1 | -68/+39 |
* | | minor compression speed improvement | Yann Collet | 2016-06-29 | 2 | -74/+56 |
* | | minor refactoring | Yann Collet | 2016-06-29 | 1 | -8/+10 |
* | | minor refactoring (coding style) | Yann Collet | 2016-06-29 | 3 | -191/+116 |
* | | Merge pull request #208 from Nimloth/dev | Yann Collet | 2016-05-17 | 3 | -6/+9 |
|\ \ | |||||
| * | | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 3 | -6/+9 |
|/ / |