Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-07 | Moved site building targets to _site/Makefile. | John MacFarlane | |
2014-11-07 | Moved old bits of Makefile to Makefile.old. | John MacFarlane | |
2014-11-07 | Removed man/Makefile. Put target in main Makefile. | John MacFarlane | |
2014-11-06 | Merge branch 'cmake' | John MacFarlane | |
Conflicts: Makefile | |||
2014-11-06 | More cmake improvements. | John MacFarlane | |
2014-11-06 | Reorganized Makefile to use cmake. | John MacFarlane | |
2014-11-06 | Makefile: use cmake for all, install. | John MacFarlane | |
2014-11-06 | cmake: Create and install shared library. | John MacFarlane | |
2014-11-06 | Removed unnecessary dependency in Makefile. | John MacFarlane | |
2014-11-06 | Keep original Makefile. | John MacFarlane | |
2014-11-04 | Improved fuzztest target. | John MacFarlane | |
2014-11-02 | Merge pull request #182 from michaelsproul/cleanup | John MacFarlane | |
Update .gitignore and fix Makefile clean target. | |||
2014-11-02 | Update .gitignore and fix Makefile clean target. | Michael Sproul | |
2014-11-02 | Add -fPIC to linker options. | Michael Sproul | |
Fixes #179. | |||
2014-10-30 | Added OPTCFLAGS, OPTLDFLAGS | John MacFarlane | |
2014-10-27 | Factored make_site_index.sh out of Makefile. | John MacFarlane | |
2014-10-27 | Make "latest version" more prominent on spec landing page. | John MacFarlane | |
2014-10-27 | Cleaned up Makefile a bit. | John MacFarlane | |
2014-10-27 | Removed the pesky dates. | John MacFarlane | |
Closes #175. Eventually I'll write a better build script and include these. | |||
2014-10-27 | Fixed watermark. | John MacFarlane | |
- No longer shows blank watermark on recent version. - Fixed broken Makefile. | |||
2014-10-27 | Watermark old versions of the spec. | John MacFarlane | |
2014-10-27 | Include dates in list of versions. | John MacFarlane | |
2014-10-27 | Landing page for spec is now a list with links to all versions. | John MacFarlane | |
2014-10-27 | Makefile: Make sure we update redirect on every new version of spec. | John MacFarlane | |
2014-10-26 | Dingus improvements; moved to top level. | John MacFarlane | |
2014-10-26 | Have index.html on web page redirect to latest version. | John MacFarlane | |
2014-10-26 | Add title to list of versions at spec. | John MacFarlane | |
2014-10-26 | Put multiple versions of spec on website. | John MacFarlane | |
2014-10-26 | Removed narrative.md, moved its content to README.md. | John MacFarlane | |
2014-10-26 | Merge branch 'master' of https://github.com/till-varoquaux/stmd into ↵ | John MacFarlane | |
till-varoquaux-master Conflicts: Makefile | |||
2014-10-25 | Merge branch 'cmake-build' of https://github.com/gittiver/stmd into ↵ | John MacFarlane | |
gittiver-cmake-build Conflicts: .gitignore | |||
2014-10-25 | Fixed update-site target. | John MacFarlane | |
2014-10-24 | More stmd -> commonmark changes. | John MacFarlane | |
2014-10-24 | Renamed javascript implementation to commonmark.js. | John MacFarlane | |
2014-10-24 | Renamed c program and library stmd -> cmark. | John MacFarlane | |
Also renamed internal library functions accordingly. | |||
2014-10-24 | Improved leakcheck so that all syntax features are tested. | John MacFarlane | |
2014-10-18 | Added 'make jshint'. | John MacFarlane | |
2014-10-18 | Use browserify to make js code more modular. | John MacFarlane | |
* Moved js library code to `js/lib`. * `js/stmd.js` is now generated from these files using browserify. * Factored out `html5-entities.js` and `from-code-point.js` from main js parsing code (which is now `index.js`). * Moved `js/markdown` to `js/bin`. | |||
2014-10-07 | Changed bench.js so it no longer requires oldtests. | John MacFarlane | |
2014-10-07 | Removed oldtests. | John MacFarlane | |
2014-10-07 | Build a very simple shared library. | Till Varoquaux | |
2014-09-24 | Suppress 'missing field initializer' warnings | John MacFarlane | |
from gperf generated header. | |||
2014-09-24 | Makefile: Use ?= so variables can be set on command line. | John MacFarlane | |
2014-09-10 | Cleanup reference implementation | Vicent Marti | |
2014-09-09 | Update the spec with better entity handling | Vicent Marti | |
2014-09-09 | UTF8-aware detabbing and entity handling | Vicent Marti | |
2014-09-09 | Remove warnings | Vicent Marti | |
2014-09-09 | Default Makefile settings | Vicent Marti | |
2014-09-09 | 338/103 | Vicent Marti | |
2014-09-09 | ffffix | Vicent Marti | |