yyc12345
  • Joined on 2024-01-06
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-10-03 22:48:21 +08:00
8e0865384d fix: do misc work
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-10-03 21:02:21 +08:00
c6c450f6fa feat: move my homemade fft module into this project.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-10-02 18:19:18 +08:00
3dd0c85995 feat: finish clap manual namespace
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-10-02 18:06:36 +08:00
5859264eca feat: add current_exe in rust env
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-10-02 16:58:08 +08:00
d69563b5df feat: finish clap manual table filler
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-10-01 20:53:49 +08:00
446f880df4 feat: add trim in string op opposited with strip
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-29 22:43:54 +08:00
05a80268ab chore: update build manual and script.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-29 21:20:53 +08:00
19d0a5bb4d feat: add benchmark for string strip
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-29 13:36:24 +08:00
e7a05b3488 refactor: rename testbench to test.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 22:39:49 +08:00
82c3ed5b32 fix: fix compile error in gcc.
d6be8a11ac fix: use more clear format spec in format test.
Compare 2 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 22:03:53 +08:00
31c624797f revert: revert the delete of std::stacktrace in rust panic.
6ecf6935d8 fix: use new format to replace all printf as much as possible.
d6b1d7fd46 fix: redirect all std::format to my personal format
Compare 3 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 21:37:57 +08:00
8d7eff2a15 fix: fix all old usage of UTF8 in std::ostream.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 17:02:07 +08:00
bd5032cee7 feat: change join data provider.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 16:41:54 +08:00
cc1ce5bb04 feat: finish string strip (maybe)
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 16:33:51 +08:00
51d03ec1e5 feat: finish string strip (maybe)
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-28 16:13:23 +08:00
da9fa682f7 feat: finish string strip (maybe)
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-26 21:43:43 +08:00
190beeed58 feat: add code point splittor for utf8 string.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-26 14:43:38 +08:00
99146ddd55 feat: add lazy split in string op namespace.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-25 15:52:35 +08:00
ce3d5b9556 feat: finish basic of manual in clap
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-09-25 15:30:07 +08:00
c8d763bdcf feat: add utf8 format