yyc12345
  • Joined on 2024-01-06
yyc12345 pushed to master at yyc12345/libcmo21 2024-08-16 22:12:40 +08:00
f870d4dde3 refactor: update project
yyc12345 pushed to master at yyc12345/libcmo21 2024-08-15 22:21:07 +08:00
afa06339b2 chore: switch to CMake build system instead of native Visual Studio project
yyc12345 pushed to master at yyc12345/libcmo21 2024-08-15 19:12:23 +08:00
da575e42f5 fix: update csharp interop code generator.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-22 22:42:38 +08:00
805ffe70d6 fix: fix linux build issue
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-22 22:08:50 +08:00
052fa7f4d1 chore: update build script.
9e5bd370c4 doc: add documentation for ConfigManager
94386c93aa doc: finish documentation of StringHelper
b13bb445e4 doc: add documentation for ConsoleHelper
81fe72c425 chore: add Natvis in MSVC CMake build.
Compare 16 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-07 17:33:52 +08:00
4f1e2447d0 fix: make exception handler be singleton in same process.
3075ec583d fix: in config manager throw exception when facing duplicated setting name instead of slient skip
2e28dd4c48 chore: update build script.
a1699f13db doc: update documentation
65b81f5cfa refactor: rename Native String to Ordinary String.
Compare 7 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-03 21:26:37 +08:00
06e75924f1 doc: update documentation for dialog helper
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-03 10:15:23 +08:00
e374575852 fix: fix issue in config manager.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-02 16:31:39 +08:00
e2a582e7d2 dox: add WinImport pair documentation
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-07-02 10:52:55 +08:00
588946583c feat: add universal config manager implementation.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-29 17:41:31 +08:00
e1823d4b8e feat: add new split function reducing memory cost.
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-28 16:30:32 +08:00
23b4da95ce fix: fix bug caused by refactor
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-28 16:24:38 +08:00
e5b6e8c6c3 refactor: refactor testbench for UTF8 string. fix refactor bug
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-28 15:47:10 +08:00
ccb729c718 refactor: update all modules for UTF8 string. waiting for debugging
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-28 14:44:50 +08:00
44dbbb1c99 refactor: refactor string helper for UTF8 string
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-28 11:38:36 +08:00
91ba0c22d6 doc: update documentation
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-27 23:21:23 +08:00
73ef8af56c doc: add documentation about library encoding.
yyc12345 pushed tag v1.0.0 to yyc12345/YYCCommonplace 2024-06-27 20:55:15 +08:00
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-27 20:55:06 +08:00
61ad1ff3ce refactor: refactor encoding helper again.
c15b57d055 refactor: bring char8_t to this library.
bb17bb6a1f chore: update build system
Compare 3 commits »
yyc12345 pushed to master at yyc12345/YYCCommonplace 2024-06-20 10:18:17 +08:00
3fa05b43d9 fix: use new method to do the convertion among UTF8, UTF16 and UTF32.