aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.h (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysfeat: generate cark keyssaturneric1-2/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-28fix: correct the spelling of 'deactivate'saturneric1-1/+1
2024-04-30fix: reset module settings object in a proper waysaturneric1-1/+1
2024-04-15feat: prefer to show module name instead of module idsaturneric1-1/+1
2024-03-01feat: validate module id format and compatibility of sdk and qt envsaturneric1-0/+4
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric1-1/+0
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-0/+8
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2024-02-28feat: upgrade module systemsaturneric1-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
2024-01-18fix: slove codacy issuessaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-3/+3
2023-12-16fix: use secure memory management at impl classsaturneric1-1/+1
2023-12-15fix: slove threading and memory issuessaturneric1-11/+10
2023-10-24feat: use module instead of integrated code at version checking taskSaturneric1-1/+0
2023-10-23feat: improve project structure and add GRT for modulessaturneric1-9/+4
2023-10-17refactor: move module system to core and make it worksaturneric1-3/+2
2023-10-17fix: slove compile issuessaturneric1-1/+1
2023-10-17refactor: change plugin system to module systemsaturneric1-21/+20
2023-10-16fix: solve compile and link issuessaturneric1-1/+1
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-0/+2
2023-10-16feat: using piml tech on plugin systemsaturneric1-28/+13
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-0/+100