platform/upstream/lz4.git
2016-11-15 Przemyslaw... appveyor.yml: added liblz4_x86.zip
2016-11-15 Przemyslaw... updated lib\dll\README.md
2016-11-15 Przemyslaw... appveyor.yml: generate DLL package
2016-11-15 Przemyslaw... added files used by DLL package
2016-11-15 Przemyslaw... added fullbench-dll.sln that works with gcc/MinGW
2016-11-15 Przemyslaw... DLL dependencies moved to lib/dll/
2016-11-15 Przemyslaw... updated appveyor.yml
2016-11-15 Przemyslaw... upload executables to GitHub
2016-11-15 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-14 Yann Colletfixed minor conversion warning
2016-11-14 Yann Colletsilence a minor msan warning
2016-11-14 Yann Colletfixed minor msan warning
2016-11-14 Yann Colletfixed conversion warnings
2016-11-14 Yann Colletfixed nameless union warnings
2016-11-14 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-11-14 Yann Colletclang and g++ tests restricted to native only on Travis...
2016-11-14 Yann ColletMerge pull request #269 from inikep/dev
2016-11-14 Yann Colletfixed conversion warnings
2016-11-14 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-14 Yann Colletfixed uintptr_t on pre-c99 compilers
2016-11-14 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-11-14 Yann Colletminor code refactoring
2016-11-13 Yann ColletMerge pull request #268 from nemequ/dev
2016-11-13 Yann Colletcli : add --help command
2016-11-13 Yann Colletfuzzer code refactoring
2016-11-12 Evan Nemersoncmake: add public domain dedication, and a note about...
2016-11-12 Evan Nemersoncmake: make PIC optional when generating a static library
2016-11-12 Yann Colletmade lz4hc explicitly dependent on lz4
2016-11-12 Yann Colletfixed __GNUC__ macro
2016-11-12 Yann Colletfixed fuzzer error
2016-11-12 Yann Colletenabled deprecation warnings on remaining obsolete...
2016-11-12 Yann Colletupdate code comments
2016-11-12 Yann ColletMerge pull request #267 from terrelln/strict-aliasing
2016-11-11 Yann Colletfixed conversion warnings
2016-11-11 Yann Colletupdated frametest
2016-11-11 Nick TerrellExpose internal types to remove strict aliasing
2016-11-11 Yann ColletMerge pull request #266 from terrelln/frame-ex
2016-11-11 Nick TerrellAdd frame decompression example
2016-11-11 Przemyslaw... added visual\README.md
2016-11-11 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-11 Yann Colletupdated xxhash lib
2016-11-11 Yann Colletminor typo
2016-11-11 Yann ColletMerge pull request #265 from terrelln/rm-zstd
2016-11-11 Nick TerrellFix license and remove references to zstd
2016-11-10 Yann ColletFixed #178 fullbench on small input
2016-11-10 Yann Colletimproved man on compression level
2016-11-10 Yann ColletMerge pull request #263 from terrelln/dict-ex
2016-11-10 Yann ColletMerge pull request #264 from inikep/dev
2016-11-10 Przemyslaw... Using MinGW+MSYS to create DLL
2016-11-10 Przemyslaw... udated README.md
2016-11-10 Przemyslaw... lz4.h: added Introduction section
2016-11-10 Przemyslaw... added lz4_manual.html
2016-11-10 Przemyslaw... added contrib/gen_manual
2016-11-10 Przemyslaw... custom block size
2016-11-10 Przemyslaw... better MSYS/MinGW support
2016-11-10 Przemyslaw... NB_LOOPS ?= -i1
2016-11-10 Przemyslaw... reordered Travis CI tests
2016-11-10 Przemyslaw... changed FUZZER_TIME
2016-11-10 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-10 Yann Colletfix empty body
2016-11-10 Nick TerrellAdd dictionary random access example
2016-11-10 Yann Colletfixed some static analyzer warning
2016-11-10 Yann Colletfixed sparse on stdout
2016-11-10 Yann Colletfixed multiples files on lz4cat (#184, by @libor-m)
2016-11-09 Yann Colletfix unused variable warning
2016-11-09 Yann Colletfixed synthetic benchmark mode
2016-11-09 Yann Colletfixed lz4cat
2016-11-09 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-11-09 Yann Colletupdated NEWS
2016-11-09 Yann ColletMerge pull request #262 from inikep/dev
2016-11-09 Przemyslaw... fixed make install
2016-11-09 Przemyslaw... DLL exports only functions defined in liblz4.def
2016-11-09 Przemyslaw... create DLL with MinGW/MSYS
2016-11-09 Przemyslaw... updated appveyor.yml
2016-11-09 Przemyslaw... update .gitignore
2016-11-09 Przemyslaw... removed <PlatformToolset>
2016-11-09 Przemyslaw... LZ4_DLL_IMPORT
2016-11-09 Przemyslaw... added lz4.rc
2016-11-09 Przemyslaw... rename liblz4-dll to lz4-dll
2016-11-09 Przemyslaw... removed LZ4_DLL_EXPORT=1 (2)
2016-11-09 Przemyslaw... removed LZ4_DLL_EXPORT=1
2016-11-09 Przemyslaw... added fullbench-dll.vcxproj
2016-11-09 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-09 Przemyslaw... introduced LZ4_COMPILED_AS_DLL
2016-11-09 Yann ColletMerge pull request #261 from terrelln/clean-fasttest
2016-11-09 Nick TerrellRemove fasttest when cleaning
2016-11-08 Yann ColletMerge pull request #260 from nemequ/dev
2016-11-08 Evan Nemersoncmake: significant changes to accomodate a new "bundled...
2016-11-08 Yann ColletMerge pull request #259 from inikep/dev
2016-11-08 Przemyslaw... updated IntDir
2016-11-08 Przemyslaw... added lz4-dll project
2016-11-08 Przemyslaw... VS project: added IntDir
2016-11-08 Przemyslaw... VS project: added setargv.obj
2016-11-08 Przemyslaw... added test-lz4-speed.py
2016-11-08 Przemyslaw... bench.c: support notification level
2016-11-08 Przemyslaw... joined arm and aarch64 tests
2016-11-08 Przemyslaw... err0r(LZ4F_errorCodes code) uses ptrdiff_t
2016-11-08 Przemyslaw... test powerpc64
2016-11-08 Przemyslaw... tests\Makefile: added test-platform
2016-11-08 Przemyslaw... added platformTest
next