summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-20Removed leakchek from travis script.John MacFarlane
2014-11-20Travis: run valgrind after finishing.John MacFarlane
2014-11-20Use --no-normalize in tests.John MacFarlane
2014-11-20Reformatted some spec examples to match output of cmark.John MacFarlane
2014-11-20runtests.py: Fixed normalization of declarations and CDATA.John MacFarlane
2014-11-20runtests.py: catch HTMLParser errors in normalizer.John MacFarlane
2014-11-19leakcheck: Have valgrind return error code on errors.John MacFarlane
2014-11-19Merge pull request #208 from nwellnhof/more_accessors_and_testsJohn MacFarlane
2014-11-19cmark: Add space before '/' in img tag.John MacFarlane
2014-11-19runtests.py: Added --no-normalize option.John MacFarlane
2014-11-19Renamed --test-normalization to --debug-normalizationJohn MacFarlane
2014-11-19Further runtests.py improvements.John MacFarlane
2014-11-19Improved normalization in runtests.py.John MacFarlane
2014-11-19Input validation for settersNick Wellnhofer
2014-11-19Accessor testsNick Wellnhofer
2014-11-19Fix api_test summaryNick Wellnhofer
2014-11-19Fix {get|set}_string_contentNick Wellnhofer
2014-11-19Accessors for start_line, start_column, end_lineNick Wellnhofer
2014-11-19Accessors for link titlesNick Wellnhofer
2014-11-19Accessors for fence infoNick Wellnhofer
2014-11-19Accessors for list dataNick Wellnhofer
2014-11-19Accessors for header levelNick Wellnhofer
2014-11-19Accessors for string content of code and HTML blocksNick Wellnhofer
2014-11-19Rename {get|set}_content to {get|set}_string_contentNick Wellnhofer
2014-11-19Add tests for insert_{before|after} functionsNick Wellnhofer
2014-11-19Add cmark_node_insert_after to cmark.hNick Wellnhofer
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