Commit Graph

9466 Commits

Author SHA1 Message Date
Genos
f89462c8c2 [mgnlibs] Add new port (#8390) 2019-10-02 19:17:31 -07:00
Ehsan
fcd1e4d21f [libfabric] Update library to 1.8.1 (#8415) 2019-10-02 16:03:51 -07:00
Daan De Meyer
1ac57d42ac Update reproc to 9.0.0. (#8411)
- Update description.
- Remove unused REPROC++_INSTALL option.
- Stop installing pkgconfig files.
- Remove explicit REPROC_INSTALL option as its enabled by default in
this scenario.
2019-10-02 16:02:55 -07:00
zi-m
16a2ec4e99 fix find_package(json5-parser ...) issue (#8401) 2019-10-02 15:51:40 -07:00
Alexander Karatarakis
3db8ce2d66 [magic_enum] Update to 0.6.1. Add HEAD_REF (#8431) 2019-10-02 13:54:38 -07:00
Ehsan
28bba7b338 [kangaru] Update library to 4.2.1 (#8414) 2019-10-02 13:20:42 -07:00
Antonio Artigas
97c1aa173b Fix typo in qt5-base/cmake/install_qt.cmake (#8417) 2019-10-02 09:56:44 -07:00
Vinny
85e7e815f1 Update and rename cmake_fixup_cmake_targets.md to vcpkg_fixup_cmake_targets.md (#8424)
Corrected incorrect file name. 
Added inline code for reading clarity
Added examples
2019-10-02 07:08:51 -07:00
Griffin Downs
02e6ec94b4
Add September changelog (#8418) 2019-10-02 00:09:18 -07:00
Alvin
993f52c886 [cpp-base64]Add new port. (#8368)
* [cpp-base64]Add new port.

* [cpp-base64]Change copyright path and name.
2019-10-01 15:51:02 -07:00
Vinny
5ebf65665d [Documentation] Added documentation page for vcpkg_fixup_cmake_targets.cmake (#8365)
* Added documentation page for vcpkg_fixup_cmake_targets.cmake, added example usage comment to .cmake file

* Update cmake_fixup_cmake_targets.md

* Update cmake_fixup_cmake_targets.md
2019-10-01 08:21:04 -07:00
myd7349
281d107328 [mathc] Add new port (#8394) 2019-09-30 08:51:44 -07:00
Alexander Neumann
4279a79208 [vtk] fix typo in lzma and lz4 patch (#8403)
* correct find_library call

there was a typo.

* fix find_library call

* Update CONTROL
2019-09-30 08:49:36 -07:00
NancyLi1013
94b7f9a6a8 [assimp] Update the version (#8381) 2019-09-29 23:10:45 -07:00
Long Huan
fe3e544fa5 [python3]make python3 support unix (#8055)
* support unix

* Update portfile.cmake

call vcpkg_execute_build_process instead of vcpkg_execute_required_process
2019-09-29 18:58:00 -07:00
Curtis J Bezault
2cf0a50129
drop useless patch (#8395) 2019-09-29 18:41:24 -07:00
janholt
b09ce119c5 [clapack] fix clapack install (#8388) 2019-09-29 16:48:10 -07:00
Andrew Gunnerson
4235c216ac [libplist,libusbmuxd] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY (#8392)
* [libplist] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY

libplist appears to always build as a dynamic library and the previous
ONLY_STATIC_LIBRARY option was causing the DLLs to not be installed.

Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>

* [libusbmuxd] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY

libusbmuxd also always builds as a dynamic library (like libplist).

Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>

* [libplist] Ensure app container bit is set for UWP DLLs

Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
2019-09-29 16:35:00 -07:00
myd7349
1944bcf8b1 [cpuinfo] Add new port (#7449)
* [cpuinfo] Add new port

* [cpuinfo] Fix patch URL

* [cpuinfo] Fix CI failures

* [cpuinfo] Update TODO
2019-09-29 16:20:51 -07:00
Chao
b9c87f40d4 [alembic,geogram,openimageio]: alembic: in favor of FindOpenEXR.cmake installed alongside package openexr by vcpkg so that debug version of openexr can actually be found and linked into; (#8379)
geogram: remove /src/lib from INTERFACE_INCLUDE_DIRECTORIES in GeogramTargets.cmake, as /src/lib is not a valid include path;
openimageio: in favor of FindOpenEXR.cmake and LibRaw-config.cmake installed by vcpkg so that the debug version of openexr and libraw can actually be found and linked into;
2019-09-29 13:07:50 -07:00
Ian Reinhart Geiser
3c39089dad [rxcpp] Change to new repository (#8361)
* Update for new repo

* Update portfile.cmake
2019-09-29 10:51:23 -07:00
Daniel Parker
22cbc5c7e3 Update jsoncons to v0.136.0 (#8382) 2019-09-29 10:50:34 -07:00
Wolfgang Stöggl
d993260886 Fix a typo in maintainer-guide.md (#8383) 2019-09-29 10:50:13 -07:00
NancyLi1013
a07cd2ecc4 [angle] Update to the latest commit. (#7329)
* [angle] Update to the latest commit.

* Fix build linux.

* Update CMakeList.txt and linux patch.

* update to latest

* Disable OpenGL deprecation warnings

* Update CMakeLists.txt

* include objective c files

* don't filter any files out of common (same as upstream autotools)

* drop unit tests so we don't bring in gtest

* add filter mode

* add back filter except for android
2019-09-29 10:25:14 -07:00
Alvin
e81eceefa7 [asynch,minimp3]Change copyright path and name. (#8371)
* [asynch,minimp3]Change copyright path and name.

* [asynch,minimp3]Update version.

* [winreg]Change copyright path and name,Update version.
2019-09-29 02:30:06 -07:00
Brett-Michael Green
719c9f9ef8 add support for tcl (#8026) 2019-09-28 21:52:58 -07:00
lakinwecker
453ffa5aad Speed up the gdal build by using all available cores for make. (#8375)
* Speed up the gdal build by using all available cores for make.

* Also build the debug build with all cores.

* Addresses the review comments.

Use VCPKG_CONCURRENCY so the normal vcpkg concurrency controls apply.
Use vcpkg_execute_build_process and NO_PARALLEL_COMMAND which allows
for builds to be retried in some cases where parallel builds might fail.
2019-09-28 11:32:15 -07:00
myd7349
60c5814063 [wepoll] Add new port (#8280)
* [wepoll] Add new port

* [wepoll] Switch to dist branch
2019-09-28 08:54:09 -07:00
NancyLi1013
39ae95f5a9 [assimp] Update the version to 5.0.0 (#8370) 2019-09-27 11:17:08 -07:00
Robert Schumacher
2f11e0732a [hpx] Redirect --head to stable (#8259) 2019-09-27 11:16:02 -07:00
Robert Schumacher
9433136b22 [boost] Update to 1.71.0 (#7959)
* [boost] Update to 1.71.0

* [openmvs] Fixes for boost 1.71

* [telnetpp] DISABLE_PARALLEL_CONFIGURE

* [execute_process] Fix output variables (like error_code) not getting populated

* [telnetpp] Add missing boost-exception dependency

* [boost] Refactor generate-ports.ps1 into scripts dir. Enable boost-thread on uwp.

* [boost-iostreams] Revert removal of zstd dependency

* [openmvs] Fix tools deployment
2019-09-27 10:41:02 -07:00
NancyLi1013
50b49af28a [cppkafka] Fix dynamic build. (#8073)
* [cppkafka] Fix dynamic build.

* [cppkafka] Remove CPPKAFKA_BOOST_STATIC_LIBS

* Remove CPPKAFKA_RDKAFKA_STATIC_LIB option
2019-09-27 09:48:09 -07:00
Phoebe
adfa6fd359 [librdkafka] Add vcpkg-cmake-wrapper.cmake (#8355)
* [librdkafka] Add vcpkg-cmake-wrapper.cmake

* Update changes
2019-09-27 09:46:49 -07:00
JackBoosY
77a0a4a615 [halide]Upgrade to release_2019_08_27. (#8102)
* [halide]Upgrade to release_2019_08_27.

* [llvm]Fix llvm tools path in cmake.

* Re-trigger CI system.
2019-09-27 02:05:33 -07:00
past-due
67a9305c75 [curl] Update to 7.66.0 (#7331)
* [curl] Update to 7.65.3

* [curl] Remove USAGE

(Use auto-generated message about exported config.)

* Add wrapper

* [curl] Update to 7.66.0

* Add wrapper to curl

* drop parent_scope

* add change that didn't make it

* Populate CURL_LIBRARY

* Fix transitive dependency

* try to actually set LIBRARIES

* get .libs

* fix curlpp and dynamic builds on linux

* add @cenit's suggestion and fix typo in curlpp

* modify PDAL patch
2019-09-26 21:31:33 -07:00
Alvin
ee0bfad1cf [nanogui] Add new port (#8302)
* [nanogui]Add new port.

* [nanogui]Repatch.

* [nanovg]Update the CONTROL version of the nanovg port.
2019-09-26 17:04:10 -07:00
Jens Weggemann
2e9a0c4173 [volk] Update to latest version for crucial upstream fixes to the CMake files. (#8364) 2019-09-26 16:49:35 -07:00
Phoebe
690ddd480f [many ports] Warning to VCPKG long build path (#8331) 2019-09-26 14:31:55 -07:00
Vinny
20db9806c6 [Tweeny] Added Tweeny port (#8341)
* [Tweeny] Added Tweeny port

* Removed include(vcpkg_common_functions), replaced file() calls with vcpkg_fixup_cmake_targets
2019-09-26 14:24:54 -07:00
zi-m
22389a4690 [clickhouse-cpp] Add new port (#7880)
* cityhash

* clickhouse-cpp

* add LZ4_DISABLE_DEPRECATE_WARNINGS

* add CXX_STANDARD 11

* remove 'usage' file

* tabs -> spaces

* use version of 2019-05-22 instead of patching code

* fix: remove ports/cityhash/usage
2019-09-26 12:56:46 -07:00
Silvio Traversaro
4afc873253 [ignition-fuel-tools1] Add new port (#8136)
Add new port for the ignition-fuel-tools version 1, part
of the Ignition Robotics Libraries (https://ignitionrobotics.org/).
2019-09-26 12:03:56 -07:00
Phil Christensen
2f4cb2d5be
[CI system] Add features to test result xml (#8342)
* Add features to test result xml
2019-09-26 11:10:26 -07:00
NancyLi1013
ad49c27d4e [vtk] Fix vtk[python] build failure (#8345) 2019-09-26 10:10:49 -07:00
JackBoosY
13476c9c93 [sol2]Disable export namespace to fix usage issue. (#8243)
* [sol2]Disable export namespace to fix usage issue.

* [sol2]Re-fix namespace issue.
2019-09-26 05:43:46 -07:00
JackBoosY
c7b705fc05 [arrow]Fix build error on Visual Studio 2019. (#8263) 2019-09-26 02:49:59 -07:00
Daniel Parker
273c31fe37 Update jsoncons to v0.135.0 (#8348) 2019-09-26 01:54:57 -07:00
Hongxu Xu
2e7f3f6f48 [Mecab] Fix invalid cmake config and target files. (#8229) 2019-09-25 22:04:20 -07:00
Bradley Austin Davis
a13185e0b9 [openxr-loader] Add openxr C++ bindings (#8255)
* [openxr-loader] Add openxr C++ bindings

* Bump version
2019-09-25 21:36:06 -07:00
myd7349
3e251748ed [portable-snippets] Add new port (#7783)
* [portable-snippets] Add new port

* [portable-snippets] Update to 2019-09-20
2019-09-25 15:39:15 -04:00
JackBoosY
2419d39160 [libosip2]Add new port. (#8261)
* [libosip2]Add new port.

* [libosip2]Use macro LIBOSIP2_VER.
2019-09-25 12:19:45 -07:00