Povilas Kanapickas
801a5a7084
ext: Add https://github.com/gulrak/filesystem for filesystem operations
2021-11-01 04:29:44 +02:00
Peter Hutterer
0dbedd31dc
Remove trailing whitespaces
...
Many tools strip trailing whitespaces by default, so after editing a file with
whitespace errors we end up with a bunch of unrelated hunks that need to be
reverted locally.
This could be fixed by configuring each tool to not do this (at least for the
barrier repo), or, simpler, we just sed the problem away and make barrier
whitespace-compliant.
sed commands run:
sed -i 's/[ \t]\+$//' **/*.(cpp|h) **/*CMakeLists.txt
Verified with git diff --ignore-space-change, this shows the empty diff.
2020-12-09 14:02:28 +10:00
Dom Rodriguez
938ad34e2d
Add gtest/gmock framework, locked at 1.6.0
2020-06-08 14:31:39 +03:00
Dom Rodriguez
e9b82b462c
Remove ext/gtest, ext/gmock to replace with Git submodule
2020-06-08 14:31:27 +03:00
walker0643
33b81742b5
fix execute bit on a lot of files
2018-01-28 17:34:15 -05:00
walker0643
f12bfdfedc
rebranding symless/synergy to debauchee/barrier
2018-01-27 16:48:17 -05:00
Andrew Nelless
0058ae9e80
Update OpenSSL to v1.0.2l
2017-05-26 22:10:15 +01:00
Andrew Nelless
f7b87e0670
Remove version number from gtest/gmock paths
2017-02-09 22:30:42 +00:00
Andrew Nelless
6a5abbe3c2
Change OpenSSL binary path (again)
2017-02-08 12:38:59 +00:00
Andrew Nelless
c297fced3d
Update OpenSSL to v1.0.2k
2017-02-07 01:27:15 +00:00
Andrew Nelless
c0e812a57a
Move and update OpenSSL license
2017-02-07 01:27:15 +00:00
Andrew Nelless
0d404cd659
Delete old build system and cruft
2017-02-07 01:27:15 +00:00
Andrew Nelless
6bb3a921e6
Remove OpenSSL binaries for macOS
2017-02-07 01:25:00 +00:00
Andrew Nelless
3733290442
Remove old OpenSSL binaries for Windows
2017-02-07 01:25:00 +00:00
Andrew Nelless
d95b39bb70
Remove duplicate OpenSSL headers on OS X
2017-02-07 01:25:00 +00:00
Andrew Nelless
c85ad6cd06
Relocate OS X OpenSSL binaries
2017-02-07 01:25:00 +00:00
Andrew Nelless
0c0a969c5a
Add MSVC14 builds of OpenSSL 1.0.2j for Win32 and Win64
2017-02-07 01:25:00 +00:00
XinyuHou
cd8d4107e8
Remove duplicate openssl include files
2017-02-07 01:25:00 +00:00
Jerry (Xinyu Hou)
84c8c891af
Restructure the openssl lib for both 32 and 64 bit on Mac
2017-02-07 01:24:59 +00:00
XinyuHou
c6cab74481
Change tab to spaces in commands1.py
2017-02-07 01:24:59 +00:00
Andrew Nelless
790d108a56
Remove useless OpenSSL tarball
2017-02-07 01:24:33 +00:00
Andrew Nelless
d37920364d
Unzip GTest and GMock and remove zip handling code
2017-02-07 01:24:32 +00:00
Andrew Nelless
c27c094f9c
Merge changes from v1.8.6 and v1.8.7
2017-01-20 23:18:03 +00:00
XinyuHou
e1dc29799f
Fix wrong usage example in hm
2016-12-06 15:18:18 +00:00
Jerry (Xinyu Hou)
e6ca9e417d
#5699 load deploy target on load config so dist command is aware of it
2016-11-03 16:42:38 +00:00
Andrew Nelless
f2f4b05c6f
#5699 Only put MacOSX version number in filename when deploying for exact SDK
2016-11-03 14:55:36 +00:00
Jerry (Xinyu Hou)
5cccac360c
#5699 Add deploy target to GUI configure
2016-11-02 11:55:39 +00:00
Jerry (Xinyu Hou)
340ee43d90
#5699 Add Mac deploy argument in configure command
...
If deploy target is not specified, it would use the specified sdk
version
2016-10-31 17:40:54 +00:00
Andrew Nelless
96efe5fb73
Merge changes from v1.8.5
2016-10-31 16:14:39 +00:00
Andrew Nelless
c21fc4a6dd
#3797 Revert to using hardcoded SDK path for buildbot
2016-10-12 16:50:11 +01:00
rishubil
d1396c9767
#3797 Fix "Unix Makefile" build on macOS
2016-10-12 15:30:58 +01:00
Andrew Nelless
964f1aa093
Merge changes made in v1.8.4
2016-10-12 10:41:44 +01:00
Andrew Nelless
e18f8c62e7
#5617 Remove plugins support from toolchain
2016-09-29 13:11:09 +01:00
Andrew Nelless
cb20fdcc97
Merge bonjour branch
2016-09-26 15:39:53 +01:00
Andrew Nelless
c7bf59e6c1
Merge changes from v1.8.3
2016-09-26 15:33:57 +01:00
Andrew Nelless
c3c0913633
Update company copyright notice
2016-09-26 11:58:33 +01:00
Andrew Nelless
9a6f82d89d
Fix typo in hm.py toolchain
2016-09-26 11:58:33 +01:00
Andrew Nelless
36be2051c2
Change company domain name
2016-09-26 11:58:33 +01:00
Andrew Nelless
bb3be59c91
#4978 Link Bonjour statically
2016-08-09 10:04:32 +01:00
Jerry (Xinyu Hou)
091b7b98ef
#5389 Changed expected Qt version in script
2016-08-08 16:41:01 +01:00
Andrew Nelless
f7d8ea9686
#5390 Add --skip-tests config option
2016-08-08 16:41:01 +01:00
Jake Petroules
485469b5cd
#4978 Auto-detect Qt libraries location.
2016-08-08 16:41:01 +01:00
Jerry (Xinyu Hou)
25d8c5c32a
#4978 Added script to support VS2015
2016-08-08 16:41:01 +01:00
Jerry (Xinyu Hou)
822267d300
Fix indentation
2016-08-08 14:27:13 +01:00
Xinyu Hou
a68a01ca0f
Revert "Update search pattern for src type #5136 "
...
This reverts commit 9152c27522
.
2015-11-30 16:44:17 -08:00
Jerry (Xinyu Hou)
9152c27522
Update search pattern for src type #5136
2015-11-30 13:55:42 -08:00
Xinyu Hou
6320156279
Add stage and revision info in about page #4893
2015-10-19 15:15:03 -07:00
Jerry (Xinyu Hou)
41c03b8f37
Changed installer filename to use branch, stage and revision #4898
2015-07-24 15:21:57 -07:00
Adam Potolsky
c8740a4971
Added copying of MacOS plugins to Synergy bundle #4696
2015-06-09 10:19:27 -07:00
Adam Potolsky
ee2ed0a31c
changed synergy-plugins directory to synergy with the sub directory plugins #4696
2015-05-26 16:41:26 -07:00