Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | feat: add c++ dev container config | saturneric | 2024-08-12 | 1 | -0/+12 |
| | |||||
* | 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 |
| | |||||
* | fix: a qt5 package issue on windows | saturneric | 2024-07-29 | 1 | -2/+0 |
| | |||||
* | fix: beautify github actions artifacts name | saturneric | 2024-07-29 | 2 | -4/+10 |
| | |||||
* | fix: solve windows build issues and switch to latest qt version as well | saturneric | 2024-07-29 | 2 | -12/+21 |
| | |||||
* | fix: code sign modules separately on mac | saturneric | 2024-07-29 | 1 | -0/+1 |
| | |||||
* | fix: should avoid app image crash issue as well | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: adjust qt5 build config | saturneric | 2024-07-29 | 2 | -2/+2 |
| | |||||
* | fix: copy is not the real one | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | fix: solve problems on macos | saturneric | 2024-07-29 | 1 | -2/+2 |
| | |||||
* | fix: solve some known issues | saturneric | 2024-07-28 | 1 | -1/+1 |
| | |||||
* | fix: sudo command not found on msys2 | saturneric | 2024-07-28 | 1 | -1/+1 |
| | |||||
* | fix: try to solve some discovered issues when running linux app image | saturneric | 2024-07-28 | 1 | -1/+1 |
| | |||||
* | fix: solve gpgme build issue on windows | saturneric | 2024-07-28 | 1 | -2/+1 |
| | |||||
* | fix: set cflags at gpgme build on windows platform | saturneric | 2024-07-28 | 1 | -1/+2 |
| | |||||
* | fix: switch to Qt 6.7.2 and solve some build issues on windows | saturneric | 2024-07-28 | 1 | -9/+17 |
| | |||||
* | fix: do not use mimalloc on macos and solve windows build issues on github ↵ | saturneric | 2024-07-28 | 1 | -6/+29 |
| | | | | actions |