Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen styling | Itay Grudev | 2022-04-06 | 10 | -3/+2658 |
| | |||||
* | Switch to Doxygen to avoid documentation duplication | Hennadii Chernyshchyk | 2022-04-06 | 6 | -271/+143 |
| | | | | | I also had to fix syntax a little in markdown and the header file. Now checked on CI. | ||||
* | Update CHANGELOG.md | Hennadii Chernyshchyk | 2022-04-05 | 1 | -0/+1 |
| | |||||
* | Provide API for blocking sendMessage (#154) | Christoph Cullmann | 2022-04-05 | 4 | -6/+23 |
| | |||||
* | Merge pull request #153 from itay-grudev/lts-only | Itay Grudev | 2022-04-04 | 1 | -1/+1 |
|\ | | | | | Run CI only with LTS Qt versions | ||||
| * | Run CI only with LTS Qt versions | Hennadii Chernyshchyk | 2022-04-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #151 from itay-grudev/v3.3.4-changelogv3.3.4 | Itay Grudev | 2022-04-04 | 1 | -0/+6 |
|\ | | | | | v3.3.4 Changelog | ||||
| * | Updated CHANGELOG.md | Itay Grudev | 2022-04-04 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com> | ||||
| * | v3.3.4 Changelog | Itay Grudev | 2022-04-03 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #152 from itay-grudev/6.2 | Itay Grudev | 2022-04-04 | 1 | -1/+3 |
|\ \ | |/ |/| | Add Qt 6.2 to CI | ||||
| * | Add Qt 6.2 to CI | Hennadii Chernyshchyk | 2022-04-04 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #150 from itay-grudev/cmake-flags | Itay Grudev | 2022-04-03 | 1 | -1/+11 |
|\ | | | | | Use more stricter Qt compile definitions | ||||
| * | Add more stricter Qt compile definitions | Hennadii Chernyshchyk | 2022-04-03 | 1 | -0/+10 |
| | | |||||
| * | Bump minimum CMake version to 3.12.0 | Hennadii Chernyshchyk | 2022-04-03 | 1 | -1/+1 |
|/ | | | | Since we use target_compile_definitions that was introduced in this version. | ||||
* | Merge pull request #148 from christoph-cullmann/master | Itay Grudev | 2022-04-03 | 1 | -4/+4 |
|\ | | | | | Make it compile with Qt 6.2.x and stricter compile settings | ||||
| * | make it compile with Qt 6.2.x and stricter compile settings | Christoph Cullmann | 2022-04-03 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #149 from itay-grudev/ci-on-pr | Itay Grudev | 2022-04-03 | 1 | -0/+3 |
|\ | | | | | Trigger CI on PRs | ||||
| * | Trigger CI on PRs too | Hennadii Chernyshchyk | 2022-04-03 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #147 from itay-grudev/v3.3.3-changelog-patch | Hennadii Chernyshchyk | 2022-02-14 | 1 | -0/+4 |
|\ | | | | | v3.3.3 changelog patch | ||||
| * | v3.3.3 changelog patch | Itay Grudev | 2022-02-14 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #146 from moodyhunter/master | Itay Grudev | 2022-02-14 | 1 | -0/+4 |
|\ | | | | | fix deprecated warnings on Qt6.3+ | ||||
| * | fix deprecated warnings on Qt6.3+ | Moody | 2022-02-13 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #145 from itay-grudev/itay-grudev-patch-1 | Itay Grudev | 2021-12-28 | 1 | -1/+1 |
|\ | | | | | Corrected Git URL in README | ||||
| * | Corrected Git URL in README | Itay Grudev | 2021-12-28 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #144 from itay-grudev/changelog_update_3.3.2 | Itay Grudev | 2021-11-24 | 1 | -0/+4 |
|\ | | | | | Update CHANGELOG.md | ||||
| * | Update CHANGELOG.mdv3.3.2 | Itay Grudev | 2021-11-24 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #143 from deepbluev7/fix-crash-on-ack | Itay Grudev | 2021-11-24 | 1 | -1/+3 |
|\ | | | | | Fix crash when sending ack on removed connection | ||||
| * | Fix crash when sending ack on removed connection | Nicolas Werner | 2021-11-24 | 1 | -1/+3 |
|/ | | | | | | | | | | The emit might interrupt our function and causes us to return to the event loop. In that time frame the other and might close the connection, causing our connection to be removed. In that case we call writeAck on a dangling pointer, in the best case causing a crash. So lets finish our business before emitting our signal. fixes #138 | ||||
* | Merge pull request #140 from itay-grudev/itay-grudev-patch-1 | Itay Grudev | 2021-10-04 | 1 | -1/+2 |
|\ | | | | | Update README to clarify sendMessage return value | ||||
| * | Update README.md | Itay Grudev | 2021-09-20 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Itay Grudev | 2021-09-20 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #141 from itay-grudev/refactor-ci | Itay Grudev | 2021-10-04 | 2 | -56/+87 |
|\ \ | |/ |/| | Refactor CI | ||||
| * | Update install-qt action | Hennadii Chernyshchyk | 2021-10-03 | 1 | -1/+1 |
| | | |||||
| * | Specify platform-dependend make | Hennadii Chernyshchyk | 2021-10-03 | 1 | -5/+7 |
| | | |||||
| * | Use multiply cores | Hennadii Chernyshchyk | 2021-10-03 | 1 | -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.yml | Hennadii Chernyshchyk | 2021-10-03 | 1 | -0/+0 |
| | | |||||
| * | Add QMake to CI | Hennadii Chernyshchyk | 2021-10-03 | 1 | -4/+25 |
| | | |||||
| * | Remove pull_request | Hennadii Chernyshchyk | 2021-10-03 | 1 | -3/+0 |
| | | | | | | | | Triggers CI twice. | ||||
| * | Ignore release drafts | Hennadii Chernyshchyk | 2021-10-03 | 1 | -0/+2 |
| | | |||||
| * | Make CI labels more consistent | Hennadii Chernyshchyk | 2021-10-03 | 1 | -6/+6 |
| | | |||||
| * | Format with prettier | Hennadii Chernyshchyk | 2021-10-03 | 1 | -31/+30 |
| | | |||||
| * | Ignore changes in markdown | Hennadii Chernyshchyk | 2021-10-03 | 1 | -1/+7 |
|/ | |||||
* | Merge pull request #139 from mklein-de/appimage-executable-pathv3.3.1 | Itay Grudev | 2021-09-20 | 2 | -1/+15 |
|\ | | | | | Added support for _AppImage_ dynamic executable paths. - _Michael Klein_ | ||||
| * | Update singleapplication_p.cpp | Itay Grudev | 2021-09-20 | 1 | -1/+1 |
| | | |||||
| * | Update singleapplication_p.cpp | Itay Grudev | 2021-09-20 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com> | ||||
| * | Update singleapplication_p.cpp | Itay Grudev | 2021-09-20 | 1 | -2/+4 |
| | | |||||
| * | v3.3.1 | Itay Grudev | 2021-09-20 | 1 | -0/+5 |
| | | |||||
| * | Style and explanation improvements | Itay Grudev | 2021-09-20 | 1 | -4/+4 |
| | | |||||
| * | Compile fix | Michael Klein | 2021-09-20 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com> | ||||
| * | Use QByteArray instead of QString | Michael Klein | 2021-09-20 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com> |