aboutsummaryrefslogtreecommitdiffstats
path: root/third_party (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: update submodule qttranslationssaturneric2024-11-281-0/+0
|
* fix: remove git submodule mimallocsaturneric2024-11-171-0/+0
|
* fix: remove git submodule libarchivesaturneric2024-11-171-0/+0
|
* feat: remove git submodule googletestsaturneric2024-11-171-0/+0
|
* fix: should restart app after editing key db infossaturneric2024-11-173-0/+0
|
* fix: remove googletest, libarchive and mimalloc source code from reposaturneric2024-07-304-7/+0
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: update google test to v1.15.0saturneric2024-07-291-0/+0
|
* fix: remove add_subdirectory(googletest)saturneric2024-07-291-6/+0
|
* fix: should build mimalloc separatelysaturneric2024-07-291-28/+4
|
* fix: try to solve dependencies issues at app only build on windowssaturneric2024-07-291-3/+7
|
* fix: rm submodule spdlogsaturneric2024-07-291-0/+0
|
* feat: support application only build type on windowssaturneric2024-07-292-0/+0
|
* feat: update mimalloc to v2.1.2saturneric2024-07-281-0/+0
|
* fix: do not use mimalloc on macos and solve windows build issues on github ↵saturneric2024-07-281-17/+17
| | | | actions
* fix: discover and solve some memory issuessaturneric2024-07-271-1/+1
|
* feat: remove spdlog and clean up logsaturneric2024-07-262-2/+0
|
* feat: add an ASAN option to enable a memory debugging modesaturneric2024-07-251-7/+19
|
* feat: update mimalloc to v2.1.7saturneric2024-07-251-0/+0
|
* fix: cannot correctly compilesaturneric2024-01-261-2/+4
|
* feat: load buddled qt and qtbase translationssaturneric2024-01-251-0/+0
|
* fix: buddle libarchive as submodulesaturneric2024-01-252-0/+2
|
* fix: mimalloc is not yet stable on windowssaturneric2024-01-231-2/+0
|
* refactor: remove nlohmann json library from projectsaturneric2024-01-152-1/+0
|
* fix: slove compilation issue on macossaturneric2023-12-221-5/+10
|
* fix: slove issues on memory and add asan support for debugsaturneric2023-12-141-1/+4
|
* feat: mimalloc support valgrindsaturneric2023-12-131-0/+1
|
* feat: move test to src and add submodule googletestsaturneric2023-12-062-1/+4
|
* feat: introduce mimalloc to replace secmemsaturneric2023-12-032-1/+4
|
* feat: update thridparty librariessaturneric2023-11-023-0/+0
|
* feat: add callback function to eventsaturneric2023-11-023-0/+0
|
* chore: fetch the latest release of the json librarysaturneric2023-10-181-0/+0
|
* chore: remove libarchive from source codesaturneric2023-10-183-0/+0
| | | | 1. it's better to get this library at system PATH
* fix: check and update copyright at filessaturneric2023-10-161-3/+3
|
* fix: remove libconfig from source to build it seperatelysaturneric2023-10-152-2/+1
|
* fix: slove build problem for flatpack buildersaturneric2023-10-141-2/+3
|
* fix: remove submodules and delete debug build pipelinesaturneric2023-09-093-0/+0
|
* feat: add submodule spdlogsaturneric2023-02-031-0/+0
|
* feat: delete dependency easyloggingppSaturneric2023-02-031-0/+0
|
* feat: change logging framework to spdlogSaturneric2023-02-031-1/+3
|
* feat: update submodulesSaturneric2023-01-227-0/+0
|
* refactor(third_party): remove encoding-detectdev/2.0.8/mainSaturneric2022-07-232-398/+0
|
* feat(third_party): update gpgmeSaturneric2022-07-221-0/+0
|
* feat: merge tiny third_party library into coreSaturneric2022-05-081-9/+1
| | | | | 1. code detecting 2. qt-aes
* feat: use gnupg from system package managerSaturneric2022-05-071-123/+0
|
* refactor: remove submodulesSaturneric2022-05-072-0/+0
| | | | | 1. remove vmime 2. remove smtp-mime
* refactor: develop 2.0.6 startSaturneric2022-05-071-45/+0
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* fix(project): remove automatic buildSaturneric2022-04-101-17/+5
| | | | | 1. libarchive 2. libconfig++
* <fix>(ci): Fix the problem of MinGW compilationSaturneric2022-03-121-1/+3
| | | | 1. Not compiling libconfig under MinGW
* <fix, refactor, feat> adjust the project configurationstehu2022-03-042-1/+4
| | | | | | 1. Fix possible problems with mac compilation 2. Add new third-party dependency libconfig 3. Use the correct project configuration to specify the C++ standard