aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: change matrix.os to runner.osdev/2.1.5/mainsaturneric2024-12-023-73/+73
|
* feat: adjust gpg related libs version and speed up devops build on windowssaturneric2024-12-013-96/+60
|
* feat: update release ci config and remove macos-12saturneric2024-12-013-43/+127
|
* fix: solve build issues in devops processsaturneric2024-12-011-5/+2
|
* Merge branch 'dev/2.1.5/mingw' into developsaturneric2024-12-011-26/+53
|\
| * feat: improve windows release structure at nightly builddev/2.1.5/mingwsaturneric2024-12-011-26/+53
| |
* | fix: nightly build only on pushsaturneric2024-11-261-2/+0
|/
* fix: clean up filessaturneric2024-11-225-25/+139
|
* feat: improve nightly and other workflowssaturneric2024-11-223-81/+89
|
* fix: short git commit sha on windows workflow not workingsaturneric2024-11-211-1/+4
|
* fix: solve nightly build issuessaturneric2024-11-211-5/+7
|
* fix: solve nightly build issuessaturneric2024-11-211-5/+7
|
* feat: temporary add push trigger for nightly buildsaturneric2024-11-211-0/+2
|
* feat: add nightly build workflowsaturneric2024-11-211-0/+350
|
* feat: macos auto create dmgsaturneric2024-08-171-2/+2
|
* feat: add c++ dev container configsaturneric2024-08-121-0/+12
|
* fix: according to issues and test, apply some fixesv2.1.4saturneric2024-08-053-49/+0
|\
| * fix: remove mimalloc from sourcesaturneric2024-08-053-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 pipelinesaturneric2024-07-311-0/+2
|/
* fix: solve known issues on buildsaturneric2024-07-302-4/+5
|
* feat: should check build capability at dev branchsaturneric2024-07-302-4/+4
|
* fix: remove googletest, libarchive and mimalloc source code from reposaturneric2024-07-301-1/+3
|
* fix: solve some issues form codeql ci ymlsaturneric2024-07-291-0/+16
|
* feat: update github/codeql-action/init to v3saturneric2024-07-291-1/+1
|
* fix: solve ci issuessaturneric2024-07-292-8/+7
|
* fix: solve some known issues at ci build configssaturneric2024-07-292-2/+4
|
* fix: need build google test separately as wellsaturneric2024-07-292-0/+18
|
* fix: brew install googletestsaturneric2024-07-291-1/+1
|
* fix: should build mimalloc separatelysaturneric2024-07-292-0/+38
|
* fix: add option --no-translations by windeployqtsaturneric2024-07-292-5/+5
|
* fix: avoid using in-repo third parties libraries on windows at full sdk buildsaturneric2024-07-291-0/+1
|
* fix: missing libGLESv2.dllsaturneric2024-07-291-1/+1
|
* feat: switch to build type 'application only' in order to speed up build on ↵saturneric2024-07-291-2/+2
| | | | windows
* fix: clean up workflow's configssaturneric2024-07-294-29/+9
|
* fix: BUILD_TYPE_LOWER=${BUILD_TYPE,,}: bad substitutionsaturneric2024-07-291-1/+3
|
* fix: a qt5 package issue on windowssaturneric2024-07-291-2/+0
|
* fix: beautify github actions artifacts namesaturneric2024-07-292-4/+10
|
* fix: solve windows build issues and switch to latest qt version as wellsaturneric2024-07-292-12/+21
|
* fix: code sign modules separately on macsaturneric2024-07-291-0/+1
|
* fix: should avoid app image crash issue as wellsaturneric2024-07-291-1/+1
|
* fix: adjust qt5 build configsaturneric2024-07-292-2/+2
|
* fix: copy is not the real onesaturneric2024-07-291-1/+1
|
* fix: solve problems on macossaturneric2024-07-291-2/+2
|
* fix: solve some known issuessaturneric2024-07-281-1/+1
|
* fix: sudo command not found on msys2saturneric2024-07-281-1/+1
|
* fix: try to solve some discovered issues when running linux app imagesaturneric2024-07-281-1/+1
|
* fix: solve gpgme build issue on windowssaturneric2024-07-281-2/+1
|
* fix: set cflags at gpgme build on windows platformsaturneric2024-07-281-1/+2
|
* fix: switch to Qt 6.7.2 and solve some build issues on windowssaturneric2024-07-281-9/+17
|
* fix: do not use mimalloc on macos and solve windows build issues on github ↵saturneric2024-07-281-6/+29
| | | | actions