platform/upstream/lz4.git
2016-09-23 Kouhei SutouUse different prefix for each file to avoid conflict
2016-09-22 Kouhei SutouAdd LZ4LIB_API
2016-09-17 Yann Colletupdated uninstall
2016-09-06 Yann ColletMerge pull request #236 from inikep/dev
2016-09-06 Yann Colletremoved test artefacts
2016-09-06 inikepfix bug #232 at https://github.com/Cyan4973/lz4/issues/232
2016-09-05 Yann Colletdatagen depends on lz4.h for version string
2016-09-05 Yann ColletMerge pull request #235 from inikep/dev
2016-09-05 inikepfixed LZ4 repository links
2016-09-05 inikepversionTests require 32-bit gcc libraries
2016-09-05 inikepversionTests require python3
2016-09-05 inikepupdated .travis.yml
2016-09-03 Yann ColletMerge pull request #233 from inikep/dev
2016-09-03 inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-09-03 inikepdisabled <RunCodeAnalysis> for Win32
2016-09-03 Yann Colletlz4 version source from lz4.h
2016-09-03 Yann Colletframetest depends on standard C time.h only
2016-09-03 Yann Colletfullbench depends on standard C time.h only
2016-09-03 Yann Colletfuzzer depends on standard C time.h only
2016-09-03 Yann Colletlz4cli version number from lz4.h
2016-09-03 Yann Colletcoding style change
2016-09-03 inikepCFLAGS += $(MOREFLAGS)
2016-09-02 inikepremove EnablePREfast=true for Win32
2016-09-02 inikepset OutDir
2016-09-02 inikepupdate IncludePath
2016-09-02 inikeprestored lz4.vcxproj
2016-09-02 inikepadded appveyor.yml
2016-09-02 inikeprenamed VS project
2016-09-02 Yann ColletMerge pull request #231 from inikep/dev
2016-09-02 inikepadded <string.h> for strlen()
2016-09-02 inikep-b# and -e# options from zstd
2016-09-02 inikepfix mingw64 compilation warnings
2016-08-28 Yann ColletMerge pull request #226 from gsauthof/port-make
2016-08-27 Georg Sauthoffdon't use variable eval syntax in if()
2016-08-27 Georg Sauthoffdon't link the tools against the shared library
2016-08-27 Georg Sauthoffremove additional -fPIC switch because
2016-08-27 Georg Sauthoffuse gnu c99 to get both c99 and POSIX
2016-08-27 Georg Sauthoffrequest POSIX.2001 definitions for fileno()
2016-08-20 Yann Colletminor comments
2016-08-20 Yann Colletminor refactor
2016-08-20 Yann Colletminor decompression speed gains
2016-08-20 Yann Colletlz4 as phony target
2016-08-20 Yann ColletMakefile : lz4 at root
2016-08-20 Yann Colletminor comments clarifications
2016-08-11 Yann Colletminor comments clarification
2016-08-11 Yann ColletFixed #157 : LZ4F_getFrameInfo() fails on valid null...
2016-08-11 Yann ColletMinor fuzzer code refactoring
2016-08-11 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-08-10 Yann Colletfixed : fuzzer test, reported by @setharnold (#203)
2016-08-10 Yann Colletminor refactoring changes
2016-07-26 Yann ColletMerge pull request #222 from kou/fix-build-error-with...
2016-07-25 Kouhei SutouFix build error with MinGW on Linux
2016-07-08 Yann ColletMerge pull request #219 from BenWiederhake/dev
2016-07-07 Ben WiederhakeUse https wherever possible
2016-07-07 Ben WiederhakeCorrectly reference self (github, not googlecode)
2016-07-07 Ben WiederhakeUse correct 'repository' hostname
2016-06-29 Yann ColletUpdated xxhash library to v0.6.1
2016-06-29 Yann Colletstronger compilation flags
2016-06-29 Yann Colletmodified : some more deprecated functions from lz4hc...
2016-06-29 Yann Colletchanged : default benchmark LZ4_decompress_safe()
2016-06-29 Yann ColletMinor refactoring (code style)
2016-06-29 Yann ColletFixed : alignment warning
2016-06-29 Yann Colletminor refactoring
2016-06-29 Yann Colletvery minor decompression speed gain
2016-06-29 Yann Colletfixed display result issue when benchmarking multiple...
2016-06-29 Yann Colletminor code refactoring
2016-06-29 Yann ColletReduced bench dependency to standard C <time.h>
2016-06-29 Yann Colletminor compression speed improvement
2016-06-29 Yann Colletminor refactoring
2016-06-29 Yann Colletminor refactoring (coding style)
2016-05-17 Yann ColletMerge pull request #208 from Nimloth/dev
2016-05-17 Martin WaschbüschAdd FreeBSD to install targets
2016-05-10 Yann ColletMerge pull request #204 from irwand/dev
2016-04-19 Irwan Djajadifixed non-C99 compilers
2016-04-19 Irwan Djajadifixed non-C99 compiler
2016-04-19 Irwan DjajadiMerge branch 'heapmode_alloc_failure_fix' into dev
2016-04-18 Irwan Djajadialloc failure fix
2016-04-18 Yann ColletMerge pull request #201 from cernekee/cmake-pc
2016-04-18 Kevin Cernekeecmake: Install liblz4.pc
2016-04-07 Yann ColletMerge pull request #197 from Cyan4973/fix-readme-travis
2016-04-07 Takayuki MATSUOKAFix wrong link for Travis
2016-04-01 Yann ColletMerge pull request #194 from jzhuge/dev
2016-04-01 John Zhugelz4cli: print library version
2016-02-25 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-02-25 Yann ColletAdded zstd
2016-02-16 Yann ColletMerge pull request #185 from jwerner-chromium/dev
2016-02-13 Julius WernerAllow for safe in-place decoding
2016-02-13 Julius WernerRemove whitespace from ends of lines
2016-01-15 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-01-15 Yann Colletupdated hyperlink
2016-01-10 Yann ColletMerge pull request #182 from kou/add-missing-ext
2016-01-10 Yann ColletMerge pull request #181 from kou/fix-build-failure...
2016-01-10 Kouhei SutouAdd missing $(EXT)
2016-01-10 Kouhei SutouFix build error on MinGW
2015-12-20 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-12-20 Yann Colletclarified man page as suggested in #170
2015-12-18 Yann ColletMerge pull request #173 from flandr/liblz4
2015-12-16 Yann ColletMerge pull request #172 from psteinb/add_static_cmake
2015-12-15 Peter Steinbachadded static build target for OSX and Linux to cmake
2015-10-30 Yann ColletMerge pull request #162 from KyleJHarper/20151021_examples
next