..
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
Enforce template syntax typename
over class
2024-03-07 22:39:09 -06:00
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
Improve Template Class Conditionals (Code Style)
2024-08-25 18:10:51 +01:00
paged_array.h
Enforce template syntax typename
over class
2024-03-07 22:39:09 -06:00
pair.h
Enforce template syntax typename
over class
2024-03-07 22:39:09 -06:00
pass_func.h
Style: Enforce AllowShortFunctionsOnASingleLine
2025-01-02 10:09:41 -06:00
pooled_list.h
Enforce template syntax typename
over class
2024-03-07 22:39:09 -06:00
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.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
rid_owner.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
rid_owner.h
Fix various typos
2025-01-08 14:47:42 +02:00
ring_buffer.h
Fix GCC 14 -Wtemplate-id-cdtor warnings
2024-04-26 11:41:09 +02:00
safe_list.h
Core: Expand std::initializer_list
support
2024-12-18 18:46:59 -06:00
safe_refcount.h
Fix GCC 14 -Wtemplate-id-cdtor warnings
2024-04-26 11:41:09 +02:00
SCsub
SCons: Add unobtrusive type hints in SCons files
2024-09-25 09:34:35 -05:00
search_array.h
Enforce template syntax typename
over class
2024-03-07 22:39:09 -06:00
self_list.h
Enforce template syntax typename
over class
2024-03-07 22:39:09 -06:00
simple_type.h
Redefine GetSimpleTypeT<> in terms of <type_traits>
2024-04-24 11:43:13 +02:00
sort_array.h
Improve Template Class Conditionals (Code Style)
2024-08-25 18:10:51 +01:00
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