godot/platform/iphone
Pedro J. Estébanez 9a3a2b03b8 Drop old semaphore implementation
- Removed platform-specific implementations.
- Now all semaphores are in-object, unless they need to be conditionally created.
- Similarly to `Mutex`, provided a dummy implementation for when `NO_THREADS` is defined.
- Similarly to `Mutex`, methods are made `const` for easy use in such contexts.
- Language bindings updated: `wait()` and `post()` are now `void`.
- Language bindings updated: `try_wait()` added.

Bonus:
- Rewritten the `#ifdef` in `mutex.h` to meet the code style.
2020-03-03 13:20:42 +01:00
..
export PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
app_delegate.h Update detect.py 2020-02-21 21:42:34 -08:00
app_delegate.mm Update detect.py 2020-02-21 21:42:34 -08:00
detect.py Add use_static_mvk option 2020-02-21 22:00:34 -08:00
game_center.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
game_center.mm doc: Sync classref for Packed{Int,Float}{32,64}Array additions 2020-02-25 22:02:36 +01:00
gl_view.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gl_view.mm Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
godot_iphone.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
icloud.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
icloud.mm Resolve iOS and GLES compilation failures 2020-02-21 21:01:34 -08:00
in_app_store.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
in_app_store.mm doc: Sync classref for Packed{Int,Float}{32,64}Array additions 2020-02-25 22:02:36 +01:00
ios.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ios.mm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
main.m Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
os_iphone.cpp Drop old semaphore implementation 2020-03-03 13:20:42 +01:00
os_iphone.h Stub out Vulkan context for iPhone 2020-02-21 22:01:13 -08:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
platform_refcount.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Stub out Vulkan context for iPhone 2020-02-21 22:01:13 -08:00
view_controller.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
view_controller.mm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
vulkan_context_iphone.h Stub out Vulkan context for iPhone 2020-02-21 22:01:13 -08:00
vulkan_context_iphone.mm Stub out Vulkan context for iPhone 2020-02-21 22:01:13 -08:00