index
:
proto/xorgproto
master
obsd
obsd-2018.4
unified protocol headers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xfuncproto.h.in
Age
Commit message (
Expand
)
Author
2014-05-09
Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
Alan Coopersmith
2013-05-09
Add _X_COLD attribute for branch prediction hints
Alan Coopersmith
2012-10-16
Do not use visibility attributes on MinGW
Yaakov Selkowitz
2012-09-06
Bug 51009: _X_RESTRICT_KYWD fix for g++ 4.6 & later on Solaris
Alan Coopersmith
2011-08-30
Fix Xfuncproto.h to work when #included in a C89-mode compilation
Alan Coopersmith
2011-05-25
Add comments to Xfuncproto.h noting required xproto versions for each macro
Alan Coopersmith
2011-04-28
Add _X_NONNULL macro to annotate when a function expects arguments to be non-...
Jeremy Huddleston
2011-04-28
Add _X_UNUSED attribute to designate unused variables and silence warnings
Jeremy Huddleston
2011-04-21
Fix __STDC_VERSION__ tests.
Matthieu Herrb
2011-02-24
Support _X_INLINE in any C99-compliant compiler
Alan Coopersmith
2010-12-13
Xfuncproto.h: Add _X_RESTRICT_KEYWORD for C99 & gcc in non-strict-C89 mode
Alan Coopersmith
2010-12-13
Enable gcc attribute(__format__) on gcc versions older than 4.0
Alan Coopersmith
2010-05-18
Add Sun cc 5.9 & later to compilers supporting noreturn attribute
Alan Coopersmith
2010-03-28
Add _X_NORETURN macro to signify functions that don't return
Jeremy Huddleston
2010-01-04
xproto: Cygwin GCC does not support visibility attributes
Yaakov Selkowitz
2009-06-12
Remove all trace of X_NOT_STDC_ENV (#6527)
Adam Jackson
2007-05-01
Enable GCC's visibility attributes on GCC 4 or greater only.
Tilman Sauerbeck
2006-10-26
Xfuncproto: add _X_LIKELY and _X_UNLIKELY
Daniel Stone
2006-09-21
Xfuncproto: define _X_INLINE for older compilers
Daniel Stone
2006-09-20
Xfuncproto: add _X_INLINE
Daniel Stone
2005-12-03
Automatically generate FUNCPROTO and NARROWPROTO defines in Xfuncproto.h.
Kevin E Martin