Age | Commit message (Expand) | Author |
2017-01-06 | Make shared and static libraries optional | Azamat H. Hackimov |
2017-01-06 | Added support for built-in ${LIB_SUFFIX} feature | Azamat H. Hackimov |
2017-01-03 | Revert "More sourcepos! (#169)" | John MacFarlane |
2016-12-20 | More sourcepos! (#169) | Mathieu Duponchelle |
2016-11-24 | Remove redundant cmake_minimum_required. | John MacFarlane |
2016-11-19 | Use VERSION_GREATER to clean up cmake version test. | John MacFarlane |
2016-11-19 | Put set_policy under cmake version test. | John MacFarlane |
2016-11-18 | Set policy for CMP0063 to avoid a warning. | John MacFarlane |
2016-11-09 | Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 (e.g. 3.6.2... | Hugh Bellamy |
2016-06-27 | Change export install location | Jonathan Müller |
2016-06-27 | Export the targets on installation | Jonathan Müller |
2016-03-12 | Compile in plain C mode with MSVC 12.0 or newer | Nick Wellnhofer |
2015-12-28 | Make LIB_INSTALL_DIR configurable. | John MacFarlane |
2015-12-24 | Removed obsolete TIMER macro. | John MacFarlane |
2015-12-19 | Removed bench.h and timing calls in main.c | John MacFarlane |
2015-12-04 | Install static library. | John MacFarlane |
2015-08-10 | Remove need to disable MSVC warning 4267 | Kevin Wojniak |
2015-08-10 | Remove need to disable MSVC warning 4244 | Kevin Wojniak |
2015-08-10 | Remove need to disable MSVC warning 4244 | Kevin Wojniak |
2015-08-10 | Remove need to disable MSVC warning 4800 | Kevin Wojniak |
2015-08-09 | Avoid name clash between Windows .pdb files | Nick Wellnhofer |
2015-07-25 | Removed cmark_strbuf_printf and cmark_strbuf_vprintf. | John MacFarlane |
2015-07-15 | Set POSITION_INDEPENDENT_CODE ON for static library. | John MacFarlane |
2015-07-11 | Factored out common bits of rendering into separate render module. | John MacFarlane |
2015-07-11 | Removed dependence on debug.h. | John MacFarlane |
2015-07-05 | Added LaTeX renderer. | John MacFarlane |
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 |