1
0
forked from 0ad/0ad
0ad/source/tools/atlas/AtlasUI/General
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
..
AtlasClipboard.cpp Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasClipboard.h Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasEventLoop.cpp Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasEventLoop.h Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasWindowCommand.cpp Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasWindowCommand.h Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
AtlasWindowCommandProc.cpp Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
AtlasWindowCommandProc.h Add GPL header to Atlas code 2009-06-20 16:13:29 +00:00
Datafile.cpp Let Atlas find data files when cwd is not binaries/system. Fixes #481. 2010-03-29 10:24:17 +00:00
Datafile.h Let Atlas find data files when cwd is not binaries/system. Fixes #481. 2010-03-29 10:24:17 +00:00
IAtlasSerialiser.h Avoid -Wnon-virtual-dtor warnings 2010-03-31 08:36:46 +00:00
Observable.cpp Use C++17 to compile 0 A.D. 2020-12-01 14:17:12 +00:00
Observable.h Use C++17 to compile 0 A.D. 2020-12-01 14:17:12 +00:00