godot/core/templates
Pedro J. Estébanez 824287eefb CommandQueueMT: Make re-entrant again + Fix multiple flushers case 2025-12-09 16:09:08 +07:00
..
SCsub
a_hash_map.cpp
a_hash_map.h Remove `hash_map.h` include from `a_hash_map.h`, and remove cross conversion operators. 2025-10-06 17:20:31 +07:00
bin_sorted_array.h
bit_field.h
command_queue_mt.h CommandQueueMT: Make re-entrant again + Fix multiple flushers case 2025-12-09 16:09:08 +07:00
cowdata.h Fix memory alignment on 32-bit Windows. 2025-11-25 13:01:43 +07:00
fixed_vector.h Fix false positive warning with `FixedVector` array bounds in gcc. 2025-10-17 13:11:33 +07:00
hash_map.h Merge pull request #108932 from Nazarwadim/hash_map_final_optimization 2025-11-17 10:56:27 +07:00
hash_set.h Merge pull request #108698 from Brogolem35/hashset_clear_optimize 2025-09-30 18:35:01 +07:00
hashfuncs.cpp Clean up `hashfuncs.h`: Move long functions to `hashfuncs.cpp` and replace `static` with `inline`. Remove `hash_make_uint64_t` and `hash_make_uint32_t`. 2025-10-07 13:50:18 +07:00
hashfuncs.h Clean up `hashfuncs.h`: Move long functions to `hashfuncs.cpp` and replace `static` with `inline`. Remove `hash_make_uint64_t` and `hash_make_uint32_t`. 2025-10-07 13:50:18 +07:00
interpolated_property.cpp
interpolated_property.h
iterable.h Add missing includes 2025-10-26 18:25:17 +07:00
list.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
local_vector.h Add `reserve_exact` to `CowData` and `Vector`. 2025-10-01 11:57:40 +07:00
lru.h
paged_allocator.h
paged_array.h
pair.h
pass_func.h
pooled_list.h
rb_map.h
rb_set.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
rid.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
rid_owner.h Merge pull request #108516 from KoBeWi/file_graveyard 2025-11-14 14:23:06 +07:00
ring_buffer.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
safe_list.h
safe_refcount.h
self_list.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
simple_type.h
sort_array.h
sort_list.h
span.h Clean up String::find to remove duplicate code, and speed up comparison with `memcmp` where possible. 2025-11-19 22:39:05 +07:00
tuple.h
vector.h Make Vector bsearch method const. 2025-11-25 19:05:30 +07:00
vset.h