aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-20[vcpkg] fix extern C around ctermid (#11343)nicole mazzuca
Additionally, move the system_header invocations to their own header file, <vcpkg/base/system_header.h>
2020-05-19Fix CMake PATH that fails Windows tests. (#11453)Billy O'Neal
2020-05-19[vcpkg] pass -disableMetrics to bootstrap on git bash (#11299)nicole mazzuca
in git bash, we call back into bootstrap-vcpkg.bat, but we don't pass -disableMetrics through. This commit corrects this
2020-05-19[harfbuzz,skia] Update and replace Skia dependencies with vcpkg (#11416)Martin Vejdarski
2020-05-19[grpc] upgrade to 1.28.1 (#11449)Igor Kostenko
2020-05-19[realsense2] Update to 2.34.0 (#11437)Cheney Wang
* [realsense2] Update to 2.34.0 * Modify the value of REF from version to commit id Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-05-19[libgo] Update CONTROL to fix typo (#11435)Tim Autry
2020-05-19[utfcpp] Update to 3.1.1 (#11426)Rémy Tassoux
2020-05-19[parallel-hashmap] Update parallel-hashmap version (#11420)Gregory Popovitch
* update parallel_hashmap version * Update portfile.cmake * Update CONTROL * Update portfile.cmake for parallel_hashmap * bump parallel-hashmap to latest github release * Update parallel_hashmap version to 1.32 (current) * Update CONTROL * update portfile as requested
2020-05-19[protobuf] protobuf v3.12.0 (#11397)Jozef Izso
* [protobuf] protobuf v3.12.0 * Fix ignition-msg5 library to compile with protobuf 3.12
2020-05-19[angle] update for gcc 10 compatibility (#11394)Igor Kostenko
* [angle] update for gcc 10 compatibility * [angle] macos fix * [angle] Fix UWP builds Co-authored-by: Igor Kostenko <ikostenko@perforce.com>
2020-05-19[vcpkg] Optimize string split slightly. (#11433)Billy O'Neal
2020-05-19[parallelstl] update to 20200330 (#11379)Igor Kostenko
* [parallelstl] update to 20200330 * code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-19[cmake] Update to 3.17.2 (#10767)Jack·Boos·Yu
* [cmake] Update to 3.17.1 * update cmake directory name * [cpuid] Fix install headers. * [stormlib] Fix install headers * [murmurhash] Fix install headers * [metrohash] Fix install headers * update baseline * update baseline * [otl] update hash * update baseline * [gts] Do not use ninja to avoid empty implib issue * update baseline * [dmlc] Re-trigger ci test * [replxx] Re-trigger ci test * update baseline * [osg] Re-trigger ci test * [replxx] Fix build failure * Set cmake min version to 3.17.1 * update baseline * [libnice] Re-trigger ci test * [mlpack] Re-trigger ci test * update to 3.17.2 * update cmake hash * update baseline * update baseline * update baseline * update baseline * Update scripts/ci.baseline.txt Co-authored-by: Billy O'Neal <billy.oneal@gmail.com> * update baseline * update baseline * [magnum] Set magnum:arm64-windows to skip in baseline * [nanogui] Set nanogui:arm64-windows to fail in baseline * [nettle] Set nettle:x64-windows to fail, waiting for fix this issue in another PR * re-trigger CI test * update baseline * Install unixODBC in Linux * [nanodbc] Re-trigger CI test * update baseline * Remove space * update baseline
2020-05-19[ixwebsocket] update to 9.6.2 (#11030)Benjamin Sergeant
* [ixwebsocket] update to 9.5.0 * remove reference to vcpkg_test_cmake which is deprecated (was commented) * remove all features, bump to depend on 9.5.2 * wrong sha512 * exclude uwp from the supported platforms / cannot see in logfiles why it is not building + I do not have access to this platform for testing * try again uwp * bring back mbedtls dep * 9.5.8 has an old pre 1.1 openssl fix * use mbedtls on windows and uwp * revert to original CONTROL file * do not install ixwebsocketConfig.cmake which conflicts with vcpkg * portfile will handles openssl, mbedtls and sectransp options to choose the tls backend library Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-05-19[munit] Add new port (#6780)myd7349
* [munit] Add new port * [munit] Modernize * [muint] Update to 2020-04-06 * [munit] Update CI baseline * [munit] Update CI baseline * [munit] Fail fast * [munit] Download meson on linux and osx * [vcpkg_find_acquire_program] Always download meson if not found * Revert "[munit] Download meson on linux and osx" This reverts commit e7e17730d40e1b8a11a12c2bb28340a72247dce0. Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-05-19[vcpkg] Harden file removals and clean directory contents in "CI" inside ↵Billy O'Neal
vcpkg itself. (#11432) `files.h/files.cpp`: * Add end and else comments to all macros. * Add "remove_all_inside" function which empties a directory without actually deleting the directory. This is necessary to handle the case where the directory is actually a directory symlink. * Change remove_all to use std::remove when VCPKG_USE_STD_FILESYSTEM is set; this will engage POSIX delete support available on current Win10. `commands.ci.cpp`: empty "installed". `*/initialize_environment.*`: No longer clean the directories outside the tool. `ci-step.ps1`: Remove unused console output tee-ing.
2020-05-19[vcpkg CI] Clean git directory before clone (#11450)nicole mazzuca
2020-05-18[libgo] Update to 3.1 (#11263)NancyLi1013
* [libgo] Update to 3.1 * Add headers in debug sub folder * Update ci.baseline and remove headers in debug/include directory * Update the way to install headers and targets on Windows * Remove the headers in netio/disable_hook on all platforms * Add unsupported for arm and uwp * Add only support static build and update ci.baseline * code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-18[vcpkg] Hardem expand environment strings path with explicit integer ↵Billy O'Neal
overflow checks and resistance to CP_ACP. (#11315)
2020-05-18[nlopt] Enable UWP support (#11398)Markus Rickert
2020-05-18[sciter] Update to 4.4.3.18.7817 (#11393)pravic
2020-05-18[imgui] update to 1.76 (#11388)Michael Quigley
2020-05-18[qt5-base] Add Xorg dependency libxcursor-dev (#11371)Lily
2020-05-18[vcpkg] msbuild: do not build vcpkgmetricsuploader when -disableMetrics (#11368)Markus Rickert
2020-05-18[gSoap] Update to 2.8.102 and re-enable x64 Builds (#11355)Sönke Schau
* Update to 2.8.102 and reenable x64 Build * Remove surplus empty directory during install * Corrected the "Supports" entry in CONTROL Should have read the documentation for "Supports" to see that this is a boolean expression
2020-05-18[ctp] New port CTP library 6.3.15 (#10717)Vincent Gao
* [ctp] New port CTP library 6.3.15 * [ctp] Minor changes - Update portfile to support custom triplets - disable CI due to downloading server availability * Update ports/ctp/portfile.cmake * Update ports/ctp/portfile.cmake * Remove ${...} from if Co-authored-by: Vincent Gao <xgao1023@outlook.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-18[libxml2] Add iconv and charset linkage in vcpkg-cmake-wrapper on osx (#11072)Alexander Neumann
* [libxml2] Add iconv and charset linkage in vcpkg-cmake-wrapper on osx * update baseline * update baseline
2020-05-18[libvmdk] Initial port (#11010)Nick Renieris
* [libvmdk] Initial port Signed-off-by: Nick Renieris <velocityra@gmail.com> * Update scripts/ci.baseline.txt Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-18[libpq] Update to 12.2 and some feature fixes (#10915)Alexander Neumann
* fix number of spaces in string replacement * fix libiconv library name * [libpq] update to 12.2 fix some issues with features feature combination client+nls does not compile with latest VS due to libpq src's accessing an implementation detail (needs upstream fix) * on arm skip host openssl version check if host cannot execute the triplet version * use PORT_VERSION to update the version references more easily * fix tcl and python feature on windows
2020-05-15[vcpkg] Avoid naming Policheck sensitive term 'Virgin Islands' (#11339)Billy O'Neal
2020-05-15[aws-sdk-cpp] Update to 1.7.333 (#11332)Lee Packham
* Update CONTROL.in to match current version * Update sha for checkout/checksum
2020-05-15[sqlite3] Enable build for android (#11267)huangqinjin
2020-05-15[tiff] Install runtime deps for tiff[tool] (#11364)Thomas Gwynne-Timothy
* Install runtime deps for tiff[tool] fixes microsoft/vcpkg#11361 * Remove deprecated include * Increment port version
2020-05-15[restinio] update to v.0.6.8. (#11367)eao197
2020-05-15[uthenticode] Update to 1.0.4 (#11362)William Woodruff
2020-05-15[gsl-lite] update to 0.37.0 (#11351)Moritz Beutel
2020-05-15[paho-mqttpp3] update to 1.1 (#11327)hank121314
* [paho-mqttpp3]:update to 1.1 * [paho-mqttpp3]:update to latest commit * [paho-mqttpp3]: fix static library build error * [paho-mqttpp3] (docs): add HomePage to CONTROL and (deprecated): remove include(vcpkg_common_functions) from protfile.cmake
2020-05-15[Quill] update to v1.3.1 (#11326)Odysseas Georgoudis
* Quill update to 1.3.1 * revert arm64 changes
2020-05-15[ogre/ogre-next] Add conflict error message (#11325)Lily
* [ogre/ogre-next] Add conflict error message * [ogre] Fix build error * [ogre/ogre-next] Fix deprecated function
2020-05-15[libmysql] Update to 8.0.20 (#11303)NancyLi1013
* [libmysql] Update to 8.0.20 * Fix the redefinition'MYSQL_BIND' between libmysql and libodb-mysql
2020-05-15[OpenGL] Fix lib files copy when VCPKG_BUILD_TYPE is set (#11294)Vitalii Koshura
* [OpenGL] Fix lib files copy when VCPKG_BUILD_TYPE is set Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> * Change from release -> "release" in CMake if Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-15[gdcm] Update to version 3.0.5 (#11258)Lily
* [gdcm] Update to version 3.0.5 * [gdcm] Update to version 3.0.5
2020-05-15[imgui-sfml] Force imgui-sfml to be a static library (#10840)Jack·Boos·Yu
* [imgui-sfml] Force imgui-sfml as a static library * [imgui-sfml] Change the way to detect sfml
2020-05-15[gperftools] Add new port (#8750)myd7349
* [gperftools] Add new port * [gperftools] Fix linux build * [gperftools] Update * [vcpkg-baseline] Update [gperftools] Install tools optionally * [gperftools] Fail port on unsupported targets * [gperftools] Add `Supports` field into CONTROL file * [gperftools] Call vcpkg_copy_tools * [gperftools] Fix *nix build error [gperftools] Use static CRT in override mode * [gperftools] Format * [gperftools] Install deprecated headers
2020-05-15[oatpp] Add new port (#9402)Michael Heyman
* improvement: has oatpp package * [oatpp] includes _CRT_SECURE_NO_WARNINGS compile-time flag * [oatpp] no curl submodule (until it catches up with core) * [oatpp] now version 0.19.11. Still no libretls module because of libretls3.0 dependency. * no accidentally added debug messages in vcpkg_execute_build_process.cmake * [oatpp] no empty depends line in CONTROL file * [oatpp] no dump_variables() function in portfile.cmake * [oatpp] no wwrning that only static libraries are supported * [oatpp] uses vcpkg_check_linkage(ONLY_STATIC_LIBRARY) call * [oatpp] curl submodule does not rely on pkg-config * [oatpp] curl-submodule-no-pkg-config-in-vcpkg works on linux and windows * [oatpp] portfile cleaned up * [oatpp] no carriage returns in patch * [oatpp]: split modules into their own ports * [oatpp-libressl]: remove variable dump * [libressl]: has check for UWP and ARM restored * [libressl]: has check for UWP and ARM restored * [libressl]: has check for UWP and ARM restored * [oatpp-libressl]: builds if libressl works * [oatpp]: version 1.0.0 * [oatpp]: no "Building ..." message Co-authored-by: heymamd1 <Michael.Heyman@jhuapl.edu>
2020-05-15[llvm] add more backend options, fix issues (#11268)yurybura
* [llvm] add more backend options, fix #11158 * [llvm] disable optional dependencies to libxml2 and zlib (merge PR #11180) * [llvm] update version * [llvm] fix copy-paste typo * [llvm] disable dl library on Windows, fixes #11309
2020-05-15[sobjectizer] update to v.5.7.0.1. (#11276)eao197
2020-05-15[microsoft-signalr] Add new port (#10833)Brennan
* Add microsoft-signalr package * fb * websockets * remove supports * depends * uwp * update * fb Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-05-14[vcpkg] Turn on tests and PREfast in CI, and fix tests to pass. (#11239)Billy O'Neal
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>