* (WIP)-all issues corrected, tests started
* first test passing
alternative solution for SonarCloud check
fixed for to while translation
added changelog item
adding tests and fixes
more tests; avoid compiling BSD Tests on Windows
attempting a BSD compile patch
more tests
borrowing symbol detection from another test
more ambitious testing
changed the order of assertions for better info
more tests
fixed clear errors before executing
expanding transformation to use string comparison
including terminator on translation count
a different flag for testing MS Windows
differente Windows flag
more tests
fixing platform encoding match
Windows compiler difference on #ifdef
Google Test macro usage fix
test added
added keymap test
test and initialisation fixed
ms cl issue with named init
test for keymap
exercising keystate
more configuration exercises
one more test for config
added Unicode test
an IPv6 test
more portable networking code
using our own platform switching code
avoiding strcpy
* Fixed typo in Changelog.
* +appropriate memory handling
* one more test for coverage
* a tad more coverage
* expanded test on Config
Co-authored-by: Max <maxmommersteeg@hotmail.com>
Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>
* refactored and setup retries
* undoing suggested change, due to older qt on CI
* ensuring a fresh connection for checking tray icon
* cleaning debug messages
* Update ChangeLog
* removed <iostream> unneeded include
* incorporating suggestions
* incorporated SonarCloud suggestions, changed timer
* additional suggestion -applied on legacy base
* added a const version of appConfig
* SYNERGY-400 Generate build number and create release with tag
* SYNERGY-400 Changes for Azure Piplines
* Update ChangeLog
* SYNERGY-400 Enable not manual build
* SYNERGY-400 Removed extra space
* SYNERGY-400 Removed extra bracket
* SYNERGY-400 Correct conditions
* SYNERGY-400 Fix additional condition
* SYNERGY-400 Correct to run checks
* SYNERGY-400 Fix windows and build number
* SYNERGY-400 Fix for old python
* SYNERGY-400 Set python version for linux
* SYNERGY-400 Fix linux compilation
* SYNERGY-400 Fix getting last version for old git
* SYNERGY-400 Check python version
* SYNERGY-400 Update image for centos8
* SYNERGY-400 Generate build number and create release with tag
* SYNERGY-400 Changes for Azure Piplines
* Update ChangeLog
* SYNERGY-400 Enable not manual build
* SYNERGY-400 Removed extra space
* SYNERGY-400 Removed extra bracket
* SYNERGY-400 Correct conditions
* SYNERGY-400 Fix additional condition
* SYNERGY-400 Correct to run checks
* Update googletest to current head
* Use MOCK_METHOD macro instead of MOCK_METHODn ones
MOCK_METHOD supports annotating functions with override and is the
preferred way to define mock methods.
* Use TEST_SUITE instead of TEST_CASE
The former is deprecated, switch to the latter.
* Update changelog
* Check for dns_sd.h only when building GUI
The <dns_sd.h> header is only used in the synergy GUI component. Update
the CMake check to be done only if SYNERGY_BUILD_LEGACY_GUI is enabled.
This fixes build failures when GUI is not being built and <dns_sd.h>
is not installed.
While at it, fix indentation around the added check to match the rest
of the file and avoid being misleading.
* Update ChangeLog
Co-authored-by: Serhii Hadzhilov <serhii-external@symless.com>
Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>