.. |
SCsub
|
9f9ee0c813
SCons: Add unobtrusive type hints in SCons files
|
10 mēneši atpakaļ |
a_hash_map.cpp
|
76208f7155
Implement array based hash map
|
9 mēneši atpakaļ |
a_hash_map.h
|
3207066e19
Add `Memory::alloc_static_zeroed` to allocate memory that's filled with zeroes.
|
2 mēneši atpakaļ |
bin_sorted_array.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
4 mēneši atpakaļ |
bit_field.h
|
0d267e7b1e
Core: Add dedicated `BitField` template
|
3 mēneši atpakaļ |
command_queue_mt.cpp
|
be86ce3103
Apply iwyu suggestion in core.
|
7 mēneši atpakaļ |
command_queue_mt.h
|
c9352f06f7
Fix uninitialised member vars in CommandQueueMT and RasterizerSceneGLES3
|
4 mēneši atpakaļ |
cowdata.h
|
f6f1df7d73
Add 64-bit versions of core power of 2 functions
|
1 mēnesi atpakaļ |
fixed_vector.h
|
21e2bac382
Add missing headers in FixedVector and Span
|
2 mēneši atpakaļ |
hash_map.h
|
6b2674fe18
Reuse and optimize sorting logic for List, SelfList, and HashMap
|
1 mēnesi atpakaļ |
hash_set.h
|
296aba7dc5
Fix CSV translation not updating after reimport
|
1 mēnesi atpakaļ |
hashfuncs.h
|
d2f9d31270
Make more types (`Callable`, `Signal`) conversion to `String` explicit.
|
1 mēnesi atpakaļ |
interpolated_property.cpp
|
ae04a3a5dd
Physics Interpolation - Move 3D FTI to `SceneTree`
|
3 mēneši atpakaļ |
interpolated_property.h
|
ae04a3a5dd
Physics Interpolation - Move 3D FTI to `SceneTree`
|
3 mēneši atpakaļ |
list.h
|
6b2674fe18
Reuse and optimize sorting logic for List, SelfList, and HashMap
|
1 mēnesi atpakaļ |
local_vector.h
|
697e0bb077
Use `reserve` in `LocalVector::resize`, to restore expected growth behavior.
|
1 mēnesi atpakaļ |
lru.h
|
207a2b6472
Core: Integrate warning suppression macro helpers
|
3 mēneši atpakaļ |
paged_allocator.h
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
4 mēneši atpakaļ |
paged_array.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
4 mēneši atpakaļ |
pair.h
|
5538850d87
Core: Convert `Pair`/`KeyValue` to `constexpr`
|
2 mēneši atpakaļ |
pass_func.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
4 mēneši atpakaļ |
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.
|
2 mēneši atpakaļ |
rb_map.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
4 mēneši atpakaļ |
rb_set.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
4 mēneši atpakaļ |
rid.h
|
4320800621
Core: Expand `is_zero_constructible` coverage
|
4 mēneši atpakaļ |
rid_owner.cpp
|
d95794ec8a
One Copyright Update to rule them all
|
2 gadi atpakaļ |
rid_owner.h
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
2 mēneši atpakaļ |
ring_buffer.h
|
2a02cabe4d
Use LocalVector for RingBuffer
|
2 mēneši atpakaļ |
safe_list.h
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
4 mēneši atpakaļ |
safe_refcount.h
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
4 mēneši atpakaļ |
self_list.h
|
6b2674fe18
Reuse and optimize sorting logic for List, SelfList, and HashMap
|
1 mēnesi atpakaļ |
simple_type.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
4 mēneši atpakaļ |
sort_array.h
|
25115609ff
Fix issue with array comparison reference
|
2 nedēļas atpakaļ |
sort_list.h
|
6b2674fe18
Reuse and optimize sorting logic for List, SelfList, and HashMap
|
1 mēnesi atpakaļ |
span.h
|
2b36c79f7b
Use `Span<uint8_t>` in `RenderingDevice` allocation APIs to avoid intermediary arrays on calls.
|
1 mēnesi atpakaļ |
tuple.h
|
a11a64fbf4
Comments spelling fixes
|
1 mēnesi atpakaļ |
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.
|
2 mēneši atpakaļ |
vset.h
|
3bf400ffae
Move bisect to Span and deduplicate code.
|
2 mēneši atpakaļ |