Jonathan G Rennison
|
962a9c5430
|
Merge branch 'master' into cpp-11
# Conflicts:
# config.lib
# projects/openttd_vs100.vcxproj
# projects/openttd_vs100.vcxproj.filters
# projects/openttd_vs80.vcproj
# projects/openttd_vs90.vcproj
# src/saveload/saveload.cpp
|
2019-01-06 22:07:28 +00:00 |
|
Charles Pigott
|
4fbfe34e36
|
Codechange: Always compile with C++11
|
2019-01-05 17:39:11 +01:00 |
|
Charles Pigott
|
175829b8b5
|
Fix #6880: [OSX] Clang version detection
|
2019-01-05 17:39:11 +01:00 |
|
Charles Pigott
|
0e7af55ef7
|
Fix: [OSX] Check all search paths for iconv.h
|
2019-01-05 17:39:11 +01:00 |
|
Michael Lutz
|
32ce1ce347
|
Add: [OSX] Text layout using the native CoreText API.
By default, the native API will be used instead of ICU, but if ICU is
forced in using configure, it will take precedence.
|
2018-12-08 20:13:27 +01:00 |
|
Charles Pigott
|
0c619b7c4b
|
Add: Fluidsynth music driver support (jmak)
|
2018-11-01 18:06:38 +01:00 |
|
glx
|
d418d30947
|
Fix: dmusic detection
|
2018-07-24 21:39:21 +02:00 |
|
Jonathan G Rennison
|
8fc1517515
|
Codechange: detect native Apple clang correctly in config.lib #6773
Fixes: 00c1603256
|
2018-07-22 15:15:54 +01:00 |
|
Charles Pigott
|
a3d1950b65
|
Codechange: Ensure that -lfreetype is always last when linking statically
Fixes weird bug with MinGW
|
2018-07-19 20:24:17 +02:00 |
|
glx
|
10d8b83038
|
Fix: library detection on MSYS2 file system
|
2018-06-17 21:56:46 +02:00 |
|
Michael Lutz
|
cd966f3810
|
Add: [Win32] Uniscribe configure options for MinGW targets.
|
2018-06-06 21:37:09 +02:00 |
|
Owen Rudge
|
7bd2fa3516
|
Feature: Add XAudio2 driver
|
2018-05-17 15:06:37 +01:00 |
|
Patric Stout
|
0165fe1283
|
Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) (#6762)
|
2018-04-29 19:01:28 +02:00 |
|
Patric Stout
|
aef69443e7
|
Remove: WinCE support
|
2018-04-29 15:32:16 +02:00 |
|
Patric Stout
|
85adde7485
|
Remove: PSP support
|
2018-04-29 15:32:16 +02:00 |
|
Jonathan G Rennison
|
b90c5b9618
|
Merge branch 'master' into cpp-11
# Conflicts:
# src/stdafx.h
|
2018-04-26 23:59:13 +01:00 |
|
Charles Pigott
|
00c1603256
|
Fix e614357 : Ask the compiler who it is, instead of using symlinks (#6727)
This fixes #6723
|
2018-04-15 23:07:17 +02:00 |
|
Patric Stout
|
aaf7e98c77
|
Fix 6ac0790 : don't show the location to / failure of 'realpath' every time (#6719)
|
2018-04-14 22:05:39 +02:00 |
|
Patric Stout
|
ae5628e903
|
Change: [Build] prioritize cc-build over build (based on patch by woutershep2) (#6716)
This closes #6414
|
2018-04-14 20:12:05 +02:00 |
|
Patric Stout
|
f06061aa3b
|
Change: [Build] use flags set by env at the end, not at the start (based on patch by adf88) (#6715)
This closes #6433
|
2018-04-14 20:11:49 +02:00 |
|
Victor Sergienko
|
6ac079020b
|
Fix e614357 : MingW/MacOS/MacPorts don't have realpath, use reallink in those cases (#6710)
|
2018-04-12 23:46:09 +02:00 |
|
Charles Pigott
|
e47f646cb3
|
Fix e61435774b : Some systems don't have realpath (#6705)
|
2018-04-11 22:50:23 +02:00 |
|
Charles Pigott
|
e61435774b
|
Fix: Resolve symlinks when working out which compiler is being used
|
2018-04-11 18:24:19 +02:00 |
|
Charles Pigott
|
4b1a42c703
|
Codechange: Remove outdated assumption about FreeBSD's C compiler
|
2018-04-11 18:24:19 +02:00 |
|
Jonathan G Rennison
|
509e20406f
|
Merge branch 'master' into cpp-11
|
2017-09-04 01:22:19 +01:00 |
|
adf88
|
b3d37c0032
|
(svn r27902) -Feature [FS#6614]: Preserve PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR environment variables in config.cache file (just like other variabes CFLAGS, LDFLAGS etc.) so they can be resused when OpenTTD re-configures itself
|
2017-08-27 16:07:24 +00:00 |
|
adf88
|
2aa806842f
|
(svn r27902) -Feature [FS#6614]: Preserve PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR environment variables in config.cache file (just like other variabes CFLAGS, LDFLAGS etc.) so they can be resused when OpenTTD re-configures itself
|
2017-08-27 16:07:24 +00:00 |
|
Jonathan G Rennison
|
f3a0aace0c
|
Merge branch 'master' into cpp-11
# Conflicts:
# src/stdafx.h
|
2017-08-15 18:44:17 +01:00 |
|
michi_cc
|
3e7bdb0c73
|
(svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on newer OSX versions (dunn).
|
2017-01-08 17:00:18 +00:00 |
|
michi_cc
|
8ad28478a3
|
(svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on newer OSX versions (dunn).
|
2017-01-08 17:00:18 +00:00 |
|
frosch
|
d8a316d7c5
|
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
|
2016-12-25 13:26:15 +00:00 |
|
frosch
|
4342798ff5
|
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
|
2016-12-25 13:26:15 +00:00 |
|
frosch
|
ab3d5305a5
|
(svn r27703) -Change [FS#6532]: [gcc] Wnarrowing and Wfree-nonheap-object do no longer trigger in gcc 4.9.2, so reenable them.
|
2016-12-22 12:59:46 +00:00 |
|
frosch
|
41e5e7626e
|
(svn r27703) -Change [FS#6532]: [gcc] Wnarrowing and Wfree-nonheap-object do no longer trigger in gcc 4.9.2, so reenable them.
|
2016-12-22 12:59:46 +00:00 |
|
Jonathan G Rennison
|
06f9c01986
|
Fix CPU pointer width detection in configure script.
|
2016-09-27 01:05:42 +01:00 |
|
Jonathan G Rennison
|
8a2f9311a9
|
Include -01 in CFLAGS_BUILD when using clang.
|
2016-09-08 19:31:40 +01:00 |
|
Jonathan G Rennison
|
2fe7571034
|
Require C++11 support.
Set minimum compiler versions to:
GCC 4.7
clang 3.3
ICC 14.0
|
2016-09-05 22:45:57 +01:00 |
|
frosch
|
533cb7c156
|
(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)
|
2016-09-05 19:11:01 +00:00 |
|
frosch
|
ac6793dace
|
(svn r27654) -Change: Enable C++11 for clang 3.3 (LordAro)
|
2016-09-05 19:11:01 +00:00 |
|
frosch
|
a2a69c1480
|
(svn r27623) -Fix (r27616) [FS#6492]: Missed two version checks, and messed one up.
|
2016-07-24 09:13:51 +00:00 |
|
frosch
|
b2fb19cc19
|
(svn r27623) -Fix (r27616) [FS#6492]: Missed two version checks, and messed one up.
|
2016-07-24 09:13:51 +00:00 |
|
frosch
|
f7a7f141d3
|
(svn r27616) -Codechange [FS#6487]: [Build] Change the GCC version detection so that it works with two-digit and truncated versions.
|
2016-07-17 11:10:21 +00:00 |
|
frosch
|
1f4489c266
|
(svn r27616) -Codechange [FS#6487]: [Build] Change the GCC version detection so that it works with two-digit and truncated versions.
|
2016-07-17 11:10:21 +00:00 |
|
rubidium
|
fe0d3761f7
|
(svn r27606) -Change/fix: GCC6 defaults to C++14, but our configure limits it to C++0x just because we want to use features from C++0x (which are also in C++14), so use the C++ standard that's the GCC6 default
|
2016-06-27 17:54:05 +00:00 |
|
rubidium
|
e956422f48
|
(svn r27606) -Change/fix: GCC6 defaults to C++14, but our configure limits it to C++0x just because we want to use features from C++0x (which are also in C++14), so use the C++ standard that's the GCC6 default
|
2016-06-27 17:54:05 +00:00 |
|
smatz
|
5ac736ec00
|
(svn r27595) -Fix: prevent GCC 6 over-optimization
|
2016-05-31 19:33:33 +00:00 |
|
smatz
|
4bd149d05a
|
(svn r27595) -Fix: prevent GCC 6 over-optimization
|
2016-05-31 19:33:33 +00:00 |
|
rubidium
|
b892103747
|
(svn r27557) -Fix: bashism that caused different CFLAGS with bash vs dash
|
2016-05-11 18:38:44 +00:00 |
|
rubidium
|
9ea3e42768
|
(svn r27557) -Fix: bashism that caused different CFLAGS with bash vs dash
|
2016-05-11 18:38:44 +00:00 |
|
planetmaker
|
96aa437f85
|
(svn r27472) -Change [FS#6401] (r20219): On Haiku use the appropriate system variable to obtain the include dir (aarroyoc)
|
2015-12-15 20:43:39 +00:00 |
|