Commit Graph

21 Commits

Author SHA1 Message Date
8ef1c6e30a fix: fix linux build issue 2024-08-27 20:48:27 +08:00
65861143bf fix: fix issues
- restore some CKGlobals behavior because it will cause runtime exception.
- move some classes from CmdHelper to UnvirtContext to make CmdHelper more common to use.
- output warning string when fail to get utf8 or ordinary string.
2024-08-27 11:25:53 +08:00
3735a202f3 fix: fix Unvirt build issue, but it doesn't work 2024-08-26 21:28:13 +08:00
34015d2d1c refactor: finish refactor of CmdHelper of Unvirt 2024-08-26 12:24:09 +08:00
bd96f26cfd fix: fix CmdHelper but still not finished 2024-08-25 22:27:17 +08:00
0db8007fcb fix: update CmdHelper in Unvirt but not finished 2024-08-24 23:05:41 +08:00
88ce33c358 fix: fix build issue in Unvirt 2024-08-24 21:27:23 +08:00
e682a87d25 refactor: refactor project
- rename LIBCMO_DISABLE_COPY_MOVE -> YYCC_DEL_CLS_COPY_MOVE and LIBCMO_DEFAULT_COPY_MOVE -> YYCC_DEF_CLS_COPY_MOVE.
- fix Vector declaration generator. throw exception when operator[] face invalid index, instead of do fallback.
- rename VTAll.hpp -> VTInternal.hpp and VYUserAll -> VTAll.hpp for easy to understand.
- fix project name error in Doxygen template.
- replace all LIBCMO_OS_WIN32 to YYCC_OS == YYCC_OS_WINDOWS.
- fix some compile error (involving utf8 encoding) but not the final result.
- use correct way to include std-image library (use <> instead of "")
- finish documentation for VTUtils.hpp and VTEncoding.hpp.
2024-08-17 20:43:27 +08:00
8fce45b0b4 fix something 2023-08-27 22:14:02 +08:00
c8f18bce0c can compile now 2023-08-27 16:45:07 +08:00
168d76939b fix command helper 2023-08-27 14:21:44 +08:00
3252e61c0d update cmd dispatcher 2023-08-27 12:30:12 +08:00
79aaf6b1ea update cmd. improve encoding 2023-03-04 11:11:36 +08:00
e166b8ec5b finish cmd 2023-03-04 00:13:03 +08:00
2bdeee9007 update interactive cmd 2023-03-03 16:05:32 +08:00
599456a587 update shit 2023-03-03 11:06:26 +08:00
d32ed302d1 update layout 2023-02-25 17:39:39 +08:00
2a6cd48ac9 finish migration from py to c++ 2023-02-14 16:28:37 +08:00
6fc223b208 update shit 2023-02-13 22:13:30 +08:00
a519b2d8d5 update shit 2023-02-13 16:52:00 +08:00
21948246d0 write shit 2023-02-13 10:57:10 +08:00