summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2016-08-115-6/+6
|\
| * Merge pull request #222 from kou/fix-build-error-with-mingwYann Collet2016-07-260-0/+0
| |\
| | * Fix build error with MinGW on LinuxKouhei Sutou2016-07-251-1/+1
| * | Merge pull request #219 from BenWiederhake/devYann Collet2016-07-085-6/+6
| |\ \
| | * | Use https wherever possibleBen Wiederhake2016-07-073-4/+4
| | * | Correctly reference self (github, not googlecode)Ben Wiederhake2016-07-071-1/+1
| | * | Use correct 'repository' hostnameBen Wiederhake2016-07-071-1/+1
| |/ /
* | | fixed : fuzzer test, reported by @setharnold (#203)Yann Collet2016-08-101-5/+5
* | | minor refactoring changesYann Collet2016-08-103-71/+35
|/ /
* | Updated xxhash library to v0.6.1Yann Collet2016-06-295-709/+631
* | stronger compilation flagsYann Collet2016-06-292-8/+8
* | modified : some more deprecated functions from lz4hc.h generate warningsYann Collet2016-06-293-29/+38
* | changed : default benchmark LZ4_decompress_safe()Yann Collet2016-06-293-58/+52
* | Minor refactoring (code style)Yann Collet2016-06-291-50/+25
* | Fixed : alignment warningYann Collet2016-06-292-3/+13
* | minor refactoringYann Collet2016-06-292-10/+14
* | very minor decompression speed gainYann Collet2016-06-291-2/+2
* | fixed display result issue when benchmarking multiple filesYann Collet2016-06-291-1/+3
* | minor code refactoringYann Collet2016-06-292-60/+35
* | Reduced bench dependency to standard C <time.h>Yann Collet2016-06-291-68/+39
* | minor compression speed improvementYann Collet2016-06-292-74/+56
* | minor refactoringYann Collet2016-06-291-8/+10
* | minor refactoring (coding style)Yann Collet2016-06-293-191/+116
* | Merge pull request #208 from Nimloth/devYann Collet2016-05-173-6/+9
|\ \
| * | Add FreeBSD to install targetsMartin Waschbüsch2016-05-173-6/+9
|/ /