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