summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-13Removed ast modules, moved these defs back to cmark.h.John MacFarlane
2014-11-13Make basic functions in cmark.h visible.John MacFarlane
2014-11-13Compile with -fvisibility=hidden.John MacFarlane
2014-11-13Moved scan_at out of scanners.h, renamed to _scan_at.John MacFarlane
2014-11-13Moved ast-manipulating functions from inlines to ast.John MacFarlane
2014-11-13bench.h - adjusted timing width.John MacFarlane
2014-11-13Merge pull request #196 from Thiht/masterJohn MacFarlane
2014-11-14Fix some links in the README (stmd -> CommonMark for the Git repo)Thiht
2014-11-14Make dingus.html valid HTML5Thiht
2014-11-13Moved the timing macros to get finer-grained information.John MacFarlane
2014-11-13inline static -> static inline for consistency.John MacFarlane
2014-11-13Added bench.h and inserted timing macros in main.John MacFarlane
2014-11-13Moved cmark_free_inlines from inlines to ast.John MacFarlane
2014-11-13Rename cmark_free_nodes -> cmark_free_blocks.John MacFarlane
2014-11-13Added ast.[c,h] for AST definitions and AST-manipulating functions.John MacFarlane
2014-11-12Fixed bug in install target.John MacFarlane
2014-11-12wrapper.rb: properly calculate length of string in bytes.John MacFarlane
2014-11-12Better installation instructions.John MacFarlane
2014-11-12Go back to using GNU syntax for SPECVERSION.John MacFarlane
2014-11-12Use a more portable way of determining SPECVERSION.John MacFarlane
2014-11-12Improved tarball and testtarball targets.John MacFarlane
2014-11-12Re-added check to Makefile.John MacFarlane
2014-11-12Merge pull request #195 from nwellnhof/fix_namespace_pollutionJohn MacFarlane
2014-11-12Added note on using the library from python or ruby.John MacFarlane
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