godot/core/io
Nathan Franke 49403cbfa0
Replace String comparisons with "", String() to is_empty()
Also:
- Adds two stress tests to test_string.h
- Changes to .empty() on std::strings
2021-12-09 04:48:38 -06:00
..
compression.cpp Fix decompression with FastLZ when buffer size is less than 16 bytes 2021-07-13 16:34:45 +08:00
compression.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
config_file.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
config_file.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
dir_access.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
dir_access.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
dtls_server.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
dtls_server.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
file_access.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
file_access.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_compressed.cpp Fix some LGTM errors of "Multiplication result converted to larger type" 2021-10-12 00:17:27 -05:00
file_access_compressed.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_encrypted.cpp FileAccess: Don't err in store_buffer with buffer of size 0 2021-06-07 18:34:00 +02:00
file_access_encrypted.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_memory.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_memory.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_network.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
file_access_network.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_pack.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
file_access_pack.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
file_access_zip.cpp Fix some LGTM errors of "Multiplication result converted to larger type" 2021-10-12 00:17:27 -05:00
file_access_zip.h Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
http_client.cpp Adds proxy support for HTTPClient 2021-11-24 14:36:42 +08:00
http_client.h Adds proxy support for HTTPClient 2021-11-24 14:36:42 +08:00
http_client_tcp.cpp Adds proxy support for HTTPClient 2021-11-24 14:36:42 +08:00
http_client_tcp.h Adds proxy support for HTTPClient 2021-11-24 14:36:42 +08:00
image.cpp Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() 2021-11-23 18:06:26 +01:00
image.h Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() 2021-11-23 18:06:26 +01:00
image_loader.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
image_loader.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
ip.cpp Use range iterators for Map 2021-09-30 15:09:12 -06:00
ip.h Support multiple address resolution in DNS requests 2021-06-01 11:24:34 +07:00
ip_address.cpp Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
ip_address.h Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
json.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
json.h Consolidate JSON, JSONParseResults and JSONParser into JSON 2021-06-19 08:01:40 +01:00
logger.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
logger.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
marshalls.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
marshalls.h clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 15:43:36 +02:00
net_socket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
net_socket.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
packed_data_container.cpp Fix crash when executing PackedDataContainer._iter_init 2021-11-21 20:14:59 +08:00
packed_data_container.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
packet_peer.cpp [Net] Enable PacketPeer native extensions. 2021-09-24 18:40:39 +02:00
packet_peer.h [Net] Enable PacketPeer native extensions. 2021-09-24 18:40:39 +02:00
packet_peer_dtls.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
packet_peer_dtls.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_peer_udp.cpp Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
packet_peer_udp.h Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
pck_packer.cpp Fix divide by zero in pck_packer 2021-11-17 18:07:29 +00:00
pck_packer.h Fix divide by zero in pck_packer 2021-11-17 18:07:29 +00:00
resource.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
resource.h Add is_built_in() method to Resource 2021-11-04 12:45:58 +01:00
resource_format_binary.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
resource_format_binary.h Use constant for reserved field count 2021-07-29 22:24:29 -07:00
resource_importer.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
resource_importer.h Add path to functions that return iporter options 2021-11-14 14:06:10 -03:00
resource_loader.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
resource_loader.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
resource_saver.cpp Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
resource_saver.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
resource_uid.cpp Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master 2021-10-05 21:02:27 +02:00
resource_uid.h Provide a getter for the project data directory. 2021-09-15 12:52:03 -07:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
stream_peer.cpp [Net] StreamPeer GDExtension. 2021-09-24 18:40:39 +02:00
stream_peer.h [Net] StreamPeer GDExtension. 2021-09-24 18:40:39 +02: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 Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
stream_peer_tcp.h Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
tcp_server.cpp Network port comparison is always false 2021-06-30 02:39:17 -07:00
tcp_server.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
translation_loader_po.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
translation_loader_po.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
udp_server.cpp Network port comparison is always false 2021-06-30 02:39:17 -07:00
udp_server.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
xml_parser.cpp Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
xml_parser.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
zip_io.cpp Fix some LGTM errors of "Multiplication result converted to larger type" 2021-10-12 00:17:27 -05:00
zip_io.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00