aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: generate cark keyssaturneric10 days1-1/+1
|
* fix: discovered issuessaturneric2024-12-022-3/+9
|
* fix: remove mimalloc from sourcesaturneric2024-08-051-1/+2
| | | | Too bad, under Flatpak or even under Windows, this library can cause the program to crash. The reason for this is that there are some places that do not override the memory allocation method, but this does not guarantee that the mimalloc library will be loaded first in some environments (especially Flatpak) so I think it would be better to let the user install it themselves rather than include this library. Then override all mallocs as needed, which is easy to do. Sacrificing some of the security of the default state for the stability of the program feels necessary to me.
* feat: simplify loggingsaturneric2024-07-303-6/+6
|
* feat: update copyright infosaturneric2024-07-299-11/+11
|
* feat: remove spdlog and clean up logsaturneric2024-07-263-53/+13
|
* fix: move some of the functions in TaskRunner.h into public scope instead of ↵saturneric2024-05-111-2/+0
| | | | public slots.
* fix: slove codacy issuessaturneric2024-01-181-1/+1
|
* fix: improve code quality, docs and ci filessaturneric2024-01-171-1/+2
|
* fix: solve discovered issuessaturneric2024-01-161-1/+4
|
* fix: make task and threading system safersaturneric2024-01-164-51/+126
|
* feat: upgrade threading system and make it clearersaturneric2024-01-154-118/+73
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-13/+0
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-126-54/+82
|
* fix: slove a multi-threads issue at task modelsaturneric2024-01-053-63/+11
|
* feat: integrate logging api to coresaturneric2024-01-053-60/+67
|
* fix: slove some known issuessaturneric2024-01-052-4/+5
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-302-12/+83
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-281-5/+3
|
* fix: slove compilation issue on macossaturneric2023-12-221-1/+4
|
* fix: use secure memory management at impl classsaturneric2023-12-162-2/+4
|
* fix: slove threading and memory issuessaturneric2023-12-156-57/+101
|
* feat: add reasons explanation to env loading failed message boxsaturneric2023-12-042-122/+0
|
* feat: standarized and speed up app env loading processsaturneric2023-12-032-4/+4
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-1/+1
|
* feat: add buddled qt pinentry and make it workssaturneric2023-12-021-12/+12
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-7/+11
|
* refactor: clean up core's codessaturneric2023-11-062-5/+6
|
* feat: add callback function to eventsaturneric2023-11-021-3/+3
|
* style: improve code style of coresaturneric2023-10-301-1/+1
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-287-207/+14
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-273-17/+72
|
* feat: moving gnupg info gathering logic to a new modulesaturneric2023-10-252-6/+6
|
* fix: solve some code tidy issuessaturneric2023-10-252-8/+5
|
* fix: solve some issues on log systemsaturneric2023-10-232-0/+9
|
* perf: reduce header includes and improve build speedsaturneric2023-10-236-21/+6
|
* feat: improve project structure and add GRT for modulessaturneric2023-10-231-1/+2
|
* fix: improve the stability of thread systemsaturneric2023-10-194-98/+69
|
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-184-43/+32
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-185-200/+110
|
* fix: improve thread and module relationsaturneric2023-10-182-7/+7
|
* feat: print stacktrace when exception caughtsaturneric2023-10-171-3/+16
|
* fix: solve compile and link issuessaturneric2023-10-163-245/+211
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-165-347/+404
|
* feat: using piml tech on plugin systemsaturneric2023-10-164-109/+169
|
* fix: check and update copyright at filessaturneric2023-10-1611-31/+49
|
* fix: solve some issues on linux .desktop filesaturneric2023-10-153-6/+4
|
* fix: solve codacy issuessaturneric2023-03-311-1/+1
|
* feat: implement concurrent task in a proper waySaturneric2023-02-182-31/+34
|
* fix: improve the task execution modelSaturneric2023-02-186-72/+165
|