platform/upstream/lz4.git
2016-12-27 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-12-23 Przemyslaw... BSD: improved "make install"
2016-12-22 Przemyslaw... Solaris: working "make install"
2016-12-22 Yann Colletupdated Makefile : lz4 no longer recompiled when alread...
2016-12-22 Przemyslaw... "make test" is now compatible with Solaris
2016-12-22 Yann ColletMerge pull request #292 from inikep/dev
2016-12-22 Yann Colletupdated NEWS
2016-12-22 Yann Colletupdated a few macros names
2016-12-22 Przemyslaw... use FindFirstFileA and FindNextFileA on Windows
2016-12-21 Przemyslaw... improved comments
2016-12-21 Przemyslaw... use fseeko for 32-bit MacOS
2016-12-21 Przemyslaw... test Large File support for Mac OS-X in 32-bits mode
2016-12-21 Przemyslaw... util.h and platform.h based on zstd
2016-12-21 Yann Colletfixed lib/clean
2016-12-21 Yann Colletminor fix for travis-install test
2016-12-21 Yann ColletLZ4F_compressBound(0) provides upper bound for LZ4F_flu...
2016-12-21 Yann Colletminor update Makefile
2016-12-21 Przemyslaw... datagen.vcxproj: CharacterSet is MultiByte
2016-12-21 Przemyslaw... VS projects: CharacterSet changed to MultiByte
2016-12-21 Przemyslaw... added IncludePath
2016-12-21 Przemyslaw... fixed Visual Studio compilation
2016-12-21 Przemyslaw... fixed gcc 4.4 support
2016-12-21 Przemyslaw... improved MinGW support
2016-12-21 Przemyslaw... executables use basic types from util.h
2016-12-20 Przemyslaw... reordered definitons in platform.h
2016-12-20 Przemyslaw... improved formatting (2)
2016-12-20 Przemyslaw... improved formatting
2016-12-20 Przemyslaw... fixed gcc warnings (2)
2016-12-20 Przemyslaw... fixed gcc warnings
2016-12-20 Przemyslaw... improved platform.h
2016-12-20 Przemyslaw... executables use platform.h
2016-12-20 Przemyslaw... updated util.h
2016-12-20 Przemyslaw... added platfom.h
2016-12-15 Yann Colletfix `make` concurrency build (#277)
2016-12-11 Yann ColletMerge pull request #287 from inikep/dev
2016-12-09 Przemyslaw... tree update dependent from compression level
2016-12-09 Przemyslaw... fullUpdate as a parameter
2016-12-09 Przemyslaw... last match starts at least 12 bytes before end of block
2016-12-09 Przemyslaw... faster opt compression
2016-12-09 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-12-09 Przemyslaw... full binary tree update
2016-12-08 Yann Colletupdated NEWS
2016-12-08 Yann Colletfix #285 : lz4cat doesn't work with stdin (reported...
2016-12-08 Przemyslaw... slightly improved lz4opt.h
2016-12-08 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2016-12-08 Yann Colletfixed path-1, as suggested by @t-mat
2016-12-07 Yann Colletfixed test-lz4c32
2016-12-07 Yann Colletfix #284, reported by @beiDei8z : added test cases...
2016-12-07 Yann Colletfix : invocation of path/to/unlz4 (#284), reported...
2016-12-07 Przemyslaw... fixed LZ4_STREAMHCSIZE
2016-12-07 Przemyslaw... LZ4HC_DICTIONARY_LOGSIZE 17
2016-12-07 Przemyslaw... improved ratio
2016-12-07 Przemyslaw... 15-bit LZ4HC_HASH_LOG
2016-12-07 Przemyslaw... improved LZ4HC_BinTree_GetAllMatches
2016-12-07 Przemyslaw... fixed gcc warnings
2016-12-07 Przemyslaw... slightly improved ratio
2016-12-07 Przemyslaw... improve code formatting
2016-12-07 Przemyslaw... LZ4HC_MAX_CLEVEL = 12
2016-12-07 Przemyslaw... removed LZ4HC_GetAllMatches
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
next