20 Commits

Author SHA1 Message Date
88e330336a refactor(strings): suppress compilation warnings from formatting tools 2025-01-20 12:04:16 +08:00
d8adf47d10 feat(strings): add formatter for TStringView and TString 2025-01-15 19:33:13 +08:00
8a834a9c05 perf(strings): optimize formatting algorithm function 2025-01-15 17:04:05 +08:00
35f0ba71ab refactor(strings): replace and remove deprecated formatting tools 2025-01-14 22:28:52 +08:00
db7a40cb30 fix(strings): fix unexpected infinite recursion in TChar 2025-01-14 22:21:18 +08:00
6a70f0c501 fix(strings): fix treating boolean type as integral arguments 2025-01-14 22:19:12 +08:00
5629e31d49 fix(strings): fix string literal encoding types in formatting 2025-01-14 22:15:06 +08:00
c16da1af53 feat(strings): add formatter for pointer or member pointer types 2025-01-14 21:53:52 +08:00
88aba14620 fix(strings): fix dynamic formatting arguments not working 2025-01-14 17:53:16 +08:00
23963e0389 refactor(strings): refactor zero padding to make it more flexible 2025-01-14 17:39:19 +08:00
0c6f33762a fix(strings): fix incorrect treating 'A' as decimal number 2025-01-14 16:55:06 +08:00
9024957ff2 feat(strings): add formatter for floating-point types 2025-01-14 16:47:39 +08:00
68cd2c310a fix(strings): fix fill character cannot be defaulted 2025-01-07 22:09:53 +08:00
594acf219a feat(strings): add formatter for integral like types 2025-01-07 21:57:04 +08:00
e498b39d3d refactor(strings): refactor format string rules to make it more flexible 2025-01-04 21:51:35 +08:00
9dd5e74788 feat(strings): add a more general string formatting framework 2025-01-03 01:15:16 +08:00
c596882c32 feat(strings): add TChar::IsValid() support for char type 2025-01-03 01:14:09 +08:00
a3cebf03ec refactor(strings): refactor and simplify string parsing functions 2024-12-25 18:15:46 +08:00
a92422e8b2 refactor(*): refactor the tool library's namespace to plural form 2024-12-20 18:09:27 +08:00
8c228fbf52 refactor(*): refactor the tool library's parent folder to plural form 2024-12-20 17:31:52 +08:00