godot/core/templates
Rémi Verschelde cd7f172cf8 Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CAST
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
2022-10-04 10:22:24 +02:00
..
SCsub
bin_sorted_array.h
command_queue_mt.cpp
command_queue_mt.h
cowdata.h Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
hash_map.h
hash_set.h
hashfuncs.h Fix MSVC warning C4706: assignment within conditional expression 2022-09-28 16:05:07 +02:00
list.h
local_vector.h Use `constexpr` in the conditions with template parameters and `sizeof`s to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
lru.h
oa_hash_map.h
paged_allocator.h
paged_array.h Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used 2022-09-28 17:05:34 +02:00
pair.h
pass_func.h
pooled_list.h Use `constexpr` in the conditions with template parameters and `sizeof`s to suppress C4127 warnings. 2022-09-29 10:38:21 +03:00
rb_map.h
rb_set.h
rid.h
rid_owner.cpp
rid_owner.h Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build 2022-10-03 11:18:31 +02:00
ring_buffer.h
safe_list.h Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
safe_refcount.h Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
search_array.h
self_list.h
simple_type.h
sort_array.h
vector.h
vmap.h
vset.h