aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2020-03-13[vcpkg] set CMAKE_MSVC_RUNTIME_LIBRARY for cmake policy CMP0091 (#9452)Marc Boucek
Co-authored-by: Marc Boucek <marc.boucek@native-instruments.de>
2020-03-12[unixODBC] Add new port (#10057)kreuzerkrieg
* unixODBC * wip
2020-03-11[pcre] Update to v8.44 (#10335)Wolfgang Stöggl
- Drop patches (fixed upstream): fix-option-2.patch fix-arm64-config-define.patch fix-arm-config-define.patch - Add patch pcre-8.44_suppress_cmake_and_compiler_warnings-errors.patch
2020-03-10[mhook] fix build error on windows (#10302)Ben Key
* Fix mhook build error. * Removed the following entries from scripts/ci.baseline.txt: mhook:x64-windows=fail, mhook:x64-windows-static=fail, and mhook:x86-windows=fail. * Removed unnecessary lines from fix-windows-packing-mismatch.patch.
2020-03-10[fltk] Fix build error on Linux (#10018)Lily
* [fltk] Fix build error on Linux * [fltk] Modify ci.baseline.txt * [fltk] Fix build error * [fltk] Fix build error * [fltk] Fix build error * [fltk] Fix build error on MACOS
2020-03-10[tidy-html5] Fix for non-Windows users (#10308)Bowser65
* Fix tidy-html5 for non-Windows users * Update ci baseline and remove deprecated stuff
2020-03-10[MetroHash] Add new port (#10049)kreuzerkrieg
* MetroHash * wip * wip * wip
2020-03-10[vcpkg-tools] Multiple mirror URLs to download MSYS2, update (#10346)MaverickTse
Resolves #10322 * Update MSYS2 download source. Resolve #10322 Proposal to resolve https://github.com/microsoft/vcpkg/issues/10322 * Use Sourceforge as MSYS2 download source (up to SF to choose mirror, fair to everyone and more reliable) * Updated msys2 version to 2019-05-24 (Otherwise need to spend extra time on ```pacman -Syu```) * Updated SHA512 accordingly * Tested with building icu:x64-windows * add official repo as backup
2020-03-10[zkpp] Add new port (#7001)Samuel Marks
* [zkpp] Add new port * [zkpp] Change name of underlying library * [zookeeper] Fix interface include directories * [zkpp] Sanity * Fix patch * Correctly expose include directories * Bump version * Explicitly fail on Windows Co-authored-by: Raed Romanov <raid_r@mail.ru>
2020-03-10[boost-vcpkg-helpers] Pass boost port creation output folder as a parameter ↵Seba Gamboa
(#8168) * Allow option to pass desired ports directory to boost's generate ports script * Restore the changes and resolve the conflicts Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: PhoebeHui <v-phma@microsoft.com>
2020-03-10[upb] Fix uwp build (#10005)Jack·Boos·Yu
* [upb] Fix uwp build * update baseline
2020-03-09murmurhash (#10164)kreuzerkrieg
2020-03-06[tinyfiledialogs] download from archive, not temporary ref (#10111)Maximilian Kruse
* Update tinyfiledialogs to download from archive I have additionally messaged the original maintainer about a fixed-version download, so we will finally have some consistent building of this package. * Update ci.baseline.txt * Update CONTROL * Update portfile.cmake * Change download path to be version specific * Download Path now plain * Change position of Supports tag * Update package version * Update portfile.cmake Update portfile to download to a specified archive version name.
2020-03-05[abseil] Add uwp support (#10301)nicole mazzuca
* [abseil] Add uwp support * [abseil] Drop support with arm/arm64 * [opencensus-cpp] Add keyword supports * update baseline * [abseil] Enable arm support
2020-03-05[vcpkg_find_acquire_program] Add git (#10311)nicole mazzuca
2020-03-05[ryu] Add new port (#10167)nicole mazzuca
* ryu * Add tool bazel in OSX * wip * wip * wip * wip * wip Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-03-05[libcpuid] Add new port (#9942)nicole mazzuca
* libcpuid * wip
2020-03-04[superlu] Add new port (#9930)nicole mazzuca
2020-03-04[turbobase64] Add new port (#9911)nicole mazzuca
* Turbo Base 64 * TurboBase64
2020-03-04[healpix] Add new port (#8810)nicole mazzuca
* [healpix]Add new port. * update baseline * update baseline * [healpix] Disable build on OSX * [healpix] Add suports keyword
2020-03-04[skia] add new port (#10083)nicole mazzuca
* [skia] add new port * [skia] add support for x64-windows * [skia] use vswhere to locate MSVC * [skia] update supports CONTROL field * [skia] address review comments * [skia] add compile definitions for metal * [skia] use vcpkg to find programfiles * [skia] add glob_single_file function
2020-03-04[darknet] update to latest release (#10280)nicole mazzuca
* [darknet] update to latest release * [darknet] add corrections from review
2020-03-03Disable libhdfs3 and osg-qt in linux temporarily (#10290)Jack·Boos·Yu
2020-03-02[boost-python] Try to fix build issue on Linux (#9780)yurybura
* [boost-python] Try to fix build issue on Linux * Update baseline: enable boost-python:x64-linux * Fix number of processor detection on Linux: use CMake module * Fix user-config.jam configuration on Linux * Update baseline: enable boost-mpi:x64-linux * Fix build boost-regex[icu] on Linux, issue #4962
2020-02-28[libmysql] Fix for missing "ADD_COMPILE_FLAGS" command (#10162)Tobias Brückner
* [libmysql] Apply patch to prevent configuration error in extra/re2 Configuration of the embedded extra/re2 produces an error on Mac with Clang: CMake Error at extra/re2/CMakeLists.txt:74 (ADD_COMPILE_FLAGS): Unknown CMake command "ADD_COMPILE_FLAGS". cmake/compile_flags.cmake was not included. * [libmysql] Remove empty directory /lib/plugin/debug after installation * [libmysql] Update version to 8.0.4-6 * [libmysql] Remove deprecated include(vcpkg_common_functions) * [libmysql] x64-osx is now expected to pass CI * [libmysql] Simplify copying of copyright file * [libmysql] Handle unsupported triplets with vcpkg_fail_port_install
2020-02-28[tool-meson] Update to 0.53.2 (#10234)Wolfgang Stöggl
2020-02-27[vcpkg] Better vcpkg_apply_patches error message (#10127)Leonid Pospelov
2020-02-26[cpprestsdk] Update to v2.10.15. (#10191)Billy O'Neal
* [cpprestsdk] Update to v2.10.15. * fix baseline Fixes cpprestdsk on UWP. Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-02-25[brotli] Fix build failure on arm64-uwp (#10116)Jack·Boos·Yu
* [brotli] Fix build failure on arm64-uwp * update baseline
2020-02-19Fix baseline error (#10051)Jack·Boos·Yu
* Fix osx baseline * fix osg configure issue * re-trigger ci test * re-trigger ci test * [osg] Revert changes with osg and temporarily skip osg detection * trigger ci test * update baseline Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-02-13Omit telemetry message when bootstrapping with `-disableMetrics` (#10061)Victor Romero
* Don't show telemetry message when passing --disableMetrics to bootstrap.sh * Don't show telemetry message when passing -disableMetrics to bootstrap-vcpkg.bat
2020-02-13[osg]Fix windows-dynamic/linux build. (#8060)Jack·Boos·Yu
* [osg]Fix dynamic build. * [sdl1]Fix linux command. * [osg]Fix linux build: disable present3D and osgstaticview. * [osg]fix windows build-only for windows. * [osg]Fix file INSTALL error. * [osg]Add dependency conditions. * [osg]disable OSG_USE_UTF8_FILENAME in Linux and OSX. * [osg]Fix find dependency curl. Replace version num by macro. * [osg]Add option CMAKE_CXX_STANDARD * [osg] Remove library prefix. * [osg] Fix install pdbs * [osg] Remove usless plugin libs. * update baseline * update baseline * update baseline * update baseline
2020-02-13[rxspencer] Add RxSpencer port (#9166)Stephen Just
* [rxspencer] Add RxSpencer port * No need to force dynamic linkage * Review comments * update baseline * Update to latest upstream * Review comments * Update CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-02-12[vcpkg-docs] Add documentation for `vcpkg_configure_meson()`, ↵Robert Schumacher
`vcpkg_install_meson()`, `vcpkg_fixup_cmake_targts()`, and `vcpkg_prettify_command()` (#7606) * [vcpkg-docs] Add documentation for `vcpkg_configure_meson()`, `vcpkg_install_meson()`, `vcpkg_fixup_cmake_targts()`, and `vcpkg_prettify_command()` * [docs] Address code review comments. Reformat docs for vcpkg_fail_port_install.
2020-02-12[farmhash] Add new port (#9929)kreuzerkrieg
* FarmHash, a family of hash functions. * WiP
2020-02-11[duktape] x64-osx fail (#10030)nicole mazzuca
brew no longer contains python2, since it's EOL, and duktape requires that for now see https://github.com/svaarala/duktape/issues/1794
2020-02-11[many ports] Support building with MinGW toolchain (#8940)Todor Prokopov
* Some package fixes necessary to build with MinGW toolchain * [libraqm] Fix build error caused by trying to write to source directory * [tmxparser] Fix build failure when tmx port is intalled before tmxparser port System include path was added first on compiler command line. This leads to build failure when there is a tmx.h header file in system include path. * [qt5-base][angle] Trigger CI rebuild * [kd-soap] Fix build error * Update ci.baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-11[asmjit] Update to 2020-02-08, drop support with uwp (#10016)Jack·Boos·Yu
2020-02-11[libhdfs3] Add new port (#10021)kreuzerkrieg
* libhdfs3 * wip
2020-02-10[many ports] Upgrades to 2020.02.08 (#9986)Robert Schumacher
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-02-09[vcpkg] Add VCPKG_SUPPRESS_INSTALLED_LIBRARIES_WARNING and ↵Robert Schumacher
VCPKG_OVERRIDE_FIND_PACKAGE_NAME parameters to the vcpkg toolchain. (#9996) VCPKG_SUPPRESS_INSTALLED_LIBRARIES_WARNING - Silences warning about lacking installed libraries for the current triplet VCPKG_OVERRIDE_FIND_PACKAGE_NAME - Enables cooperation with other tooling that may want to hook find_package
2020-02-08[blitz] Add new port (#8353)NancyLi1013
* [blitz] Add new port * Remove unused function and update vcpkg_fail_port_install * Update * Update ci.baseline.txt
2020-02-08[google-cloud-cpp*] Upgrade to latest release (#9946)Carlos O'Ryan
* [google-cloud-cpp*] Upgrade to latest release * Update CI baseline. * Address review comments.
2020-02-07[libffi] Update to v3.3 release (#6119)driver1998
* libffi 3.3-rc0 custom port, with arm/arm64 windows support * fix linux build * enable EFI64 in linux x64, should fix build errors in some cases * libffi: move to the arm64 support pr branch * libffi: move to latest upstream master * libffi: update to upstream master * libffi: update to v3.3-rc2 * libffi: update to v3.3 release * libffi: update version in fficonfig.h * libffi: Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [libffi] update portfile.cmake * [libnice] fix Windows ARM64 build * CI: set atk:arm64-windows to fail atk compilation requires running glib(arm64) tools, which is not possible on a x86 system. * CI: libffi:arm64-windows passing * [gdk-pixbuf] fix Windows ARM64 build * [pangomm] show unsupported architecture error on ARM * [pangomm] update portfile.cmake * [libffi] Avoid depending on VCPKG_TARGET_TRIPLET; use native cmake variables instead. Avoid double expansion inside if(). * [libffi] TARGET is a keyword for if() -- use quoted expansion instead. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-06Merge pull request #9901 from Neumann-A/skip_dumpbinRobert Schumacher
[vcpkg] Add policy VCPKG_POLICY_SKIP_DUMPBIN_CHECKS
2020-02-06Merge pull request #9914 from kreuzerkrieg/H3Robert Schumacher
[H3] Add new port
2020-02-06WiPkreuzerkrieg
2020-02-05Merge pull request #9733 from yurybura/masterRobert Schumacher
[boost-iostreams] Remove custom build cmake
2020-02-05Merge pull request #9635 from Neumann-A/improve_libwebpRobert Schumacher
[libwebp] Update to 1.1.0 and improve portfile
2020-02-05H3: A Hexagonal Hierarchical Geospatial Indexing Systemkreuzerkrieg