platform/upstream/lz4.git
2017-11-06 Sylvestre LedruOnly ignore with C++17
2017-11-05 Sylvestre LedruWhen building with a C++ compiler, remove the 'register...
2017-11-01 Yann ColletMerge pull request #415 from lz4/fasterDecodingXp
2017-10-31 Yann Colletminor change, to help store forwarding
2017-10-31 Yann Colletextended shortcut match length to 18
2017-10-31 Yann ColletMerge pull request #408 from terrelln/time
2017-10-31 Yann Colletminor : coding style : use ML_MASK constant
2017-10-31 Yann Colletadded comments, as suggested by @terrelln
2017-10-30 Yann Colletmore complete shortcut - passes tests
2017-10-30 Yann ColletMerge pull request #412 from mikir/symbolsVisibility
2017-10-30 mikirSeparated visibility from LZ4LIB_API macro.
2017-10-25 Yann Colletsmall modification of lz4 decoder to shortcut common...
2017-10-17 Nick Terrell[bench] Use higher resolution timer on POSIX
2017-10-15 Yann Colletlz4cli : minor rewrite of lz4c legacy commands
2017-10-15 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2017-10-15 Yann Colletlz4cli : removed extension artefacts
2017-10-13 Yann ColletMerge pull request #407 from odaira/useO2ppc64le
2017-10-13 Rei OdairaUse the optimization level of O2 for the decompression...
2017-10-10 Yann ColletMerge pull request #403 from felixhandte/lz4-cli-dict...
2017-10-10 W. Felix HandteRead the Dictionary into a Circular Buffer
2017-10-10 W. Felix HandteAdd some tests verifying command line dictionary functi...
2017-10-10 W. Felix HandteAdd Dictionary Support to the Command Line Tool
2017-10-04 Yann Colletfixed decoding block checksum in lz4frame
2017-09-30 Yann Colletfix #404
2017-09-23 Yann Colletminor lz4frame code refactor
2017-09-23 Yann ColletMerge pull request #402 from felixhandte/fix-dict-segfault
2017-09-22 W. Felix HandteFix Segfault When Copying Dict
2017-09-11 Yann Colletminor improvements to examples
2017-09-10 Yann Colletmade clang warnings fail (-Werror)
2017-09-10 Yann Colletfixed a bunch of -Wcomma warnings
2017-09-10 Yann Colletadded -Wcomma to travisCI clang test
2017-09-07 Yann Colletfix #397 : decompression failed when using a combinatio...
2017-09-07 Yann Colletbench : made decompression speed evaluation same time...
2017-09-07 Yann Colletminor Makefile fixes
2017-09-06 Yann Colletupdated lib/README
2017-08-30 Yann Colletcomplementary information for #394
2017-08-30 Yann Colletclarified documentation of streaming decompression...
2017-08-30 Yann Colletminor typo fix
2017-08-29 Yann Colletfixed FS-independent file order in /lib
2017-08-26 Yann Colletbuild: source files sorted in a FS independent manner
2017-08-25 Yann Colletupdated NEWS with fixes
2017-08-25 Yann ColletMerge pull request #386 from lz4/parallelMake
2017-08-25 Yann Colletremoved fasttest from circleCI
2017-08-25 Yann Colletremoved test-fasttest
2017-08-25 Yann ColletMerge pull request #393 from terrelln/deprecate2
2017-08-25 Yann Colletfixed make recurrence from /tests
2017-08-25 Yann Colletremoved fasttest
2017-08-24 Yann Colletminor : added header license
2017-08-24 Yann ColletMerge branch 'dev' into parallelMake
2017-08-24 Nick TerrellDon't use C++11 deprecation attribute with clang
2017-08-24 Yann ColletMerge pull request #392 from m-hennecke/fix-arm-openbsd
2017-08-24 Yann ColletMerge pull request #391 from tcpan/dev
2017-08-24 Yann ColletMerge pull request #390 from lz4/installVars
2017-08-24 tcpanFIX: added prefix to FORCE_INLINE to prevent redefiniti...
2017-08-24 Markus HenneckeFix: Add return statement to main function
2017-08-24 Yann Colletfixed man directory installation (#337)
2017-08-21 Yann Colletmake test is compatible with parallel execution (-j#)
2017-08-17 Yann Colletfix : asan error in dctx, due to increased maximum...
2017-08-16 Yann ColletMerge pull request #382 from lz4/installVars
2017-08-15 Yann Colletupdated lz4frame manual
2017-08-15 Yann ColletMerge branch 'dev' into installVars and fixed conflicts
2017-08-15 Yann ColletMerge pull request #383 from lz4/blockChecksum
2017-08-15 Yann ColletMerge pull request #380 from lz4/dictID
2017-08-14 Yann Colletlz4c legacy commands are now enabled at runtime based...
2017-08-14 Yann Colletfix minor markdown display issues
2017-08-14 Yann Colletbetter respect GNU standard Makefile conventions
2017-08-12 Yann Colletcli : restored command -BX to enable block checksum...
2017-08-12 Yann Colletrestored block checksum capability at lz4frame API...
2017-08-11 Yann ColletMerge pull request #378 from deymo/dev
2017-08-10 Yann Colletimplemented lz4frame decompression API
2017-08-10 Yann Colletsupport dictionary compression with independent blocks
2017-08-10 Yann Colletfixed gcc prototype warning
2017-08-10 Yann Colletdictionary compression correctly uses compression level
2017-08-10 Yann Colletfixed C++ conversion warnings
2017-08-10 Yann Colletfixed uninitialization error in lz4frame
2017-08-09 Yann Colletimplemented dictionary compression in lz4frame
2017-08-09 Yann Colletfixed frameCompress example
2017-08-09 Yann Colletadded dictID inside LZ4F_frameInfo_t
2017-08-08 Yann Colletupdated Frame specification
2017-08-07 Alex DeymoAllow to predefine FORCE_INLINE macro.
2017-08-07 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2017-08-07 Yann ColletMerge pull request #376 from ido/patch-1
2017-08-07 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2017-08-07 Yann Colletupdated man page
2017-08-01 Ido RosenFix typos preventing installation of static lib.
2017-07-09 Yann ColletMerge pull request #374 from ferdnyc/patch-2
2017-07-08 FeRD (Frank... Generate updated man page from Markdown source
2017-07-08 Yann ColletMerge pull request #373 from ferdnyc/patch-2
2017-07-08 FeRD (Frank... Fix formatting of concatenation example
2017-06-26 Yann Colletfix #369
2017-06-26 Yann ColletMerge pull request #371 from jku/tests-LIBDIR
2017-06-26 Jussi Kukkonentests/Makefile: don't use LIBDIR as variable
2017-06-19 Yann ColletMerge pull request #367 from Chocobo1/fallthrough
2017-06-19 Yann ColletMerge pull request #368 from Chocobo1/readme
2017-06-19 Chocobo1Update README.md
2017-06-19 Chocobo1Fix gcc7 Wimplicit-fallthrough warnings
2017-06-14 Yann Colletmade level 10 a bit faster
2017-06-13 Yann Collet-g compilation flag not by default for lz4 cli
2017-06-13 Yann Colletclarified lz4frame api comment (#350)
2017-06-12 Yann Colletreport where decompression ends (#313)
next