aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: solve CI build dependenciessaturneric10 days1-1/+1
|
* fix: setup gitea develop regularly build and test processsaturneric2024-11-161-1/+1
|
* fix: remove googletest, libarchive and mimalloc source code from reposaturneric2024-07-301-9/+0
|
* fix: try to fix build process of git actionsdev/2.1.3/mainsaturneric2024-07-281-0/+3
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-3/+0
|
* fix: code.qt.io is down nowsaturneric2024-04-281-1/+1
|
* feat: load buddled qt and qtbase translationssaturneric2024-01-251-0/+3
|
* fix: buddle libarchive as submodulesaturneric2024-01-251-0/+3
|
* refactor: remove nlohmann json library from projectsaturneric2024-01-151-3/+0
|
* feat: move test to src and add submodule googletestsaturneric2023-12-061-0/+3
|
* feat: introduce mimalloc to replace secmemsaturneric2023-12-031-1/+4
|
* chore: remove libarchive from source codesaturneric2023-10-181-3/+0
| | | | 1. it's better to get this library at system PATH
* fix: remove libconfig from source to build it seperatelysaturneric2023-10-151-4/+1
|
* fix: remove submodules and delete debug build pipelinesaturneric2023-09-091-9/+0
|
* feat: update documents and git module urlsSaturneric2023-09-081-8/+8
|
* fix: update submodules' urlsaturneric2023-08-011-8/+8
|
* feat: add submodule spdlogsaturneric2023-02-031-0/+3
|
* feat: delete dependency easyloggingppSaturneric2023-02-031-3/+0
|
* feat: change submodules urlSaturneric2022-11-261-8/+8
| | | | 1. set to self-hosted mirrored git repositroies.
* refactor: remove submodulesSaturneric2022-05-071-6/+0
| | | | | 1. remove vmime 2. remove smtp-mime
* <fix, refactor, feat> adjust the project configurationstehu2022-03-041-0/+3
| | | | | | 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
* <chore>(project): add and separate third party codeSaturneric2022-02-031-0/+3
| | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src
* <fix>(git): Fix the url problem of .gitmodulesSaturneric2022-01-141-2/+2
|
* <fix>(project): support build on Windows.Saturneric2022-01-141-2/+2
| | | | | 1. Optimize the introduction of vmime header files. 2. Disable ExternalProject when using Windows platform.
* <refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric2022-01-121-3/+12
| | | | | | | | 1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
* <feature>(ui, project): start to add imap support.Saturneric2022-01-051-0/+3
| | | | | | 1. introduce vmime library. 2. add ReceiveMailDialog and related actions in MainWindowUI. 3. add git submodule vmime.
* Add Submodules & Update & FixedSaturneric2021-12-051-0/+12
1. AppImage Update 2. gpgme 3. libgpg-error 4. libassuan 5. update gcc's version to 8. 6. fix build issues.