Wed, 26 Jun 2013 21:17:09 +0000 |
michi_cc |
(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration.
draft
|
Tue, 25 Jun 2013 20:40:58 +0000 |
rubidium |
(svn r25470) -Feature-ish: use ICU's layout engine when that's available
draft
|
Sun, 19 May 2013 15:44:09 +0000 |
glx |
(svn r25266) -Fix: gcc4.6 removed -mno-cygwin option
draft
|
Fri, 26 Apr 2013 18:39:15 +0000 |
planetmaker |
(svn r25209) -Doc: Mention --without-grfcodec in the help for configure and explain its use in the readme
draft
|
Wed, 24 Apr 2013 20:30:02 +0000 |
frosch |
(svn r25205) -Feature: Translations of baseset descriptions via lang files.
draft
|
Tue, 26 Feb 2013 02:28:01 +0100 |
Michael Lutz |
-Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration.
draft
|
Mon, 18 Mar 2013 06:18:06 +0000 |
rubidium |
(svn r25107) -Change: be slightly more lenient with trying to detect a subversion repository in case someone has a sparse tags checkout. In that case the .svn folder misses from the $ROOT_DIR because it is in the $ROOT_DIR/.. (i.e. tags) folder
draft
|
Thu, 28 Feb 2013 06:51:45 +0000 |
rubidium |
(svn r25054) -Document: the *FLAGS_BUILD in configure
draft
|
Sun, 06 Jan 2013 13:01:46 +0000 |
rubidium |
(svn r24889) -Fix-ish: extra GRF was built with "broken" grfcodec
draft
|
Sun, 11 Nov 2012 17:39:54 +0000 |
smatz |
(svn r24701) -Fix [FS#5246]: Workaround an overoptimisation done by GCC 4.5
draft
|
Wed, 17 Oct 2012 18:48:12 +0000 |
rubidium |
(svn r24601) -Fix: _BUILD flags were not properly parsed when reconfiguring
draft
|
Wed, 17 Oct 2012 15:23:51 +0000 |
rubidium |
(svn r24598) -Fix: configure script failed to detect libfontconfig 2.10 as newer than 2.3
draft
|
Thu, 04 Oct 2012 15:44:09 +0000 |
rubidium |
(svn r24573) -Fix: hopefully get packing right on Mingw's gcc 4.7
draft
|
Tue, 14 Aug 2012 15:51:28 +0000 |
truebrain |
(svn r24471) -Feature: unbreak multiparam configure settings (--setting value), which clearly nobody uses, as it has been broken .... for a while
draft
|
Tue, 14 Aug 2012 15:47:44 +0000 |
truebrain |
(svn r24470) -Feature [FS#5270]: be a tiny bit GNU autotools compatible, for those who expect all software to follow GNU guidelines
draft
|
Sun, 22 Jul 2012 18:55:12 +0000 |
rubidium |
(svn r24431) -Fix: some old compilers didn't like some flag that isn't really needed anyway
draft
|
Sun, 22 Jul 2012 05:33:09 +0000 |
rubidium |
(svn r24429) -Change: add some hardening flags to the compiler for release builds
draft
|
Sat, 21 Jul 2012 15:49:26 +0000 |
rubidium |
(svn r24427) -Change: allow passing C(XX)- and LDFLAGS to the compilation of helper binaries such as depend, strgen and settingsgen
draft
|
Sun, 01 Jul 2012 08:56:57 +0000 |
rubidium |
(svn r24365) -Fix-ish: add C(XX)FLAGS_BUILD to all the executables that are compiled for the build enviroment
draft
|
Wed, 09 May 2012 19:13:34 +0000 |
planetmaker |
(svn r24220) -Change: Adopt ICU version detection to also deal with the new versioning scheme since ICU 49
draft
|
Sun, 26 Feb 2012 08:23:32 +0000 |
rubidium |
(svn r23993) -Cleanup: remove some disable directives from the NFO as they aren't needed anymore with newer GRFCodec/NFORenum
draft
|
Fri, 24 Feb 2012 22:19:45 +0000 |
rubidium |
(svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression
draft
|
Wed, 15 Feb 2012 21:39:10 +0000 |
michi_cc |
(svn r23954) -Fix (r23952): Update required grfcodec version.
draft
|
Sun, 12 Feb 2012 21:17:32 +0000 |
smatz |
(svn r23941) -Add: support for clang
draft
|
Tue, 17 Jan 2012 17:27:38 +0000 |
rubidium |
(svn r23817) -Fix [FS#4962]: desync due to different NewGRF version. So reduce the chance that it happens significantly with betas/RCs/nightlies by doing the same as is done for stable releases: check the NewGRF version of server vs client.
draft
|
Fri, 23 Dec 2011 08:57:24 +0000 |
peter1138 |
(svn r23661) -Fix (r23438): Remaining parts of configuration were skipped when grfcodec/nforenum were not usable.
draft
|
Fri, 09 Dec 2011 15:06:14 +0000 |
truebrain |
(svn r23455) -Fix (r23438): send the stderr in the right part to /dev/null
draft
|
Mon, 05 Dec 2011 20:11:42 +0000 |
rubidium |
(svn r23438) -Fix [FS#4867]: perform checks for nforenum/grfcodec in configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used
draft
|
Thu, 01 Dec 2011 12:03:34 +0000 |
truebrain |
(svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too
draft
|
Wed, 24 Aug 2011 18:21:54 +0000 |
smatz |
(svn r22832) -Codechange: add -Wno-free-nonheap-object to CFLAGS in order to prevent some invalid GCC warnings
draft
|
Sun, 07 Aug 2011 11:18:33 +0000 |
smatz |
(svn r22728) -Codechange: add -Wno-narrowing to cxxflags in order to prevent many useless warnings with GCC 4.7
draft
|
Fri, 04 Mar 2011 00:27:17 +0000 |
glx |
(svn r22180) -Fix: when using -static-libgcc, also use -static-libstdc++
draft
|
Thu, 03 Mar 2011 21:08:20 +0000 |
alberth |
(svn r22174) -Add: Generate the settings as part of the unix build process without using it (Rubidium)
draft
|
Thu, 24 Feb 2011 16:39:04 +0000 |
smatz |
(svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versions
draft
|
Mon, 07 Feb 2011 09:55:09 +0000 |
rubidium |
(svn r22008) -Add [FS#4470]: log the command that invocated configure in config.log
draft
|
Sun, 06 Feb 2011 21:14:57 +0000 |
rubidium |
(svn r22003) -Document [FS#3447]: that SDL for Mac OS X might very well be unusable
draft
|
Wed, 29 Dec 2010 20:46:35 +0000 |
smatz |
(svn r21662) -Codechange: use -flto=jobserver for GCC 4.6, it makes linking with LTO use number of processes passed to make -j
draft
|
Wed, 29 Dec 2010 20:20:41 +0000 |
smatz |
(svn r21661) -Codechange: use -fwhole-program when linking in LTO mode so compiler can do more optimisations
draft
|
Sat, 25 Dec 2010 12:49:36 +0000 |
rubidium |
(svn r21634) -Codechange: apparantly the "broken" iconv interface is the new official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface
draft
|
Wed, 08 Dec 2010 14:39:31 +0000 |
smatz |
(svn r21436) -Fix: LTO was no longer detected for GCC 4.6
draft
|
Mon, 29 Nov 2010 13:09:35 +0000 |
rubidium |
(svn r21352) -Codechange: remove some unneeded code from config.lib
draft
|
Mon, 29 Nov 2010 12:49:27 +0000 |
rubidium |
(svn r21351) -Change: read some metadata from (official) source tarballs so you'll more likely get the right version/revision out-of-the-box
draft
|
Sat, 27 Nov 2010 22:47:29 +0000 |
terkhen |
(svn r21343) -Add: Function that compares strings using case insensitive natural sort.
draft
|
Sun, 21 Nov 2010 16:34:18 +0000 |
smatz |
(svn r21286) -Codechange: enable more warnings for ICC
draft
|
Sun, 14 Nov 2010 22:57:32 +0000 |
planetmaker |
(svn r21196) -Change: [OSX] Allow to select the build targets for universal builds
draft
|
Sun, 14 Nov 2010 20:47:45 +0000 |
terkhen |
(svn r21194) -Add: Configure option for compiling OpenTTD as a console application under MinGW.
draft
|
Thu, 11 Nov 2010 22:37:45 +0000 |
planetmaker |
(svn r21149) -Fix [FS#4210]: [OSX] Unify compiler flags with other OS and work around a compiler bug in gcc-4.0.1 which breaks graphics display in x86_64 binaries (Rubidium)
draft
|
Sun, 31 Oct 2010 14:25:57 +0000 |
smatz |
(svn r21062) -Codechange: append -Winit-self to compiler flags
draft
|
Wed, 27 Oct 2010 16:42:20 +0000 |
rubidium |
(svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less.
draft
|
Fri, 03 Sep 2010 14:14:06 +0000 |
smatz |
(svn r20725) -Codechange: simplify make_compiler_cflags
draft
|
Fri, 03 Sep 2010 13:23:29 +0000 |
smatz |
(svn r20724) -Fix: debug builds with LTO enabled didn't have debug information and were not optimised at all, causing many compile-time warnings
draft
|
Fri, 03 Sep 2010 13:09:56 +0000 |
smatz |
(svn r20723) -Fix: don't define _FORTIFY_SOURCE when not compiling with GCC, other compilers would likely barf on GLIBC code
draft
|
Mon, 23 Aug 2010 22:03:36 +0000 |
rubidium |
(svn r20603) -Codechange: silence some ICC warnings
draft
|
Thu, 19 Aug 2010 11:16:08 +0000 |
rubidium |
(svn r20554) -Fix [FS#4057]: typo in configure --help
draft
|
Sat, 14 Aug 2010 14:50:06 +0000 |
rubidium |
(svn r20490) -Change: merge the extra GRF sources so updating them becomes a bit easier.
draft
|
Sun, 25 Jul 2010 23:13:40 +0000 |
rubidium |
(svn r20219) -Fix: Haiku uses a "special" location for headers
draft
|
Thu, 13 May 2010 05:29:25 +0000 |
smatz |
(svn r19805) -Codechange: disable warnings about unused but set variables when building with asserts disabled
draft
|
Mon, 10 May 2010 17:11:24 +0000 |
rubidium |
(svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille)
draft
|
Wed, 14 Apr 2010 10:00:57 +0000 |
rubidium |
(svn r19627) -Fix [OSX]: mark the macports default include directory as a system include directory so our -W flags don't cause warnings on headers in there (planetmaker)
draft
|
Wed, 14 Apr 2010 09:55:36 +0000 |
rubidium |
(svn r19626) -Fix: mention libtimidity in ./configure --help (planetmaker)
draft
|