summaryrefslogtreecommitdiff
path: root/src/xine-utils/attributes.h
AgeCommit message (Expand)Author
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-05-20Add check for const attribute (for mathematical functions).Diego 'Flameeyes' Pettenò
2008-05-09Cleanup handling of packed attribute.Diego 'Flameeyes' Pettenò
2008-05-07Define support for attributes based on compiler's version outside xine build.Diego 'Flameeyes' Pettenò
2008-05-05Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rat...Diego 'Flameeyes' Pettenò
2008-05-03Add support for "deprecated" attribute.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-08Protect attribute declarations against, e.g., random printf redefinitions.Darren Salt
2007-06-08Fix build issues on systems which need our internal asprintf.Darren Salt
2007-05-04Update some copyright information.Darren Salt
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-03-24Improve tests for visibility attribute support; Mach-O supports default visib...Diego 'Flameeyes' Pettenò
2007-02-25Instead of __unused, use __attr_unused, to avoid possible collisions with oth...Diego 'Flameeyes' Pettenò
2007-02-25Instead of replicating it over and over, define __unused in attributes.h so t...Diego 'Flameeyes' Pettenò
2006-10-02build cdio for builddir != .František Dvořák
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2003-09-17Bounded defition with a check to ensure that it is not predefinedStephen Torri
2003-09-16Renamed a empty macro. Apparently the macro name __attribute__ was defined ea...Stephen Torri
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-24try to handle the __attribute((__packed__)) gnu extension in buffer.h headerJuergen Keil
2002-09-14Don't use C++ style comment in public headerEwald Snel
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch