Commit Graph

12396 Commits

Author SHA1 Message Date
Long Huan
5790aea02e
[librttopo]new port (#15037) 2020-12-18 12:02:48 -08:00
Adam Johnson
bdb225bc68
[python3] Build interpreter (#14891) 2020-12-18 12:00:45 -08:00
Mathis Logemann
e1417916bc
[comms] fixes debug build configuration (#15159)
* set include directory correctly

* Revert "set include directory correctly"

This reverts commit bde9f29021.

* try suggested fix

* try changes

* apply fix for comms-ublox

* fix commsdsl

* try moving in port dir

* Revert "try moving in port dir"

This reverts commit 93546df688.

* set port version

* fix port version

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* add usage file to comms

* add line to usage

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-12-18 03:04:07 -08:00
Cheney Wang
fe5852514a
[cppmicroservices] Fix warning C4834 (#15177)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-12-17 21:20:39 -08:00
NancyLi1013
ce5d30cb96
[osgearth/rocksdb] Update to latest release (#14976) 2020-12-17 11:53:17 -08:00
ras0219
9a81392e48
[vcpkg] VCPKG_ENV_PASSTHROUGH_UNTRACKED (#15115)
* [vcpkg] Add VCPKG_ENV_PASSTHROUGH_UNTRACKED

* [vcpkg] CR comments

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-17 11:35:08 -08:00
Kevin Lalumiere
a268c5a7f1
[vcpkg] Fix warning (as error) when building vcpgk/toolsrc with clang++ 10 or g++ 9.3 (see #15148) (#15149) 2020-12-17 00:20:34 -08:00
Billy O'Neal
5d41154c42
[docs] Document acceptable uses for features. (#15171) 2020-12-17 00:19:02 -08:00
Nagy-Egri Máté Ferenc
8bd3481146
[clrng] Add new port: clRNG (#14876) 2020-12-17 00:18:20 -08:00
Gyusun Yeom
1c33981078
[breakpad] Support breakpad_client on Linux & macOS (#15092) 2020-12-17 00:16:41 -08:00
Mathis Logemann
4177474d97
[mdns] added new port (#15142) 2020-12-17 00:16:17 -08:00
ankurverma85
43ed42101d
[coin] x64-windows-statid-md fixes (#15125) 2020-12-17 00:15:40 -08:00
Alexander Puzicha
5938bf8302
[eigen3] update to 3.3.9 (#15022) 2020-12-17 00:14:31 -08:00
Long Huan
4b6f0b1489
[readosm] Update to 1.1.0a (#15038) 2020-12-17 00:14:10 -08:00
JonLiu1993
202072f29f
[Realsense2] Update to 2.40.0 (#15156) 2020-12-17 00:13:09 -08:00
Jacob Kahn
4c9cdfefdb
[oneDNN] New port (#15068) 2020-12-17 00:12:26 -08:00
Robert Schumacher
981e65ce0a
[boost-modular-build-helper] Specify msvc version in user-config.jam (#15137) 2020-12-16 15:02:24 -08:00
nicole mazzuca
30767175d5
[vcpkg ci] upload diff from clang-format to artifacts (#15141)
* [vcpkg ci] upload diff from clang-format to artifacts

this allows people who do not have access to clang-format to format their code via diff
2020-12-16 13:14:35 -08:00
Billy O'Neal
d52fbe6a45
[openexr] Remove python dependency of openexr. (#15147)
In https://github.com/microsoft/vcpkg/pull/14891 @Hoikas points out that the port depends on Python but the portfile.cmake explicitly disables it with `-DPYILMBASE_ENABLE=FALSE`.
2020-12-16 11:45:49 -08:00
Mathis Logemann
49972a664f
update comms lib to latest (#15138) 2020-12-15 16:21:39 -08:00
JonLiu1993
c744bdf508
[osg] build failure (#15044) 2020-12-15 15:38:34 -08:00
Roel Standaert
68a7019643
[wt] Update to 4.5.0 (#15136) 2020-12-15 15:34:57 -08:00
Markus Rickert
18558d876c
[NLopt] Update to 2.7.0 (#15105) 2020-12-15 15:20:43 -08:00
ewertons
3de5895272
Azure-IoT-Sdk for C release 2020-12-09 (#15109) 2020-12-15 15:19:17 -08:00
Jocelyn GENNESSEAUX
3f4134fc43
p-ranav/csv2 update (#15104) 2020-12-15 15:18:13 -08:00
Long Nguyen
7944ed328a
[icu] mingw support + [mp3lame] Fix VCPKG_TARGET_STATIC_LIBRARY_SUFFIX (#14969) 2020-12-15 15:00:41 -08:00
Bruk Tedla
7e50ef05c8
[imgui] Add experimental docking feature (#13899) 2020-12-15 14:46:58 -08:00
Leonid Pospelov
f78ccd9f0e
[mongo-c-driver] Fix Git too long path error with -c (#14825)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-15 14:37:00 -08:00
nicole mazzuca
0d76ba45a4
[vcpkg] fix v140. again (#15116) 2020-12-15 14:31:10 -08:00
ras0219
595777db23
[vcpkg] Remove extra indirection in IVersionedPortfileProvider/IBaselineProvider (#15010)
* [vcpkg] Remove extra indirection in IVersionedPortfileProvider/IBaselineProvider

* [vcpkg] Address CR comment

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-15 10:28:20 -08:00
ras0219
ef7e1abfb1
[vcpkg] Fix CMAKE_CURRENT_LIST_DIR in load_dep_info_vars() (#15110)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-15 10:27:32 -08:00
ras0219
815396fa4e
[vcpkg] Refactor end-to-end tests (#15081)
* [vcpkg] Refactor end-to-end tests

* [vcpkg] Cherry-pick x-builtin-ports-root from #14999

* [vcpkg] Move create test from unit tests to e2e

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-15 10:26:00 -08:00
gritukan
2aaa675730
Properly index package actions in log (#15076) 2020-12-14 16:23:56 -08:00
ras0219
54d73a56f8
[vcpkg] Disable survey message (#14954) 2020-12-14 12:02:22 -08:00
ras0219
e01668e44d
[glbinding] Improve usage information (#15082) 2020-12-14 11:39:50 -08:00
ras0219
baf01dc7c0
[vcpkg] Adhere to older draft schema to improve compatibility with editors (such as VS) (#15084) 2020-12-14 11:24:19 -08:00
Jack·Boos·Yu
887fa81c66
[fontconfig] Disable install data files (#15060) 2020-12-14 10:17:29 -08:00
Tetsuya Hayashi
43e0f1bce3
Avoid C4819 warning during bootstrap-vcpkg.bat (#15095) 2020-12-14 09:50:58 -08:00
Adam Johnson
81b67c3878
[hyperscan] Remove erroneous python3 dependency. (#15080) 2020-12-12 15:38:14 -08:00
Jacob Kahn
c77aad3919
[arrayfire] Remove forge and graphics deps from port (#15027) 2020-12-12 15:35:03 -08:00
Owen Rudge
7f328aa390
[vcpkg] Don't require native tools on arm64 macOS (#15045) 2020-12-11 17:42:38 -08:00
Jack·Boos·Yu
a9df4e2a81
[sentry-native] Fix sentry-config-cmake.in (#15042) 2020-12-11 17:41:02 -08:00
Jack·Boos·Yu
db6a7c7278
[openssl] Remove extra slashes when installing usage (#15062) 2020-12-11 17:40:21 -08:00
Rémi Bédard-Couture
fb6aa6434f
Update to v2.7.0 (#15057) 2020-12-11 17:00:37 -08:00
NancyLi1013
929c7d921b
[mp3lame] Fix lib suffix on Unix (#15058) 2020-12-11 17:00:02 -08:00
NancyLi1013
3b935db358
[opencascade] Fix OpenCASCADE_INSTALL_PREFIX path in config (#15056) 2020-12-11 16:59:14 -08:00
Owen Rudge
234227c2b7
[libpng] Fix cross-compilation on macOS (#15002) 2020-12-11 14:19:33 -08:00
Jesse Farebrother
1fca0cb761
[sdl2] Don't propagate shared link options (#14992) 2020-12-11 14:18:42 -08:00
Dmitry Baryshev
c3e6d937e6
[sail] Add new port (#14925) 2020-12-11 14:17:43 -08:00
Stefano Sinigardi
e054fe2b20
[OpenCV] fix compatibility with VTK9 (#12785) 2020-12-11 14:16:29 -08:00