Commit Graph
7 Commits
Author SHA1 Message Date
yyc12345 ead22d13ff fix: remove useless void in function parameter list
- according to c++ standard, single void in function parameter is equal to empty parameter list. for removing this syntax which may cause misunderstanding (becuase in C, they are different I guess), I replace all `(void)` to `()`.
2024-12-28 22:09:26 +08:00
yyc12345 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
yyc12345 754a281655 add LoadImage wrapper in CKTexture 2023-10-08 10:42:07 +08:00
yyc12345 ddf596faec create visitor for all existed CK class 2023-09-22 14:48:45 +08:00
yyc12345 8419ff00d2 prepare CKMaterial 2023-09-14 17:03:09 +08:00
yyc12345 42feff734d finish CKTexture reading 2023-09-12 17:03:06 +08:00
yyc12345 1e0ed360bd write shit 2023-09-10 21:33:43 +08:00