Ehsan
54696ca5a4
[riffcpp] Update library to 2.2.2 ( #7859 )
2019-08-23 08:30:24 -07:00
Ehsan
0c16ce6ea5
[cryptopp] Update library to 8.2.0 ( #7854 )
2019-08-23 08:29:41 -07:00
Casey Carter
9c69826345
Update range-v3 reference ( #7845 )
...
To fix breakage in VS2019 16.3p2 with the range-v3 0.5.0 (latest) release.
2019-08-23 08:28:37 -07:00
Nicole Mazzuca
cc35672763
( #7798 ) [vcpkg] Fix the build on FreeBSD 😈
...
Add a `#else` line to `toolsrc/src/vcpkg/base/files.cpp`. On Linux
and macOS, there are specific ways to copy from file descriptor to file
descriptor, but on FreeBSD there isn't (as far as I could tell). This
change does a copy using the POSIX standard `read` and `write` calls.
(This change was to `RealFilesystem::rename_or_copy`).
We expect to have people on FreeBSD install CMake themselves, and use
`./bootstrap.sh -useSystemBinaries`, in order to build vcpkg.
Since CMake 3.15.2 exists in the FreeBSD 12 (latest stable) package
manager, it's trivial to install it.
2019-08-23 07:01:03 -07:00
Alexander Neumann
78abf650e7
[vcpkg] QoL: add host/target dependent variables for executable suffixes ( #7599 )
...
* improve documentation
* add executable suffixes for host/target into common definitions
2019-08-22 15:57:24 -07:00
Bradley Austin Davis
fcd8a64596
[basisu] fix vcpkg version, merge upstream fixes ( #7836 )
2019-08-22 14:59:38 -07:00
zi-m
9241e6c4b2
[quickfast] Add new port ( #7814 )
...
* quickfast
* replace 'noexcept' with BOOST_ASIO_NOEXCEPT
2019-08-22 14:56:29 -07:00
martin-s
95f9df7134
- Fixed ports script. ( #7793 )
2019-08-22 14:55:50 -07:00
Phil Christensen
daeba9e58b
Merge pull request #7840 from AMDmi3/patch-1
...
Add homepage for selene
2019-08-22 13:47:25 -07:00
Dmitry Marakasov
ba16e83caa
Add homepage for selene
2019-08-22 23:13:38 +03:00
Kai Nadler
7cdb588983
[libmodbus] Update library to 3.1.6 ( #7834 )
2019-08-22 08:15:58 -07:00
Curtis J Bezault
94ef325828
[vcpkg] Fix gcc-9 warning ( #7816 )
...
* drop one usage of span in export. Span is not appropriate for rvalues
* Add back reference
* Fix @ubsan 's comments
2019-08-21 14:23:15 -07:00
JackBoosY
34a26540b1
[leptonica]Add dependency port libwebp and fix find libwebp in debug/release ( #7712 )
...
* [leptonica]Add dependency port libwebp and fix find libwebp in debug/release.
* [leptonica]Add dependency to LeptonicaConfig.cmake.
* [leptonica]Re-fix find libwebp.
2019-08-21 14:01:57 -07:00
Phil Christensen
ec3060c73f
[qt-advanced-docking-system] new port
...
[qt-advanced-docking-system] Add new port
2019-08-21 11:22:05 -07:00
Ehsan
d285719f5b
[spirv-cross] Update library to 2019-07-26 ( #7802 )
2019-08-21 08:00:09 -07:00
Ehsan
3b8d8e5266
[spectra] Update library to 0.8.1 ( #7803 )
2019-08-21 07:55:37 -07:00
Ehsan
a6bcdb1616
[sol2] Update library to 3.0.3 ( #7804 )
2019-08-21 07:55:19 -07:00
Ehsan
fb27b07f81
[snowhouse] Update library to 3.1.1 ( #7805 )
2019-08-21 07:54:51 -07:00
Ehsan
549ea1f9de
[safeint] Update library to 3.21 ( #7806 )
2019-08-21 07:54:21 -07:00
Ehsan
3ec4ad0eeb
[reproc] Update library to 8.0.1 ( #7807 )
2019-08-21 07:53:59 -07:00
Ehsan
96e79d95af
[re2] Update library to 2019-08-01 ( #7808 )
2019-08-21 07:53:36 -07:00
Stijn Herfst
531009c799
disabled examples
2019-08-21 14:50:17 +02:00
JackBoosY
e5bf7eae99
[openimageio]Fix find correct debug/release openexr libraries. ( #7747 )
2019-08-20 14:56:32 -07:00
Lily
d941bb553a
[embree3] Fix install path ( #7767 )
2019-08-20 14:55:51 -07:00
ewertons
bad7798afe
[azure-iot] vcpkg update for master/public-preview release ( #7791 )
2019-08-20 14:54:36 -07:00
Benjamin Sergeant
6b8146c1fb
ixwebsocket: update to version 5.0.4 ( #7789 )
2019-08-20 14:53:47 -07:00
JackBoosY
aeb3293b9f
[luajit]Separate debug/release build path and fix generate pdbs. ( #7764 )
...
* [luajit]Separate debug/release build path and fix generate pdbs.
* [luajit]Replace port name to ${PORT}
2019-08-20 13:15:08 -07:00
JackBoosY
f7e4478af1
[fribidi]Fix static library suffix in windows-static ( #7768 )
2019-08-20 12:18:47 -07:00
shuitianxu
adad43a417
fix7725issue - Change include header path ( #7769 )
2019-08-20 12:18:09 -07:00
dan-shaw
0433989bad
[tensorflow] add new port for linux ( #7568 )
...
* [+] Add tensorflow-cc port (Linux only)
* [~] Refactor installation of tensorflow/external
1. Install tensorflow/external to tensorflow-etc/external;
2. Fix TensorflowCCConfig.cmake accordingly.
* [tensorflow] Work in progress
* fix tensorflow linux config
* [tensorflow] partial support for windows
* fix config paths
* use environmental variables instead
* remove files
* add python_path
* add verbose error messages
* review fixes
* [tensorflow] refactor config file
* minor changes
* set arch for CI
2019-08-20 12:13:26 -07:00
Ehsan
7f165907fc
[eastl] Update library to 3.14.01 ( #7786 )
2019-08-20 11:23:18 -07:00
zi-m
87da388431
[sparsehash] Add new port ( #7772 )
...
* sparsehash
* Update portfile.cmake
2019-08-20 10:33:40 -07:00
Ehsan
573bebe6b7
[dimcli] Update library to 5.0.0 ( #7785 )
2019-08-20 10:24:28 -07:00
Curtis J Bezault
4da95d667c
[vcpkg]Port toolchains ( #7687 )
...
* checkpoint commit
* Only set VCPKG_ENV_OVERRIDES_FILE if it exists
* First pass at working port-toolchain
* Update VERSION.txt
* Return rvalue
* Fix compilation error
* Some fixes are requested by @ubsan
* Fix another compilation error
2019-08-20 08:47:26 -07:00
Ehsan
463a67897c
[argagg] Update library to 0.4.6 ( #7752 )
2019-08-20 08:43:51 -07:00
Ehsan
3c52222b9a
[argparse] Update library to 1.9 ( #7753 )
2019-08-20 08:43:35 -07:00
Long Huan
6b99a1dddc
[qtkeychain]Add new port ( #7760 )
...
* new port qtkeychain
* Update CONTROL
* not build translations on linux
Avoiding issues #7771 by not build translations on linux
2019-08-20 08:43:20 -07:00
Long Huan
3173e5516a
[libspatialindex]Add new port ( #7762 )
...
* new port libspatialindex
* Update portfile.cmake
* support static build
2019-08-20 08:41:32 -07:00
OWenT
48598bcb6d
[libcopp] Update library to 1.2.0 ( #7770 )
2019-08-20 08:40:50 -07:00
Alexander Neumann
743bec775a
make find_library useable without errors to console. ( #7773 )
2019-08-20 08:34:18 -07:00
Ehsan
614dbcbf55
[cgltf] Update library to 1.3 ( #7774 )
2019-08-20 08:33:47 -07:00
Ehsan
9625aef2b3
[distorm] Update library to 3.4.1 ( #7777 )
2019-08-20 08:33:27 -07:00
Ehsan
5b6222a273
[clara] Update library to 1.1.5 ( #7775 )
2019-08-20 08:33:15 -07:00
myd7349
c6a9288ddd
[nanort] Add new port ( #7778 )
2019-08-20 08:32:54 -07:00
Ehsan
c2cfec18a4
[inih] Update library to 45 ( #7780 )
2019-08-20 08:32:09 -07:00
Ehsan
d5a54cf253
[leaf] Update library to 0.2.2 ( #7782 )
2019-08-20 08:31:57 -07:00
Phil Christensen
2b1733d9d3
Merge pull request #7642 from sjdrc/patch-1
...
[qt5]Only build qt5-activeqt on windows
2019-08-19 23:20:42 -07:00
Phil Christensen
568f6c9f14
[libfabric] Update library to 1.8.0 ( #7755 )
2019-08-19 23:07:17 -07:00
Ehsan
b85f6e9a66
[clp] Update library to 1.17.3 ( #7756 )
2019-08-19 23:06:48 -07:00
JackBoosY
9ff11b0d00
[gdal]Fix dependent ports in static builds. ( #7434 )
2019-08-19 17:10:41 -07:00