Age | Commit message (Expand) | Author |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-11-19 | Enable basic warnings even when optimisations are disabled. | Diego E. 'Flameeyes' Pettenò |
2008-11-19 | Fix gcc version test when the CC variable needs not be quoted. | Diego E. 'Flameeyes' Pettenò |
2008-11-19 | Replace AC_TRY_CFLAGS usage with CC_CHECK_CFLAGS and remove the | Diego E. 'Flameeyes' Pettenò |
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-07-06 | Build fix: pthreads.m4 | Chris Rankin |
2008-07-02 | fix pthread recursive mutex detection (for mingw32) | Matthias Ringwald |
2008-06-17 | Remove macro files that are handled by gettext. | Diego 'Flameeyes' Pettenò |
2008-06-17 | Don't use C++ for socklen_t tests. | Diego 'Flameeyes' Pettenò |
2008-05-24 | Rewrite CC_PTHREAD_RECURSIVE_MUTEX to use M4sh and AC_CACHE_CHECK. | Diego 'Flameeyes' Pettenò |
2008-05-24 | Backport pthreads.m4 from 1.2. | 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-23 | Check for MIN/MAX macro and include the header for them if found. | 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-22 | Add support for Sun Studio compiler even when building on Linux. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Remove libtool15.m4 macro file. | 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 | Fix configure when -Wunused-parameter is used. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Add support for "deprecated" attribute. | Darren Salt |
2008-04-06 | Add a tool to list MIME types & filetype extns known to xine-lib plugins. | Darren Salt |
2008-02-09 | Make xine-config --version parsing more robust | Ville Skyttä |
2007-09-16 | Correct a reported typo in the DirectX support check. [Bug 1795665] | Darren Salt |
2007-06-13 | Clean up solaris PTHREAD_CFLAGS/PTHREAD_LIBS | Ben Taylor |
2007-06-10 | Added Solaris support for gcc and studio to pthreads.m4 | Ben Taylor |
2007-04-12 | Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Return NULL to avoid 'control reaches end of non-void function' warning from ... | Ville Skyttä |
2007-04-11 | Try linking the program for Pthread support, and feed proper parameters to pt... | Diego 'Flameeyes' Pettenò |
2007-04-09 | format_arg attribute requires the function to return char*. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Never udnefine m4_foreach_w, after all if it's defined it is because it never... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Use LT_AC_PROG_SED rather than AC_PROG_SED. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Add a m4_foreach_w macro when autoconf does not provide it. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-04-01 | Fix test for visibility attributes. Patch thanks to Matt Messier. | Diego 'Flameeyes' Pettenò |
2007-03-29 | Replace obsolete macros (processing done by autoupdate). | Darren Salt |
2007-03-26 | Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING. | Darren Salt |
2007-03-24 | Improve tests for visibility attribute support; Mach-O supports default visib... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Add the gas.m4 macro file, at least :) | Diego 'Flameeyes' Pettenò |
2007-03-22 | Move handling of Win32 codecs all in a single point of configure.ac rather th... | Diego 'Flameeyes' Pettenò |