Commit Graph

9 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
c7af11702f add some features in Unvirt
- add style [simple | full] command to allow simple display. current object list display take too much space.
- add search [obj | mgr] [plain | re] <text> command to allow user search object or manager list by substring or regex.
- add ls search <page> to browse the search result.
- set IronPad minidump dump type from full memory to normal.
- fix Unvirt ls command page count display error.
2023-10-28 18:17:53 +08:00
763c6e84f9 add more info display 2023-08-29 10:42:13 +08:00
c8f18bce0c can compile now 2023-08-27 16:45:07 +08:00
8a1f71e855 refactor (5/?) 2023-08-26 20:34:51 +08:00
e166b8ec5b finish cmd 2023-03-04 00:13:03 +08:00
0519a557b8 refactor project 2023-02-26 21:48:03 +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