summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-05-13Add lint target to MakefileJohn MacFarlane
2020-05-13New lint target using clang-tidy.John MacFarlane
2020-03-20Add uninstall target to Makefile.John MacFarlane
2019-04-07For afl target, don't build tests.John MacFarlane
2017-06-29Makefile: add libFuzzer to phonyJohn MacFarlane
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-06-27Move fuzzing dictionary into single filePhil Turnbull
2017-05-05Remove normalize as an option per #190 (#194)Yuki Izumi
2016-12-06Added 'make newbench'.John MacFarlane
2016-12-05Makefile: use warnings with re2c.John MacFarlane
2016-12-03Update CaseFolding to latest (#168)Kevin Wojniak
2016-11-18Improve afl target. Use afl-clang by default. Set default for path.John MacFarlane
2016-10-11'make format': don't change order of includes.John MacFarlane
2016-07-16Use $(MAKE) in Makefile for recursive makesTobias Kortkamp
2016-07-11Makefile: have leakcheck stop on first error...John MacFarlane
2016-02-06Require re2c >= 1.14.2.John MacFarlane
2015-12-28'make format' - reformat tests as well.John MacFarlane
2015-12-20Made roundtrip test part of the test suite run by cmake.John MacFarlane
2015-12-19Improved benchmark. Use longer test.John MacFarlane
2015-12-19Removed need for sudo in make bench.John MacFarlane
2015-12-19Removed outdated targets from Makefile.John MacFarlane
2015-08-07Use -10 priority with renice.John MacFarlane
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-07-15make bench: allow overriding BENCHFILE.John MacFarlane
2015-07-15Improved clang-check target.John MacFarlane
2015-07-14Added clang-check target.John MacFarlane
2015-07-13afl target: removed '-m none', added CMARK_OPTS.John MacFarlane
2015-07-05Added LaTeX renderer.John MacFarlane
2015-07-03Use utf-8 aware re2c.John MacFarlane
2015-06-17Renamed entities.h -> entities.inc.John MacFarlane
2015-06-16Revert "Rebuild src/entities.h when the generating python program changes."John MacFarlane
2015-06-16Rebuild src/entities.h when the generating python program changes.John MacFarlane
2015-06-16Added explanatory note about entities.h in Makefile.John MacFarlane
2015-06-16Replace gperf-based entity lookup with binary tree lookup.John MacFarlane
2015-05-29Added Ubsan build target, to check for undefined behavior.John MacFarlane
2015-05-04Improved 'make leakcheck'.John MacFarlane
2015-04-18make afl: use afl_dictionary, raise timeout for hangs.John MacFarlane
2015-04-14Added afl to .PHONY in Makefile.John MacFarlane
2015-03-29Added roundtrip_test Makefile target.John MacFarlane
2015-03-27Update list of buggy re2c versionsNick Wellnhofer
2015-03-25Warn about buggy re2c versionsNick Wellnhofer
2015-03-21leakcheck with all formatsJohn MacFarlane
2015-02-23Add Makefile target to fuzz with AFLNick Wellnhofer
2015-02-19Added 'Asan' build type.John MacFarlane
2015-02-16Don't require python3 to make cmark.3 man page.John MacFarlane
2015-01-28Added Profile build type, 'make prof' target.John MacFarlane
2015-01-24Makefile: Removed spec- and website- related parts.John MacFarlane
2015-01-24Makefile: Added update-spec target.John MacFarlane
2015-01-24Moved spec.txt to test/ directory.John MacFarlane
2015-01-24Removed obsolete PACKAGEDIR in Makefile.John MacFarlane