godot/core/templates
Matias N. Goldberg 7b2f1e1d09 Fix union order to simplify empty initializers
This is a followup to PR #101344 (commit
0e06eb80bc).

Some of them were not an issue because Godot was initializing all
members, but they were "fixed" just in case since it could become a
problem in the future.

Valgrind was specifically complaining about HashMapData &
GlobalPipelineData.
2025-01-14 19:05:01 -03:00
..
a_hash_map.cpp Implement array based hash map 2024-10-24 21:34:12 +03:00
a_hash_map.h Fix union order to simplify empty initializers 2025-01-14 19:05:01 -03:00
bin_sorted_array.h
command_queue_mt.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
command_queue_mt.h Refactor CommandQueueMT to use vararg templates 2025-01-02 15:35:08 +01:00
cowdata.h Destruct CowData more graciously by avoiding accidentally exposing a half-destructed buffer. This can avoid problems if any of the destructed objects tries to access the data while it's being destructed. 2024-12-21 20:01:03 +01:00
hash_map.cpp Add a sort method to Dictionary and HashMap 2024-10-02 14:26:33 -07:00
hash_map.h Merge pull request #100564 from YYF233333/iwyu 2024-12-19 19:59:55 -06:00
hash_set.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
hashfuncs.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
list.h Merge pull request #100563 from Ivorforce/move-semantics-list 2024-12-19 19:59:54 -06:00
local_vector.h Revert regression (GH-31736) of memory unsafe append_array (append vector to itself). Add comments to prevent future regressions. 2025-01-10 15:30:36 +01:00
lru.h Merge pull request #98652 from stuartcarnie/2d_texture_state_fixes 2024-10-29 19:25:54 -05:00
oa_hash_map.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
paged_allocator.h
paged_array.h
pair.h
pass_func.h Style: Enforce AllowShortFunctionsOnASingleLine 2025-01-02 10:09:41 -06:00
pooled_list.h
rb_map.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
rb_set.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
rid_owner.cpp
rid_owner.h Fix various typos 2025-01-08 14:47:42 +02:00
rid.h
ring_buffer.h
safe_list.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
safe_refcount.h
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
search_array.h
self_list.h
simple_type.h
sort_array.h
tuple.h Refactor CommandQueueMT to use vararg templates 2025-01-02 15:35:08 +01:00
vector.h Revert regression (GH-31736) of memory unsafe append_array (append vector to itself). Add comments to prevent future regressions. 2025-01-10 15:30:36 +01:00
vmap.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
vset.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00