Commit Graph

18 Commits

Author SHA1 Message Date
ae964ebd0a refactor(*): refactor files that depend on iterator and range with minimal #include 2024-12-18 16:58:43 +08:00
80238de712 refactor(containers): disable container element types with cv-qualifiers 2024-12-18 11:31:44 +08:00
6a37e91639 refactor(*): replace the old with the new iterator and range library 2024-12-17 21:49:37 +08:00
312cfe4097 refactor(*): make type alias identifiers conform to the style for general type identifiers 2024-12-16 19:34:47 +08:00
7525c9a5dd refactor(*): move container and iterator tools to miscellaneous 2024-12-05 16:38:49 +08:00
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
1cfa252779 fix(containers): remove qualifiers for Iterator::ElementType 2024-10-30 23:14:52 +08:00
66dc21310f fix(containers): fix circular include references 2024-10-26 16:34:16 +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
1daf90adee fix(containers): fix operator<=> of TArray and TStaticArray to compare lexicographically 2023-03-13 21:53:47 +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
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
e9f780622f feat(containers): add TStaticArray and operations support 2023-02-24 19:09:22 +08:00