Commit Graph

15 Commits

Author SHA1 Message Date
6a37e91639 refactor(*): replace the old with the new iterator and range library 2024-12-17 21:49:37 +08:00
50b1d2bb29 fix(*): fix missing constexpr in some if constexpr 2024-12-17 15:49:46 +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
e5cd9d90a1 feat(containers): public TDefaultBitsetAllocator to allow users to use it 2024-10-27 11:39:51 +08:00
ff155e23de feat(memory): add CMultipleAllocator for non-contiguous containers 2023-03-22 20:41:32 +08:00
3d951a80db fix(containers): fix assertion when TBitset cannot be represented by uint64 2023-03-17 19:26:57 +08:00
5b7a90cd0b fix(containers): fix operator&= operator|= and operator^= of TBitset 2023-03-17 19:09:48 +08:00
5021171324 fix(containers): remove operator<=> of TBitset because its order is not defined 2023-03-15 19:22:04 +08:00
dd8b698bb3 feat(containers): enable TBitset to support custom block type 2023-03-13 19:23:44 +08:00
432b6e0a6b feat(containers): add TBitset and the corresponding testing 2023-03-12 23:18:04 +08:00