summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-05build: only attempt to install MSVC system libraries on WindowsSaleem Abdulrasool
2018-08-27Fix appveyor links.John MacFarlane
2018-08-26Simplify code normalization, in line with spec change.John MacFarlane
2018-08-26Updated spec.txt.John MacFarlane
2018-08-25Code span spec changes.John MacFarlane
2018-08-25Update spec.txt.John MacFarlane
2018-08-25entity_tests.py - omit noisy success output.John MacFarlane
2018-07-19Merge pull request #259 from github/link-parsing-corner-casesJohn MacFarlane
2018-07-16add link parsing corner cases to regressionsAshe Connor
2018-06-11Fix spaces on regression test.John MacFarlane
2018-06-11Removed meta from list of block tags.John MacFarlane
2018-04-15pathological_tests.py: make tests run faster.John MacFarlane
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
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