summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-11-12Improved tarball target.John MacFarlane
2014-11-11Added testlib target to test shared lib via python wrapper.John MacFarlane
2014-11-11Makefile: Added tarball target.John MacFarlane
2014-11-11Cleaned up Makefile.John MacFarlane
2014-11-11Added npm target.John MacFarlane
2014-11-10Makefile: Added separate 'debug' target, 'all' does Release build.John MacFarlane
2014-11-10Makefile - default to Debug for make targetJohn MacFarlane
2014-11-10Added BUILDTYPE to Makefile, default to Release.John MacFarlane
2014-11-10Fuzztest: indicate when command terminates abnormally.John MacFarlane
2014-11-10Make FUZZCHARS settable from environment.John MacFarlane
2014-11-10Rebuild commonmark.js before update-site.John MacFarlane
2014-11-08Make spaces visible using CSS.John MacFarlane
2014-11-08Spec: better system for designating definitions of terms.John MacFarlane
2014-11-08Improved fuzztest.John MacFarlane
2014-11-07Moved site building targets to _site/Makefile.John MacFarlane
2014-11-07Moved old bits of Makefile to Makefile.old.John MacFarlane
2014-11-07Removed man/Makefile. Put target in main Makefile.John MacFarlane
2014-11-06Merge branch 'cmake'John MacFarlane
2014-11-06More cmake improvements.John MacFarlane
2014-11-06Reorganized Makefile to use cmake.John MacFarlane
2014-11-06Makefile: use cmake for all, install.John MacFarlane
2014-11-06cmake: Create and install shared library.John MacFarlane
2014-11-06Removed unnecessary dependency in Makefile.John MacFarlane
2014-11-06Keep original Makefile.John MacFarlane
2014-11-04Improved fuzztest target.John MacFarlane
2014-11-02Merge pull request #182 from michaelsproul/cleanupJohn MacFarlane
2014-11-02Update .gitignore and fix Makefile clean target.Michael Sproul
2014-11-02Add -fPIC to linker options.Michael Sproul
2014-10-30Added OPTCFLAGS, OPTLDFLAGSJohn MacFarlane
2014-10-27Factored make_site_index.sh out of Makefile.John MacFarlane
2014-10-27Make "latest version" more prominent on spec landing page.John MacFarlane
2014-10-27Cleaned up Makefile a bit.John MacFarlane
2014-10-27Removed the pesky dates.John MacFarlane
2014-10-27Fixed watermark.John MacFarlane
2014-10-27Watermark old versions of the spec.John MacFarlane
2014-10-27Include dates in list of versions.John MacFarlane
2014-10-27Landing page for spec is now a list with links to all versions.John MacFarlane
2014-10-27Makefile: Make sure we update redirect on every new version of spec.John MacFarlane
2014-10-26Dingus improvements; moved to top level.John MacFarlane
2014-10-26Have index.html on web page redirect to latest version.John MacFarlane
2014-10-26Add title to list of versions at spec.John MacFarlane
2014-10-26Put multiple versions of spec on website.John MacFarlane
2014-10-26Removed narrative.md, moved its content to README.md.John MacFarlane
2014-10-26Merge branch 'master' of https://github.com/till-varoquaux/stmd into till-var...John MacFarlane
2014-10-25Merge branch 'cmake-build' of https://github.com/gittiver/stmd into gittiver-...John MacFarlane
2014-10-25Fixed update-site target.John MacFarlane
2014-10-24More stmd -> commonmark changes.John MacFarlane
2014-10-24Renamed javascript implementation to commonmark.js.John MacFarlane
2014-10-24Renamed c program and library stmd -> cmark.John MacFarlane
2014-10-24Improved leakcheck so that all syntax features are tested.John MacFarlane