aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-12/+3
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-1210-67/+52
|
* fix: slove a multi-threads issue at task modelsaturneric2024-01-051-10/+10
|
* feat: integrate logging api to coresaturneric2024-01-052-34/+40
|
* fix: use secure memory management at impl classsaturneric2023-12-165-5/+7
|
* fix: clean up envirnoment when app exitssaturneric2023-12-163-6/+9
|
* fix: slove threading and memory issuessaturneric2023-12-158-121/+127
|
* fix: slove some memory issuessaturneric2023-12-142-8/+6
|
* fix: slove a memory issue found by valgrindsaturneric2023-12-131-11/+22
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-3/+3
|
* feat: standarized and speed up app env loading processsaturneric2023-12-035-6/+53
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-034-8/+13
|
* fix: repair gnupg info listing funtionSaturneric2023-11-295-22/+66
|
* feat: add callback function to eventsaturneric2023-11-026-68/+101
|
* style: improve code style of coresaturneric2023-10-301-3/+3
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-289-133/+145
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-271-24/+31
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-254-26/+25
|
* fix: solve some code tidy issuessaturneric2023-10-252-7/+6
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-253-33/+50
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-248-10/+105
|
* fix: solve some issues on log systemsaturneric2023-10-231-0/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-235-10/+16
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-238-44/+209
|
* fix: improve the stability of thread systemsaturneric2023-10-191-3/+3
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-182-4/+4
|
* fix: improve thread and module relationsaturneric2023-10-182-1/+4
|
* feat: imporve module systemsaturneric2023-10-175-41/+66
|
* refactor: move module system to core and make it worksaturneric2023-10-179-0/+1063