Commit Graph

16 Commits

Author SHA1 Message Date
7525c9a5dd refactor(*): move container and iterator tools to miscellaneous 2024-12-05 16:38:49 +08:00
edda2b83a1 feat(string): add TStringView to standard C string conversion 2024-11-19 12:04:17 +08:00
19a37ea072 feat(string): add CTStringView and CTString concepts 2024-11-19 11:46:50 +08:00
f6f696d5a7 refactor(string): refactor string conversion and turning off default parsing options such as auto detect base 2024-11-16 22:21:31 +08:00
1c0c93ee25 refactor(string): refactor string conversion but not fully tested 2024-11-13 22:41:44 +08:00
3859070d53 feat(string): add string trimming functions 2024-11-12 17:21:36 +08:00
fe60fc33e0 feat(string): add string and arithmetic conversion functions 2024-11-11 22:30:15 +08:00
09bbcecc28 feat(string): add functions to categorize strings 2024-11-10 19:24:40 +08:00
211a30525e feat(string): add string parsing and formatting functions 2024-11-08 20:38:19 +08:00
3ed3ec5258 refactor(string): refactor TString to inherit from TArray and without null-termination 2024-11-02 23:18:13 +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
e73cf69cb9 feat(string): add string encoding conversion function 2024-10-29 20:44:38 +08:00
155044cc52 feat(containers): add TString and the corresponding testing 2024-10-28 17:51:21 +08:00