yyc12345
  • Joined on 2024-01-06
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-13 10:14:39 +08:00
0ab470367c fix: fix safe num overflow ops issue under MSVC
c4d441f5fa fix: fix pycodec MSVC error
f8a696b4e8 fix: fix MSVC __VA_OPT__ error
Compare 3 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-13 09:01:38 +08:00
f65eff6edf fix: replace find with contains in constraint builder
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-13 08:49:56 +08:00
8fcfa180b4 fix: fix unfinished u8 fopen.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 19:47:29 +08:00
e23a1346eb test: add testbench for pycodec
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 19:41:40 +08:00
2576523dbb fix: use new way to manage iconv token.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 17:34:18 +08:00
9ce52e8d4b feat: finish pycodec but has compile issue
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 16:33:07 +08:00
7785773196 refactor: use new layout for YYCC
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 16:15:13 +08:00
cfbc3c68e0 doc: add Doxygen comment
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 16:06:54 +08:00
8dbe32cb8e fix: fix fatal error in encoding/iconv.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-12 13:05:44 +08:00
664763afbb test: add testbench for stl, windows and iconv encoding
a34bab07c1 refactor: rename encoding/stlcvt to encoding/stl
Compare 2 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-11 22:19:09 +08:00
51d288ac4b test: add testbench for num/safe_cast
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-11 21:59:56 +08:00
20a9ef4166 fix: fix comment for new added files.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-05 14:06:19 +08:00
17540072d3 fix: change the find order in PyCodec.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-05 13:55:27 +08:00
fcac886f07 refactor: migrate rust-like ops.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-05 10:56:02 +08:00
27baf2a080 refactor: refactor old IOHelper.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-04 22:32:08 +08:00
b9f81c16a0 refactor: refactor enum helper as flag enum.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-08-04 21:16:01 +08:00
54134b342e test: add testbench for macro/versiom_cmp
yyc12345 pushed to master at yyc12345/BallanceBlenderHelper 2025-08-01 15:14:12 +08:00
1afa5f9893 fix: change the shape of BME floor terminal.
1383e87104 feat: allow 3D Cursor as align source in legacy align operator.
Compare 2 commits »
yyc12345 pushed to master at yyc12345/BallanceBlenderHelper 2025-08-01 14:04:05 +08:00
7f33e4ad92 feat: allow 3D Cursor as align source in legacy align operator.
a2b8f41a21 fix: fix performance after adding sidebar panel.
93f23abeb9 feat: add Ballance menu in 3d view sidebar for convenient adding.
4ba3ff9e5a fix: fix the aftermath of changing EnumPropHelper.
a9a889a8fd refactor: use generic type in EnumPropHelper
Compare 7 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2025-07-31 22:28:35 +08:00
ce2b411b0b refactor: continue refactor to make the project can be built