platform/upstream/lz4.git
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
2015-10-30 KyleJHarperForgot to make clean before commiting. Removing binary.
2015-10-30 KyleJHarperSeveral changes to address a few concerns from Yann...
2015-10-29 KyleJHarperAdded a note about why char* is used. Also removed...
2015-10-29 KyleJHarperFinished the two example files. Decided to avoid addin...
2015-10-26 KyleJHarperTook out the basics and placed them into basics.c....
2015-10-23 KyleJHarperFinal tests and reporting are done. As expected there...
2015-10-22 KyleJHarperDidn't add my file for some reason. Odd.
2015-10-22 KyleJHarperWrote the skeleton of the performance test. Need to...
2015-10-21 Yann Colletheapmode macro option for lz4hc
2015-10-21 Yann ColletFix : compiler-independent macro to remove deprecation...
2015-10-20 Yann Colletclarified lz4 license
2015-10-16 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-10-16 Yann Colletfixed link typo
2015-09-03 Yann ColletMerge pull request #152 from dcolascione/dev
2015-09-03 Daniel ColascioneRemove .dir-locals.el
2015-09-03 Daniel ColascioneTweak error message
2015-09-03 Daniel ColascioneImprove error messages for attempted console IO
2015-09-03 Daniel ColascioneAdd .dir-locals.el for setting tab-width
2015-09-02 Yann Colletfixed #150 : blank lines when converting lz4.1 to ...
2015-09-01 Yann Colletminor : show in table that frame checksum is optional
2015-09-01 Yann Colletcreate link to dynamic library without using `cp -a...
2015-09-01 Yann ColletUpdated Makefile and .travis
2015-08-25 Nate RosenblumAdd static library target for msbuild
2015-08-23 Yann ColletWrapped possibly empty string (Emscripten) with quotes...
2015-08-20 Yann Colletupdated cli help
2015-08-19 Yann ColletNew unalign access method
2015-08-19 Yann Colletupdated xxhash
2015-08-16 Yann ColletMerge pull request #142 from bioothod/master
2015-08-16 Yann ColletSlightly improved compression speed on ARMv6
2015-08-16 Yann ColletImproved performance on ARMv6
2015-08-15 Yann ColletAdded .gitignore
2015-08-15 Yann ColletUpdated xxhash to r41
2015-08-15 Evgeniy Polyakovdebian: changed name lz4->liblz4
2015-08-15 Evgeniy Polyakovdebian: changed name lz4->liblz4
2015-08-15 Evgeniy Polyakovdebian: changed name lz4->liblz4
2015-08-15 Evgeniy Polyakovdebian: remove sbin dir
2015-08-15 Evgeniy Polyakovdebian: renamed lz4->liblz4, updated installed library...
2015-08-15 Evgeniy Polyakovdebian: updated debianization to cdbs
2015-08-15 Evgeniy Polyakovcmake: when building library make it shared
2015-08-15 Evgeniy PolyakovAdded debianization
2015-08-15 Evgeniy Polyakovcmake: bump version to the latest release
2015-08-15 Yann Colletfaster sanitize tests
2015-08-15 Yann ColletMakefile : generates *.o for faster processing
2015-08-06 Yann Colletminor simplification lz4_readarch()
2015-07-16 Yann Colletupdate on decompression speed
2015-07-16 Yann Colletminor refactor
2015-07-16 Yann ColletSlightly improved decompression speed
2015-07-16 Yann Colletsligthly improved decompression speed
2015-07-02 Yann Colletliblz4 : Moved XXH_NAMESPACE to CPPFLAGS
2015-06-29 Yann ColletMerge pull request #131 from Cyan4973/dev
2015-06-29 Yann ColletFixed a few minor visual analyzer warnings
2015-06-29 Yann ColletIncreased stack memory considered normal by Visual...
2015-06-29 Yann ColletMerge pull request #130 from Cyan4973/dev
2015-06-29 Yann Colletremoved one malloc
2015-06-29 Yann Colletlz4io : removed one malloc
2015-06-29 Yann Colletlz4cli : add one malloc test
2015-06-29 Yann Colletlz4hc : added one malloc test
2015-06-29 Yann Colletchanged datagen to remove one malloc
2015-06-29 Yann ColletAdded static analyzer test in Visual
2015-06-28 Yann ColletMerge pull request #129 from Cyan4973/dev
2015-06-28 Yann Colletrenamed directory to versionsTest
2015-06-28 Yann ColletUpdated NEWS
2015-06-28 Yann Colletminor example clarification
2015-06-27 Yann ColletUpdated lib readme
2015-06-27 Yann ColletFixed : fuzzer display messages
2015-06-27 Yann ColletstaticAnalyze use same compilation flags as normal...
2015-06-27 Yann ColletEnsured make test is not confused with directory test
2015-06-27 Yann ColletAdded namespace ability to xxhash
2015-06-27 Yann ColletChanged : static library is no longer compiled with...
2015-06-27 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-06-26 Yann ColletMerge pull request #124 from toddlipcon/master
2015-06-26 Yann ColletMerge pull request #122 from keszybz/master
2015-06-26 Yann ColletMerge pull request #121 from keszybz/add-gitignore
2015-06-25 Todd LipconFix cmake build to use gnu flags on clang
2015-06-22 Yann ColletMinor doc clarification on sparse mode support
2015-06-18 Yann ColletMinor lib readme update
2015-06-18 Zbigniew Jędrzejewsk... Use lz4 binary to check output
2015-06-18 Zbigniew Jędrzejewsk... Add example which uses the frame api through the library
2015-06-16 Zbigniew Jędrzejewsk... Make git ignore generated files
2015-05-29 Yann ColletMinor update on source ports
2015-05-29 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2015-05-29 Yann ColletUpdated badges
2015-05-28 Yann ColletMerge pull request #114 from lpsantil/djgpp
2015-05-27 Louis P. SantillanREADM fixup
2015-05-27 Louis P. Santillandjgpp port now using the proposed contrib structure
2015-05-27 Louis P. SantillanReverted all `Makefile` changes
2015-05-26 Louis P. SantillanRenamed the djgpp README so that it gets converted...
2015-05-26 Louis P. SantillanMakefile cleanups to make building with Andrew Wu's...
2015-05-26 Louis P. SantillanFixup lib/Makefile so that is builds a library for...
2015-05-26 Louis P. SantillanFixup programs/{Makefile,lz4cli.c,lz4io.c} to build...
2015-05-26 Yann ColletMerge pull request #111 from Cyan4973/dev
2015-05-25 Yann ColletUpdated NEWS
2015-05-25 Yann ColletFixed : default sparse mode disabled on stdout, to...
2015-05-21 Yann ColletPerformance fix : big compression speed boost for clang...
next