Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: spelling mistake on project config by nightly build | saturneric | 9 days | 1 | -1/+1 |
| | |||||
* | fix: add missing libGLESv2.dll on windows platform | saturneric | 9 days | 1 | -0/+1 |
| | |||||
* | fix: workflows codeql and qt5 | saturneric | 9 days | 2 | -4/+4 |
| | |||||
* | chore: upgrade to v2.1.8 | saturneric | 9 days | 2 | -5/+31 |
| | |||||
* | fix: issues found on linux platform | saturneric | 9 days | 1 | -1/+1 |
| | |||||
* | fix: compiler issues on CI | saturneric | 10 days | 2 | -2/+2 |
| | |||||
* | fix: remove -Wincompatible-pointer-types from gpgme build on windows | saturneric | 10 days | 1 | -2/+5 |
| | |||||
* | fix: solve CI build dependencies | saturneric | 10 days | 3 | -6/+9 |
| | |||||
* | chore: upgrade linux build env to ubuntu-22.04 | saturneric | 10 days | 3 | -3/+3 |
| | |||||
* | fix: build gpgme 1.24.2 separately on windows | saturneric | 11 days | 1 | -0/+10 |
| | |||||
* | fix: upgrade to gpgme 1.24.2 | saturneric | 2025-04-12 | 3 | -3/+3 |
| | |||||
* | fix: try to add all platform plugins for AppImage | saturneric | 2024-12-13 | 1 | -1/+1 |
| | |||||
* | project: adjust devops config | saturneric | 2024-12-03 | 2 | -13/+13 |
| | |||||
* | fix: devops configs for qt5 on windows | saturneric | 2024-12-02 | 1 | -3/+3 |
| | |||||
* | fix: set bundled gnupg version | saturneric | 2024-12-02 | 2 | -2/+2 |
| | |||||
* | fix: should add matrix.os in the dmg name | saturneric | 2024-12-02 | 1 | -3/+3 |
| | |||||
* | feat: change matrix.os to runner.osdev/2.1.5/main | saturneric | 2024-12-02 | 3 | -73/+73 |
| | |||||
* | feat: adjust gpg related libs version and speed up devops build on windows | saturneric | 2024-12-01 | 3 | -96/+60 |
| | |||||
* | feat: update release ci config and remove macos-12 | saturneric | 2024-12-01 | 3 | -43/+127 |
| | |||||
* | fix: solve build issues in devops process | saturneric | 2024-12-01 | 1 | -5/+2 |
| | |||||
* | Merge branch 'dev/2.1.5/mingw' into develop | saturneric | 2024-12-01 | 1 | -26/+53 |
|\ | |||||
| * | feat: improve windows release structure at nightly builddev/2.1.5/mingw | saturneric | 2024-12-01 | 1 | -26/+53 |
| | | |||||
* | | fix: nightly build only on push | saturneric | 2024-11-26 | 1 | -2/+0 |
|/ | |||||
* | fix: clean up files | saturneric | 2024-11-22 | 5 | -25/+139 |
| | |||||
* | feat: improve nightly and other workflows | saturneric | 2024-11-22 | 3 | -81/+89 |
| | |||||
* | fix: short git commit sha on windows workflow not working | saturneric | 2024-11-21 | 1 | -1/+4 |
| | |||||
* | fix: solve nightly build issues | saturneric | 2024-11-21 | 1 | -5/+7 |
| | |||||
* | fix: solve nightly build issues | saturneric | 2024-11-21 | 1 | -5/+7 |
| | |||||
* | feat: temporary add push trigger for nightly build | saturneric | 2024-11-21 | 1 | -0/+2 |
| | |||||
* | feat: add nightly build workflow | saturneric | 2024-11-21 | 1 | -0/+350 |
| | |||||
* | feat: macos auto create dmg | saturneric | 2024-08-17 | 1 | -2/+2 |
| | |||||
* | fix: according to issues and test, apply some fixesv2.1.4 | saturneric | 2024-08-05 | 3 | -49/+0 |
|\ | |||||
| * | fix: remove mimalloc from source | saturneric | 2024-08-05 | 3 | -48/+0 |
| | | | | | | | | Too bad, under Flatpak or even under Windows, this library can cause the program to crash. The reason for this is that there are some places that do not override the memory allocation method, but this does not guarantee that the mimalloc library will be loaded first in some environments (especially Flatpak) so I think it would be better to let the user install it themselves rather than include this library. Then override all mallocs as needed, which is easy to do. Sacrificing some of the security of the default state for the stability of the program feels necessary to me. | ||||
* | | fix: build pipeline | saturneric | 2024-07-31 | 1 | -0/+2 |
|/ | |||||
* | fix: solve known issues on build | saturneric | 2024-07-30 | 2 | -4/+5 |
| | |||||
* | feat: should check build capability at dev branch | saturneric | 2024-07-30 | 2 | -4/+4 |
| | |||||
* | fix: remove googletest, libarchive and mimalloc source code from repo | saturneric | 2024-07-30 | 1 | -1/+3 |
| | |||||
* | fix: solve some issues form codeql ci yml | saturneric | 2024-07-29 | 1 | -0/+16 |
| | |||||
* | feat: update github/codeql-action/init to v3 | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: solve ci issues | saturneric | 2024-07-29 | 2 | -8/+7 |
| | |||||
* | fix: solve some known issues at ci build configs | saturneric | 2024-07-29 | 2 | -2/+4 |
| | |||||
* | fix: need build google test separately as well | saturneric | 2024-07-29 | 2 | -0/+18 |
| | |||||
* | fix: brew install googletest | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: should build mimalloc separately | saturneric | 2024-07-29 | 2 | -0/+38 |
| | |||||
* | fix: add option --no-translations by windeployqt | saturneric | 2024-07-29 | 2 | -5/+5 |
| | |||||
* | fix: avoid using in-repo third parties libraries on windows at full sdk build | saturneric | 2024-07-29 | 1 | -0/+1 |
| | |||||
* | fix: missing libGLESv2.dll | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | feat: switch to build type 'application only' in order to speed up build on ↵ | saturneric | 2024-07-29 | 1 | -2/+2 |
| | | | | windows | ||||
* | fix: clean up workflow's configs | saturneric | 2024-07-29 | 4 | -29/+9 |
| | |||||
* | fix: BUILD_TYPE_LOWER=${BUILD_TYPE,,}: bad substitution | saturneric | 2024-07-29 | 1 | -1/+3 |
| |