Age | Commit message (Expand) | Author |
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 |
2020-01-05 | Include string.h in cmark-fuzz.c. | John MacFarlane |
2020-01-03 | fix -Wconst-qual warning | Saleem Abdulrasool |
2020-01-02 | build: add exports targets for build tree usage | Saleem Abdulrasool |
2020-01-02 | build: use target properties for include paths | Saleem Abdulrasool |
2020-01-02 | build: chmod -x CMakeLists.txt (NFC) | Saleem Abdulrasool |
2020-01-02 | build: reduce property computation in CMake | Saleem Abdulrasool |
2020-01-02 | build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY` | Saleem Abdulrasool |
2020-01-02 | build: improve man page installation | Saleem Abdulrasool |
2020-01-02 | build: only include GNUInstallDirs once | Saleem Abdulrasool |
2019-12-26 | build: replace `add_compile_definitions` (#321) | Saleem Abdulrasool |
2019-12-22 | build: cleanup CMake (#319) | Saleem Abdulrasool |
2019-12-21 | Commonmark renderer: always use fences for code (#317). | John MacFarlane |
2019-12-21 | Ensure that consecutive indented code blocks aren't merged... | John MacFarlane |
2019-12-19 | Improve rendering of commonmark code spans with spaces. | John MacFarlane |
2019-11-27 | normalize.py: use html.escape instead of cgi.escape. | John MacFarlane |
2019-11-11 | Cleaner approach to max digits for numeric entities. | John MacFarlane |
2019-11-11 | Fix entity parser (and api test) to respect length limit on numeric entities. | John MacFarlane |
2019-11-11 | Code reformat | John MacFarlane |
2019-11-11 | Don't allow link destinations with unbalanced unescaped parentheses. | John MacFarlane |
2019-11-11 | Updaet spec.txt. | John MacFarlane |
2019-10-14 | Create FUNDING.yml | John MacFarlane |
2019-07-05 | print_usage(): Minor grammar fix, swap two words (#305) | Øyvind A. Holm |
2019-06-01 | Clarify which backtick strings (#301) | Johel Ernesto Guerrero Peña |
2019-05-29 | Remove "-rdynamic" flag for static builds (#300) | Eric Pruitt |
2019-04-23 | Merge pull request #294 from JerwuQu/cmark-issue-291-jerwuqu | John MacFarlane |
2019-04-23 | Merge pull request #295 from nwellnhof/link-exe-with-lib | John MacFarlane |