Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: remove mimalloc from source | saturneric | 2024-08-05 | 1 | -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 logging | saturneric | 2024-07-30 | 1 | -3/+3 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | feat: remove spdlog and clean up log | saturneric | 2024-07-26 | 1 | -33/+5 |
| | |||||
* | fix: slove codacy issues | saturneric | 2024-01-18 | 1 | -1/+1 |
| | |||||
* | fix: solve discovered issues | saturneric | 2024-01-16 | 1 | -1/+4 |
| | |||||
* | fix: make task and threading system safer | saturneric | 2024-01-16 | 1 | -39/+51 |
| | |||||
* | feat: upgrade threading system and make it clearer | saturneric | 2024-01-15 | 1 | -98/+43 |
| | |||||
* | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 2024-01-12 | 1 | -13/+0 |
| | |||||
* | refactor: use QString instead of std::string and improve threading system | saturneric | 2024-01-12 | 1 | -17/+23 |
| | |||||
* | fix: slove a multi-threads issue at task model | saturneric | 2024-01-05 | 1 | -2/+2 |
| | |||||
* | feat: integrate logging api to core | saturneric | 2024-01-05 | 1 | -38/+41 |
| | |||||
* | fix: slove compilation issue on macos | saturneric | 2023-12-22 | 1 | -1/+4 |
| | |||||
* | fix: slove threading and memory issues | saturneric | 2023-12-15 | 1 | -41/+36 |
| | |||||
* | feat: add buddled qt pinentry and make it works | saturneric | 2023-12-02 | 1 | -12/+12 |
| | |||||
* | refactor: start to tidy up code using clang-tidy | saturneric | 2023-10-28 | 1 | -13/+8 |
| | |||||
* | feat: improve thread system and gathering gnupg options info to rt | saturneric | 2023-10-27 | 1 | -10/+57 |
| | |||||
* | fix: solve some code tidy issues | saturneric | 2023-10-25 | 1 | -7/+5 |
| | |||||
* | fix: solve some issues on log system | saturneric | 2023-10-23 | 1 | -0/+3 |
| | |||||
* | fix: improve the stability of thread system | saturneric | 2023-10-19 | 1 | -26/+25 |
| | |||||
* | feat: using pool for concurrent executions, not stable yet | saturneric | 2023-10-18 | 1 | -15/+14 |
| | |||||
* | feat: simplify the thread system and improve its stability | saturneric | 2023-10-18 | 1 | -76/+44 |
| | |||||
* | fix: improve thread and module relation | saturneric | 2023-10-18 | 1 | -6/+6 |
| | |||||
* | feat: print stacktrace when exception caught | saturneric | 2023-10-17 | 1 | -3/+16 |
| | |||||
* | fix: solve compile and link issues | saturneric | 2023-10-16 | 1 | -3/+209 |
| | |||||
* | refactor: use c++17 features and piml tech to rewrite DataObject and Task | saturneric | 2023-10-16 | 1 | -191/+37 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -3/+5 |
| | |||||
* | fix: solve some issues on linux .desktop file | saturneric | 2023-10-15 | 1 | -4/+2 |
| | |||||
* | fix: solve codacy issues | saturneric | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | feat: implement concurrent task in a proper way | Saturneric | 2023-02-18 | 1 | -4/+12 |
| | |||||
* | fix: improve the task execution model | Saturneric | 2023-02-18 | 1 | -21/+65 |
| | |||||
* | feat: improve task execute system | Saturneric | 2023-02-17 | 1 | -16/+38 |
| | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -19/+19 |
| | |||||
* | feat: add advanced gnupg operations | Saturneric | 2023-01-07 | 1 | -2/+2 |
| | | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab | ||||
* | feat: track pending tasks in task runner system | Saturneric | 2022-05-20 | 1 | -10/+18 |
| | |||||
* | refactor: change log level for task system | Saturneric | 2022-05-19 | 1 | -10/+10 |
| | |||||
* | feat(core): upgrade task runner system. | Saturneric | 2022-05-14 | 1 | -10/+81 |
| | |||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 1 | -0/+74 |
1. solve multiple threads problem. |