Age | Commit message (Expand) | Author |
2015-05-29 | Added Ubsan build target, to check for undefined behavior. | John MacFarlane |
2015-05-04 | Improved 'make leakcheck'. | John MacFarlane |
2015-04-18 | make afl: use afl_dictionary, raise timeout for hangs. | John MacFarlane |
2015-04-14 | Added afl to .PHONY in Makefile. | John MacFarlane |
2015-03-29 | Added roundtrip_test Makefile target. | John MacFarlane |
2015-03-27 | Update list of buggy re2c versions | Nick Wellnhofer |
2015-03-25 | Warn about buggy re2c versions | Nick Wellnhofer |
2015-03-21 | leakcheck with all formats | John MacFarlane |
2015-02-23 | Add Makefile target to fuzz with AFL | Nick Wellnhofer |
2015-02-19 | Added 'Asan' build type. | John MacFarlane |
2015-02-16 | Don't require python3 to make cmark.3 man page. | John MacFarlane |
2015-01-28 | Added Profile build type, 'make prof' target. | John MacFarlane |
2015-01-24 | Makefile: Removed spec- and website- related parts. | John MacFarlane |
2015-01-24 | Makefile: Added update-spec target. | John MacFarlane |
2015-01-24 | Moved spec.txt to test/ directory. | John MacFarlane |
2015-01-24 | Removed obsolete PACKAGEDIR in Makefile. | John MacFarlane |
2015-01-24 | Removed some old targets from .PHONY. | John MacFarlane |
2015-01-24 | Makefile: Removed JS related stuff. | John MacFarlane |
2015-01-24 | Makefile: replaced PROG with CMARK and PROG. | John MacFarlane |
2015-01-24 | Prohibit overriding of some Makefile vars | Nick Wellnhofer |
2015-01-24 | Remove dependencies from $(BUILDDIR) target | Nick Wellnhofer |
2015-01-24 | Make "test" target depend on "cmake_build" | Nick Wellnhofer |
2015-01-24 | Pass INSTALL_PREFIX to cmake | Nick Wellnhofer |
2015-01-24 | Move message from "all" to "cmake_build" target | Nick Wellnhofer |
2015-01-24 | Rework Makefile targets | Nick Wellnhofer |
2015-01-23 | Tweaked uglifyjs options. | John MacFarlane |
2015-01-23 | Added target for minified js/dist/commonmark.min.js. | John MacFarlane |
2015-01-23 | Put generated commonmark.js in js/dist/ rather than js/. | John MacFarlane |
2015-01-12 | Revert "Moved dingus to js directory." | John MacFarlane |
2015-01-12 | Cleaned up Makefile. | John MacFarlane |
2015-01-12 | Moved templates, makespec.py, and specfilter.hs -> tools/. | John MacFarlane |
2015-01-12 | Moved mkcasefold.pl to tools/. | John MacFarlane |
2015-01-12 | Moved eslint.json to js/ subdir. | John MacFarlane |
2015-01-12 | Moved dingus to js directory. | John MacFarlane |
2015-01-12 | Simplified release archive. | John MacFarlane |
2015-01-12 | For benchmarks, read file rather than piping from stdin. | John MacFarlane |
2015-01-12 | Use much more multilingual benchmark source. | John MacFarlane |
2015-01-12 | Reduce size of gperf entity table | Nick Wellnhofer |
2015-01-11 | Use order-only dependency of cmark.3 on PROG. | John MacFarlane |
2015-01-11 | Makefile tweaks. | John MacFarlane |
2015-01-11 | Non-verbose output on 'make testarchive', unless error occurs. | John MacFarlane |
2015-01-11 | Removed circular build dependency, improved testarchive. | John MacFarlane |
2015-01-11 | Makefile: require PROG for making man3 page. | John MacFarlane |
2015-01-11 | 'make test' - don't use verbose output. | John MacFarlane |
2015-01-11 | Added cmark.3 man page to repository and archive. | John MacFarlane |
2015-01-10 | 'make leakcheck': check xml and man renderers as well. | John MacFarlane |
2015-01-09 | Updated dingus. | John MacFarlane |
2015-01-07 | Fixed 'make alltest.md'. | John MacFarlane |
2015-01-06 | Merge pull request #269 from jgm/license | Vicent Marti |
2015-01-05 | Added 'make astyle' to reformat code consistently. | John MacFarlane |