Age | Commit message (Expand) | Author |
2020-08-23 | Add MAX_INDENT for xml. | John MacFarlane |
2020-07-12 | Treat textarea like script, style, pre (type 1 HTML block)... | John MacFarlane |
2020-07-12 | Update spec.txt. | John MacFarlane |
2020-06-24 | Fix handling of empty strings when creating XML/HTML output. | Steffen Kieß |
2020-06-22 | Re-add `--safe` command-line option as a no-op. | John MacFarlane |
2020-06-21 | Adjust the MinGW paths for MinGW64. | Daniil Baturin |
2020-05-13 | Don't call memcpy with NULL as 1st parameter. | John MacFarlane |
2020-05-13 | Add more NOLINTNEXTLINE directives. | John MacFarlane |
2020-05-13 | Add NOLINTNEXTLINE to avoid a useless linter error. | John MacFarlane |
2020-05-13 | Add needed include in blocks.c | John MacFarlane |
2020-05-13 | Comment out unused function cmark_strbuf_cstr in buffer.h | John MacFarlane |
2020-05-13 | CI: Run linter. | John MacFarlane |
2020-05-13 | Add lint target to Makefile | John MacFarlane |
2020-05-13 | Fix unnecessary variable assignment. | John MacFarlane |
2020-05-13 | New lint target using clang-tidy. | John MacFarlane |
2020-05-13 | CI: Another attempt to add clang-tidy. | John MacFarlane |
2020-05-13 | Remove appveyor build. | John MacFarlane |
2020-05-13 | CI: change shared to cmark_opts in matrix, add linter. | John MacFarlane |
2020-05-13 | CI: test with different shared library configs. | John MacFarlane |
2020-05-13 | CI: try setting CPP in matrix. | John MacFarlane |
2020-05-13 | Fix syntax for matrix. | John MacFarlane |
2020-05-13 | Linux CI: use both gcc and clang. | John MacFarlane |
2020-05-13 | Add .gitattributes to ensure that line endings are normalized. | John MacFarlane |
2020-05-12 | Windows CI: ensure UTF-8. | John MacFarlane |
2020-05-12 | Revert "spec_tests.py: ignore line endings on diff." | John MacFarlane |
2020-05-12 | spec_tests.py: ignore line endings on diff. | John MacFarlane |
2020-05-12 | Revert "spec_tests.py: don't keep line endings (for windows CI)." | John MacFarlane |
2020-05-12 | spec_tests.py: don't keep line endings (for windows CI). | John MacFarlane |
2020-05-12 | Add CI badge. | John MacFarlane |
2020-05-12 | Windows CI: try installing msvc tools. | John MacFarlane |
2020-05-12 | Revert "Revert "CI: avoid using nmake.bat."" | John MacFarlane |
2020-05-12 | Windows CI: specify cmd shell. | John MacFarlane |
2020-05-12 | Revert "CI: avoid using nmake.bat." | John MacFarlane |
2020-05-12 | CI: avoid using nmake.bat. | John MacFarlane |
2020-05-12 | CI: install valgrind for linux. | John MacFarlane |
2020-05-12 | Fix CI. | John MacFarlane |
2020-05-12 | Diagnostic for CI. | John MacFarlane |
2020-05-12 | Revert "Setup python." | John MacFarlane |
2020-05-12 | Setup python. | John MacFarlane |
2020-05-12 | Add GitHub actions CI. | John MacFarlane |
2020-05-12 | Update to Unicode 13.0 | data-man |
2020-03-20 | Add uninstall target to Makefile. | John MacFarlane |
2020-03-19 | Adding CIFuzz | Leo Neat |
2020-03-03 | Skip UTF-8 BOM if present at beginning of buffer. | John MacFarlane |
2020-02-16 | Add casts for MSVC10. | John MacFarlane |
2020-02-16 | Fix #220 (hash collisions for references). | John MacFarlane |
2020-02-16 | Add pathological test for reference collisions (see #220). | John MacFarlane |
2020-02-11 | Update date on cmark.1. | John MacFarlane |
2020-02-11 | cmark.1 - Document --unsafe instead of --safe. | John MacFarlane |
2020-02-11 | cmark.1: remove docs for `--normalize` which no longer exists. | John MacFarlane |