deskflow/src/lib
Nick Bolton 94d9baca2d
Use vcpkg to manage openssl dep instead of choco (#7471)
* Brighter red

* Move openssl to vcpkg.exe

* Revert "Move openssl to vcpkg.exe"

This reverts commit 36f39d916f.

* Add missing copyright

* Fix copyright dates

* Remove openssl from choco

* Install openssl using vcpkg

* Add deps for vcpkg

* Add missing vcpkg manifest

* Revert "Add deps for vcpkg"

This reverts commit c266d29c2c.

* Make vcpkg Windows only

* Improve comment about vcpkg

* Remove unused var

* Add caching for vcpkg

* Reorg launch.json

* Remove static env var for openssl on Windows

* Add openssl dep to vcpkg

* Update ChangeLog

* Add OpenSSL include dir

* Remove pointless choco cache

* Remove vcpkg downloads

* Remove wixtoolset for CI already installed on GitHub runners

* Use `Remove-Item` instead of `rmdir`

* Move cmake and ninja out of choco

* Revert "Move cmake and ninja out of choco (winget not supported on GitHub runner)"

This reverts commit a65c02d275.

* Move cmake and ninja to winget and don't use choco on CI

* Remove winget action

* Use scoop on CI and winget locally

* Use `seanmiddleditch/gha-setup-ninja` for Ninja

* Improve comments

* Install Ninja before deps

* Use system vcpkg if installed

* Revert "Use system vcpkg if installed"

This reverts commit 4ddee1c66e.

* Add comment about why we're using local vcpkg

* Fixed comment about VC++

* Improve config comments

* Delete dead code

* Improve comment about vcpkg/buildtrees
2024-09-04 16:52:37 +01:00
..
arch Improve handling of Qt-related warnings and errors (#7431) 2024-08-09 14:03:48 +01:00
base Wayland support (port Red Hat libei and libportal impl) (#7449) 2024-08-30 15:53:25 +01:00
client Improve UI design and reduce over-use of #ifdef (#7413) 2024-07-26 23:53:52 +01:00
common Add reset settings menu action and env var (#7435) 2024-08-11 00:58:24 +01:00
gui Use vcpkg to manage openssl dep instead of choco (#7471) 2024-09-04 16:52:37 +01:00
io Solve low hanging reliability and maintainability issues (#7403) 2024-07-18 08:04:39 +01:00
ipc Improve handling of Qt-related warnings and errors (#7431) 2024-08-09 14:03:48 +01:00
license Improve error handling and use long long for dates (#7442) 2024-08-14 00:13:17 +01:00
mt Solve low hanging reliability and maintainability issues (#7403) 2024-07-18 08:04:39 +01:00
net Use vcpkg to manage openssl dep instead of choco (#7471) 2024-09-04 16:52:37 +01:00
platform Port EI fixes to use pipe2 instead of pipe and fcntl (#7470) 2024-09-03 20:18:13 +01:00
server Load server or client args from synergy-config.toml (#7467) 2024-09-02 23:48:57 +01:00
synergy Load server or client args from synergy-config.toml (#7467) 2024-09-02 23:48:57 +01:00
utils Improve error handling and use long long for dates (#7442) 2024-08-14 00:13:17 +01:00
CMakeLists.txt Improve handling of Qt-related warnings and errors (#7431) 2024-08-09 14:03:48 +01:00