godot/platform/osx
Rémi Verschelde a4801674c5 SCons: Bump required C++ standard to C++17
As per #36436, we now need C++17's guaranteed copy elision feature to
solve ambiguities in Variant.

Core developers discussed the idea to move from C++14 to C++17 as our
minimum required C++ standard, and all agreed. Note that this doesn't
mean that Godot is going to be written in "modern C++", but we'll use
modern features where they make sense to simplify our "C with classes"
codebase. Apart from new code written recently, most of the codebase
still has to be ported to use newer features where relevant.

Proper support for C++17 means that we need recent compiler versions:

 - GCC 7+
 - Clang 6+
 - VS 2017 15.7+

Additionally, C++17's `std::shared_mutex` (conditionally used by
`vk_mem_alloc.h` when C++17 support is enabled) is only available in
macOS 10.12+, so we increase our minimum supported version.
2020-02-22 20:00:21 +01:00
..
export PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
context_gl_osx.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
context_gl_osx.mm Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
crash_handler_osx.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
crash_handler_osx.mm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py SCons: Bump required C++ standard to C++17 2020-02-22 20:00:21 +01:00
dir_access_osx.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dir_access_osx.mm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_main_osx.mm Add static Vulkan loader. 2020-02-11 11:57:11 +01:00
joypad_osx.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joypad_osx.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
os_osx.h Remove incomplete battery status/power API 2020-02-14 13:43:32 +01:00
os_osx.mm PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
platform_osx_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
SCsub Remove incomplete battery status/power API 2020-02-14 13:43:32 +01:00
semaphore_osx.cpp Added a spinlock template as well as a thread work pool class. 2020-02-11 11:53:29 +01:00
semaphore_osx.h Added a spinlock template as well as a thread work pool class. 2020-02-11 11:53:29 +01:00
vulkan_context_osx.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
vulkan_context_osx.mm Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00