summaryrefslogtreecommitdiff
path: root/Xfuncproto.h.in
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Fix typo __has_extenstion -> __has_extensionKeith Packard1-1/+1
2016-09-22Xfuncproto: Add support for _X_NOTSAN macroJeremy Huddleston Sequoia1-0/+7
2016-09-22Xfuncproto: Add support for _X_DEPRECATED_MSG() macroJeremy Huddleston Sequoia1-0/+8
2016-09-22Xfuncproto.h: Define __has_extension() if it isn't alreadyJeremy Huddleston Sequoia1-0/+3
2016-09-22Xfuncproto.h: Define __has_feature() if it isn't alreadyJeremy Huddleston Sequoia1-0/+3
2015-01-13Use C99 compliant definition of nonnull attribute.Thomas Klausner1-0/+3
2014-08-07Use clang's __has_attribute to check for attribute supportAlan Coopersmith1-9/+21
2014-05-09Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compilerAlan Coopersmith1-1/+2
2013-05-09Add _X_COLD attribute for branch prediction hintsAlan Coopersmith1-0/+9
2012-10-16Do not use visibility attributes on MinGWYaakov Selkowitz1-1/+1
2012-09-06Bug 51009: _X_RESTRICT_KYWD fix for g++ 4.6 & later on SolarisAlan Coopersmith1-1/+2
2011-08-30Fix Xfuncproto.h to work when #included in a C89-mode compilationAlan Coopersmith1-2/+4
2011-05-25Add comments to Xfuncproto.h noting required xproto versions for each macroAlan Coopersmith1-0/+11
2011-04-28Add _X_NONNULL macro to annotate when a function expects arguments to be non-...Jeremy Huddleston1-0/+6
2011-04-28Add _X_UNUSED attribute to designate unused variables and silence warningsJeremy Huddleston1-0/+6
2011-04-21Fix __STDC_VERSION__ tests.Matthieu Herrb1-2/+2
2011-02-24Support _X_INLINE in any C99-compliant compilerAlan Coopersmith1-7/+12
2010-12-13Xfuncproto.h: Add _X_RESTRICT_KEYWORD for C99 & gcc in non-strict-C89 modeAlan Coopersmith1-0/+12
2010-12-13Enable gcc attribute(__format__) on gcc versions older than 4.0Alan Coopersmith1-2/+6
2010-05-18Add Sun cc 5.9 & later to compilers supporting noreturn attributeAlan Coopersmith1-1/+2
2010-03-28Add _X_NORETURN macro to signify functions that don't returnJeremy Huddleston1-0/+6
2010-01-04xproto: Cygwin GCC does not support visibility attributesYaakov Selkowitz1-1/+1
2009-06-12Remove all trace of X_NOT_STDC_ENV (#6527)Adam Jackson1-2/+0
2007-05-01Enable GCC's visibility attributes on GCC 4 or greater only.Tilman Sauerbeck1-7/+12
2006-10-26Xfuncproto: add _X_LIKELY and _X_UNLIKELYDaniel Stone1-0/+6
2006-09-21Xfuncproto: define _X_INLINE for older compilersDaniel Stone1-0/+1
2006-09-20Xfuncproto: add _X_INLINEDaniel Stone1-0/+2
2005-12-03Automatically generate FUNCPROTO and NARROWPROTO defines in Xfuncproto.h.Kevin E Martin1-0/+108