godot/core/templates
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
bin_sorted_array.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
command_queue_mt.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
command_queue_mt.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
cowdata.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
hash_map.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
hashfuncs.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
list.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
local_vector.h Add list initialization support for Vector & LocalVector 2022-01-05 20:42:09 +08:00
lru.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
map.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
oa_hash_map.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
ordered_hash_map.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
paged_allocator.h Add a UniformSet cache 2022-03-06 13:03:33 +01:00
paged_array.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
pair.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
pass_func.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
pooled_list.h BVH - Sync BVH with 3.x 2022-02-04 16:51:21 +00:00
rid.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rid_owner.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rid_owner.h Remove RID_Owner.get_rid_by_index 2022-02-05 11:59:34 +01:00
ring_buffer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
safe_list.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
safe_refcount.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub
search_array.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
self_list.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
set.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
simple_type.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
sort_array.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_work_pool.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_work_pool.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
vector.h Const Ref Callable for custom sort/search 2022-03-27 22:10:36 -04:00
vmap.h Make VMap::find_nearest return -1 when empty 2022-02-16 16:12:30 +08:00
vset.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00