summaryrefslogtreecommitdiff
path: root/src/config.h.in
AgeCommit message (Collapse)Author
2016-07-16Removed size_t and ssize_t defs for WIN32.John MacFarlane
2016-06-06config: Add SSIZE_T compat for Win32Vicent Marti
2016-01-18Include starg.h when needed in config.h.John MacFarlane
2016-01-18config.h: include stdio.h for _vscprintf etc.John MacFarlane
2016-01-18Add include guards to config.hJohn MacFarlane
2016-01-18config.h.in - added compatibility snprintf, vsnprintf for MSVC.John MacFarlane
2015-08-10Don't include static in CMARK_INLINE.John MacFarlane
ALso don't set CMARK_INLINE to __inline if we're compiling under MSVC in cplusplus mode.
2015-08-10Fix MSVC inline errors when cmark is included in other sources that don't ↵Kevin Wojniak
have the same set of disabled warnings
2015-07-25Removed cmark_strbuf_printf and cmark_strbuf_vprintf.John MacFarlane
These are no longer needed, and cause complications for MSVC. Also removed HAVE_VA_COPY and HAVE_C99_SNPRINTF feature tests.
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.