Commit Graph

14 Commits

Author SHA1 Message Date
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