summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-15pathological_tests.py: added test for deeply nested lists.John MacFarlane
2018-04-14Optimize S_find_first_nonspace.John MacFarlane
2018-03-25Allow spaces in link destination delimited with pointy brackets.John MacFarlane
2018-03-25Update spec.John MacFarlane
2018-03-25Adjust max length of decimal/numeric entities.John MacFarlane
2018-03-25Fix inline raw HTML parsing.John MacFarlane
2018-03-25Don't allow list markers to be indented >= 4 spaces.John MacFarlane
2018-03-25Update spec.txt from repository.John MacFarlane
2018-02-20Fuzz width parameter tooPhil Turnbull
2018-02-20Don't discard empty fuzz test-casesPhil Turnbull
2018-02-20Check for empty buffer when renderingPhil Turnbull
2017-11-18README - use commonmark/cmark for appveyor badge.John MacFarlane
2017-11-18Merge pull request #250 from nwellnhof/test-static-only-buildJohn MacFarlane
2017-11-18Add static-only build to Travis test matrixNick Wellnhofer
2017-11-18Also run API tests with CMARK_SHARED=OFFNick Wellnhofer
2017-11-18Rename roundtrip and entity testsNick Wellnhofer
2017-11-16Updated travis badges and issue tracker jgm -> commonmark.John MacFarlane
2017-11-15Merge pull request #249 from nwellnhof/static-only-buildJohn MacFarlane
2017-11-14Generate export header for static-only buildNick Wellnhofer
2017-11-05Fixed exit code for pathological tests.John MacFarlane
2017-11-05Add allowed failures to pathological_tests.py.John MacFarlane
2017-11-05Add timeout to pathological_tests.py.John MacFarlane
2017-11-05Refactored pathological_tests.pyJohn MacFarlane
2017-11-05Merge pull request #230 from mity/more-pathological-testsJohn MacFarlane
2017-11-05Merge pull request #217 from github/upstream/limit-nested-parensJohn MacFarlane
2017-11-05Merge pull request #228 from github/upstream/inline-sourceposJohn MacFarlane
2017-11-02Merge branch 'master' into upstream/inline-sourceposAshe Connor
2017-10-21Updated changelog.John MacFarlane
2017-10-21BUmp to 0.28.3John MacFarlane
2017-10-20Merge pull request #240 from nwellnhof/add-cmake-includeJohn MacFarlane
2017-10-19Include GNUInstallDirs in src/CMakeLists.txtNick Wellnhofer
2017-10-12Bump to 0.28.2, update changelog.John MacFarlane
2017-10-12Fixed regression in install dest for static library.John MacFarlane
2017-10-10Bump to 0.28.1, update changelog.John MacFarlane
2017-10-10Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.John MacFarlane
2017-09-13Merge pull request #232 from github/upstream/refparseJohn MacFarlane
2017-09-14blocks: Fix quadratic behavior in `finalize`Vicent Marti
2017-08-16Add more pathological tests.Martin Mitas
2017-08-10Skip sourcepos tracking if disabledYuki Izumi
2017-08-10Fix inlines spanning newlines, text in non-paraYuki Izumi
2017-08-09--smart: open quote can never occur right after `]` or `)`.John MacFarlane
2017-08-09Add sourcepos info for inlinesYuki Izumi
2017-08-03Merge pull request #224 from pclouds/make-format-source-codeJohn MacFarlane
2017-08-03Reformat source code with 'make format'Nguyễn Thái Ngọc Duy
2017-08-03Update README.md, replace 'make astyle' with 'make format'Nguyễn Thái Ngọc Duy
2017-08-02Merge pull request #222 from PavloKapyshin/masterJohn MacFarlane
2017-08-02Fix typoPavlo Kapyshin
2017-08-01Update spec.John MacFarlane
2017-08-01Update changelog.John MacFarlane
2017-08-01Merge branch 'master' of github.com:jgm/cmarkJohn MacFarlane