aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: generate cark keyssaturneric10 days1-2/+2
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: correct the spelling of 'deactivate'saturneric2024-07-281-1/+1
|
* fix: reset module settings object in a proper waysaturneric2024-04-301-1/+1
|
* feat: prefer to show module name instead of module idsaturneric2024-04-151-1/+1
|
* feat: validate module id format and compatibility of sdk and qt envsaturneric2024-03-011-0/+4
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-1/+0
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-0/+8
| | | | | | 1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
* feat: upgrade module systemsaturneric2024-02-281-6/+13
| | | | | | 1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it
* fix: slove codacy issuessaturneric2024-01-181-1/+1
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-3/+3
|
* fix: use secure memory management at impl classsaturneric2023-12-161-1/+1
|
* fix: slove threading and memory issuessaturneric2023-12-151-11/+10
|
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-1/+0
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-9/+4
|
* refactor: move module system to core and make it worksaturneric2023-10-171-0/+87