summaryrefslogtreecommitdiff
path: root/Xfuncproto.h.in
Commit message (Expand)AuthorAgeFilesLines
* Fix typo __has_extenstion -> __has_extensionKeith Packard2016-09-231-1/+1
* Xfuncproto: Add support for _X_NOTSAN macroJeremy Huddleston Sequoia2016-09-221-0/+7
* Xfuncproto: Add support for _X_DEPRECATED_MSG() macroJeremy Huddleston Sequoia2016-09-221-0/+8
* Xfuncproto.h: Define __has_extension() if it isn't alreadyJeremy Huddleston Sequoia2016-09-221-0/+3
* Xfuncproto.h: Define __has_feature() if it isn't alreadyJeremy Huddleston Sequoia2016-09-221-0/+3
* Use C99 compliant definition of nonnull attribute.Thomas Klausner2015-01-131-0/+3
* Use clang's __has_attribute to check for attribute supportAlan Coopersmith2014-08-071-9/+21
* Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compilerAlan Coopersmith2014-05-091-1/+2
* Add _X_COLD attribute for branch prediction hintsAlan Coopersmith2013-05-091-0/+9
* Do not use visibility attributes on MinGWYaakov Selkowitz2012-10-161-1/+1
* Bug 51009: _X_RESTRICT_KYWD fix for g++ 4.6 & later on SolarisAlan Coopersmith2012-09-061-1/+2
* Fix Xfuncproto.h to work when #included in a C89-mode compilationAlan Coopersmith2011-08-301-2/+4
* Add comments to Xfuncproto.h noting required xproto versions for each macroAlan Coopersmith2011-05-251-0/+11
* Add _X_NONNULL macro to annotate when a function expects arguments to be non-...Jeremy Huddleston2011-04-281-0/+6
* Add _X_UNUSED attribute to designate unused variables and silence warningsJeremy Huddleston2011-04-281-0/+6
* Fix __STDC_VERSION__ tests.Matthieu Herrb2011-04-211-2/+2
* Support _X_INLINE in any C99-compliant compilerAlan Coopersmith2011-02-241-7/+12
* Xfuncproto.h: Add _X_RESTRICT_KEYWORD for C99 & gcc in non-strict-C89 modeAlan Coopersmith2010-12-131-0/+12
* Enable gcc attribute(__format__) on gcc versions older than 4.0Alan Coopersmith2010-12-131-2/+6
* Add Sun cc 5.9 & later to compilers supporting noreturn attributeAlan Coopersmith2010-05-181-1/+2
* Add _X_NORETURN macro to signify functions that don't returnJeremy Huddleston2010-03-281-0/+6
* xproto: Cygwin GCC does not support visibility attributesYaakov Selkowitz2010-01-041-1/+1
* Remove all trace of X_NOT_STDC_ENV (#6527)Adam Jackson2009-06-121-2/+0
* Enable GCC's visibility attributes on GCC 4 or greater only.Tilman Sauerbeck2007-05-011-7/+12
* Xfuncproto: add _X_LIKELY and _X_UNLIKELYDaniel Stone2006-10-261-0/+6
* Xfuncproto: define _X_INLINE for older compilersDaniel Stone2006-09-211-0/+1
* Xfuncproto: add _X_INLINEDaniel Stone2006-09-201-0/+2
* Automatically generate FUNCPROTO and NARROWPROTO defines in Xfuncproto.h.Kevin E Martin2005-12-031-0/+108