godot/platform/iphone
Pedro J. Estébanez 99fe462452 Modernize Thread
- Based on C++11's `thread` and `thread_local`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed (except for the few cases of non-portable functions)
- Simpler for `NO_THREADS`
- Thread ids are now the same across platforms (main is 1; others follow)
2021-01-29 12:02:13 +01:00
..
export Modernize Thread 2021-01-29 12:02:13 +01:00
plugin [iOS] Added support for '.xcframework' in plugins 2021-01-17 14:13:09 +03:00
app_delegate.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
app_delegate.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
detect.py SCons: Add only selected platform's opts to env 2020-12-16 16:31:19 +01:00
device_metrics.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
device_metrics.m Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_layer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_layer.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server_iphone.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server_iphone.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_app_delegate.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_app_delegate.m Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_iphone.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view_gesture_recognizer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view_gesture_recognizer.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view_renderer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view_renderer.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
ios.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
ios.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
joypad_iphone.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
joypad_iphone.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
keyboard_input_view.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
keyboard_input_view.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
main.m Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
native_video_view.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
native_video_view.m Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
os_iphone.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
os_iphone.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Merge pull request #43556 from naithar/feature/pluggable_app_delegates 2020-11-16 17:02:16 +01:00
view_controller.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
view_controller.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
vulkan_context_iphone.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
vulkan_context_iphone.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00