| Age | Commit message (Collapse) | Author |
|
(#15973)
* [armadillo] Update to 10.2.0 and also update the repository
* Update versions
* Remove NO_REMOVE_ONE_LEVEL and update patches
* Update versions/a-/armadillo.json
|
|
static (#15934)
* [physx] Use /Z7 instead of /Zi to integrate the debug message when building static
* update version record
* [physx] Add homepage
* update version record
* [physx] Re-fix flags, using toolchain set
* update version record
|
|
* [magic-enum] Update to v0.7.2
* x-add-version
|
|
* [nameof] Update to 0.10.0
* x-add-version
|
|
|
|
|
|
* [date] Fix vcpkg_fixup_cmake_targets for mingw
* [vcpkg baseline] Update date port-version
* [date] Tweak Windows detection
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* [vcpkg baseline] Update date port-version again
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
|
|
* Update port for azure-core-cpp
* Update port version SHA
* Apply suggestions from code review
Remove comment headers from port files
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update port version SHA once again
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [libpqxx] Fix build with Visual Studio 2017
* update version record
|
|
NixOS does not follow the FHS/LSB convention and building vcpkg therefore
fails. In general, vcpkg is of very limited use for a Nix system.
This shell.nix however, allows a developer to enter a environment
suitable for building vcpkg and developing packages for use on
other platforms.
Running with argument withX11 will allow building most packages that require
X11 libraries.
$ nix-shell --arg withX11 true
|
|
better IDE compatibility (#15926)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [opencascade] Update to 7.5.0
* update version
|
|
* [Log4cxx] Fix dependency and pkgconfig
* Update versions
|
|
|
|
utilities.cmake: Disable warnings that are firing on Azure Pipelines CI machines due to different Clang version.
expected.h: Fix a bug I introduced in https://github.com/microsoft/vcpkg/pull/15638/ because I was under the impression expected worked like optional (in that value_or_exit for it should be treated as a program bug)
build.cpp: Add (void)s to silence warnings.
binarycaching.cpp: Repair assumption that the current directory is C: which isn't true on the Hosted Azure Pipelines agents.
others: Make unit tests respect %VCPKG_ROOT%, as necessary in the vcpkg_tool repo. Note that this required splitting vcpkgcmdarguments::ImbueFromEnvironment into the once-only process modifying part and the just imbue from environment part.
|
|
* [vcpkg] fix checking out git registry ports
* fix the new issues in builtinregistryentry
* fix tests
* fix tests boogaloo
* [vcpkg] Fix issue where baseline is requested for overlay during version resolution
* split BuiltinRegistryEntry into two types
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
|
|
|
|
* Cherry picked WiP (Update to arrow-2.0.0)
* Point to arrow-3.0.0 files
* Add missing re2 dependency.
Sort dependency list alphabetically.
* Configure ARROW_SNAPPY_USE_SHARED
* Configure ARROW_THRIFT_USE_SHARED
* Spaces vs tabs.
* Fix Thrift and Lz4 library finding logic.
* Fix debug arrow (shared) linking against release snappy.
Tell CI x86 is not supported.
* Fix debug arrow (shared) linking against release snappy (for real this time).
* Fix linux build not finding Lz4.
* Fix thrift finding on Linux (was pointing to an intermediate dir)
* Try to fix macOS 10.x build.
* Update port_versions.
* update version
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [vcpkg] Miscellaneous internal improvements extracted from #15424
* [vcpkg] CR comments
* [armadillo] Use vcpkg_from_git() to workaround gitlab missing archive
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [metrohash] support Android build
* check ANDROID variable
* exclude 'crc' sources that requires non-ARM intrinsic
* rewrite CONTROL to vcpkg.json
* [metrohash] update checksum and version JSON
* [metrohash] apply PR feedback
* [metrohash] enable sse4.2 for Clang compiler
* [metrohash] fix wrong version string
* [metrohash] fix wrong version string
|
|
* [libidn2] Fix cross-compile (non-Windows)
* Convert CONTROL, bump port-version
* x-add-version libidn2
|
|
builds (#15821)
* Added armv7-a to allowed architectures for Android 32 bit arm builds
Closes #15820
* Fixed typo
* Bumped port version to 7
* Updated libffi version files
|
|
* [drogon] Upgrade to v1.3.0
* Update_versions
* [drogon] remove debug stuffs
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [ngspice] build codemodel extension libraries
* tabs -> spaces
* [ngspice] make codemodels a feature
* [ngspice] Improve portfile.cmake
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
|
|
* Fix libconfig when installing master branch
Also add a warning that stable version won't create cmakeConfig files
* run x-add-version
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libconfig/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Revert "run x-add-version"
This reverts commit 79b9ef86933a79012be9866ef638c8cee5abf02d.
* run x-add-version libconfig
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|
|
(#15943)
* Update port to latest commit: Fixes compiler warnings
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [raylib] Fix usage
* Update ports/raylib/CONTROL
* Update versions
* Update versions/r-/raylib.json
|
|
* [libgrypt] Update version to 1.8.7
* [libgcrypt] update versions
|
|
* [libjpeg-turbo] update to 2.0.6
* update version
|
|
* [libsndfile] Update to 1.0.31
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
|
|
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
Co-authored-by: Charles Barto <barto.charlie@gmail.com>
|
|
* [libpq] Fix install tool pg_config
* update baseline
* [libpq] Use vcpkg_copy_tool_dependencies instead
* update baseline
* [libpq] Fix install tool pg_config
* update baseline
* [libpq] Use vcpkg_copy_tool_dependencies instead
* update baseline
|
|
* vcpkg_configure_make: Support macOS cross-compile
* Move compiler flags logic to get_cmake_vars
* Better match the arch behavior of config.guess
* Apply suggestions from code review
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
|
|
* [pugixml] Update to 1.11.4
* update version
* Update ci.baseline.txt
Add paraview:x64-linux=fail
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [cgal] switch dependency to gmp
* run x-add-version
|
|
* [libgeotiff] Fix packagename via find_package
* Update port_versions
* Update portfile.cmake
* Update patch
* [libgeotiff] Fix packagename via find_package
* Update port_versions
* Update patch
* [pdal] Fix geotiff package name
* Update versions
* [pdal] Update dependency
* Update versions/p-/pdal.json
|
|
* [ace] 7.0.0
* [ace] 7.0.0 versions
* Update portfile.cmake
* Update ace.json
|
|
* [OpenCV] bump to 4.5.1 and to 3.4.13
* [OpenCV] fix patches
* [OpenCV] fix hdf5 integration
* [OpenCV] devendor quirc
* fix quirc for downstream ports
* [quirc] fix target export
* update version refs
* [OpenMVG] fix regressions with new opencv
* update version refs
* fix quirc mismatch
* update version refs
|
|
|
|
|
|
|
|
|
|
Without this, X_VCPKG_APPLOCAL_DEPS_INSTALL does not work and
CMake prints this warning at the configure step:
CMake Warning (dev) in CMakeLists.txt:
Policy CMP0087 is not set: Install CODE|SCRIPT allow the use of generator
expressions. Run "cmake --help-policy CMP0087" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
https://cmake.org/cmake/help/latest/policy/CMP0087.html
|
|
* [ffmpeg] use nasm instead of yasm
* [ffmpeg] bump port version
* [ffmpeg] remove old yasm path reference
* update baseline
* [ffmpeg] fall back to yasm on x86
* [ffmpeg] add comment in portfile about issue with ffmpeg nasm build for future reference
* [ffmpeg] update git-tree
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
|
|
* [libpqxx] Upgrade to v7.3.1
* Update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [speex] Add linux and macOS support.
* [speex] Improve portfile.cmake
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
|
|
* [colmap] Fix find dependency freeimage
* update version record
|