0ad/source
wraitii 7e91806be3 Use C++17 to compile 0 A.D.
Supported compilers are Clang 5, GCC 7, Visual Studio 17, Xcode 9.3

Update Atlas alongside since the replacement APIs are c++17 only.
De-activate the StyledTextCtrl module of WxWidgets on mac, since that is
a wrapper around the Scintilla Text editor and doesn't compile with
C++17 (as it uses auto_ptr). We don't use the editor, so this is also a
win on the compilation time front.

Closes #5862

Differential Revision: https://code.wildfiregames.com/D3166
This was SVN commit r24308.
2020-12-01 14:17:12 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Remove binary_function usage. 2020-11-30 15:45:05 +00:00
gui Fix Lobby/MP Gamesetup chat lag with many messages. 2020-12-01 09:42:05 +00:00
i18n Follow up of D3126. Refactor L10.cpp following wraitii's advice. 2020-11-26 22:29:36 +00:00
lib Drop support for compiling with Visual Studio 2015 2020-11-28 16:54:48 +00:00
lobby [SM68 2/2] Update to Spidermonkey 68 APIs 2020-11-30 09:03:20 +00:00
maths Update (and debundle) fmt dependancy 2020-11-26 21:01:32 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Fix MP OOS when rejoining on turn 0 2020-11-27 15:41:24 +00:00
pch Precompiled logic update [Windows build] 2019-12-31 13:58:48 +00:00
ps Remove binary_function usage. 2020-11-30 15:45:05 +00:00
renderer Fix graphics issue with old AMD cards. 2020-11-29 16:26:28 +00:00
rlinterface Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
scriptinterface [SM68 2/2] Update to Spidermonkey 68 APIs 2020-11-30 09:03:20 +00:00
simulation2 Update random_shuffle usage for C++17 2020-11-30 15:52:16 +00:00
soundmanager Update random_shuffle usage for C++17 2020-11-30 15:52:16 +00:00
third_party Fix most of the new vs2017 induced warnings. 2020-11-26 22:28:50 +00:00
tools Use C++17 to compile 0 A.D. 2020-12-01 14:17:12 +00:00
main.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
test_setup.cpp Fix building without precompiled headers. 2020-11-18 11:35:36 +00:00