Commit Graph

7 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
ddf596faec create visitor for all existed CK class 2023-09-22 14:48:45 +08:00
81872053f0 finish PreDelete and CheckPreDeletion. now there is no problem when deleting object 2023-09-20 15:25:43 +08:00
1ddeeb3b68 refactor project 2023-09-16 18:31:25 +08:00
b499d907f7 prepare CKMesh 2023-09-15 13:21:49 +08:00
3faea2bbec add main load for CKMaterial 2023-09-14 21:53:21 +08:00
8419ff00d2 prepare CKMaterial 2023-09-14 17:03:09 +08:00