Age | Commit message (Expand) | Author |
2015-06-17 | Renamed entities.h -> entities.inc. | John MacFarlane |
2015-06-16 | Replace gperf-based entity lookup with binary tree lookup. | John MacFarlane |
2015-05-31 | Merge pull request #45 from nwellnhof/windows_snprintf | John MacFarlane |
2015-05-31 | Removed -pg from Debug build flags. | John MacFarlane |
2015-05-29 | Cope with broken snprintf on Windows | Nick Wellnhofer |
2015-05-29 | Revert "Ubsan: add -fsanitize=undefined to link flags too." | John MacFarlane |
2015-05-29 | Ubsan: add -fsanitize=undefined to link flags too. | John MacFarlane |
2015-05-29 | Added Ubsan build target, to check for undefined behavior. | John MacFarlane |
2015-04-26 | Suppress warnings about Windows runtime library files | Nick Wellnhofer |
2015-04-26 | Compile static library with -DCMARK_STATIC_DEFINE | Nick Wellnhofer |
2015-04-25 | Revert "CMakeLists.txt: quote variable to avoid warning." | John MacFarlane |
2015-04-25 | Really fixed cmake warning. | John MacFarlane |
2015-04-25 | CMakeLists.txt: quote variable to avoid warning. | John MacFarlane |
2015-04-01 | Include patch level in soname | Nick Wellnhofer |
2015-03-31 | Install compiler-provided system runtime libraries. | Changjiang Yang |
2015-03-21 | Added commonmark renderer. | John MacFarlane |
2015-03-09 | Check for CMAKE_C_COMPILER (not CC_COMPILER) when setting C flags. | John MacFarlane |
2015-03-09 | Use libcmark.a for static library on *nix. | John MacFarlane |
2015-03-07 | Build static version of library in default build. | John MacFarlane |
2015-02-15 | Moved handling of --smart from renderer to parser. | John MacFarlane |
2015-02-14 | Added smart.c, smart.h with function abstracting smart punct rendering. | John MacFarlane |
2015-02-02 | Don't rely on strnlen being available | Nick Wellnhofer |
2015-01-28 | Added Profile build type, 'make prof' target. | John MacFarlane |
2015-01-23 | Add version information to shared library | Nick Wellnhofer |
2015-01-23 | Let cmake update version | Nick Wellnhofer |
2015-01-12 | Reduce size of gperf entity table | Nick Wellnhofer |
2014-12-31 | Recreate scanners.c only on demand | Nick Wellnhofer |
2014-12-31 | Feature test for va_copy | Nick Wellnhofer |
2014-12-29 | Added cmark_ctype.h with locale-independent isspace, ispunct, etc. | John MacFarlane |
2014-12-28 | Removed old 'ast' format, now that we have 'xml'. | John MacFarlane |
2014-12-28 | Added xml writer, to dump the AST in XML. | John MacFarlane |
2014-12-14 | Added GNU profiler flags to debug build. | John MacFarlane |
2014-12-13 | Added cmark_render_man (man page writer). | John MacFarlane |
2014-12-13 | Added iterator interface to API, removed cmark_walk. | John MacFarlane |
2014-12-08 | Compile with -Wextra | Nick Wellnhofer |
2014-12-04 | Moved source files from src/html into src. | John MacFarlane |
2014-12-04 | Create pkg-config file as part of build procedure. | John MacFarlane |
2014-12-01 | Use `--no-generation-date` with `re2c`. | John MacFarlane |
2014-12-01 | Changed build procedure so that an empty scanners.c is not created | John MacFarlane |
2014-11-24 | Fix MSVC options | Nick Wellnhofer |
2014-11-22 | Fix debug flags | Nick Wellnhofer |
2014-11-17 | Set CMARK_DEBUG_NODES for debug builds. | John MacFarlane |
2014-11-17 | Rename ast.h to parser.h | Nick Wellnhofer |
2014-11-17 | Start with unified nodes | Nick Wellnhofer |
2014-11-16 | Move inline function definitions to header files | Nick Wellnhofer |
2014-11-16 | Feature test for GCC attributes | Nick Wellnhofer |
2014-11-16 | Look for re2c in path when compiling with MSVC | Nick Wellnhofer |
2014-11-16 | Feature test for __builtin_expect | Nick Wellnhofer |
2014-11-16 | Compile as C++ under MSVC | Nick Wellnhofer |
2014-11-16 | Probe for stdbool.h | Nick Wellnhofer |