aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: discovered issuessaturneric2024-12-021-1/+2
* feat: update copyright infosaturneric2024-07-291-1/+1
* fix: make task and threading system safersaturneric2024-01-161-2/+64
* feat: upgrade threading system and make it clearersaturneric2024-01-151-2/+15
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-5/+6
* fix: slove threading and memory issuessaturneric2023-12-151-1/+2
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-9/+6
* fix: improve the stability of thread systemsaturneric2023-10-191-56/+9
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-181-10/+5
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-0/+3
* fix: improve thread and module relationsaturneric2023-10-181-1/+1
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-161-52/+10
* feat: using piml tech on plugin systemsaturneric2023-10-161-108/+2
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
* fix: solve some issues on linux .desktop filesaturneric2023-10-151-1/+1
* fix: improve the task execution modelSaturneric2023-02-181-16/+25
* feat: improve task execute systemSaturneric2023-02-171-4/+23
* fix: reduce info level logsSaturneric2023-02-111-2/+2
* feat: change the log style in source filesSaturneric2023-02-031-4/+4
* feat: add advanced gnupg operationsSaturneric2023-01-071-5/+7
* feat: track pending tasks in task runner systemSaturneric2022-05-201-0/+6
* refactor: change log level for task systemSaturneric2022-05-191-3/+4
* fix: solve dll export problem on inner classSaturneric2022-05-151-3/+27
* feat(core): upgrade task runner system.Saturneric2022-05-141-9/+132
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+113