godot/platform/android/export
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.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
export.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gradle_export_util.h Add verbose logging to help with troubleshooting the Android build/export process. 2021-02-17 13:18:41 -08:00