godot/core/templates
Rémi Verschelde e5857bd6c7 Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
2022-09-28 20:47:50 +02:00
..
bin_sorted_array.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
command_queue_mt.cpp
command_queue_mt.h
cowdata.h Merge pull request #63906 from Faless/fix/4.x_warnings 2022-08-04 15:16:00 +02:00
hash_map.h Optimize HashMap/HashSet using fastmod 2022-06-23 18:08:52 +02:00
hash_set.h Optimize HashMap/HashSet using fastmod 2022-06-23 18:08:52 +02:00
hashfuncs.h Fix MSVC warning C4706: assignment within conditional expression 2022-09-28 16:05:07 +02:00
list.h
local_vector.h [Core] Use std type traits to check operations triviality. 2022-08-04 14:05:17 +02:00
lru.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
oa_hash_map.h
paged_allocator.h Variant memory pools 2022-07-04 12:01:46 +01:00
paged_array.h Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used 2022-09-28 17:05:34 +02:00
pair.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
pass_func.h
pooled_list.h Style: Cleanup header guards for consistency 2022-09-26 13:51:17 +02:00
rb_map.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
rb_set.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
rid_owner.cpp
rid_owner.h Add a Framebuffer cache 2022-08-05 13:37:29 +02:00
rid.h
ring_buffer.h
safe_list.h
safe_refcount.h Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
SCsub
search_array.h
self_list.h
simple_type.h
sort_array.h
vector.h Arrays: Zero new items of trivial types on resize() (bindings only) 2022-08-04 13:35:37 +02:00
vmap.h
vset.h