aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Disable documentation by defaultHennadii Chernyshchyk2022-06-101-1/+1
|
* Auto-merge conflict resaolution restored old invalid codeItay Grudev2022-06-091-3/+0
|
* Merge branch 'master' into doxygen-awesome-fork-url-fixItay Grudev2022-06-091-1/+0
|\
| * Update doxygen.ymlItay Grudev2022-06-071-1/+0
| |
| * Bug Fix: Typo in Doxygen deploy workflow stepItay Grudev2022-06-071-4/+0
| |
* | URL correction now performed in the GH pages deploymentItay Grudev2022-06-091-1/+1
|/
* Fixed typo in main.yml workflowItay Grudev2022-06-071-0/+1
|
* Moved Doxygen to separate workflowItay Grudev2022-06-072-18/+38
|
* Switch to Doxygen to avoid documentation duplicationHennadii Chernyshchyk2022-04-061-0/+18
| | | | | I also had to fix syntax a little in markdown and the header file. Now checked on CI.
* Run CI only with LTS Qt versionsHennadii Chernyshchyk2022-04-041-1/+1
|
* Add Qt 6.2 to CIHennadii Chernyshchyk2022-04-041-1/+3
|
* Trigger CI on PRs tooHennadii Chernyshchyk2022-04-031-0/+3
|
* Update install-qt actionHennadii Chernyshchyk2021-10-031-1/+1
|
* Specify platform-dependend makeHennadii Chernyshchyk2021-10-031-5/+7
|
* Use multiply coresHennadii Chernyshchyk2021-10-031-0/+4
| | | | https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
* Rename build-cmake.yml to build.ymlHennadii Chernyshchyk2021-10-031-0/+0
|
* Add QMake to CIHennadii Chernyshchyk2021-10-031-4/+25
|
* Remove pull_requestHennadii Chernyshchyk2021-10-031-3/+0
| | | | Triggers CI twice.
* Ignore release draftsHennadii Chernyshchyk2021-10-031-0/+2
|
* Make CI labels more consistentHennadii Chernyshchyk2021-10-031-6/+6
|
* Format with prettierHennadii Chernyshchyk2021-10-031-31/+30
|
* Ignore changes in markdownHennadii Chernyshchyk2021-10-031-1/+7
|
* Set Ubuntu version explicitlyShatur952020-12-211-2/+2
|
* Bump GitHub actionsShatur952020-12-211-2/+2
|
* Enable checks for warningsShatur952020-10-241-0/+8
|
* Add Qt6 configurationShatur952020-10-241-5/+8
|
* Update build-cmake.ymlItay Grudev2020-10-181-1/+1
| | | Disabled Qt 6 build specs temporarily
* Added Qt 6.0 to the build testsItay Grudev2020-10-181-1/+1
|
* Update install-qt-actionShatur952020-10-151-1/+1
|
* Update build-cmake.ymlItay Grudev2020-07-021-1/+1
| | | Build Test on Qt 5.15
* Restored state as it was before install-qt-action#38Itay Grudev2020-06-021-4/+2
| | | 5.15.0 is removed for the time being
* Workaround attempt 3 for install-qt-action#38Itay Grudev2020-06-021-1/+1
|
* Workaround attempt 2 for install-qt-action#38Itay Grudev2020-06-011-0/+1
|
* Upgraded install-qt-action versionItay Grudev2020-06-011-1/+1
|
* Workaround for install-qt-action#38Itay Grudev2020-06-011-0/+1
|
* No longer testing against 5.9, but added 5.15Itay Grudev2020-06-011-1/+1
| | | Since Qt 5.9's life has now ended there is no longer a requirement to support it for SingleApplication purposes as well.
* Update FUNDING.ymlItay Grudev2020-02-091-1/+1
|
* GitHub Actions dropped Qt v4.8.7Itay Grudev2020-01-031-1/+1
| | | This library never intended to support Qt v4.x.x anyway
* GitHub Actions syntax improvments for Windows supportItay Grudev2020-01-031-4/+10
|
* GitHub Actions: Fixed typo in the ymlItay Grudev2020-01-031-1/+1
|
* GitHub Actions Added windows-latest platformItay Grudev2020-01-031-2/+2
|
* GitHub Actions - Applied same changes throughout the scriptItay Grudev2020-01-031-3/+3
|
* GitHub Actions Alternative build commandItay Grudev2020-01-031-6/+6
|
* GitHub Actions alternative cmake commandItay Grudev2020-01-031-4/+4
|
* Renamed GitHub Action to Build CMakeItay Grudev2020-01-031-0/+0
| | | As it now builds for multiple latforms
* GitHub Actions - Testing without WindowsItay Grudev2020-01-031-1/+1
|
* GitHub Actions Multiple platforms supportItay Grudev2020-01-031-1/+2
| | | ubuntu-latest, windows-latest, macos-latest
* GitHub Actions Exact Qt version specificatoinItay Grudev2020-01-031-1/+1
|
* Github Action building with multiple Qt versionsItay Grudev2020-01-031-16/+8
| | | Implemented using the matrix strategy and multiple qt versions
* Github Actions: Building examples as wellItay Grudev2020-01-031-4/+28
|