aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add reasons explanation to env loading failed message boxsaturneric2023-12-041-60/+0
|
* feat: standarized and speed up app env loading processsaturneric2023-12-031-3/+3
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-7/+11
|
* refactor: clean up core's codessaturneric2023-11-061-1/+1
|
* style: improve code style of coresaturneric2023-10-301-1/+1
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-251-4/+4
|
* fix: check and update copyright at filessaturneric2023-10-161-3/+5
|
* fix: improve the task execution modelSaturneric2023-02-181-0/+2
|
* feat: improve task execute systemSaturneric2023-02-171-1/+2
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-3/+0
| | | | 1. disable command line file arg input ability
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+54
1. solve multiple threads problem.