mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
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. |
||
|---|---|---|
| .. | ||
| AtlasClipboard.cpp | ||
| AtlasClipboard.h | ||
| AtlasEventLoop.cpp | ||
| AtlasEventLoop.h | ||
| AtlasWindowCommand.cpp | ||
| AtlasWindowCommand.h | ||
| AtlasWindowCommandProc.cpp | ||
| AtlasWindowCommandProc.h | ||
| Datafile.cpp | ||
| Datafile.h | ||
| IAtlasSerialiser.h | ||
| Observable.cpp | ||
| Observable.h | ||