godot/modules
Rémi Verschelde 5dae2ea777 SCons: Enable C++11 on the whole codebase
**Important:** This does not mean *yet* that C++11 features should be used
in contributions to Godot's codebase.

For now this change is done solely for feature branches working on Vulkan
support and GDScript typed instruction sets for Godot 4.0, which will both
use C++11 features and are based on the master branch.

The plan is to start porting the codebase to C++11 after Godot 3.2 is
released, following upcoming guidelines on the subset of new features that
should be used, and when/how to use them.

We will advertise clearly when C++11 contributions are open, especially
once we start a coordinated effort to port Godot's massive codebase. In the
meantime, please bear with us and good ol' C++03. :)
2019-07-22 17:17:30 +02:00
..
arkit
assimp SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
bmp Fix BMP loader to distinguish between compression types 2019-07-17 20:28:35 +03:00
bullet Fixes minor issues found by static analyzer 2019-07-07 23:08:51 +02:00
csg doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
cvtt Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
dds Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
enet
etc SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
freetype
gdnative Remove added pluginscript resource format loaders and savers on cleanup 2019-07-19 22:13:44 +03:00
gdscript doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
gridmap Merge pull request #30576 from qarmin/lgtm_coverage 2019-07-20 12:00:13 +02:00
hdr
jpg Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
mbedtls
mobile_vr
mono Mono: Fix editor API assembly not being updated 2019-07-22 00:16:24 +02:00
ogg
opensimplex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
opus Fixes minor issues found by static analyzer 2019-07-07 23:08:51 +02:00
pvr Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
recast Fix EditorNavigationMeshGenerator registered in Core API 2019-07-09 23:33:29 +02:00
regex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
squish Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
stb_vorbis Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
svg Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
tga Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
theora Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
tinyexr Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
upnp
vhacd SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
visual_script doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
vorbis Fixes minor issues found by static analyzer 2019-07-07 23:08:51 +02:00
webm SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
webp Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
webrtc
websocket Fix WebSocketClient consuming data during hanshake 2019-07-08 19:24:27 +02:00
xatlas_unwrap SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
register_module_types.h
SCsub SCons: Fix uses of [].append instead of env.add_source_files() 2019-07-22 15:08:32 +02:00