summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-10-01make it possible to select SCANBUILD binary on command lineYann Collet1-1/+3
2020-10-01make scan-build accept assert()Yann Collet1-1/+1
2020-09-17fixed ubsan tests with dynamic libraryYann Collet1-3/+6
2020-09-17ubsan: make pointer overflow recoverableYann Collet1-1/+1
2020-09-17fix ubsan testYann Collet1-3/+3
2020-08-19[build] Move CMake and Visual build systems to build/Nick Terrell1-1/+1
2019-06-28Move to using C rather than C++ for compilationMax Dymond1-0/+1
2019-06-28Add a fuzzing target that compiles in the oss-fuzz environmentMax Dymond1-0/+1
2019-05-16updated testsYann Collet1-4/+7
2019-04-22Fix a test for mingwJPeterMugaas1-1/+1
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas1-46/+2
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas1-5/+48
2019-04-04created LZ4_initStreamHC()Yann Collet1-1/+5
2019-03-03Allow installation of lz4 for Windows 10 with MSYS2Vincent Torri1-1/+1
2018-11-20Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri1-1/+1
2018-09-18added cppcheckYann Collet1-0/+5
2018-09-13avoid final trailing comma for enum listsYann Collet1-7/+7
2018-09-08Add support for MidnightBSDLucas Holt1-1/+1
2018-05-21Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte1-0/+8
2018-05-17Add Haiku as a validated target.fbrosson1-1/+1
2018-04-11reduced test time on circle-ciYann Collet1-2/+2
2018-03-21added c90 test to c_standardsYann Collet1-1/+1
2018-03-09fix #481: ensure liblz4.a dependency for `make all`Yann Collet1-1/+2
2018-02-26added target make checkYann Collet1-3/+5
2018-01-31examples/Makefile : changed dependency orderYann Collet1-1/+1
2018-01-31Merge branch 'dev' into frameCompressYann Collet1-11/+8
2018-01-31modified gpptest recipeYann Collet1-11/+8
2018-01-31refactored frameCompress exampleYann Collet1-1/+2
2018-01-13nicer console message for `make clean`Yann Collet1-1/+1
2017-11-06build: minor : `make lz4` doesn't compile liblz4 anymoreYann Collet1-3/+3
2017-08-14lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"Yann Collet1-1/+4
2017-08-14better respect GNU standard Makefile conventionsYann Collet1-13/+9
2017-05-10fixed c_standards testsYann Collet1-10/+14
2017-05-10updated MakefileYann Collet1-44/+37
2017-02-10Merge pull request #316 from inikep/devYann Collet1-4/+4
2017-02-10added OpenBSD NetBSD SunOS to list of supported `make install` OSesPrzemyslaw Skibinski1-4/+4
2017-02-10update repolink in makefileBenedikt Heine1-1/+1
2017-02-09added DragonFly to list of supported `make install` OSYann Collet1-1/+1
2017-01-19added "This Makefile is validated for"Przemyslaw Skibinski1-0/+2
2016-12-21minor fix for travis-install testYann Collet1-2/+2
2016-12-21minor update MakefileYann Collet1-0/+1
2016-12-15fix `make` concurrency build (#277)Yann Collet1-1/+3
2016-11-21added a few datesYann Collet1-1/+1
2016-11-21added examples to make allYann Collet1-0/+3
2016-11-18fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet1-1/+5
2016-11-17usan32 relies on default compiler (by default)Yann Collet1-1/+1
2016-11-17switch usan32 tests to gcc-5Yann Collet1-4/+4
2016-11-17added sanitize32 tests to TravisYann Collet1-0/+3
2016-11-17fixed Travis test casesYann Collet1-6/+6
2016-11-17fix 32-bits mode.Yann Collet1-4/+7