godot/scene/main
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
..
canvas_item.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
canvas_item.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
canvas_layer.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
canvas_layer.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
http_request.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
http_request.h Modernize atomics 2021-02-18 17:12:46 +01:00
instance_placeholder.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
instance_placeholder.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
node.cpp Merge pull request #34892 from KoBeWi/copy-pasta_v7 2021-02-12 23:16:31 +01:00
node.h Merge pull request #34892 from KoBeWi/copy-pasta_v7 2021-02-12 23:16:31 +01:00
resource_preloader.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
scene_tree.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
shader_globals_override.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
timer.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
timer.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
viewport.cpp [CTL] Add missing font outline drawing routines and theme constants. 2021-02-14 14:11:44 +02:00
viewport.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
window.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
window.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00