aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-07[glib] Update the usage of string(TOUPPER ...) (#10856)NancyLi1013
* [glib] Update the usage of string(TOUPPER ...) * Add a newline to the end of the file Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-07libiconv - Fix ICONV_CONST (#9832)nicole mazzuca
* libiconv - Fix ICONV_CONST * Remove "const" from the second argument of "iconv"
2020-05-07[vcpkg] Restrict telemetry uploads to TLS 1.2 (#11213)Billy O'Neal
* [vcpkg] Restrict telemetry uploads to TLS 1.2, as required by Azure security policy. Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-07[vcpkg] Add Linux toolchain x86 support (#8588)zhbanito
Add compile option for x86 triplet target architecture Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-05-07[gasol] Add new port (#9550)Mayank Kataruka
* Added new port GASol * added patch file * Code Refactoring * Code Refactoring to change port name * Updated baseline to resolve file conflicts with nanovg and stb * Added changes to ci-baseline and added port not supported on arm/uwp * [gasol] Use cmake to build * update baseline Co-authored-by: SanaJahan <sanadgrt@gmail.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-05-07[cuda] Fix find cuda in UNIX (#10838)Jack·Boos·Yu
* [cuda] Fix find cuda in UNIX * update baseline * [cuda] Add homepage * add newline to end of CONTROL * Update ports/cuda/portfile.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-07[ignition-modular-scripts] Migrate from bitbucket to github (#10858)Silvio Traversaro
As announced in https://community.gazebosim.org/t/important-gazebo-and-ignition-are-going-to-github/533, the ignition project repositories have been migrated from BitBucket to GitHub. This commit updates the ignition_modular_library helpers to use GitHub instead of BitBucket, and also update the hashes of all the ignition ports as apparently the archive generated by GitHub for releases are slightly different from the one generated by BitBucket.
2020-05-07[rtlsdr] Add new port (#10901)Egor Chesakov
* Add rtlsdr port * Update ci.baseline.txt * Update to use github mirror in portfile.cmake Co-authored-by: Egor Chesakov <echesakov@users.noreply.github.com>
2020-05-06[gtest] Rollback to a release version. (#10963)LazyWolf Lin
2020-05-06[vcpkg] always pass VSCMD_SKIP_SENDTELEMETRY=1 (#11202)nicole mazzuca
Fixes #10468
2020-05-06[OpenCV2] add new "old" port (#7849)Stefano Sinigardi
* [OpenCV2] add library for older C projects * [OpenCV2] fixes for non-Windows systems * [OpenCV2] add warnings for Ubuntu * add fixes for cuda * [OpenCV2] disable parallel building, otherwise cuda fails * [OpenCV2] refresh port with latest fixes * [OpenCV2] fix CONTROL * [OpenCV2] fixes for windows * [OpenCV2] fixes to avoid unnecessary install of pre-built ffmpeg, since it already uses externally provided one * [OpenCV2] openexr still has some problems, explicitly removed UWP support * [OpenCV2] use targets wherever possible. Jasper and OpenEXR features would require improvements in those ports, in order for them to provide targets too * [OpenCV2] re-enable parallel build also with CUDA * [OpenCV2] improve compatibility with CUDA 10+ * [OpenCV2] fix broken CUDA targets * [darknet] enable opencv2 feature * skip from building, like opencv3, to avoid problems in CI
2020-05-06[libmpeg2] Add new port (#8871)Michał Janiszewski
* [libmpeg2] Add new port Libmpeg2 seems to be a somewhat old project, last release was done in 2008, but it is still in use by some projects e.g. ResidualVM I have verified the mpeg2dec built for x86-64 with MSVC produces similar results as the one pre-packaged on my Arch. * [libmpeg2] Apply review comments * [libmpeg2] Add ci.baseline.txt exemptions
2020-05-06[vcpkg/scripts] Fix ninja search path on windows and find binaries within ↵Alexander Neumann
vcpkg first (#11105) * [vcpkg/scripts] fix wrong paths variable on windows * [vcpkg/scripts] search within vcpkg first and then ask the rest of the world * [vcpkg/scripts] add second search path for ninja. First is for vcpkg fetch ninja Second is for vcpkg_find_acquire_program
2020-05-06[apr apr-util] Apr and apr-util for non windows systems (#8579)Stephen Webb
* Allow the apr port to be used on non-windows systems * Allow the apr-util port to be used on non-windows systems * Allow the apr-util port to be used on non-windows systems * Allow the apr-util port to be used on non-windows systems * [log4cxx] add new port * Add aarch64 cross compilation support * Allow apr and apr-util ports to used with a cross compiling tool chain * @PhoebeHui requested changes * Remove files that leaked from 'add-log4cxx-port' branch * @PhoebeHui requested changes * Move apr-util-unix and apr-util-windows portfile.cmake content back into apr-util/portfile.cmake * Use the same released archive for unix and windows * Use the same released archive for unix and windows (1.6.1) * Update APR version to the latest * Prevent unrelated CI failures * Prevent CI failure for arm64 on x86 CI machine * Prevent CI failure for arm64 on x86 CI machine * Use vcpkg_configure_make and vcpkg_install_make instead of vcpkg_execute_required_process * Remove shared libraries if a static build * Revert "Remove shared libraries if a static build" This reverts commit 540e158e1fbfe53b889bef8b928bc8feb62775c2. * Prevent CI failures due to static build installing apr-1-config into bin * @PhoebeHui requested changes Co-authored-by: Stephen Webb <stephen.webb@sabreautonomous.com.au>
2020-05-06[discord-game-sdk] new port (#10763)Charles Milette
* [discord-game-sdk] new port * [discord-game-sdk] Invert Supports field * [discord-game-sdk] Fix Supports field * [discord-game-sdk] Fix Supports field again * [discord-game-sdk] Update find_library * [discord-game-sdk] Rename LICENSE.md, remove include(vcpkg_common_functions) * [discord-game-sdk] Fix Linux build, add usage file * [discord-game-sdk] Add missing file(INSTALL) * [discord-game-sdk] Update baseline and fix macOS build * [discord-game-sdk] Specify C++ standard version * [discord-game-sdk] Remove vcpkg_copy_pdbs * [discord-game-sdk] Replace ToS text by link to online version
2020-05-06[libvpx] Added support for build on MacOS and Linux (#11022)Vitaly Petrov
* [libvpx] Added support for build on MacOS and Linux * [libvpx] Fix ci-baseline
2020-05-06[vcpkg] Add tombstone deletion scripts. (#11189)Billy O'Neal
2020-05-05Baseline LLVM on Linux to restore the ability to merge PRs. (#11190)Billy O'Neal
2020-05-05Add telemetry notice to `README.md`. (#11171)Billy O'Neal
2020-05-05[vcpkg] point README.md to the correct status badge. (#11175)Billy O'Neal
2020-05-04[qt5] Add -j to make to parallelize on Linux and MacOS (#11111)Billy O'Neal
2020-05-04[ace] Update to 6.5.9 (#11112)Johnny Willemsen
* [ace] Update to 6.5.8 * Address review comments * ports/ace/portfile.cmake: * Put back copy step * ports/ace/portfile.cmake: * Fixed error * ports/ace/portfile.cmake: * ARM should work, let us try it * ports/ace/portfile.cmake: * ARM doesn't work yet, so disable it again * ports/ace/portfile.cmake: * Add support for vcpkg of ace on MacOSX * ports/ace/portfile.cmake: * [ace] Update to 6.5.9 and removed fail check for ARM, when a new vs2019 is available with the compiler check that should work again * ports/ace/CONTROL: * ports/ace/portfile.cmake: Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-05-04[sciter] Update to 4.4.3.15.7771 (#11161)pravic
2020-05-04[vcpkg] fix bug in Filesystem::absolute (#11170)nicole mazzuca
* [vcpkg] fix bug in Filesystem::absolute * flip the conditional for billy
2020-05-04[vcpkg] Add disk space report on Linux and MacOS. (#11166)Billy O'Neal
2020-05-03[llvm] Update to version 10.0.0 and add new features (#10295)yurybura
* [llvm] Update to version 10.0.0 and new features * switch to llvmorg-10.0.0-rc3, allow to use bin directory for tools * Fix CMake targets after vcpkg_fixup_cmake_targets call. * [halide] Update to master version to support LLVM 10 * [halide] fix x64-osx build * [llvm] add enable-assertions feature * [llvm] fix comment * [llvm] enable ci for x64-linux and x64-osx * [llvm] update to v10.0.0-rc5 [llvm] disable assertions and ABI breaking checks by default [llvm] limit the maximum number of concurrent link jobs to 1 [llvm] add postfix `d` and debug shared libraries in the `/bin` directory * [llvm] revert debug postfix `d` [llvm] don't remove debug version of tools and shared libs * [llvm] fix debug tools path * [llvm] update to release tag llvmorg-10.0.0 [llvm] build with CMAKE_DEBUG_POSTFIX=d [llvm] remove debug binaries * remove new CMake argument FOLLOW_SYMLINK_CHAIN * [llvm] force TableGen to be built with optimization * [llvm] add future disable-clang-static-analyzer * [llvm] add futures for main targets [llvm] remove utils and clang-tools-extra from default features list [llvm] exclude tests * [llvm] add features for main targets [llvm] remove utils and clang-tools-extra from default features list [llvm] exclude tests * [llvm] update features description Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-01[vcpkg] Add new function vcpkg_copy_tools (#8749)myd7349
* [vcpkg] Add new function vcpkg_copy_tools * [cpuinfo][czmq][nanomsg][uriparser] Use vcpkg_copy_tools * [czmq] Clean even tools are not copied [libsvm][zyre] Use vcpkg_copy_tools * [vcpkg-copy-tools] Clean debug/bin This should fix czmq build error * [czmq] czmq does not have BUILD_TOOLS option * [vcpkg] Split clean logic into another function * [cpuinfo][czmq][nanomsg][uriparser] Fix calling of vcpkg_copy_tools * [zyre] Fix regression error * [vcpkg] Update try_remove_empty_directory * [libsvm] Fix vcpkg_copy_tools call
2020-05-01[nowide] Add new port (#11066)Tatsunori Uchino
2020-05-01[libbson/mongo-c-driver] Update to 1.16.1 (#10010)Jack·Boos·Yu
* [libbson/mongo-c-driver] Update to 1.16.1 * [libbson] Refix static build * [mongo-c-driver] Re-fix dependency libbson and dynamic build * [mongo-c-driver] Fix generate cmake file * [mongo-cxx-driver] Fix find libbson * [mongo-c-driver] Fix generate cmake file when building static * [mongo-cxx-driver] Fix dependency mongo-c-driver * update version info * [mongo-c-driver] Update patch * [mongo-c-driver] Re-generate patch. * [mongo-c-driver] Re-generate patch
2020-05-01[azure-kinect-sensor-sdk] Disable parallel configure due to source directory ↵ras0219
writes (#11116) Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-04-30[opencv4] Add GTK support for opencv4 (#10886)shelper
2020-04-30[imgui] Add feature bindings and remove feature example (#10253)Jack·Boos·Yu
* [imgui] Separate feature tools from feature example * [imgui] Separate feature tools from feature example Co-authored-by: JackBoosY <yuzaiyang@microsoft.com>
2020-04-30[glad] Pass path to python explicitly to work on default Ubuntu 18.04 ↵Billy Robert O'Neal III
wherein 'python' is python2.
2020-04-30[Ceres] Set LIB_SUFFIX for Ceres to ensure portfile and build agree.Billy Robert O'Neal III
2020-04-30[OpenBLAS] Upgrade to 0.3.9 + a patch to fix AVX512 (which is now present on ↵Billy Robert O'Neal III
the VMs)
2020-04-30[idevicerestore] Mark as failing because it wants <libgen.h> which does not ↵Billy Robert O'Neal III
exist on Windows.
2020-04-30[qt-advanced-docking-system] Patch qt-advanced-docking-system to not install ↵Billy Robert O'Neal III
LICENSE.
2020-04-30[argh] Patch argh to not take the name 'license'.Billy Robert O'Neal III
2020-04-30[vcpkg] Onboard Linux to VMSS, open 'git' port, and switch back to Azure SpotBilly Robert O'Neal III
* Adds scripts to generate scale sets for testing Linux. * Note workaround for https://github.com/microsoft/azure-pipelines-agent/pull/2929 * Switches Windows validation to 'Spot' VMs. * Opens the git port 9418. * Removes provisioning of the no longer used 'logs' file share. * Changes Azure region to 'westus2', which is cheaper. * Adds +x to all the scripts in scripts/azure-pipelines. * Use 'xml-results' for all platforms instead of 'raw xml results' on Windows.
2020-04-30[civetweb] Update to version 1.12 (#10591)Gregor Jasny
2020-04-30[mstch] Add new port (#11020)Curoky
* [mstch] add new port * [mstch] update sha512 code * [mstch] don't build in some window environment * [mstch] remove some args which were no longer needed * [mstch] Patch out forcing build type * [mstch] Restore C++11 on non-Windows * [ci.baseline.txt] Mark mstch as passing on x64-windows-static Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-04-30[alembic] linux fixes (#10912)Fabien Castan
* [alembic] make the portfile linux-compatible * [alembic] fix build error in debug on linux * [alembic] simplify renaming of copyright file * [alembic] code simplification and formatting * [alembic] update version to 1.7.12-1 * [alembic] linux build does not fail anymore
2020-04-30[nana] fixed build for windows (#10936)Darkcacok
2020-04-30[metrohash] installation fix (#10992)kreuzerkrieg
2020-04-30[Arrow] Add filesystem feature (#11016)Isaac Brodsky
* Add ARROW_FILESYSTEM feature * update arrow version
2020-04-30[qt5] fix wrong versions in some CONTROL files (#11026)Alexander Neumann
2020-04-30[abseil] Use std:: types when feature cxx17 is enabled (#11039)Carsten Neumann
Adds a patch changing macros in absl/base/options.h to always use the std:: namespace types instead of the absl:: namespace replacements (for any, optional, string_view, variant). The upstream version of options.h uses compiler/library feature detection to decide this, but patch fix-lnk2019-error.patch hard codes use of absl:: types, thus rendering setting CMAKE_CXX_STANDARD to 17 in the port file ineffective. Since auto detection is problematic from an ABI point of view (see comments in absl/base/options.h for details), this applies an alternate patch for fix-lnk2019-error.patch when feature cxx17 is enabled.
2020-04-30[libqcow] Initial port (#11036)Nick Renieris
* [libqcow] Add new port Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz> * [libqcow] fix build Co-authored-by: Alexandro Sanchez Bach <asanchez@kryptoslogic.com>
2020-04-30Fix Catch2 include path in documentation (#11007)Martin Hořeňovský
2020-04-30[msbuild] Hotfix /p:UseEnv=True to be a port-local setting (#11058)Voskrese
* Update vcpkg_build_msbuild.cmake * Update vcpkg_install_msbuild.cmake * Update CONTROL * Update CONTROL * Update portfile.cmake * Update portfile.cmake * Update ci.baseline.txt