aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/TaskRunner.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove spdlog and clean up logsaturneric2024-07-261-13/+6
|
* feat: upgrade threading system and make it clearersaturneric2024-01-151-15/+12
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-12/+33
|
* fix: slove a multi-threads issue at task modelsaturneric2024-01-051-59/+7
|
* feat: integrate logging api to coresaturneric2024-01-051-16/+20
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-301-10/+73
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-281-5/+3
|
* fix: use secure memory management at impl classsaturneric2023-12-161-1/+2
|
* fix: slove threading and memory issuessaturneric2023-12-151-3/+12
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-2/+0
|
* fix: solve some code tidy issuessaturneric2023-10-251-1/+0
|
* fix: solve some issues on log systemsaturneric2023-10-231-0/+6
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-1/+2
|
* fix: improve the stability of thread systemsaturneric2023-10-191-16/+26
|
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-181-15/+11
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-103/+54
|
* fix: check and update copyright at filessaturneric2023-10-161-3/+5
|
* feat: implement concurrent task in a proper waySaturneric2023-02-181-27/+22
|
* fix: improve the task execution modelSaturneric2023-02-181-33/+65
|
* feat: improve task execute systemSaturneric2023-02-171-17/+28
|
* fix: reduce info level logsSaturneric2023-02-111-1/+1
|
* feat: reduce logsSaturneric2023-02-111-2/+2
|
* feat: use custom password dialog nowSaturneric2023-02-071-0/+6
|
* feat: change the log style in source filesSaturneric2023-02-031-14/+11
|
* feat: add advanced gnupg operationsSaturneric2023-01-071-3/+4
| | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* feat: support generate ecc keySaturneric2022-11-261-5/+4
| | | | 1. support elliptische kurve nist
* feat: track pending tasks in task runner systemSaturneric2022-05-201-4/+25
|
* refactor: change log level for task systemSaturneric2022-05-191-7/+7
|
* feat(core): upgrade task runner system.Saturneric2022-05-141-5/+23
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+66
1. solve multiple threads problem.