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 ARKit for Godot 3.2 2019-06-30 18:54:48 +10:00
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 SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
etc SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
freetype SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
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 Cleanup unused header 2019-01-28 06:29:39 +01:00
jpg Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
mbedtls CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
mobile_vr doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
mono Mono: Fix editor API assembly not being updated 2019-07-22 00:16:24 +02:00
ogg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
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 SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
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 doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Fix uses of [].append instead of env.add_source_files() 2019-07-22 15:08:32 +02:00