summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-01-06Merge pull request #269 from jgm/licenseVicent Marti
2015-01-05Added 'make astyle' to reformat code consistently.John MacFarlane
2015-01-05Updated LICENSE, renamed to COPYING.John MacFarlane
2015-01-04Moved spec.html error checks into makespec.py.John MacFarlane
2015-01-04Fixed spec.pdf target.John MacFarlane
2015-01-04Removed second parameter of makespec.py.John MacFarlane
2015-01-04spec2md.py -> makespec.py.John MacFarlane
2015-01-03Rewrote spec2md in python.John MacFarlane
2014-12-31Recreate scanners.c only on demandNick Wellnhofer
2014-12-29Fixed leakcheck for python3.John MacFarlane
2014-12-29Use python3 for bench in Makefile.John MacFarlane
2014-12-27Makefile: Added spec target with check of internal links/anchors.John MacFarlane
2014-12-26Revert "Makefile: specify python2 in places where it's needed."John MacFarlane
2014-12-25Makefile: specify python2 in places where it's needed.John MacFarlane
2014-12-17More Makefile adjustments.John MacFarlane
2014-12-17Updated Makefile for changes in man page generation.John MacFarlane
2014-12-17Create cmark.3 in cmake build process.John MacFarlane
2014-12-13Makefile fixes for man page.John MacFarlane
2014-12-13Makefile: add targets for html versions of man pages.John MacFarlane
2014-12-13Makefile: Removed dependency of leakcheck on PROG.John MacFarlane
2014-12-10Makefile - run js benchmark with high priority.John MacFarlane
2014-12-10Run eslint on bench.jsJohn MacFarlane
2014-12-10Apply js linting to test.js.John MacFarlane
2014-12-10Added eslint.json and 'lint' target in Makefile.John MacFarlane
2014-12-08Create html_unescape.h with extra struct initializersNick Wellnhofer
2014-12-04Moved source files from src/html into src.John MacFarlane
2014-12-04Fixed another archive problem.John MacFarlane
2014-12-04Fixed some problems in 'make archive'.John MacFarlane
2014-12-02'make' now prints message about where to find binaries.John MacFarlane
2014-11-30Removed markdown intermediary for man 1 page.John MacFarlane
2014-11-30Create man 3 page without markdown intermediary.John MacFarlane
2014-11-29Use make_man_page.py + pandoc to create cmark.3 man page from cmark.h.John MacFarlane
2014-11-29Added very basic cmark.3 man page, added to install process.John MacFarlane
2014-11-29Keep cmark.1 in repository, so pandoc isn't required to build.John MacFarlane
2014-11-29Fixed ALLTESTS target for new spec_tests.py location.John MacFarlane
2014-11-29Updated Makefile for changes to test/ and man/.John MacFarlane
2014-11-29Moved man page generation to man/CMakeLists.txt.John MacFarlane
2014-11-28Include man3 in archive.John MacFarlane
2014-11-28Framework for using doxygen to generate API docs.John MacFarlane
2014-11-28Minor reformatting.John MacFarlane
2014-11-27Add pathological_tests.py to archive.John MacFarlane
2014-11-27Changed more runtests -> spec_tests.John MacFarlane
2014-11-25make bench: take input from stdin.John MacFarlane
2014-11-25Removed leakcheck.md; regenerate alltests.md with Makefile target.John MacFarlane
2014-11-25Run leakcheck in travis build.John MacFarlane
2014-11-24Add option to select cmake generatorNick Wellnhofer
2014-11-22Revised benchmark procedure.John MacFarlane
2014-11-19leakcheck: Have valgrind return error code on errors.John MacFarlane
2014-11-18Added python version of test runner.John MacFarlane
2014-11-18make test: Use cmake to run tests. So we get api tests too.John MacFarlane