summaryrefslogtreecommitdiff
path: root/config.lib
AgeCommit message (Collapse)Author
2008-08-17(svn r14088) -Fix (r5994): librt isn't needed to be linked against ↵rubidium
explicitly as we don't use any functionality of it.
2008-08-15(svn r14079) -Fix: misleading help in configureglx
2008-07-31(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets ↵bjarni
the default value as intended
2008-07-28(svn r13863) -Fix (r13852): make the nightly compile againsmatz
2008-07-27(svn r13852) -Fix (r13849): [OSX] fixed universal binary building without ↵bjarni
breaking anything this time
2008-07-27(svn r13849) -Fix: [OSX] 10.5 appears to be more picky when setting up ↵bjarni
compiling of universal binaries
2008-07-24(svn r13819) -Fix (r13801): --man-dir=xxx was 'ignored'glx
2008-07-23(svn r13804) -Fix(r13801): a search after remove should help to find missed ↵skidd13
incarnations
2008-07-23(svn r13803) -Fix(r13801): Copy & paste mistakesskidd13
2008-07-23(svn r13802) -Fix(r13801): a few small typosskidd13
2008-07-23(svn r13801) -Add: further configuration options to make packaging more unionskidd13
-Add: Unix man file gets now installed if necessary
2008-07-22(svn r13793) -Codechange: Unify the dir checking in config.libskidd13
2008-07-22(svn r13792) -Codechange: Display current values of the options in ↵skidd13
./configre --help instead of static strings
2008-07-22(svn r13791) -Fix(r13790): Don refer to variables when their value isn't set ↵skidd13
as expected
2008-07-22(svn r13790) -Fix: Enable to force the creation of freedesktop.org desktop ↵skidd13
entry files
2008-07-22(svn r13786) -Fix (r13785): reconfigure gave warnings on the newly ↵rubidium
introduced options.
2008-07-22(svn r13785) -Add: support for freedesktop.org desktop entry filesskidd13
2008-06-22(svn r13609) -Codechange: silence warnings about unused variables for gcc2 ↵smatz
builds without asserts
2008-06-01(svn r13351) -Codechange: disable warnings about unused variable for builds ↵smatz
without asserts
2008-05-07(svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant ↵rubidium
declarations in GCC 2.95, so only use if for GCC >= 3.
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function ↵rubidium
declarations.
2008-05-06(svn r12969) -Codechange: remove a completely pointless file.rubidium
2008-05-05(svn r12957) -Codechange: do not misuse snprintf when you just want to copy ↵rubidium
a string, also use DEBUG instead of fprintf in one case.
2008-04-30(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.rubidium
2008-04-24(svn r12876) -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. ↵rubidium
As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine.
2008-03-29(svn r12483) -Change: disable stripping of binaries by default so we have a ↵rubidium
(much) better chance of actually getting something useful out of OSX stacktraces.
2008-03-15(svn r12368) -Codechange: use explicit body for loops and conditions and ↵smatz
remove -Wno-empty-body from the configure script
2008-01-24(svn r11980) -Fix: newer versions of cut do not accept field index 0smatz
2008-01-14(svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dirbjarni
Thanks to TrueLight for finding the solution to this one Note: if the shared-dir setting is already broken due to this then you have to manually run configure again
2008-01-13(svn r11837) -Feature: [OSX] added "/Library/Application Support/OpenTTD" to ↵bjarni
the search paths (based on patch by pv2b) It is possible to set this to something else setting shared-dir with config This works on other OSes as well but it's off by default (and not really tested)
2008-01-13(svn r11833) -Cleanup: changed save_params_array into one item for each line ↵bjarni
in config.lib This should increase readability and conflict solving
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus ↵rubidium
move the debugdumpcommand stuff out of the network 'area').
2008-01-10(svn r11808) -Fix: remember --with-ccache in config.cachesmatz
-Codechange: shuffle params a bit, sort params in save_params_array in the same order as the table above
2007-12-30(svn r11723) -Feature: add initial support for Intel C Compiler on linuxskidd13
-Codechange: silence a few warnings of ICC
2007-12-27(svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the ↵bjarni
default settings -Change: [OSX] configure will no longer enable static by default Turns out that Leopard can't handle static builds without the user installing extra libs The tradeoff is that now people might have to enable static manually if moving the binary around
2007-12-23(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3smatz
2007-12-17(svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled ↵egladil
at compile time.
2007-12-15(svn r11641) -Add: configure time parameter to enable some desync debugging ↵rubidium
functionality.
2007-12-08(svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when ↵bjarni
building universal binaries 10.5 support needs this and it will not break 10.3 support
2007-11-07(svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones ↵egladil
and handle broken iconv declaration in OSX 10.5.
2007-10-21(svn r11323) -Fix: GCC2.95 gave a lot of bogus 'might be uninitialized', so ↵truelight
never show them for this compiler
2007-10-13(svn r11254) -Fix: Link with -lpthread on FreeBSD.maedhros
2007-10-06(svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and ↵glx
add --disable-unicode in configure help
2007-09-23(svn r11148) -Codechange: add support for getting version numbers from ↵rubidium
Mercurial/HG instead of norev000 (when using a Mercurial/HG clone that is).
2007-09-12(svn r11089) -Codechange: add revision detection to MSVC.rubidium
2007-08-07(svn r10822) -Fix: OSX makes --endian set to PREPROCESSOR, which wasn't an ↵truelight
allowed value, making reconfigures to fail (special commit for Bjarni, now he should fix things too :p)
2007-08-04(svn r10779) -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an ↵rubidium
assumption that signed integers do not overflow, whereas it is very likely that some of the legacy code does so. It furthermore breaks with the assumed standard (the behaviour is not actually defined in the standard) about the behaviour when signed integers wrap.
2007-07-26(svn r10693) -Fix: --enable-install should have been removed from the ↵rubidium
configure parameters to save a long time ago. Now it is only causing warnings.
2007-07-20(svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.rubidium
2007-07-10(svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the ↵rubidium
actual behaviour.