Rémi Verschelde d59db26710 Revert "Core: Switch `RID_alloc::owns` to lock-free" 2 săptămâni în urmă
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 1 an în urmă
a_hash_map.cpp 76208f7155 Implement array based hash map 1 an în urmă
a_hash_map.h d6036462b1 Remove `hash_map.h` include from `a_hash_map.h`, and remove cross conversion operators. 3 luni în urmă
bin_sorted_array.h 324512e11c Style: Replace header guards with `#pragma once` 10 luni în urmă
bit_field.h 0d267e7b1e Core: Add dedicated `BitField` template 9 luni în urmă
command_queue_mt.h 824287eefb CommandQueueMT: Make re-entrant again + Fix multiple flushers case 1 lună în urmă
cowdata.h 51ff09dc1e Fix memory alignment on 32-bit Windows. 2 luni în urmă
fixed_vector.h 6733345f73 Fix false positive warning with `FixedVector` array bounds in gcc. 3 luni în urmă
hash_map.h 359ef8fc2b Merge pull request #108932 from Nazarwadim/hash_map_final_optimization 2 luni în urmă
hash_set.h 4d13966c08 Merge pull request #108698 from Brogolem35/hashset_clear_optimize 4 luni în urmă
hashfuncs.cpp f678729f89 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`. 3 luni în urmă
hashfuncs.h f678729f89 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`. 3 luni în urmă
interpolated_property.cpp ae04a3a5dd Physics Interpolation - Move 3D FTI to `SceneTree` 9 luni în urmă
interpolated_property.h ae04a3a5dd Physics Interpolation - Move 3D FTI to `SceneTree` 9 luni în urmă
iterable.h 796281f62f Add missing includes 3 luni în urmă
list.h e14263f917 Remove empty constructors and destructors from core/ 2 luni în urmă
local_vector.h 01d0878c83 Fix description for `resize_uninitialized` 2 săptămâni în urmă
lru.h 207a2b6472 Core: Integrate warning suppression macro helpers 10 luni în urmă
paged_allocator.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 10 luni în urmă
paged_array.h 324512e11c Style: Replace header guards with `#pragma once` 10 luni în urmă
pair.h 5538850d87 Core: Convert `Pair`/`KeyValue` to `constexpr` 8 luni în urmă
pass_func.h 324512e11c Style: Replace header guards with `#pragma once` 10 luni în urmă
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. 8 luni în urmă
rb_map.h 324512e11c Style: Replace header guards with `#pragma once` 10 luni în urmă
rb_set.h e14263f917 Remove empty constructors and destructors from core/ 2 luni în urmă
rid.h e14263f917 Remove empty constructors and destructors from core/ 2 luni în urmă
rid_owner.h d59db26710 Revert "Core: Switch `RID_alloc::owns` to lock-free" 2 săptămâni în urmă
ring_buffer.h e14263f917 Remove empty constructors and destructors from core/ 2 luni în urmă
safe_list.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 10 luni în urmă
safe_refcount.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 10 luni în urmă
self_list.h e14263f917 Remove empty constructors and destructors from core/ 2 luni în urmă
simple_type.h 324512e11c Style: Replace header guards with `#pragma once` 10 luni în urmă
sort_array.h 25115609ff Fix issue with array comparison reference 6 luni în urmă
sort_list.h 6b2674fe18 Reuse and optimize sorting logic for List, SelfList, and HashMap 8 luni în urmă
span.h 43a8009a56 Clean up String::find to remove duplicate code, and speed up comparison with `memcmp` where possible. 2 luni în urmă
tuple.h a11a64fbf4 Comments spelling fixes 7 luni în urmă
vector.h f084100f43 Merge pull request #114688 from HolonProduction/fix-resize-uninit-desc 2 săptămâni în urmă
vset.h 3bf400ffae Move bisect to Span and deduplicate code. 8 luni în urmă