aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: upgrade qt framework to 6.3Saturneric2023-02-111-2/+7
|
* feat: add an option to build with app sanbox onSaturneric2023-02-111-0/+1
|
* fix: continue to solve ubuntu 18.04 build issuesdev/2.0.9/saturnericdev/2.0.9/mainSaturneric2022-12-221-0/+4
|
* feat: upgrade version to v2.0.10Saturneric2022-12-221-1/+1
|
* fix: solve ubuntu 18.04 build issuesSaturneric2022-12-221-1/+3
|
* fix: remove myeasylog.logSaturneric2022-12-221-0/+3
|
* feat(project): support freebsd buildSaturneric2022-07-241-1/+23
|
* feat(project): upgrade to v2.0.9Saturneric2022-07-221-1/+1
|
* feat(ci): add ubuntu 22.04 and 18.04 support for deb packageSaturneric2022-07-221-1/+1
|
* feat: update macOS App Bundle ciSaturneric2022-05-151-1/+4
|
* feat(project): upgrade version to v2.0.8Saturneric2022-05-121-1/+1
|
* fix: solve openssl issue senselessly for macOSSaturneric2022-05-121-0/+3
|
* fix: solve issue in macOS Xode buildSaturneric2022-05-091-0/+1
| | | | 1. add missing XOCDE_BUILD variable.
* refactor: increase version to 2.0.7Saturneric2022-05-091-1/+1
|
* feat: add full support for xocde buildSaturneric2022-05-081-7/+8
| | | | | | 1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake 2. fix some issues on xcode build 3. remove certs from resource
* feat: merge tiny third_party library into coreSaturneric2022-05-081-1/+0
| | | | | 1. code detecting 2. qt-aes
* chore: modified compile args.Saturneric2022-05-081-1/+1
|
* feat: increase version to v2.0.6Saturneric2022-05-071-2/+2
|
* fix: add GenerateExportHeader for all platfromSaturneric2022-05-071-2/+3
|
* refactor: develop 2.0.6 startSaturneric2022-05-071-2/+6
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <fix, refactor, feat> adjust the project configurationstehu2022-03-041-1/+9
| | | | | | 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, fix>(project): Fix compilation problemsSaturneric2022-02-071-1/+1
|
* <chore>(project): The upgraded version number is v 2.0.5Saturneric2022-02-071-1/+1
|
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-051-1/+1
|
* <chore>(project): Optimize project configurationSaturneric2022-02-041-12/+12
| | | | | 1. Add the global header file cstdint 2. Make the core obtain Qt core capabilities.
* <chore>(project): Adjust the project to make the compilationSaturneric2022-02-041-5/+5
|
* <chore>(project): Provides support for accelerating the build processSaturneric2022-02-031-3/+15
| | | | | | 1. Add ccache support 2. Add precompiled header support 3. Set precompiled headers for core and ui
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+26
| | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
* <feat>(project): Generate compile commands.json by defaultSaturneric2022-01-141-0/+4
|
* <fix>(project): support build on Windows.Saturneric2022-01-141-0/+1
| | | | | 1. Optimize the introduction of vmime header files. 2. Disable ExternalProject when using Windows platform.
* <chore>(project, resource, ci): fix ci of debug.ymlSaturneric2022-01-131-1/+3
| | | | | 1. Adjust the ci configuration file for macOS and Windows. 2. Fixed the problem of OpenSSL under macOS.
* <refactor, chore, fix>(project, ui, core): Merged with dev/ci/2.0.5Saturneric2022-01-121-35/+101
|\ | | | | | | | | 1. Mainly changes in project configuration files 2. Fix existing problems in project construction
| * <feat>(project): Added configuration options for QT version constraints.Saturneric2022-01-101-1/+3
| |
| * <refactor>(project, ci): modify ci and project file.Saturneric2022-01-061-2/+2
| | | | | | | | 1. use apt package qt5-default.
| * <refactor>(project): clean and modify build messages.Saturneric2022-01-061-34/+17
| |
| * <fix>(project): fixed CMakeLists.txt.dev/2.0.4Saturneric2022-01-061-0/+1
| |
| * <feat>(project): add options for CMakeLists.txt.Saturneric2022-01-061-1/+79
| |
* | <refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric2022-01-121-2/+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.
* <chore>(project): version 2.0.4-beta.1Saturneric2022-01-031-1/+1
|
* <feature, refactor>(core, ui): Key package generate.Saturneric2022-01-031-1/+1
| | | | | | | | 1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu.
* <refactor, test>(core, test): core improved and test gpg alone modeSaturneric2021-12-251-17/+17
| | | | | | | | | | | 1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
* Continue to add Standalone Support.Saturneric2021-12-201-0/+4
|
* Update Test Code & Added Standlone SupportSaturneric2021-12-201-0/+3
|
* Update project configure to support xcode build.Saturneric2021-12-191-0/+5
|
* Modified CI Files.Saturneric2021-12-161-1/+5
|
* Fixed Project Configure.Saturneric2021-12-161-2/+0
|
* SMTP Support Added.Saturneric2021-12-141-1/+1
|
* Modified Core to Optimization & Fixed ProblemSaturneric2021-12-141-1/+1
| | | | | | | 1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
* Add Deb Build Support & Install Support For Linux.Saturneric2021-12-141-0/+12
|
* Update Translate & Added.Saturneric2021-12-131-2/+2
| | | | | | 1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI