godot/platform/iphone
Pedro J. Estébanez 8e128726f0 Modernize atomics
- Based on C++11's `atomic`
- Reworked `SafeRefCount` (based on the rewrite by @hpvb)
- Replaced free atomic functions by the new `SafeNumeric<T>`
- Replaced wrong cases of `volatile bool` by the new `SafeFlag`
- Platform-specific implementations no longer needed

Co-authored-by: Hein-Pieter van Braam-Stewart <hp@tmm.cx>
2021-02-18 17:12:46 +01:00
..
export Modernize atomics 2021-02-18 17:12:46 +01:00
plugin [iOS] Additional 'linker_flags' plugin parameter 2021-02-03 18:27:26 +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 Merge pull request #45252 from naithar/feature/plugins-migration 2021-01-26 14:53:06 +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 [iOS] Remove remote notifications code 2021-02-03 15:00:43 +03:00
godot_app_delegate.m [iOS] Remove remote notifications code 2021-02-03 15:00:43 +03:00
godot_iphone.mm Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
godot_view.h iOS: Use storyboard as loading screen 2021-02-03 19:53:52 +03:00
godot_view.mm iOS: Use storyboard as loading screen 2021-02-03 19:53:52 +03: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
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 [iOS] Initialize plugins earlier 2021-02-01 15:27:10 +03: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 iOS: Use storyboard as loading screen 2021-02-03 19:53:52 +03: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