aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/GlobalModuleContext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: slove discovered faults and bugssaturneric2024-01-191-1/+1
* fix: make task and threading system safersaturneric2024-01-161-1/+0
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-12/+3
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-7/+5
* fix: slove a multi-threads issue at task modelsaturneric2024-01-051-10/+10
* feat: integrate logging api to coresaturneric2024-01-051-27/+32
* fix: slove threading and memory issuessaturneric2023-12-151-35/+26
* fix: slove a memory issue found by valgrindsaturneric2023-12-131-11/+22
* feat: move test to src and add submodule googletestsaturneric2023-12-061-3/+3
* feat: standarized and speed up app env loading processsaturneric2023-12-031-4/+5
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-2/+4
* style: improve code style of coresaturneric2023-10-301-3/+3
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-66/+69
* fix: solve some code tidy issuessaturneric2023-10-251-1/+0
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-3/+9
* fix: solve some issues on log systemsaturneric2023-10-231-0/+1
* perf: reduce header includes and improve build speedsaturneric2023-10-231-9/+7
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-3/+3
* fix: improve thread and module relationsaturneric2023-10-181-0/+3
* feat: imporve module systemsaturneric2023-10-171-15/+43
* refactor: move module system to core and make it worksaturneric2023-10-171-0/+341