Commit Graph

16 Commits

Author SHA1 Message Date
1028aad155 doc: add documentation
- add documentation for CKDefines, CKGlobals and VxMemoryMappedFile.
- fix build issue in VxMemoryMappedFile.
- add file size limitation in VxMemoryMappedFile. File whose size exceed the maximum value can not be opened.
2024-08-22 10:57:53 +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
94dadbfb1f write garbage for BMap dll 2023-09-23 15:55:57 +08:00
17333527ee think Register and notification works okey 2023-09-17 14:41:58 +08:00
c6608dec57 basically finish register. still have bug 2023-09-17 12:39:21 +08:00
1ddeeb3b68 refactor project 2023-09-16 18:31:25 +08:00
54a3dd7776 add func to path manager. fix bitmap handler. add general bitmap handler getter 2023-09-07 21:57:48 +08:00
ab8a9da526 split CKContext work 2023-09-04 22:58:53 +08:00
fd69914a25 almost finish CKGroup 2023-09-01 12:19:06 +08:00
4c741ae778 fix cmake compile error 2023-08-31 12:37:23 +08:00
2373dbee5b fix x64 compile warning. delete CKBOOL. fix terminal color error 2023-08-29 14:00:34 +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
ad9d0cadce refactor(2/?) 2023-08-23 16:04:58 +08:00
1b8f2ff0d5 refactor project (1/?) 2023-08-22 15:30:26 +08:00