aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-26feat: remove spdlog and clean up logsaturneric1-33/+5
2024-01-18fix: slove codacy issuessaturneric1-1/+1
2024-01-16fix: solve discovered issuessaturneric1-1/+4
2024-01-16fix: make task and threading system safersaturneric1-39/+51
2024-01-15feat: upgrade threading system and make it clearersaturneric1-98/+43
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-13/+0
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-17/+23
2024-01-05fix: slove a multi-threads issue at task modelsaturneric1-2/+2
2024-01-05feat: integrate logging api to coresaturneric1-38/+41
2023-12-22fix: slove compilation issue on macossaturneric1-1/+4
2023-12-15fix: slove threading and memory issuessaturneric1-41/+36
2023-12-02feat: add buddled qt pinentry and make it workssaturneric1-12/+12
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-13/+8
2023-10-27feat: improve thread system and gathering gnupg options info to rtsaturneric1-10/+57
2023-10-25fix: solve some code tidy issuessaturneric1-7/+5
2023-10-23fix: solve some issues on log systemsaturneric1-0/+3
2023-10-19fix: improve the stability of thread systemsaturneric1-26/+25
2023-10-18feat: using pool for concurrent executions, not stable yetsaturneric1-15/+14
2023-10-18feat: simplify the thread system and improve its stabilitysaturneric1-76/+44
2023-10-18fix: improve thread and module relationsaturneric1-6/+6
2023-10-17feat: print stacktrace when exception caughtsaturneric1-3/+16
2023-10-16fix: solve compile and link issuessaturneric1-3/+209
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-191/+37
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-10-15fix: solve some issues on linux .desktop filesaturneric1-4/+2
2023-03-31fix: solve codacy issuessaturneric1-1/+1
2023-02-18feat: implement concurrent task in a proper waySaturneric1-4/+12
2023-02-18fix: improve the task execution modelSaturneric1-21/+65
2023-02-17feat: improve task execute systemSaturneric1-16/+38
2023-02-03feat: change the log style in source filesSaturneric1-19/+19
2023-01-07feat: add advanced gnupg operationsSaturneric1-2/+2
2022-05-20feat: track pending tasks in task runner systemSaturneric1-10/+18
2022-05-19refactor: change log level for task systemSaturneric1-10/+10
2022-05-14feat(core): upgrade task runner system.Saturneric1-10/+81
2022-05-13feat: add a simple TaskRunner systemSaturneric1-0/+74