summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-01Merge pull request #221 from pclouds/document-validate-utf8John MacFarlane
2017-08-01Update changelog.John MacFarlane
2017-08-01Bump version to 0.28.0.John MacFarlane
2017-08-01Update spec.John MacFarlane
2017-08-01Advertise --validate-utf8 in usage informationNguyễn Thái Ngọc Duy
2017-07-25Merge pull request #219 from github/upstream/left-angle-linkJohn MacFarlane
2017-07-17Fix URL scanner.Yuki Izumi
2017-07-13Reverted mistaken fix to #193.John MacFarlane
2017-07-12> 32 nested balanced parens in a link is bananasYuki Izumi
2017-07-11Merge pull request #213 from github/upstream/undefined-shiftJohn MacFarlane
2017-07-11Merge pull request #212 from github/upstream/memcpy-nonnullJohn MacFarlane
2017-07-11Use unsigned integer when shiftingPhil Turnbull
2017-07-06Avoid memcpy'ing NULL pointersPhil Turnbull
2017-06-29Updated spec.txt.John MacFarlane