config.lib
Sat, 29 Mar 2008 21:50:14 +0000 rubidium (svn r12483) -Change: disable stripping of binaries by default so we have a (much) better chance of actually getting something useful out of OSX stacktraces.
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
Thu, 24 Jan 2008 23:56:43 +0000 smatz (svn r11980) -Fix: newer versions of cut do not accept field index 0
Mon, 14 Jan 2008 20:30:05 +0000 bjarni (svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir
Sun, 13 Jan 2008 17:45:29 +0000 bjarni (svn r11837) -Feature: [OSX] added "/Library/Application Support/OpenTTD" to the search paths (based on patch by pv2b)
Sun, 13 Jan 2008 13:53:53 +0000 bjarni (svn r11833) -Cleanup: changed save_params_array into one item for each line in config.lib
Fri, 11 Jan 2008 00:30:32 +0000 rubidium (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
Thu, 10 Jan 2008 18:59:16 +0000 smatz (svn r11808) -Fix: remember --with-ccache in config.cache
Sun, 30 Dec 2007 19:32:09 +0000 skidd13 (svn r11723) -Feature: add initial support for Intel C Compiler on linux
Thu, 27 Dec 2007 15:05:46 +0000 bjarni (svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings
Sun, 23 Dec 2007 21:02:40 +0000 smatz (svn r11689) -Fix: compilation error and most of warnings for gcc 4.3
Mon, 17 Dec 2007 07:47:21 +0000 egladil (svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at compile time.
Sat, 15 Dec 2007 22:42:12 +0000 rubidium (svn r11641) -Add: configure time parameter to enable some desync debugging functionality.
Sat, 08 Dec 2007 18:53:49 +0000 bjarni (svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries
Wed, 07 Nov 2007 21:35:33 +0000 egladil (svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones and handle broken iconv declaration in OSX 10.5.
Sun, 21 Oct 2007 10:41:04 +0000 truelight (svn r11323) -Fix: GCC2.95 gave a lot of bogus 'might be uninitialized', so never show them for this compiler
Sat, 13 Oct 2007 12:04:07 +0000 maedhros (svn r11254) -Fix: Link with -lpthread on FreeBSD.
Sat, 06 Oct 2007 13:20:27 +0000 glx (svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help
Sun, 23 Sep 2007 10:26:20 +0000 rubidium (svn r11148) -Codechange: add support for getting version numbers from Mercurial/HG instead of norev000 (when using a Mercurial/HG clone that is).
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC.
Tue, 07 Aug 2007 20:42:02 +0000 truelight (svn r10822) -Fix: OSX makes --endian set to PREPROCESSOR, which wasn't an allowed value, making reconfigures to fail (special commit for Bjarni, now he should fix things too :p)
Sat, 04 Aug 2007 00:45:53 +0000 rubidium (svn r10779) -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an 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.
Thu, 26 Jul 2007 09:11:19 +0000 rubidium (svn r10693) -Fix: --enable-install should have been removed from the configure parameters to save a long time ago. Now it is only causing warnings.
Fri, 20 Jul 2007 18:34:21 +0000 rubidium (svn r10642) -Merge (from NoAI): ./configure flag for disabling threading.
Tue, 10 Jul 2007 07:46:58 +0000 rubidium (svn r10498) -Fix [FS#1008]: remove inconsistency between a warning and the actual behaviour.
Sun, 08 Jul 2007 18:57:00 +0000 rubidium (svn r10482) -Fix [FS#990]: Do not override the CFLAGS environment variable when configuring a non-debug makefile. Based on a patch by saggson.
Sun, 24 Jun 2007 20:41:24 +0000 orudge (svn r10310) -Fix: Trunk can now be built on OS/2 :)
Wed, 20 Jun 2007 19:17:22 +0000 maedhros (svn r10236) -Feature: Introduce a form of timetabling for vehicles.
Sun, 17 Jun 2007 20:36:14 +0000 rubidium (svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
Sun, 17 Jun 2007 15:55:52 +0000 rubidium (svn r10183) -Fix (r10182): some bashism sneaked in.
Sun, 17 Jun 2007 15:48:57 +0000 rubidium (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
Sat, 16 Jun 2007 21:57:30 +0000 rubidium (svn r10171) -Add: simple support for ccache (--with-ccache).
Mon, 11 Jun 2007 10:29:07 +0000 rubidium (svn r10091) -Add: make time detection whether you are using -jN when having distcc enabled.
Mon, 11 Jun 2007 10:01:03 +0000 truelight (svn r10090) -Add: add --with-distcc to configure, to enable distcc compiles. Not used by default
Thu, 07 Jun 2007 00:25:49 +0000 rubidium (svn r10051) -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;)
Thu, 07 Jun 2007 00:15:00 +0000 rubidium (svn r10050) -Codechange: make it a little easier to force a version number (for releases).
Wed, 23 May 2007 16:40:40 +0000 peter1138 (svn r9904) -Codechange [FS#798]: Add OpenBSD support to configure (matthias)
Sat, 21 Apr 2007 13:19:43 +0000 truelight (svn r9710) -Add: added support for GCC 2.95. This makes MorphOS target alive again. With a big thanks to tokai and Rubidium!!
Fri, 20 Apr 2007 19:41:19 +0000 rubidium (svn r9696) -Fix: --without-application-bundle did not disable the custom language/second data directory stuff that is used for application bundles.
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 12 Aug 2007 18:32:47 +0000 rubidium (svn r10872) [NewGRF_ports] -Sync: with trunk r10765:10871. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Sun, 22 Jul 2007 21:24:42 +0000 richk (svn r10653) [NewGRF_ports] -Sync: with trunk r10602-10651 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Thu, 15 Mar 2007 23:26:47 +0000 rubidium (svn r9239) -Fix [FS#682]: PowerMac G5 CPU is not detected (oVRoM).
Mon, 12 Mar 2007 15:54:19 +0000 rubidium (svn r9131) -Codechange: move the OSX application bundle resource directories so they comply (better) to Apple's guidelines and to our naming 'scheme' for the lang and data directories.
Wed, 07 Mar 2007 16:46:13 +0000 glx (svn r9053) -Change [Config]: removed unneeded stuff for windows
Tue, 06 Mar 2007 23:42:30 +0000 truelight (svn r9049) -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too.
Tue, 06 Mar 2007 22:55:18 +0000 truelight (svn r9047) -Fix [FS#651]: request static deps from fontconfig in OSX
Tue, 06 Mar 2007 22:45:30 +0000 truelight (svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here
Tue, 06 Mar 2007 22:41:50 +0000 truelight (svn r9045) -Fix [Config]: libpng-config --ldflags returns --libs and -L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS)
Tue, 06 Mar 2007 22:40:45 +0000 truelight (svn r9044) -Fix [Config]: add fontconfig before freetype, as in static order is important
Tue, 06 Mar 2007 22:15:57 +0000 truelight (svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)
Tue, 06 Mar 2007 20:37:46 +0000 truelight (svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS.
Tue, 06 Mar 2007 19:14:15 +0000 truelight (svn r9030) [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x)
Mon, 05 Mar 2007 15:24:17 +0000 truelight (svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS