summaryrefslogtreecommitdiff
path: root/src/config.h.in
AgeCommit message (Collapse)Author
2015-05-29Cope with broken snprintf on WindowsNick Wellnhofer
On Windows, snprintf returns -1 if the output was truncated. Fall back to Windows-specific _scprintf.
2014-12-31Feature test for va_copyNick Wellnhofer
MSVC doesn't support va_copy.
2014-11-16Feature test for GCC attributesNick Wellnhofer
2014-11-16Feature test for __builtin_expectNick Wellnhofer
2014-11-16Probe for stdbool.hNick Wellnhofer
Let cmake create a cmark_config.h file to deal with platforms missing stdbool.h.