summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2016-11-18Set policy for CMP0063 to avoid a warning.John MacFarlane
2016-11-09Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 (e.g. 3.6.2...Hugh Bellamy
2016-06-27Change export install locationJonathan Müller
2016-06-27Export the targets on installationJonathan Müller
2016-03-12Compile in plain C mode with MSVC 12.0 or newerNick Wellnhofer
2015-12-28Make LIB_INSTALL_DIR configurable.John MacFarlane
2015-12-24Removed obsolete TIMER macro.John MacFarlane
2015-12-19Removed bench.h and timing calls in main.cJohn MacFarlane
2015-12-04Install static library.John MacFarlane
2015-08-10Remove need to disable MSVC warning 4267Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4800Kevin Wojniak
2015-08-09Avoid name clash between Windows .pdb filesNick Wellnhofer
2015-07-25Removed cmark_strbuf_printf and cmark_strbuf_vprintf.John MacFarlane
2015-07-15Set POSITION_INDEPENDENT_CODE ON for static library.John MacFarlane
2015-07-11Factored out common bits of rendering into separate render module.John MacFarlane
2015-07-11Removed dependence on debug.h.John MacFarlane
2015-07-05Added LaTeX renderer.John MacFarlane
2015-06-17Renamed entities.h -> entities.inc.John MacFarlane
2015-06-16Replace gperf-based entity lookup with binary tree lookup.John MacFarlane
2015-05-31Merge pull request #45 from nwellnhof/windows_snprintfJohn MacFarlane
2015-05-31Removed -pg from Debug build flags.John MacFarlane
2015-05-29Cope with broken snprintf on WindowsNick Wellnhofer
2015-05-29Revert "Ubsan: add -fsanitize=undefined to link flags too."John MacFarlane
2015-05-29Ubsan: add -fsanitize=undefined to link flags too.John MacFarlane
2015-05-29Added Ubsan build target, to check for undefined behavior.John MacFarlane
2015-04-26Suppress warnings about Windows runtime library filesNick Wellnhofer
2015-04-26Compile static library with -DCMARK_STATIC_DEFINENick Wellnhofer
2015-04-25Revert "CMakeLists.txt: quote variable to avoid warning."John MacFarlane
2015-04-25Really fixed cmake warning.John MacFarlane
2015-04-25CMakeLists.txt: quote variable to avoid warning.John MacFarlane
2015-04-01Include patch level in sonameNick Wellnhofer
2015-03-31Install compiler-provided system runtime libraries.Changjiang Yang
2015-03-21Added commonmark renderer.John MacFarlane
2015-03-09Check for CMAKE_C_COMPILER (not CC_COMPILER) when setting C flags.John MacFarlane
2015-03-09Use libcmark.a for static library on *nix.John MacFarlane
2015-03-07Build static version of library in default build.John MacFarlane
2015-02-15Moved handling of --smart from renderer to parser.John MacFarlane
2015-02-14Added smart.c, smart.h with function abstracting smart punct rendering.John MacFarlane
2015-02-02Don't rely on strnlen being availableNick Wellnhofer
2015-01-28Added Profile build type, 'make prof' target.John MacFarlane
2015-01-23Add version information to shared libraryNick Wellnhofer
2015-01-23Let cmake update versionNick Wellnhofer
2015-01-12Reduce size of gperf entity tableNick Wellnhofer
2014-12-31Recreate scanners.c only on demandNick Wellnhofer
2014-12-31Feature test for va_copyNick Wellnhofer
2014-12-29Added cmark_ctype.h with locale-independent isspace, ispunct, etc.John MacFarlane
2014-12-28Removed old 'ast' format, now that we have 'xml'.John MacFarlane
2014-12-28Added xml writer, to dump the AST in XML.John MacFarlane