godot/modules/gdnative/nativescript
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
..
api_generator.cpp Improve GDNative api.json generator 2021-02-09 11:37:15 -03:00
api_generator.h Add GDNative JSON generator for the builtin API 2021-01-29 11:40:37 -03:00
godot_nativescript.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
nativescript.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
nativescript.h Modernize atomics 2021-02-18 17:12:46 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00