summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-18Added python version of test runner.John MacFarlane
2014-11-18make test: Use cmake to run tests. So we get api tests too.John MacFarlane
2014-11-18Add api_test directory to archive.John MacFarlane
2014-11-18Merge branch 'api_tests' of https://github.com/nwellnhof/CommonMark into nwel...John MacFarlane
2014-11-18Removed remarkable.js benchmark.John MacFarlane
2014-11-18Fix api_test warningsNick Wellnhofer
2014-11-18Set compiler flags for api_testNick Wellnhofer
2014-11-18Add header file to CMake api_test sourcesNick Wellnhofer
2014-11-18Try to support older CMake versionsNick Wellnhofer
2014-11-18Boldface commonmark.js too in benchmarks.John MacFarlane
2014-11-18Added a few more benchmarks.John MacFarlane
2014-11-18Start with tests for the C APINick Wellnhofer
2014-11-18Add node constructor and accessors to the public APINick Wellnhofer
2014-11-18Make render_html support nodes with no childrenNick Wellnhofer
2014-11-18Added remarkable.js benchmark.John MacFarlane
2014-11-18Initialize all fields in node when creating inlines.John MacFarlane
2014-11-18Fix to #205 that doesn't require raw HTML.John MacFarlane
2014-11-18Updated benchmarks.John MacFarlane
2014-11-18html: Removed union from RenderStack.John MacFarlane
2014-11-18Merge pull request #206 from nwellnhof/improve_node_checkJohn MacFarlane
2014-11-18Improve output of tree integrity checkNick Wellnhofer
2014-11-17Make sure the emph inline added in process_emphasis has a parent.John MacFarlane
2014-11-17Set CMARK_DEBUG_NODES for debug builds.John MacFarlane
2014-11-17Make parse_inlines add directly to parent.John MacFarlane
2014-11-17Set last_child and parent in make_linkNick Wellnhofer
2014-11-17Store link labels as children in tree structureNick Wellnhofer
2014-11-17Set prev, parent and last_child for inlinesNick Wellnhofer
2014-11-17Move cmark_free_nodes to node.cNick Wellnhofer
2014-11-17Rename ast.h to parser.hNick Wellnhofer
2014-11-17Move reference type definitions to reference.hNick Wellnhofer
2014-11-17Move inline-related stuff to inlines.cNick Wellnhofer
2014-11-17Move public stuff from node.h to cmark.hNick Wellnhofer
2014-11-17Remove old node_block and node_inlNick Wellnhofer
2014-11-17Switch cmark_node_inl over to cmark_nodeNick Wellnhofer
2014-11-17Switch cmark_node_block over to cmark_nodeNick Wellnhofer
2014-11-17Start with unified nodesNick Wellnhofer
2014-11-17Merge pull request #205 from jesstelford/patch-1John MacFarlane
2014-11-18Fix display of triple-backtick to be cross-rendererJess Telford
2014-11-17Make benchmarks.md table properly aligned.John MacFarlane
2014-11-17Put benchmarks in separate benchmarks.md file.John MacFarlane
2014-11-17More 'make bench' improvements.John MacFarlane
2014-11-17More 'make bench' improvements.John MacFarlane
2014-11-17'make bench': Use larger benchmark file, fewer runs.John MacFarlane
2014-11-17More 'make bench' improvements.John MacFarlane
2014-11-17Improved 'make bench'.John MacFarlane
2014-11-17Better benchmark.John MacFarlane
2014-11-17Merge pull request #203 from gcrico/Issue-202John MacFarlane
2014-11-17Fix Issue 202 - Catch RangeError thrown by native String.fromCodePoint (js im...Guillaume Crico
2014-11-16Free the string returned by html renderer in main program.John MacFarlane
2014-11-16Moved refmap from the top-level block node to the doc_parser.John MacFarlane