godot/core/io
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
..
compression.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
compression.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
config_file.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
config_file.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
dtls_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
dtls_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_compressed.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_compressed.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_encrypted.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_encrypted.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_memory.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_memory.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_network.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
file_access_network.h Modernize Thread 2021-01-29 12:02:13 +01:00
file_access_pack.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_pack.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_zip.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_zip.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
http_client.cpp Unify URI encoding/decoding and add to C# 2021-01-28 07:45:01 -05:00
http_client.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
image.cpp Add ability to change Icon Saturation 2021-02-12 12:16:37 -03:00
image.h Add ability to change Icon Saturation 2021-02-12 12:16:37 -03:00
image_loader.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
image_loader.h Improve resource load cache 2021-02-11 15:44:28 -03:00
ip.cpp Modernize atomics 2021-02-18 17:12:46 +01:00
ip.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
ip_address.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
ip_address.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
json.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
json.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
logger.cpp Fixes crash when exiting with --verbose with leaked resources 2021-02-09 17:34:49 +01:00
logger.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
marshalls.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
marshalls.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
multiplayer_api.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
multiplayer_api.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
net_socket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
net_socket.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
networked_multiplayer_peer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
networked_multiplayer_peer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packed_data_container.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packed_data_container.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer_dtls.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer_dtls.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer_udp.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer_udp.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pck_packer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pck_packer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
resource.h Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_format_binary.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_format_binary.h Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_importer.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_importer.h Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_loader.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_loader.h Improve resource load cache 2021-02-11 15:44:28 -03:00
resource_saver.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_saver.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
stream_peer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
stream_peer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
stream_peer_ssl.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
stream_peer_ssl.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
stream_peer_tcp.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
stream_peer_tcp.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
tcp_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
tcp_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
translation_loader_po.cpp Improve resource load cache 2021-02-11 15:44:28 -03:00
translation_loader_po.h Improve resource load cache 2021-02-11 15:44:28 -03:00
udp_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
udp_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xml_parser.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
xml_parser.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
zip_io.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
zip_io.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00