|
728b91c317
|
fix(containers): fix the final qualifier of container's iterators
|
2024-11-02 20:52:10 +08:00 |
|
|
243076cfec
|
refactor(containers): remove the container's final qualifier allows it to be inherited
|
2024-11-02 20:49:48 +08:00 |
|
|
ec2a240c23
|
refactor(*): remove TObserverPtr and use raw pointer instead
|
2024-11-01 19:51:44 +08:00 |
|
|
9785326b18
|
feat(memory): add ToAddress and refactor the code with it
|
2024-11-01 15:11:45 +08:00 |
|
|
1cfa252779
|
fix(containers): remove qualifiers for Iterator::ElementType
|
2024-10-30 23:14:52 +08:00 |
|
|
1f20b782bf
|
fix(containers): fix incorrect behavior when converting to TArrayView
|
2024-10-30 16:30:24 +08:00 |
|
|
66dc21310f
|
fix(containers): fix circular include references
|
2024-10-26 16:34:16 +08:00 |
|
|
a4ffd4153c
|
fix(containers): fix TArrayView to disable non-const elements constructed directly from const TArray
|
2024-10-01 17:19:00 +08:00 |
|
|
0430465d92
|
fix(containers): fix TArrayView default initialization is not zero initialization
|
2024-09-29 20:53:19 +08:00 |
|
|
f644372642
|
fix(containers): fix operator== and operator<=> of TArray etc
|
2023-04-01 19:31:28 +08:00 |
|
|
19dc46364a
|
refactor(*): use CAllocatableObject instead of CElementalObject
|
2023-03-22 22:25:12 +08:00 |
|
|
ff155e23de
|
feat(memory): add CMultipleAllocator for non-contiguous containers
|
2023-03-22 20:41:32 +08:00 |
|
|
9045f9b3b2
|
refactor(*): fix EBO issues and remove NAMESPACE_PRIVATE about containers
|
2023-03-04 19:19:27 +08:00 |
|
|
7a8a1648d1
|
feat(containers): add TArray::Reference and TArray::ConstReference etc
|
2023-03-01 23:07:29 +08:00 |
|
|
a15ff69809
|
refactor(memory): remove FDefaultAllocator and directly specify a specific
|
2023-02-27 23:29:34 +08:00 |
|
|
40d27eece6
|
refactor(containers): add the CElementalObject concept to constrain elements
|
2023-02-26 22:13:45 +08:00 |
|
|
c8650b4aa5
|
feat(containers): add TArrayView and use TObserverPtr instead of raw pointer
|
2023-02-26 21:55:36 +08:00 |
|