summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-11-13Merge pull request #170 from zeux/moveArseny Kapoulkine
2017-10-29build: Simplify config=sanitizeArseny Kapoulkine
2017-10-29build: Switch fuzz builds to use Clang 5.0 sanitize=fuzzerArseny Kapoulkine
2017-04-03Move libFuzzer build to MakefileArseny Kapoulkine
2017-03-21Fix path to fuzzing corpusArseny Kapoulkine
2017-02-11tests: Add fuzzing dictionariesArseny Kapoulkine
2017-02-09fuzz: Use libFuzzer instead of afl-fuzzArseny Kapoulkine
2017-01-30Enable branch probabilities for gcovArseny Kapoulkine
2016-11-28scripts: Make archive build reproducibleArseny Kapoulkine
2016-11-27scripts: Move archive.py from testsArseny Kapoulkine
2016-11-13Rewrite archive script into PythonArseny Kapoulkine
2016-07-28Remove -b gcov argumentArseny Kapoulkine
2016-07-10Makefile: Add -Wcast-qualArseny Kapoulkine
2016-06-10Add CMakeLists to 'make release' now that it's top-levelArseny Kapoulkine
2016-01-26Make cxxstd an argument to MakefileStephan Beyer
2015-10-18Add config=analyzeArseny Kapoulkine
2015-10-17Use -pedantic instead of -WpedanticArseny Kapoulkine
2015-10-17Enable a few more warningsArseny Kapoulkine
2015-10-10Fix 'make release' after clean checkoutArseny Kapoulkine
2015-08-25build: Fix -o gcov optionArseny Kapoulkine
2015-08-25build: Rework config=coverage to be more robustArseny Kapoulkine
2015-08-25build: Simplify coverage configurationArseny Kapoulkine
2015-06-13Makefile now supports Xcode 7 ASANArseny Kapoulkine
2015-05-12Add config=sanitize support to MakefileArseny Kapoulkine
2015-04-21Use -std=c++0x instead of -std=c++11Arseny Kapoulkine
2015-04-21Enable C++11 in MakefileArseny Kapoulkine
2015-04-11Use -fno-exceptions flag for PUGIXML_NO_EXCEPTIONS buildArseny Kapoulkine
2015-03-24docs: Use automatically retrieved version for docsArseny Kapoulkine
2015-03-24Update Makefile to exclude docs/manual folder from releaseArseny Kapoulkine
2015-03-22Add include dependencies to HTML targetsArseny Kapoulkine
2015-03-21Add docs target to MakefileArseny Kapoulkine
2015-03-20Add release target to MakefileArseny Kapoulkine
2015-03-20Makefile refactoringArseny Kapoulkine
2015-03-13tests: Add support for afl-fuzzArseny Kapoulkine
2015-02-12Don't use xargs -r since it's a GNU extensions.Arseny Kapoulkine
2014-11-01Fix first-time make config=coverage testArseny Kapoulkine
2014-10-25Add 'coverage' configuration to Makefile.Arseny Kapoulkine
2014-02-09Add Makefile for building and running tests.Arseny Kapoulkine