summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add LZ4LIB_APIKouhei Sutou2016-09-2211-96/+146
* | | | Merge pull request #240 from kou/add-missin-extYann Collet2016-09-231-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Add missing $(EXT) to lz4 program nameKouhei Sutou2016-09-231-2/+4
|/ / /
* | | Merge pull request #239 from kou/use-lower-case-for-header-nameYann Collet2016-09-221-1/+1
|\ \ \ | |/ / |/| |
| * | Use lower case for header file nameKouhei Sutou2016-09-221-1/+1
|/ /
* | updated uninstallYann Collet2016-09-172-26/+26
* | Merge pull request #236 from inikep/devYann Collet2016-09-062-0/+3
|\ \ | |/
| * fix bug #232 at https://github.com/Cyan4973/lz4/issues/232inikep2016-09-062-0/+3
* | removed test artefactsYann Collet2016-09-063-9/+3
* | datagen depends on lz4.h for version stringYann Collet2016-09-052-10/+12
* | Merge pull request #235 from inikep/devYann Collet2016-09-054-38/+162
|\ \ | |/
| * fixed LZ4 repository linksinikep2016-09-053-6/+6
| * versionTests require 32-bit gcc librariesinikep2016-09-051-0/+2
| * versionTests require python3inikep2016-09-051-29/+33
| * updated .travis.ymlinikep2016-09-051-32/+150
* | Merge pull request #233 from inikep/devYann Collet2016-09-0319-1421/+1195
|\ \ | |/
| * Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into devinikep2016-09-0313-552/+238
| |\ | |/ |/|
* | lz4 version source from lz4.hYann Collet2016-09-035-19/+20
* | frametest depends on standard C time.h onlyYann Collet2016-09-031-60/+19
* | fullbench depends on standard C time.h onlyYann Collet2016-09-031-151/+79
* | fuzzer depends on standard C time.h onlyYann Collet2016-09-033-175/+20
* | lz4cli version number from lz4.hYann Collet2016-09-035-53/+46
* | coding style changeYann Collet2016-09-031-95/+55
* | Merge pull request #231 from inikep/devYann Collet2016-09-028-41/+91
|\ \
| | * disabled <RunCodeAnalysis> for Win32inikep2016-09-036-12/+0
| | * CFLAGS += $(MOREFLAGS)inikep2016-09-037-0/+13
| | * remove EnablePREfast=true for Win32inikep2016-09-027-36/+13
| | * set OutDirinikep2016-09-026-25/+7
| | * update IncludePathinikep2016-09-027-33/+30
| | * restored lz4.vcxprojinikep2016-09-021-0/+182
| | * added appveyor.ymlinikep2016-09-022-0/+99
| | * renamed VS projectinikep2016-09-0214-1419/+955
| |/
| * added <string.h> for strlen()inikep2016-09-021-0/+2
| * -b# and -e# options from zstdinikep2016-09-026-40/+78
| * fix mingw64 compilation warningsinikep2016-09-024-1/+11
|/
* Merge pull request #226 from gsauthof/port-makeYann Collet2016-08-284-33/+32
|\
| * don't use variable eval syntax in if()Georg Sauthoff2016-08-271-3/+3
| * don't link the tools against the shared libraryGeorg Sauthoff2016-08-271-7/+8
| * remove additional -fPIC switch becauseGeorg Sauthoff2016-08-271-14/+9
| * use gnu c99 to get both c99 and POSIXGeorg Sauthoff2016-08-273-12/+14
| * request POSIX.2001 definitions for fileno()Georg Sauthoff2016-08-271-1/+2
|/
* minor commentsYann Collet2016-08-201-17/+10
* minor refactorYann Collet2016-08-201-4/+2
* minor decompression speed gainsYann Collet2016-08-201-2/+5
* lz4 as phony targetYann Collet2016-08-201-5/+5
* Makefile : lz4 at rootYann Collet2016-08-202-0/+3
* minor comments clarificationsYann Collet2016-08-201-13/+16
* minor comments clarificationYann Collet2016-08-111-24/+24
* Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frameYann Collet2016-08-113-135/+173
* Minor fuzzer code refactoringYann Collet2016-08-111-93/+62