Commit Graph

30 Commits

Author SHA1 Message Date
8ef1c6e30a fix: fix linux build issue 2024-08-27 20:48:27 +08:00
a7c1028926 doc: add documentation
- add documentation for CKGlobals, VxMath (partly)
- Fix build issue in CKDefines, CKGlobals, VxMath.
- Bring libcmo exception in CKGlobals and VxMath for some illegal input.
2024-08-21 17:57:35 +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
f870d4dde3 refactor: update project
- add documentation CMake build script. re-organise document layout for future changes.
- move LIBCMO_EXPORT to BMap and rename it to BMAP_EXPORT because only BMap need to use this macro.
- fully refactor VTEncoding to make it more like Python
	- Now language name is platform independent.
	- Hide implementation detail as possible as I can.
	- Language mapping are still work in progress.
- add code gen for new added universal encoding feature to generate language name mapping in Windows and Iconv respectively.
- remove old code of CMake build script.
- update VTUtils for new requirement.
	- remove useless functions.
	- create LibCmo specific custom exception classes.
2024-08-16 22:07:23 +08:00
0a168ac5cc fix cmake build issue. fix build type checker. rm IronPad windows header including under linux 2023-09-25 21:45:53 +08:00
b2d0b743cb improve proj
- remove VTImage.hpp to make sure stb image do not need external project to ref.
- finish CKStateChunk write part. add some compatibilty code.
- add debugger pause function
- add filename getter for CKPathManager.
2023-09-24 20:56:23 +08:00
5671d7d7e6 create BMap project and copy-paste previous mesh convertion code 2023-09-21 13:47:30 +08:00
0bc99d6f39 add features
- add LIBCMO_BUILD_DEBUG and etc build macro.
- add notify in CKGlobals for CKMesh and etc.
- add test command.
2023-09-20 20:44:03 +08:00
c6608dec57 basically finish register. still have bug 2023-09-17 12:39:21 +08:00
230b18c0ba remove all raw char type ref in code 2023-09-17 10:38:46 +08:00
1ddeeb3b68 refactor project 2023-09-16 18:31:25 +08:00
8f960604ca add some reading function 2023-09-15 17:03:36 +08:00
ab8a9da526 split CKContext work 2023-09-04 22:58:53 +08:00
3755a2e148 prepare dev for CKGroup 2023-08-31 21:54:25 +08:00
f3e7cdf004 finish writing 2023-08-28 21:21:40 +08:00
bac9f2ae25 finish half writing function 2023-08-28 17:04:28 +08:00
f0657b1656 ready for file saving dev 2023-08-28 14:18:58 +08:00
8a1f71e855 refactor (5/?) 2023-08-26 20:34:51 +08:00
4a787610f1 refactor (4/?) 2023-08-25 21:57:22 +08:00
c8c2c6e20b write shit 2023-08-25 17:35:45 +08:00
ad9d0cadce refactor(2/?) 2023-08-23 16:04:58 +08:00
1b8f2ff0d5 refactor project (1/?) 2023-08-22 15:30:26 +08:00
8724077e97 add cmake support and fix some header issues 2023-03-01 10:48:50 +08:00
0242cb60c4 update shit 2023-02-28 14:04:38 +08:00
0519a557b8 refactor project 2023-02-26 21:48:03 +08:00
bf7c669ce6 fully remove dassault garbage code 2023-02-25 22:58:28 +08:00
d32ed302d1 update layout 2023-02-25 17:39:39 +08:00
01bc6074f4 finish hdr1 dep read 2023-02-14 21:31:18 +08:00
6cb4814cf0 almost finish migration from py to c++ 2023-02-11 15:29:51 +08:00
b8da0a802e update shit 2023-02-08 22:57:31 +08:00