platform/upstream/lz4.git
2016-12-06 Przemyslaw... updated LZ4HC_get_price
2016-12-06 Przemyslaw... 17-bit LZ4HC_MAXD
2016-12-06 Przemyslaw... introduced LZ4HC_compress_hashChain
2016-12-06 Przemyslaw... added lz4opt.h
2016-12-06 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-12-04 Yann Colletfix #283 : implement LZ4_versionString().
2016-11-28 Yann Colletupdated NEWS
2016-11-28 Yann Colletfixed minor display error when using -r
2016-11-28 Yann ColletUpdated man page
2016-11-28 Yann Colletminor man page update
2016-11-28 Yann ColletMerge pull request #279 from t-mat/md-to-man
2016-11-27 Takayuki MATSUOKAAdd "man" target to Makefile
2016-11-22 Yann Colletnumbering
2016-11-22 Yann Colletupdated NEWS
2016-11-22 Yann Colletlibrary release build compatible with environment variable
2016-11-22 Yann Colletlz4 release build compatible with PIE
2016-11-22 Yann Colletnew test case with fPIE
2016-11-22 Przemyslaw... fixed LZ4IO_compressMultipleFilenames
2016-11-22 Przemyslaw... updated README.md
2016-11-22 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-22 Yann Colletminor warning fix
2016-11-22 Yann Colletfix minor analyzer warning
2016-11-21 Yann Colletadded a few dates
2016-11-21 Yann Colletfixed minor analyzer warning
2016-11-21 Yann Colletadded gcc 4.4 test
2016-11-21 Yann Colletadded examples to make all
2016-11-21 Yann Colletadded doc in code comments
2016-11-21 Yann Colletchanges travis test order
2016-11-19 Takayuki MATSUOKAAdd C++14 standard [[deprecated]] attribute
2016-11-19 Yann Colletfixed : shadow global variable on gcc 4.4 (minor)
2016-11-19 Yann Colletfixed #272 (compilation fails on gcc 4.4), reported...
2016-11-19 Yann Colletattempt -mx32 tests on Travis CI
2016-11-19 Yann Collethighly improved speed on -mx32 mode
2016-11-18 Yann Colletremoved usan32 tests.
2016-11-18 Yann Colletmoved usan32 tests to gcc-6
2016-11-18 Yann Colletusan32 relies on default compiler (by default)
2016-11-18 Yann Colletfixed gcc-5 conf
2016-11-18 Yann Colletswitch usan32 tests to gcc-5
2016-11-18 Yann Colletattempt to fix sanitize32 package dependency
2016-11-18 Yann Colletadded sanitize32 tests to Travis
2016-11-17 Yann Colletfixed strict aliasing warnings in fasttest
2016-11-17 Yann Colletfixed versionsTest
2016-11-17 Yann Colletadded v1.x.y to versions tests
2016-11-17 Yann Colletfixed Travis test cases
2016-11-17 Yann Colletfix 32-bits mode.
2016-11-16 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2016-11-16 Yann Colletupdated README for v1.7.3
2016-11-16 Yann ColletMerge pull request #271 from inikep/dev
2016-11-16 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-16 Przemyslaw... include NEWS in lz4_x64.zip and lz4_x86.zip
2016-11-16 Przemyslaw... updated programs\README.md
2016-11-16 Przemyslaw... updated example\README.md
2016-11-16 Przemyslaw... created dll\example directory
2016-11-16 Przemyslaw... appveyor.yml: create only lz4_x64.zip and lz4_x86.zip
2016-11-16 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-11-16 Przemyslaw... MinGW doesn't require the import library at all
2016-11-16 Yann Colletfixed a limit case scenario
2016-11-15 Yann Colletfixed double ;; for Visual
2016-11-15 Yann Colletfixed sign conversion warning
2016-11-15 Yann Colletrestored .travis.yml
2016-11-15 Yann Colletfixed minor coverity warnings
2016-11-15 Yann Collet.travis.yml for coverity
2016-11-15 Yann Colletremoved .travis.yml, for better rebase
2016-11-15 Yann Colletfixed appveyor badges
2016-11-15 Yann Colletupdate appveyor tokens
2016-11-15 Yann ColletMerge pull request #270 from inikep/dev
2016-11-15 Przemyslaw... updated visual\README.md
2016-11-15 Przemyslaw... ToolsVersion="4.0"
2016-11-15 Przemyslaw... removed _x64 and _x86
2016-11-15 Przemyslaw... ImageHasSafeExceptionHandlers=false
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-15 Yann Colletbump version number
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
next