index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2020-02-09
Add cmark_get_default_mem_allocator().
John MacFarlane
2020-01-25
Fix URL check in is_autolink
Nick Wellnhofer
2020-01-25
Fix null pointer deref in is_autolink
Nick Wellnhofer
2020-01-24
build: substitute the path into the generate files
Saleem Abdulrasool
2020-01-23
build: use absolute path for cmarkTargets.cmake
Saleem Abdulrasool
2020-01-23
Rearrange struct cmark_node
Nick Wellnhofer
2020-01-23
Improve packing of struct cmark_list
Nick Wellnhofer
2020-01-23
Use C string instead of chunk in renderer
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for literal text
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for custom block contents
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for link URL and title
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for code info and literal
Nick Wellnhofer
2020-01-23
Helper function to set C strings in nodes
Nick Wellnhofer
2020-01-15
Fix pathological_tests.py on Windows
Nick Wellnhofer
2020-01-15
Remove useless __name__ check in test scripts
Nick Wellnhofer
2020-01-15
Remove unused variable
Nick Wellnhofer
2020-01-15
Reintroduce version check for MSVC /TP flag
Nick Wellnhofer
2020-01-11
Fix CMake generator expression checking for MSVC
Nick Wellnhofer
2020-01-10
commonmark renderer: better escaping in smart mode.
John MacFarlane
2020-01-10
Add options field to cmark_renderer.
John MacFarlane
2020-01-05
Move C_VISIBILITY_PRESET back to src/CMakeLists.txt.
John MacFarlane
2020-01-05
commonmark.c - use size_t instead of int.
John MacFarlane
[next]