godot/core/io
Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Part of #33027, also discussed in #29848.

Enforcing the use of brackets even on single line statements would be
preferred, but `clang-format` doesn't have this functionality yet.
2020-05-10 13:12:16 +02:00
..
compression.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
compression.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
config_file.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
config_file.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
dtls_server.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
dtls_server.h Reworked signal connection system, added support for Callable and Signal objects and made them default. 2020-02-20 08:24:50 +01:00
file_access_buffered.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
file_access_buffered.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
file_access_buffered_fa.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
file_access_compressed.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access_compressed.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_encrypted.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access_encrypted.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_memory.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access_memory.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_network.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access_network.h Drop old semaphore implementation 2020-03-03 13:20:42 +01:00
file_access_pack.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
file_access_pack.h Revert "Made possible to specify where to dump the contents when loading a ".pck" file" 2020-04-20 10:57:05 +02:00
file_access_zip.cpp Revert "Made possible to specify where to dump the contents when loading a ".pck" file" 2020-04-20 10:57:05 +02:00
file_access_zip.h Revert "Made possible to specify where to dump the contents when loading a ".pck" file" 2020-04-20 10:57:05 +02:00
http_client.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
http_client.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
image_loader.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
image_loader.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
ip.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
ip.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ip_address.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ip_address.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
json.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
json.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logger.cpp Remove some C++11 polyfill defines that are no longer needed 2020-05-03 00:42:04 +02:00
logger.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
marshalls.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
marshalls.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
multiplayer_api.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
multiplayer_api.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
net_socket.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
net_socket.h Add peek option to NetSocket recv_from. 2020-02-16 01:11:30 +01:00
networked_multiplayer_peer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
networked_multiplayer_peer.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
packet_peer.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
packet_peer.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
packet_peer_dtls.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
packet_peer_dtls.h Reworked signal connection system, added support for Callable and Signal objects and made them default. 2020-02-20 08:24:50 +01:00
packet_peer_udp.cpp UDPServer and PacketPeerUDP connect_to_host. 2020-02-16 01:11:30 +01:00
packet_peer_udp.h UDPServer and PacketPeerUDP connect_to_host. 2020-02-16 01:11:30 +01:00
pck_packer.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
pck_packer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_format_binary.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
resource_format_binary.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_importer.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_importer.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_loader.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_loader.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
resource_saver.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
resource_saver.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
stream_peer.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
stream_peer.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
stream_peer_ssl.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
stream_peer_ssl.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stream_peer_tcp.cpp Add TCP poll function (not exposed). 2020-03-08 12:16:09 +01:00
stream_peer_tcp.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
tcp_server.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tcp_server.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
translation_loader_po.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
translation_loader_po.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
udp_server.cpp Reworked signal connection system, added support for Callable and Signal objects and made them default. 2020-02-20 08:24:50 +01:00
udp_server.h Reworked signal connection system, added support for Callable and Signal objects and made them default. 2020-02-20 08:24:50 +01:00
xml_parser.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
xml_parser.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
zip_io.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
zip_io.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00