aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * Update minimum requered versionShatur952020-05-153-3/+3
| |
* | Update CHANGELOG.mdItay Grudev2020-05-151-0/+1
| |
* | Merge pull request #102 from Shatur95/update_cmake_examplesItay Grudev2020-05-153-14/+12
|\ \ | |/ |/| Update CMake examples
| * Update CMake examplesShatur952020-05-153-14/+12
|/
* v3.1.3v3.1.3Itay Grudev2020-05-121-0/+5
|
* Merge pull request #101 from Shatur95/improve_cmakeItay Grudev2020-05-121-21/+11
|\ | | | | Improve CMakeLists.txt
| * Improve CMakeLists.txtShatur952020-05-091-21/+11
|/
* Update CHANGELOG.mdItay Grudev2020-04-221-1/+1
|
* Update CHANGELOG.mdItay Grudev2020-04-221-1/+2
|
* Update CHANGELOG.mdItay Grudev2020-04-221-0/+1
|
* Update CHANGELOG.mdItay Grudev2020-04-221-0/+2
|
* Update singleapplication.cppItay Grudev2020-04-221-1/+1
|
* Update singleapplication_p.cppItay Grudev2020-04-221-1/+1
|