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
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
a1acdf10c6 finish manager split 2023-09-06 10:42:23 +08:00
3755a2e148 prepare dev for CKGroup 2023-08-31 21:54:25 +08:00
ac274d11ab fix external file load/save issue 2023-08-30 10:03:02 +08:00
bac9f2ae25 finish half writing function 2023-08-28 17:04:28 +08:00
5a69ce338e finish linux related code writting. remove all offensive content.
- REMOVE all offensive content in README and etc. This project respect to every contributors.
- However, for commercial reason, we limit the contribution from Dassault.
- Change license.
- Finish linux platform code.
2023-03-26 20:32:13 +08:00
79aaf6b1ea update cmd. improve encoding 2023-03-04 11:11:36 +08:00
11d05615ba finish iconv code 2023-03-01 15:51:56 +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
1fb1b81253 fully remove boost dependency 2023-02-12 21:03:36 +08:00
6cb4814cf0 almost finish migration from py to c++ 2023-02-11 15:29:51 +08:00
6cb47a68c8 update shit 2023-02-10 16:17:17 +08:00