aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* v3.2.0 ChangelogItay Grudev2020-10-181-0/+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
|
* Merge pull request #114 from Shatur95/fix-clang-tidy-warningsItay Grudev2020-10-183-22/+19
|\ | | | | Fix Clang Tidy warnings
| * Remove extra Q_DShatur952020-10-151-1/+0
| | | | | | | | No longer needed as getUsername() is now static.
| * Remove unused marcoShatur952020-10-151-2/+0
| | | | | | | | No longer needed since applicationPid() now is static.
| * Fix Clang Tidy warningsShatur952020-10-153-19/+19
| | | | | | | | | | | | | | readability-convert-member-functions-to-static readability-static-accessed-through-instance readability-make-member-function-const readability-inconsistent-declaration-parameter-name
* | Merge pull request #116 from jonaski/qt6-cmakeItay Grudev2020-10-181-8/+12
|\ \ | | | | | | Update CMake to support Qt 6
| * | Update CMake to support Qt 6Jonas Kvinge2020-10-181-8/+12
| |/
* | Merge pull request #117 from jonaski/qt6-checksumItay Grudev2020-10-181-5/+15
|\ \ | |/ |/| Fix use of qChecksum with Qt 6
| * Fix use of qChecksum with Qt 6Jonas Kvinge2020-10-181-5/+15
|/
* Merge pull request #113 from Shatur95/fix-conversion-warningItay Grudev2020-10-152-4/+4
|\ | | | | Fix conversion from int to quint32
| * Update install-qt-actionShatur952020-10-151-1/+1
| |
| * Fix implicit conversionShatur952020-10-151-2/+2
| |
| * Fix conversion from int to quint32Shatur952020-10-101-1/+1
|/
* Merge pull request #112 from iakov/patch-1Itay Grudev2020-10-061-1/+3
|\ | | | | Fix build issue with MinGW GCC pedantic mode
| * Fix build issue with MinGW GCC pedantic modeiakov2020-10-061-1/+3
|/ | | Without guard this define from https://github.com/itay-grudev/SingleApplication/commit/3230430311c3b9d027a0ef23c3657eed3caaa696#diff-35c7c4188004bde084344a3aa8eeab6dR60 introduced compilation warning/error, and can break compilation
* Merge pull request #111 from jonaski/connecttoprimaryItay Grudev2020-10-061-3/+2
|\ | | | | Fix return value of connectToPrimary() when connect is successful
| * Fix return value of connectToPrimary() when connect is successfulJonas Kvinge2020-10-051-3/+2
|/
* Merge pull request #110 from Kolcha/qt59-msvcItay Grudev2020-10-041-0/+1
|\ | | | | fixed build with Qt 5.9 MSVC2017
| * fixed build with Qt 5.9 MSVC2017Nick Korotysh2020-10-021-0/+1
|/ | | | | | define NOMINMAX before <Windows.h> inclusion to disable min/max macros defined in it. these macros conflict with any min/max functions and it is common practice to disable them adding NOMINMAX define.
* Fixed typo in the CHANGELOGItay Grudev2020-09-091-2/+2
|
* v3.1.5v3.1.5Itay Grudev2020-09-091-3/+9
|
* Removed debugging information for the instanceStarted signalItay Grudev2020-09-091-1/+0
|
* Mitigated QSharedMemory initialization failures Itay Grudev2020-09-091-0/+4
| | | Mitigated QSharedMemory initialization failures due to large amount of processes attempting to get hold of the shared memory block at the same time
* Improved the connectToPrimary() method and fixed issue with ↵Itay Grudev2020-09-093-36/+46
| | | | instanceStarted() not getting emitted
* Moved the random sleep functionality to SingleApplicationPrivateItay Grudev2020-09-093-12/+20
|
* Removed extra qDebug statementsItay Grudev2020-09-093-11/+2
|
* Mitigated possible race condition during app startupItay Grudev2020-09-094-49/+99
|
* Bug Fix: Fixed situation in which the memory block is left unlockedItay Grudev2020-09-081-16/+19
|
* Updated code style and added inline documentation to public methodsItay Grudev2020-09-081-23/+56
|
* Added examplesItay Grudev2020-07-021-0/+9
|
* v3.1.4v3.1.4Itay Grudev2020-07-021-0/+8
|
* Merge pull request #109 from itay-grudev/qt-5.15-build-testItay Grudev2020-07-021-1/+1
|\ | | | | Build Test on Qt 5.15
| * Update build-cmake.ymlItay Grudev2020-07-021-1/+1
|/ | | Build Test on Qt 5.15
* Merge pull request #108 from Shatur95/use-qstrncpyItay Grudev2020-07-021-2/+1
|\ | | | | Fixes an MSVC C4996 warning that suggests using `strncpy_s`.
| * Use qstrncpyShatur952020-07-021-2/+1
|/ | | | Fixes MSVC C4996 warning.
* 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 CHANGELOG.mdv3.1.3.1Itay Grudev2020-05-251-0/+7
|
* Improved CMake exampleItay Grudev2020-05-251-15/+16
|
* Merge pull request #105 from Shatur95/add_cmake_aliasItay Grudev2020-05-254-3/+4
|\ | | | | Add library alias for CMake
| * Add library alias for CMakeShatur952020-05-244-3/+4
| |
* | Merge pull request #104 from Shatur95/fix_clang_tidy_warningsItay Grudev2020-05-254-16/+14
|\ \ | |/ |/| Fix Clang Tidy warnings
| * Fix Clang Tidy warningsShatur952020-05-174-16/+14
|/
* Merge pull request #103 from Shatur95/update_cmake_examples_versionItay Grudev2020-05-153-3/+3
|\ | | | | Update minimum requered version in examples