Mike Precup 25115609ff Fix issue with array comparison reference há 2 semanas atrás
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files há 10 meses atrás
a_hash_map.cpp 76208f7155 Implement array based hash map há 9 meses atrás
a_hash_map.h 3207066e19 Add `Memory::alloc_static_zeroed` to allocate memory that's filled with zeroes. há 2 meses atrás
bin_sorted_array.h 324512e11c Style: Replace header guards with `#pragma once` há 4 meses atrás
bit_field.h 0d267e7b1e Core: Add dedicated `BitField` template há 3 meses atrás
command_queue_mt.cpp be86ce3103 Apply iwyu suggestion in core. há 7 meses atrás
command_queue_mt.h c9352f06f7 Fix uninitialised member vars in CommandQueueMT and RasterizerSceneGLES3 há 4 meses atrás
cowdata.h f6f1df7d73 Add 64-bit versions of core power of 2 functions há 1 mês atrás
fixed_vector.h 21e2bac382 Add missing headers in FixedVector and Span há 1 mês atrás
hash_map.h 6b2674fe18 Reuse and optimize sorting logic for List, SelfList, and HashMap há 1 mês atrás
hash_set.h 296aba7dc5 Fix CSV translation not updating after reimport há 1 mês atrás
hashfuncs.h d2f9d31270 Make more types (`Callable`, `Signal`) conversion to `String` explicit. há 1 mês atrás
interpolated_property.cpp ae04a3a5dd Physics Interpolation - Move 3D FTI to `SceneTree` há 3 meses atrás
interpolated_property.h ae04a3a5dd Physics Interpolation - Move 3D FTI to `SceneTree` há 3 meses atrás
list.h 6b2674fe18 Reuse and optimize sorting logic for List, SelfList, and HashMap há 1 mês atrás
local_vector.h 697e0bb077 Use `reserve` in `LocalVector::resize`, to restore expected growth behavior. há 1 mês atrás
lru.h 207a2b6472 Core: Integrate warning suppression macro helpers há 3 meses atrás
paged_allocator.h f09ee0171a Style: Begin integrating simple `.clangd` fixes há 4 meses atrás
paged_array.h 324512e11c Style: Replace header guards with `#pragma once` há 4 meses atrás
pair.h 5538850d87 Core: Convert `Pair`/`KeyValue` to `constexpr` há 2 meses atrás
pass_func.h 324512e11c Style: Replace header guards with `#pragma once` há 4 meses atrás
pooled_list.h 37415530d7 Un-support `force_trivial` parameter for `LocalVector`. Instead, users are reformatted to use `resize_uninitialized` to make it explicit that the resize does not initialize missing elements. há 2 meses atrás
rb_map.h 324512e11c Style: Replace header guards with `#pragma once` há 4 meses atrás
rb_set.h 324512e11c Style: Replace header guards with `#pragma once` há 4 meses atrás
rid.h 4320800621 Core: Expand `is_zero_constructible` coverage há 4 meses atrás
rid_owner.cpp d95794ec8a One Copyright Update to rule them all há 2 anos atrás
rid_owner.h 01fc9aee6c Core: Modernize C headers with C++ equivalents há 2 meses atrás
ring_buffer.h 2a02cabe4d Use LocalVector for RingBuffer há 2 meses atrás
safe_list.h f09ee0171a Style: Begin integrating simple `.clangd` fixes há 4 meses atrás
safe_refcount.h f09ee0171a Style: Begin integrating simple `.clangd` fixes há 4 meses atrás
self_list.h 6b2674fe18 Reuse and optimize sorting logic for List, SelfList, and HashMap há 1 mês atrás
simple_type.h 324512e11c Style: Replace header guards with `#pragma once` há 4 meses atrás
sort_array.h 25115609ff Fix issue with array comparison reference há 2 semanas atrás
sort_list.h 6b2674fe18 Reuse and optimize sorting logic for List, SelfList, and HashMap há 1 mês atrás
span.h 2b36c79f7b Use `Span<uint8_t>` in `RenderingDevice` allocation APIs to avoid intermediary arrays on calls. há 1 mês atrás
tuple.h a11a64fbf4 Comments spelling fixes há 1 mês atrás
vector.h 4cb8a0c77e Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call. há 2 meses atrás
vset.h 3bf400ffae Move bisect to Span and deduplicate code. há 2 meses atrás