summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-12Mark some functions as staticNick Wellnhofer
2014-11-12Prefix names in cmark.hNick Wellnhofer
2014-11-12Prefix names in references.hNick Wellnhofer
2014-11-12Prefix names in inlines.hNick Wellnhofer
2014-11-12Prefix names in chunk.hNick Wellnhofer
2014-11-12Prefix names in buffer.hNick Wellnhofer
2014-11-12Added sample ruby wrapper.John MacFarlane
2014-11-12Removed some no-longer-used code in C impl.John MacFarlane
2014-11-12Improved tarball target.John MacFarlane
2014-11-12Reorganized Makefile.John MacFarlane
2014-11-12Documented more Makefile targets.John MacFarlane
2014-11-12Reorganized Makefile.John MacFarlane
2014-11-12Added cmake test target.John MacFarlane
2014-11-12Moved man install target to main CMakeLists.txt.John MacFarlane
2014-11-12Improved tarball target.John MacFarlane
2014-11-11Added testlib target to test shared lib via python wrapper.John MacFarlane
2014-11-11wrapper.py: made executable, fixed final newline.John MacFarlane
2014-11-11Removed cpack stuff from CMakeLists.txt.`John MacFarlane
2014-11-11Makefile: Added tarball target.John MacFarlane
2014-11-11Cleaned up Makefile.John MacFarlane
2014-11-11Moved "try it now" link to top.John MacFarlane
2014-11-11Small tweak in README.John MacFarlane
2014-11-11Added js usage example.John MacFarlane
2014-11-11README tweaks.John MacFarlane
2014-11-11README - minor formatting.John MacFarlane
2014-11-11Fixed "Try it now" link.John MacFarlane
2014-11-11Revised README.John MacFarlane
2014-11-11Added npm target.John MacFarlane
2014-11-11Bump version on package.json.John MacFarlane
2014-11-11Added example wrapper.py.John MacFarlane
2014-11-11Improved cmark_markdown_to_html.John MacFarlane
2014-11-11Added cmark_markdown_to_html with a simple interface.John MacFarlane
2014-11-11Added macro def needed for cpp.John MacFarlane
2014-11-11Don't include debug.h in any production code.John MacFarlane
2014-11-10html_unescape: Made find_entity staticJohn MacFarlane
2014-11-10Define _CMARK_H_ instead of _STDMD_H_.John MacFarlane
2014-11-10Makefile: Added separate 'debug' target, 'all' does Release build.John MacFarlane
2014-11-10Added peg-markdown to benchmarks.John MacFarlane
2014-11-10Boldface cmark.John MacFarlane
2014-11-10Added marked and commonmark.js to benchmarks.John MacFarlane
2014-11-10Fixed typo in benchmarks.John MacFarlane
2014-11-10New benchmarks.John MacFarlane
2014-11-10Fixed memory allocation bug.John MacFarlane
2014-11-10Makefile - default to Debug for make targetJohn MacFarlane
2014-11-10Properly set default build type in CMakeLists.txt.John 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-10Version 0.12.John MacFarlane
2014-11-10Added a link.John MacFarlane