pandemonium_engine/platform/iphone
Relintai 5ae44c4746 Ported: SCons: Disable C++ exception handling
Upon investigating the extremely slow MSVC build times in #80513, I noticed
that while Godot policy is to never use exceptions, we weren't enforcing it
with compiler flags, and thus still included exception handling code and
stack unwinding.

This is wasteful on multiple aspects:

- Binary size: Around 20% binary size reduction with exceptions disabled
  for both MSVC and GCC binaries.
- Compile time:
  * More than 50% build time reduction with MSVC.
  * 10% to 25% build time reduction with GCC + LTO.
- Performance: Possibly, needs to be benchmarked.

Since users may want to re-enable exceptions in their own thirdparty code
or the libraries they compile with Godot, this behavior can be toggled with
the `disable_exceptions` SCons option, which defaults to true.
- akien-mga
55550da68b
2023-08-27 13:04:04 +02:00
..
api
export Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
plugin
app_delegate.h
app_delegate.mm
detect.py Ported: SCons: Disable C++ exception handling 2023-08-27 13:04:04 +02:00
device_metrics.h
device_metrics.m iOS: Add new model identifiers for DPI metrics 2023-01-16 14:16:28 +01:00
display_layer.h
display_layer.mm
ios.h
ios.mm Backported most of the improvements to String from Godot4. 2022-08-15 22:54:03 +02:00
joypad_iphone.h
joypad_iphone.mm Ported: iOS: Implement missing gamepad.buttonOptions, buttonMenu, and buttonHome joy buttons. 2023-03-12 15:32:44 +01:00
keyboard_input_view.h
keyboard_input_view.mm
logo.png
main.m
native_video_view.h
native_video_view.m
os_iphone.h
os_iphone.mm
pandemonium_app_delegate.h
pandemonium_app_delegate.m Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
pandemonium_iphone.mm
pandemonium_view_renderer.h
pandemonium_view_renderer.mm
pandemonium_view.h Ported: iOS: Fix memory leak on touch input 2023-03-12 14:08:29 +01:00
pandemonium_view.mm increased max touches to 32 for ios 2023-03-12 19:13:26 +01:00
platform_config.h
power_iphone.cpp
power_iphone.h
SCsub Ported: iOS: Fix memory leak on touch input 2023-03-12 14:08:29 +01:00
view_controller.h
view_controller.mm