Redstone1024
|
6c9beec4be
|
refactor(string): use end sentinel instead of buffer size to simplify implementation and usage
|
2024-09-28 21:07:06 +08:00 |
|
Redstone1024
|
d52f0c4df8
|
fix(string): fix a potential error in the TCString due to short-circuit evaluation
|
2024-09-24 15:07:57 +08:00 |
|
Redstone1024
|
790b7fd5e6
|
feat(miscellaneous): add support for c-style variadic functions and the corresponding testing
|
2024-09-21 22:03:39 +08:00 |
|
Redstone1024
|
00838c2e35
|
perf(string): add NODISCARD tag to some functions
|
2024-09-21 15:54:01 +08:00 |
|
Redstone1024
|
d137170ccb
|
feat(string): add null-terminated byte string handling functions and the corresponding testing
|
2024-09-20 22:53:15 +08:00 |
|
Redstone1024
|
5210db43b3
|
feat(string): add single character utility and the corresponding testing
|
2024-09-17 18:06:02 +08:00 |
|
Redstone1024
|
1f20b1af70
|
fix(memory): use NAMESPACE_STD instead of the std namespace.
|
2024-09-17 17:26:40 +08:00 |
|