summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-13Add needed include in blocks.cJohn MacFarlane
2020-05-13Comment out unused function cmark_strbuf_cstr in buffer.hJohn MacFarlane
2020-05-13CI: Run linter.John MacFarlane
2020-05-13Add lint target to MakefileJohn MacFarlane
2020-05-13Fix unnecessary variable assignment.John MacFarlane
2020-05-13New lint target using clang-tidy.John MacFarlane
2020-05-13CI: Another attempt to add clang-tidy.John MacFarlane
2020-05-13Remove appveyor build.John MacFarlane
2020-05-13CI: change shared to cmark_opts in matrix, add linter.John MacFarlane
2020-05-13CI: test with different shared library configs.John MacFarlane
2020-05-13CI: try setting CPP in matrix.John MacFarlane
2020-05-13Fix syntax for matrix.John MacFarlane
2020-05-13Linux CI: use both gcc and clang.John MacFarlane
2020-05-13Add .gitattributes to ensure that line endings are normalized.John MacFarlane
2020-05-12Windows CI: ensure UTF-8.John MacFarlane
2020-05-12Revert "spec_tests.py: ignore line endings on diff."John MacFarlane
2020-05-12spec_tests.py: ignore line endings on diff.John MacFarlane
2020-05-12Revert "spec_tests.py: don't keep line endings (for windows CI)."John MacFarlane
2020-05-12spec_tests.py: don't keep line endings (for windows CI).John MacFarlane
2020-05-12Add CI badge.John MacFarlane
2020-05-12Windows CI: try installing msvc tools.John MacFarlane
2020-05-12Revert "Revert "CI: avoid using nmake.bat.""John MacFarlane
2020-05-12Windows CI: specify cmd shell.John MacFarlane
2020-05-12Revert "CI: avoid using nmake.bat."John MacFarlane
2020-05-12CI: avoid using nmake.bat.John MacFarlane
2020-05-12CI: install valgrind for linux.John MacFarlane
2020-05-12Fix CI.John MacFarlane
2020-05-12Diagnostic for CI.John MacFarlane
2020-05-12Revert "Setup python."John MacFarlane
2020-05-12Setup python.John MacFarlane
2020-05-12Add GitHub actions CI.John MacFarlane
2020-05-12Update to Unicode 13.0data-man
2020-03-20Add uninstall target to Makefile.John MacFarlane
2020-03-19Adding CIFuzzLeo Neat
2020-03-03Skip UTF-8 BOM if present at beginning of buffer.John MacFarlane
2020-02-16Add casts for MSVC10.John MacFarlane
2020-02-16Fix #220 (hash collisions for references).John MacFarlane
2020-02-16Add pathological test for reference collisions (see #220).John MacFarlane
2020-02-11Update date on cmark.1.John MacFarlane
2020-02-11cmark.1 - Document --unsafe instead of --safe.John MacFarlane
2020-02-11cmark.1: remove docs for `--normalize` which no longer exists.John MacFarlane
2020-02-09Add cmark_get_default_mem_allocator().John MacFarlane
2020-01-25Fix URL check in is_autolinkNick Wellnhofer
2020-01-25Fix null pointer deref in is_autolinkNick Wellnhofer
2020-01-24build: substitute the path into the generate filesSaleem Abdulrasool
2020-01-23build: use absolute path for cmarkTargets.cmakeSaleem Abdulrasool
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2020-01-23Improve packing of struct cmark_listNick Wellnhofer
2020-01-23Use C string instead of chunk in rendererNick Wellnhofer
2020-01-23Use C string instead of chunk for literal textNick Wellnhofer