log config.lib @ 14578:af0dd884a764 draft

age author description
Wed, 17 Feb 2010 16:45:55 +0000 rubidium (svn r19151) -Codechange [FS#3625]: Move home directory to a better place in Haiku (jrepan) draft
Sat, 13 Feb 2010 00:20:19 +0000 rubidium (svn r19116) -Fix [FS#3615]: enabling ccache via environment variables failed to properly detect/set a compiler draft
Sat, 13 Feb 2010 00:00:47 +0000 rubidium (svn r19115) -Document: --with-ccache and --with-distcc in configure draft
Fri, 12 Feb 2010 18:45:34 +0000 rubidium (svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow it draft
Fri, 12 Feb 2010 18:41:46 +0000 rubidium (svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too draft
Wed, 10 Feb 2010 16:24:05 +0000 rubidium (svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel draft
Fri, 05 Feb 2010 16:20:04 +0000 rubidium (svn r19018) -Change: [Makefile] Make test an alias for regression, distclean an alias for mrproper and update mrproper to really delete all generated files/directories. draft
Sun, 17 Jan 2010 16:39:58 +0000 rubidium (svn r18847) -Fix [FS#3541] (r18769): configure didn't properly detect libtimidity anymore (hannibal218bc) draft
Sun, 10 Jan 2010 13:12:34 +0000 rubidium (svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed. draft
Thu, 10 Dec 2009 00:17:00 +0000 smatz (svn r18451) -Fix (r18360): LDFLAGS could contain different compiler flags than CFLAGS when compiling strgen (Rubidium) draft
Tue, 01 Dec 2009 20:53:13 +0000 rubidium (svn r18360) -Add: configure 'support' for GCC's LTO and ICC's IPO draft
Tue, 17 Nov 2009 18:01:05 +0000 rubidium (svn r18147) -Add: experimental option to try to statically link to libicu draft
Thu, 12 Nov 2009 21:07:55 +0000 rubidium (svn r18055) -Fix (r18045): ICC warning draft
Sat, 31 Oct 2009 15:26:07 +0000 rubidium (svn r17923) -Feature: "port" OpenTTD to GNU/Hurd draft
Sat, 17 Oct 2009 22:36:43 +0000 michi_cc (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. draft
Sun, 04 Oct 2009 21:24:09 +0000 michi_cc (svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. draft
Sun, 04 Oct 2009 20:53:26 +0000 michi_cc (svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to actually try different SDK versions and use the best SDK for each universal target. draft
Sun, 04 Oct 2009 20:53:22 +0000 michi_cc (svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases. draft
Thu, 24 Sep 2009 21:27:19 +0000 rubidium (svn r17632) -Change: enable the uninitialized variables warning (or actually undisable) draft
Mon, 21 Sep 2009 18:36:33 +0000 rubidium (svn r17606) -Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet) draft
Mon, 21 Sep 2009 15:47:28 +0000 smatz (svn r17599) -Fix: configure script didn't detect icc when CC included path to compiler draft
Tue, 08 Sep 2009 15:42:14 +0000 rubidium (svn r17476) -Fix (r17475): Some icu-configs have the 'feature' of not adding a space where others do add the space draft
Tue, 08 Sep 2009 14:49:36 +0000 rubidium (svn r17474) -Fix: in some cases compilation failed because the search path for ICU wasn't added to the ldflags draft
Mon, 07 Sep 2009 21:45:26 +0000 smatz (svn r17468) -Fix (r17464): mingw compilation was broken draft
Mon, 07 Sep 2009 21:01:24 +0000 smatz (svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0 draft
Mon, 07 Sep 2009 20:14:56 +0000 smatz (svn r17462) -Cleanup: remove unused variables draft
Mon, 07 Sep 2009 17:23:17 +0000 smatz (svn r17457) -Codechange: convert icc version to number so it can be compared more easily draft
Mon, 07 Sep 2009 12:14:45 +0000 rubidium (svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations draft
Fri, 21 Aug 2009 21:21:09 +0000 glx (svn r17249) -Fix: MinGW gcc 4.4.0 dynamically links with libgcc_s_dw2-1.dll by default. Prevent this so strgen.exe build with MinGW can be run on a system without MinGW installed. (Note: openttd.exe is not affected by this behaviour as -static is used by default for it) draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft