|
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 |
|
|
646d0cb7a4
|
fix(string): fix string trimming function's return value
|
2024-11-13 12:53:27 +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 |
|
|
76e96b06c7
|
refactor(string): refactor string find family to return INDEX_NONE without check(false) when index is invalid
|
2024-11-08 17:55:35 +08:00 |
|
|
2a4d65c60e
|
fix(string): fix TStringView's member function incorrectly return TArrayView
|
2024-11-03 21:22:01 +08:00 |
|
|
64b468d612
|
feat(string): add macros such as TEXT_VIEW to create string view text literals
|
2024-11-03 15:56:38 +08:00 |
|
|
8507ae32e3
|
refactor(string): refactor TStringView to inherit from TArrayView
|
2024-11-03 10:45:54 +08:00 |
|
|
ec2a240c23
|
refactor(*): remove TObserverPtr and use raw pointer instead
|
2024-11-01 19:51:44 +08:00 |
|
|
155044cc52
|
feat(containers): add TString and the corresponding testing
|
2024-10-28 17:51:21 +08:00 |
|
|
cc318f693f
|
feat(string): add TStringView and remove TCString and merge it into TStringView
|
2024-10-27 11:29:45 +08:00 |
|