godot/core/object
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
..
callable_method_pointer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
callable_method_pointer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
class_db.cpp Modernize RWLock 2021-01-19 11:53:10 +01:00
class_db.h Modernize RWLock 2021-01-19 11:53:10 +01:00
message_queue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
message_queue.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
method_bind.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
method_bind.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
object.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
object.h Modernize atomics 2021-02-18 17:12:46 +01:00
object_id.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
reference.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
reference.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
script_language.cpp Don't save project settings when not necessary 2021-02-13 18:51:48 +01:00
script_language.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
undo_redo.cpp Improve UndoRedo class 2021-01-12 14:34:46 +01:00
undo_redo.h Improve UndoRedo class 2021-01-12 14:34:46 +01:00