aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-10-22Update config=sanitize and fuzz targetsArseny Kapoulkine1-2/+2
2023-03-16#556 fix makefile err in some envjiangqucheng1-1/+1
2020-11-26scripts: Convert archive.py to Python 3v1.11Arseny Kapoulkine1-1/+1
2019-09-16Add LICENSE.md to RELEASE (#295)Wolfgang Stöggl1-1/+1
2019-03-13Remove contrib from Makefile and readme.txtArseny Kapoulkine1-1/+1
2018-12-10Move unreachable line handling to MakefileArseny Kapoulkine1-0/+1
2018-11-27Enable config=sanitize in Travis CIArseny Kapoulkine1-1/+1
2018-11-23Fix Wdouble-promotion warningsArseny Kapoulkine1-1/+1
2017-11-13Merge pull request #170 from zeux/moveArseny Kapoulkine1-7/+2
2017-10-29build: Simplify config=sanitizeArseny Kapoulkine1-7/+2
2017-10-29build: Switch fuzz builds to use Clang 5.0 sanitize=fuzzerArseny Kapoulkine1-7/+2
2017-04-03Move libFuzzer build to MakefileArseny Kapoulkine1-2/+7
2017-03-21Fix path to fuzzing corpusArseny Kapoulkine1-1/+1
2017-02-11tests: Add fuzzing dictionariesArseny Kapoulkine1-1/+1
2017-02-09fuzz: Use libFuzzer instead of afl-fuzzArseny Kapoulkine1-4/+7
2017-01-30Enable branch probabilities for gcovArseny Kapoulkine1-1/+1
2016-11-28scripts: Make archive build reproducibleArseny Kapoulkine1-2/+2
2016-11-27scripts: Move archive.py from testsArseny Kapoulkine1-1/+1
2016-11-13Rewrite archive script into PythonArseny Kapoulkine1-1/+1
2016-07-28Remove -b gcov argumentArseny Kapoulkine1-1/+1
2016-07-10Makefile: Add -Wcast-qualArseny Kapoulkine1-1/+1
2016-06-10Add CMakeLists to 'make release' now that it's top-levelArseny Kapoulkine1-1/+1
2016-01-26Make cxxstd an argument to MakefileStephan Beyer1-4/+5
2015-10-18Add config=analyzeArseny Kapoulkine1-0/+4
2015-10-17Use -pedantic instead of -WpedanticArseny Kapoulkine1-1/+1
2015-10-17Enable a few more warningsArseny Kapoulkine1-1/+1
2015-10-10Fix 'make release' after clean checkoutArseny Kapoulkine1-0/+1
2015-08-25build: Fix -o gcov optionArseny Kapoulkine1-1/+1
2015-08-25build: Rework config=coverage to be more robustArseny Kapoulkine1-3/+3
2015-08-25build: Simplify coverage configurationArseny Kapoulkine1-3/+2
2015-06-13Makefile now supports Xcode 7 ASANArseny Kapoulkine1-2/+7
2015-05-12Add config=sanitize support to MakefileArseny Kapoulkine1-0/+5
2015-04-21Use -std=c++0x instead of -std=c++11Arseny Kapoulkine1-1/+2
2015-04-21Enable C++11 in MakefileArseny Kapoulkine1-0/+4
2015-04-11Use -fno-exceptions flag for PUGIXML_NO_EXCEPTIONS buildArseny Kapoulkine1-0/+4
2015-03-24docs: Use automatically retrieved version for docsArseny Kapoulkine1-1/+1
2015-03-24Update Makefile to exclude docs/manual folder from releaseArseny Kapoulkine1-1/+1
2015-03-22Add include dependencies to HTML targetsArseny Kapoulkine1-3/+4
2015-03-21Add docs target to MakefileArseny Kapoulkine1-0/+5
2015-03-20Add release target to MakefileArseny Kapoulkine1-1/+9
2015-03-20Makefile refactoringArseny Kapoulkine1-2/+5
2015-03-13tests: Add support for afl-fuzzArseny Kapoulkine1-3/+8
2015-02-12Don't use xargs -r since it's a GNU extensions.Arseny Kapoulkine1-1/+1
2014-11-01Fix first-time make config=coverage testArseny Kapoulkine1-2/+2
2014-10-25Add 'coverage' configuration to Makefile.Arseny Kapoulkine1-0/+14
2014-02-09Add Makefile for building and running tests.Arseny Kapoulkine1-0/+40