Age | Commit message (Expand) | Author |
2009-02-17 | Add OpenBSD to the exceptions list for using the -Wl,-z,defs linker flag | Brad Smith |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-11-19 | Create a new macro CC_NOUNDEFINED to check for the -z defs flag or | Diego E. 'Flameeyes' Pettenò |
2008-11-19 | Update the attributes.m4 file from lscube projects. | Diego E. 'Flameeyes' Pettenò |
2008-08-07 | Make the CC_CHECK_* macro work when used in for loops. | Diego 'Flameeyes' Pettenò |
2008-05-24 | Backport CC_CHECK_LDFLAGS macro from 1.2 branch. | Diego 'Flameeyes' Pettenò |
2008-05-24 | Use M4sh AS_IF rather than sh if statements for common macros. | Diego 'Flameeyes' Pettenò |
2008-05-20 | Add check for const attribute (for mathematical functions). | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge fix for 54ad8b80e6fc. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Don't leak -Werror into the build system. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Create a backend macro CC_CHECK_FLAGS_SILENT for specific flag macros, and us... | Diego 'Flameeyes' Pettenò |
2008-05-22 | Announce check for -Werror (and equivalent) flags and its result. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Set the cc_cv_cflags_* cached values to no when the flag is not supported. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Cleanup handling of packed attribute. | Diego 'Flameeyes' Pettenò |
2008-05-05 | CFLAGS are saved and changed inside the check cache. | 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-05 | Generalise attributes checking, so that the same code is not copy-pasted for ... | Diego 'Flameeyes' Pettenò |
2008-05-03 | Add support for "deprecated" attribute. | Darren Salt |
2007-04-09 | format_arg attribute requires the function to return char*. | Diego 'Flameeyes' Pettenò |
2007-04-01 | Fix test for visibility attributes. Patch thanks to Matt Messier. | Diego 'Flameeyes' Pettenò |
2007-03-24 | Improve tests for visibility attribute support; Mach-O supports default visib... | Diego 'Flameeyes' Pettenò |
2007-03-20 | The AC_C_ATTRIBUTE_ALIGNED macro is broken, it always reports maximum aligned... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Make CC_CHECK_CFLAGS report the name of the compiler, like AC_TRY_CFLAGS used... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Rewrite the CC_CHECK_CFLAGS macro, to be more in style with Autoconf macros, ... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add a check if the compiler supports weak aliases, to add FreeBSD support to ... | Diego 'Flameeyes' Pettenò |
2006-10-02 | build cdio for builddir != . | František Dvořák |
2006-07-10 | Add the m4 file with the needed check for -fvisibility=hidden. | Diego 'Flameeyes' Pettenò |