summaryrefslogtreecommitdiff
path: root/config.lib
AgeCommit message (Collapse)Author
2010-07-25(svn r20219) -Fix: Haiku uses a "special" location for headersrubidium
2010-05-13(svn r19805) -Codechange: disable warnings about unused but set variables ↵smatz
when building with asserts disabled
2010-05-10(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)rubidium
2010-04-14(svn r19627) -Fix [OSX]: mark the macports default include directory as a ↵rubidium
system include directory so our -W flags don't cause warnings on headers in there (planetmaker) As this is a OS X patch... I have not and cannot test it, so if it breaks your system: do not blame me!
2010-04-14(svn r19626) -Fix: mention libtimidity in ./configure --help (planetmaker)rubidium
2010-04-12(svn r19614) -Codechange: "it's" => "its" where appropriatesmatz
2010-02-28(svn r19290) -Fix (r19285): wrong path in logglx
2010-02-28(svn r19285) -Change [FS#3638]: add the default installation directory of ↵rubidium
lzo/zlib for Mac OS X/MinGW to the paths where (the headers of) those libraries are searched
2010-02-18(svn r19159) -Fix (r19151): configure gave a warning about a broken expressionrubidium
2010-02-17(svn r19151) -Codechange [FS#3625]: Move home directory to a better place in ↵rubidium
Haiku (jrepan)
2010-02-13(svn r19116) -Fix [FS#3615]: enabling ccache via environment variables ↵rubidium
failed to properly detect/set a compiler
2010-02-13(svn r19115) -Document: --with-ccache and --with-distcc in configurerubidium
2010-02-12(svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow itrubidium
2010-02-12(svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates toorubidium
2010-02-10(svn r19081) -Codechange: make it possible to disable compilation of the ↵rubidium
AI+Squirrel
2010-02-05(svn r19018) -Change: [Makefile] Make test an alias for regression, ↵rubidium
distclean an alias for mrproper and update mrproper to really delete all generated files/directories.
2010-01-17(svn r18847) -Fix [FS#3541] (r18769): configure didn't properly detect ↵rubidium
libtimidity anymore (hannibal218bc)
2010-01-10(svn r18769) -Codechange: replace MiniLZO with the real library. If you're ↵rubidium
using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed.
2009-12-10(svn r18451) -Fix (r18360): LDFLAGS could contain different compiler flags ↵smatz
than CFLAGS when compiling strgen (Rubidium)
2009-12-01(svn r18360) -Add: configure 'support' for GCC's LTO and ICC's IPOrubidium
2009-11-17(svn r18147) -Add: experimental option to try to statically link to libicurubidium
2009-11-12(svn r18055) -Fix (r18045): ICC warningrubidium
2009-10-31(svn r17923) -Feature: "port" OpenTTD to GNU/Hurdrubidium
2009-10-17(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for ↵michi_cc
OSX.
2009-10-04(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.michi_cc
2009-10-04(svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to ↵michi_cc
actually try different SDK versions and use the best SDK for each universal target. -Change: [OSX] Improve the configure checks for QuickDraw and QuickTime.
2009-10-04(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined ↵michi_cc
in all cases. -Codechange: [OSX] Improve conditional defines for OS version dependant code.
2009-09-24(svn r17632) -Change: enable the uninitialized variables warning (or ↵rubidium
actually undisable)
2009-09-21(svn r17606) -Add: initial support for Haiku; a dedicated server with zlib ↵rubidium
and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)
2009-09-21(svn r17599) -Fix: configure script didn't detect icc when CC included path ↵smatz
to compiler
2009-09-08(svn r17476) -Fix (r17475): Some icu-configs have the 'feature' of not ↵rubidium
adding a space where others do add the space
2009-09-08(svn r17474) -Fix: in some cases compilation failed because the search path ↵rubidium
for ICU wasn't added to the ldflags
2009-09-07(svn r17468) -Fix (r17464): mingw compilation was brokensmatz
2009-09-07(svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or ↵smatz
icc >= 11.0
2009-09-07(svn r17462) -Cleanup: remove unused variablessmatz
2009-09-07(svn r17457) -Codechange: convert icc version to number so it can be ↵smatz
compared more easily
2009-09-07(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but ↵rubidium
I don't have all exotic machines so it might break compilation on the more exotic configurations
2009-08-21(svn r17249) -Fix: MinGW gcc 4.4.0 dynamically links with libgcc_s_dw2-1.dll ↵glx
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)
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-01(svn r17026) -Fix [FS#3076]: "[bd]ash"-ism in configurerubidium
2009-07-14(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK ↵rubidium
too; no guarantees ofcourse...
2009-07-13(svn r16824) -Fix [FS#2989] (r16294): Mac OS X 10.4 with Xcode 2.5 wouldn't ↵rubidium
be detected as having Xcode 2.5 or newer. Based on a patch by ln.
2009-07-13(svn r16823) -Cleanup: use cxx_host instead of cc_host where possible; ↵rubidium
cc_host is there only for working around a few stupid compilers.
2009-07-13(svn r16822) -Cleanup: remove the "a PPC bool is four bytes in C++ so it ↵rubidium
needs to be that big in C too" hack
2009-06-22(svn r16626) -Change: split the part of config.lib that generates the ↵rubidium
'warning' CFLAGS into a function and use that function to set the right 'warning' CFLAGS for both the host and build compiler, i.e. also let GCC warn for strgen, depend and endian_check.
2009-06-22(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler ↵rubidium
anywhere at all
2009-06-01(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD ↵smatz
for months. All attempts to do another workaround failed.
2009-05-25(svn r16424) -Codechange: warn about casting-out 'const' only when using ↵smatz
gcc4+, older versions give many useless false positives
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when ↵rubidium
const is (accidentally?) removed using C-style casts.
2009-05-16(svn r16318) -Change: use !! instead of @@ in src/*.in too.rubidium
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.