aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-03fix: discovered issues by testingsaturneric1-3/+1
2024-11-25fix: solve a race situation at unit test modesaturneric1-3/+4
2024-11-22feat: rewrite core init processes and add env optionsaturneric1-0/+5
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-28fix: solve some known issuessaturneric1-3/+3
2024-07-28feat: support more build modesaturneric1-3/+7
2024-07-28feat: log pattern should be different at release modesaturneric1-4/+8
2024-07-26feat: remove spdlog and clean up logsaturneric1-3/+13
2024-05-03fix: correct some spelling mistakessaturneric1-6/+8
2024-01-18fix: add test cases and solve discovered issuessaturneric1-2/+0
2024-01-15fix: remove low level api setjmp to improve corss-platform abilitysaturneric1-7/+0
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-29/+16
2023-12-24fix: test the initialization of gui applicationsaturneric1-1/+3
2023-12-23fix: solve all issues of test cases on macos m1saturneric1-1/+0
2023-12-16fix: clean up envirnoment when app exitssaturneric1-2/+8
2023-12-15fix: slove some issues on memory and intilizationssaturneric1-13/+10
2023-12-14fix: slove issues on memory and add asan support for debugsaturneric1-0/+1
2023-12-14fix: slove some memory issuessaturneric1-0/+1
2023-12-13refactor: improve the structure of main,core and test modulesaturneric1-9/+39
2023-11-29feat: introduce cmd functionssaturneric1-141/+29
2023-11-06refactor: improve the code structure of coresaturneric1-2/+3
2023-10-30style: improve code style of coresaturneric1-2/+2
2023-10-25fix: solve some code tidy issuessaturneric1-1/+0
2023-10-23feat: improve project structure and add GRT for modulessaturneric1-3/+3
2023-10-17fix: slove compile issuessaturneric1-1/+1
2023-10-17refactor: change plugin system to module systemsaturneric1-4/+4
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-0/+3
2023-10-15fix: temporary solve compile issues at flatpak buildsaturneric1-3/+3
2023-10-15fix: solve some issues on linux .desktop filesaturneric1-0/+7
2023-04-04feat: improve deep restart progressSaturneric1-44/+33
2023-03-30fix: set application recover limitSaturneric1-9/+12
2023-02-16fix: solve logging framework issues on windowsSaturneric1-1/+19
2023-02-11fix: reduce info level logsSaturneric1-6/+6
2023-02-11freat: allow to change gnupg install pathSaturneric1-13/+7
2023-02-07feat: use custom password dialog nowSaturneric1-6/+13
2023-02-06feat: support buddled gnupg for posix platformSaturneric1-2/+27
2023-02-03feat: change the log style in source filesSaturneric1-7/+2
2022-12-04feat(ui, core): add custom key db supportSaturneric1-29/+32
2022-11-26feat: support generate ecc keySaturneric1-0/+2
2022-07-24feat(project): support freebsd buildSaturneric1-0/+4
2022-05-20feat: handle application's exceptions and crashSaturneric1-53/+25
2022-05-19fix: adjust initialized order and organizeSaturneric1-6/+6
2022-05-19perf: improve initialized and recover processSaturneric1-49/+44
2022-05-13feat: add a simple TaskRunner systemSaturneric1-1/+0
2022-05-09feat: improve UI library's encapsulationSaturneric1-57/+5
2022-05-09fix: modified init orderSaturneric1-40/+40
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-2/+2
2022-05-07fix: solve some issuesSaturneric1-13/+0