aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/integrated/version_checking_module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: improve grt tab, mods name and its project structuresaturneric2024-04-169-843/+0
|
* feat: add a grt viewer and solve some issues in gnupg info tabsaturneric2024-04-141-2/+8
|
* fix: find and solve some issues on module managementsaturneric2024-04-112-8/+8
|
* refactor: reduce core prebuild headers and isolate core to modulessaturneric2024-03-025-3/+115
|
* feat: validate module id format and compatibility of sdk and qt envsaturneric2024-03-011-1/+1
|
* feat: add prefix GF to all sdk and module symbolssaturneric2024-02-298-157/+183
|
* feat: add module controller and continue to work on module systemsaturneric2024-02-292-5/+6
| | | | | | 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-286-66/+90
| | | | | | 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
* feat: add user agent header when doing http requestsaturneric2024-02-261-4/+8
|
* feat: try to add qt5 supportsaturneric2024-01-301-2/+7
|
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-38/+37
|
* fix: set gpgconf path to gpgme enginesaturneric2024-01-231-3/+8
|
* fix: solve issues on detected gnupg path function and fix linking errors on ↵saturneric2024-01-234-3/+49
| | | | windows platform
* feat: improve gpg context configure logic and uisaturneric2024-01-221-0/+3
|
* fix: improve ui and solve discovered bugs at version checking modulesaturneric2024-01-222-4/+9
|
* fix: solve an achieve problem on xcodesaturneric2024-01-221-0/+10
|
* fix: make task and threading system safersaturneric2024-01-162-3/+4
|
* chore: remove qt5 supportsaturneric2024-01-151-5/+1
|
* refactor: remove nlohmann json library from projectsaturneric2024-01-152-88/+59
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-123-16/+18
|
* fix: solve compile issuesaturneric2024-01-081-142/+0
|
* feat: integrate logging api to coresaturneric2024-01-051-1/+1
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-032-3/+0
|
* fix: repair gnupg info listing funtionSaturneric2023-11-292-2/+3
|
* refactor: improve the code structure of coresaturneric2023-11-062-1/+143
|
* feat: add callback function to eventsaturneric2023-11-023-17/+22
|
* style: improve code style of coresaturneric2023-10-301-2/+2
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-3/+2
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-252-45/+4
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-25/+23
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-242-27/+27
|
* feat: try to use GRT as a info exchange center of modules and uisaturneric2023-10-245-34/+94
|
* fix: solve some issues on log systemsaturneric2023-10-233-25/+25
|
* perf: reduce header includes and improve build speedsaturneric2023-10-235-12/+7
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-38/+27
|
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-181-5/+4
|
* fix: improve modulesaturneric2023-10-172-2/+2
|
* refactor: move module system to core and make it worksaturneric2023-10-171-3/+3
|
* fix: slove compile issuessaturneric2023-10-174-9/+9
|
* refactor: change plugin system to module systemsaturneric2023-10-177-0/+625