aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: correct the spelling of 'deactivate'saturneric2024-07-281-3/+3
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-31/+22
|
* feat: add some ui apis to sdksaturneric2024-07-121-0/+2
|
* feat: improve the project structuresaturneric2024-07-121-1/+1
|
* fix: solve safe issuessaturneric2024-05-031-2/+2
|
* fix: reset module settings object in a proper waysaturneric2024-04-301-2/+2
|
* feat: validate module id format and compatibility of sdk and qt envsaturneric2024-03-011-2/+78
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-291-25/+32
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-291-4/+53
| | | | | | 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-4/+100
| | | | | | 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-5/+4
|
* fix: improve code quality, docs and ci filessaturneric2024-01-171-1/+2
|
* fix: make task and threading system safersaturneric2024-01-161-2/+0
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-1/+0
|
* fix: use secure memory management at impl classsaturneric2023-12-161-1/+1
|
* fix: slove threading and memory issuessaturneric2023-12-151-19/+24
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-1/+1
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-1/+0
|
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-0/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-1/+1
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-4/+4
|
* fix: improve thread and module relationsaturneric2023-10-181-1/+1
|
* feat: imporve module systemsaturneric2023-10-171-16/+13
|
* refactor: move module system to core and make it worksaturneric2023-10-171-0/+107