Commit Graph

14 Commits

Author SHA1 Message Date
9903b61cac fix: fix issues
- fix BMapBindings generator due to the rename of LIBCMO_EXPORT -> BMAP_EXPORT.
- fix relative path issue in Python scripts within CodeGen.
- remove all references to LIBCMO_PANIC. use exception instead to tell user they are fool.
- basically finish universal encoding tables. add lost encoding name.
2024-08-17 23:29:08 +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
ac274d11ab fix external file load/save issue 2023-08-30 10:03:02 +08:00
0887cd6d86 fix some fatal error when fully-rewrite file 2023-08-28 22:20:46 +08:00
bac9f2ae25 finish half writing function 2023-08-28 17:04:28 +08:00
47bf6ab6c6 remove all std::nothrow and re-create namespace for objs and mgrs 2023-08-26 16:37:26 +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
599456a587 update shit 2023-03-03 11:06:26 +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
3de9e3d996 write shit 2023-02-12 18:08:29 +08:00
6cb4814cf0 almost finish migration from py to c++ 2023-02-11 15:29:51 +08:00