aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-06-28Move to using C rather than C++ for compilationMax Dymond
2019-06-28Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond
2019-05-16updated testsYann Collet
2019-04-22Fix a test for mingwJPeterMugaas
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas
2019-04-04created LZ4_initStreamHC()Yann Collet
2019-03-03Allow installation of lz4 for Windows 10 with MSYS2Vincent Torri
2018-11-20Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri
2018-09-18added cppcheckYann Collet
2018-09-13avoid final trailing comma for enum listsYann Collet
2018-09-08Add support for MidnightBSDLucas Holt
2018-05-21Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte
2018-05-17Add Haiku as a validated target.fbrosson
2018-04-11reduced test time on circle-ciYann Collet
2018-03-21added c90 test to c_standardsYann Collet
2018-03-09fix #481: ensure liblz4.a dependency for `make all`Yann Collet
2018-02-26added target make checkYann Collet
2018-01-31examples/Makefile : changed dependency orderYann Collet
2018-01-31Merge branch 'dev' into frameCompressYann Collet
2018-01-31modified gpptest recipeYann Collet
2018-01-31refactored frameCompress exampleYann Collet
2018-01-13nicer console message for `make clean`Yann Collet
2017-11-06build: minor : `make lz4` doesn't compile liblz4 anymoreYann Collet
2017-08-14lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"Yann Collet
2017-08-14better respect GNU standard Makefile conventionsYann Collet
2017-05-10fixed c_standards testsYann Collet
2017-05-10updated MakefileYann Collet
2017-02-10Merge pull request #316 from inikep/devYann Collet
2017-02-10added OpenBSD NetBSD SunOS to list of supported `make install` OSesPrzemyslaw Skibinski
2017-02-10update repolink in makefileBenedikt Heine
2017-02-09added DragonFly to list of supported `make install` OSYann Collet
2017-01-19added "This Makefile is validated for"Przemyslaw Skibinski
2016-12-21minor fix for travis-install testYann Collet
2016-12-21minor update MakefileYann Collet
2016-12-15fix `make` concurrency build (#277)Yann Collet
2016-11-21added a few datesYann Collet
2016-11-21added examples to make allYann Collet
2016-11-18fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet
2016-11-17usan32 relies on default compiler (by default)Yann Collet
2016-11-17switch usan32 tests to gcc-5Yann Collet
2016-11-17added sanitize32 tests to TravisYann Collet
2016-11-17fixed Travis test casesYann Collet
2016-11-17fix 32-bits mode.Yann Collet
2016-11-14clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environ...Yann Collet
2016-11-14fixed conversion warningsYann Collet
2016-11-12fuzzer code refactoringYann Collet
2016-11-10better MSYS/MinGW supportPrzemyslaw Skibinski
2016-11-10reordered Travis CI testsPrzemyslaw Skibinski
2016-11-08joined arm and aarch64 testsPrzemyslaw Skibinski