godot/platform/android
Pedro J. Estébanez 4ddcdc031b Modernize Mutex
- Based on C++11's `mutex`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed
- Simpler for `NO_THREADS`
- `BinaryMutex` added for special cases as the non-recursive version
- `MutexLock` now takes a reference. At this point the cases of null `Mutex`es are rare. If you ever need that, just don't use `MutexLock`.
- `ScopedMutexLock` is dropped and replaced by `MutexLock`, because they were pretty much the same.
2021-02-18 11:58:08 +01:00
..
api Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
export Modernize Mutex 2021-02-18 11:58:08 +01:00
java Add missing ndkVersion to the library gradle build config. 2021-02-18 10:37:59 +01:00
plugin Expose GodotPlugin's utility methods used for registration and signal emitting. 2021-02-15 15:57:36 -08:00
android_keys_utils.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
android_keys_utils.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_driver_jandroid.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
audio_driver_jandroid.h Modernize Mutex 2021-02-18 11:58:08 +01:00
audio_driver_opensl.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
audio_driver_opensl.h Modernize Mutex 2021-02-18 11:58:08 +01:00
detect.py Android: Bump NDK version to 21.4.7075529 2021-02-18 00:36:46 +01:00
dir_access_jandroid.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dir_access_jandroid.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_access_android.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_access_android.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_class_wrapper.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_godot_io_wrapper.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_godot_io_wrapper.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_godot_lib_jni.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_godot_lib_jni.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_godot_wrapper.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
java_godot_wrapper.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
jni_utils.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
jni_utils.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +02:00
net_socket_android.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
net_socket_android.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
os_android.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
os_android.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_android.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_android.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +01:00
string_android.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
thread_jandroid.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
thread_jandroid.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00