aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-02fix: discovered issuessaturneric1-1/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-16fix: make task and threading system safersaturneric1-2/+64
2024-01-15feat: upgrade threading system and make it clearersaturneric1-2/+15
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-5/+6
2023-12-15fix: slove threading and memory issuessaturneric1-1/+2
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-9/+6
2023-10-19fix: improve the stability of thread systemsaturneric1-56/+9
2023-10-18feat: using pool for concurrent executions, not stable yetsaturneric1-10/+5
2023-10-18feat: simplify the thread system and improve its stabilitysaturneric1-0/+3
2023-10-18fix: improve thread and module relationsaturneric1-1/+1
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-52/+10
2023-10-16feat: using piml tech on plugin systemsaturneric1-108/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15fix: solve some issues on linux .desktop filesaturneric1-1/+1
2023-02-18fix: improve the task execution modelSaturneric1-16/+25
2023-02-17feat: improve task execute systemSaturneric1-4/+23
2023-02-11fix: reduce info level logsSaturneric1-2/+2
2023-02-03feat: change the log style in source filesSaturneric1-4/+4
2023-01-07feat: add advanced gnupg operationsSaturneric1-5/+7
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-05-20feat: track pending tasks in task runner systemSaturneric1-0/+6
2022-05-19refactor: change log level for task systemSaturneric1-3/+4
2022-05-15fix: solve dll export problem on inner classSaturneric1-3/+27
2022-05-14feat(core): upgrade task runner system.Saturneric1-9/+132
2022-05-13feat: add a simple TaskRunner systemSaturneric1-0/+113
1. solve multiple threads problem.