| Age | Commit message (Collapse) | Author |
|
* Update to arrow-1.0.0.
Fix FindZSTD and FindUtf8Proc.
* Re-enable warning-as-error on MSVC.
* Fix static/shared mismatch when linking against utf8proc
* Trying to fix Zstd detection on Linux.
* Fix Linux detection of Zstd static libraries
* Remove unnecessary patch
* Fix MSVC compilation now that ZSTD is specified as static.
* Update patches to match candidate ARROW-9541 upstream patch.
* Update patch reflecting the latest changes in ARROW-9541 PR.
* Trying to fix OSX build by re-adding a patch I previously removed
|
|
* Fix [boost] find_package for MSVC2013 / v120
added conditional set(Boost_COMPILER "-vc120") to vcpkg.cmake
* fixed spacing
* fixed spaces
|
|
* [coroutine] Fix error C7651
* Update portfile.cmake
|
|
* [vcpkg] Add environment variable VCPKG_BINARY_CACHE
* apply clang-format
* change line ending
* Update toolsrc/src/vcpkg/binarycaching.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Remove comment
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* rename to VCPKG_DEFAULT_BINARY_CACHE
* apply clang format
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* Add skeleton of signing yaml.
* add xframe port
* Update ports/xframe/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Revert "Add skeleton of signing yaml."
This reverts commit e3b135e530aebdf381e6fd31f0fbafe90b2ed196.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
vcpkg_check_linkage.md doc bug. (#12624)
* Un-.gitignore /triplets/community and use an absolute glob for all non .gitignore'd triplets.
* Fix vcpkg_check_linkage.md example to a port that actually uses vcpkg_check_linkage.
* Exclude all of the community directory.
* Update .gitignore
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* [mpg123] Allow cross-compiling, fix previous builds tainting rebuilds
* [mpg123] Rewrite to use vcpkg_configure_make
* Update ports/mpg123/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [mpg123] Use vcpkg_execute_required_process
* [mpg123] Bump CONTROL version
* [mpg123] Remove unneeded legacy lines and strip out trailing newline from dumpmachine
* pre-install yasm on OSX.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
|
|
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* avro-cpp 1.9.2
* fix remarks
* fix remarks
* fix remarks
* Update ports/avro-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/avro-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* add linux support
* back osx restriction
* Update ports/avro-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* fix remarks
* Update ports/avro-cpp/CONTROL
* Update ports/avro-cpp/portfile.cmake
* add osx support
* Update portfile.cmake
* Update CONTROL
* Update scripts/ci.baseline.txt
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* fix
* disable all static build
* fix remarks
* fix remarks
* Update ports/avro-cpp/portfile.cmake
Remove whitespace
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* [qt5-base] add hidden optional not switchable zstd dependency.
* [netcdf/paraview] correct embree3 dependency
[paraview] make tools default feature for CI testing.
* [paraview] fix typo and remove unnecessary flags
* [paraview] add flags back into portfile
* [vtk] add hdf5 api patch
[paraview] remove hdf5 use flags from portfile
[field3d] use flags instead of patching to fix hdf5.
* [paraview] remove message on osx since it now works with qt 5.15
* [paraview] remove default feature and force CI features by a CI test port
* [paraview|CI] back out python from CI testing for now
* [qt5-base] add in the macos deployment target fix
|
|
* [qt5-webengine] fix vs2017 builds. closes #12477
* remove skip from ci baseline to test changes.
* add src/3rdparty/ subdir to patch
* put webengine back to skip. patch was succesfully applied
|
|
Fixes #12538
|
|
* Add BasicCommand and VersionCommand
* Add ContactCommand
* test get_available_commands_type_c
* Change get_available_commands_type_c to return objects
* Add TripletCommand & InstallCommand
* Add SetInstalledCommand
* add linking tests
* Add CICommand
* Add remaining *Command objects
* Add tests for commands_type_a
* Move over to using const TripletCommand* for commands_type_a
* Add PathsCommand
* Add SearchCommand
* add test for commands_type_b
* add *Command for all type b commands
* Switch from function pointers to PathsCommand for everything
* format
* rename get_available_commands
also remove CommandType* types
|
|
* vcpkg_fixup_cmake_targets: Add support for processing cmake config files generated by meson
In particular this adds a workaround for the differences between CMake and meson
described in https://github.com/mesonbuild/meson/issues/6955
* Add tomlplusplus
* Resolve conflicts
* Update scripts/ci.baseline.txt
* [tomplusplus] Update ci.basline.txt
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
|
|
* [cmake] add port for qt testing
* only add cmcldeps on windows
* [cmake] cleanup and fix portfile for osx build
* [cmake] more cleanup
* move cmake to scripts/test_ports
* add the overlay scripts/test_ports to ci
|
|
* Rename commands.exportifw.cpp -> export.ifw.cpp
* move DryRun from commands.h -> commands.interface.h
* move vcpkgcmdarguments and vcpkgpaths over to commands.interface.h
* move vcpkg::Commands::BuildExternal -> commands.buildexternal.h
* add commands.*.h for the commands.*.cpp
* move vcpkg::Commands::* to commands.*.h
* move vcpkg::Commands::{Hash,Fetch} to their own files
* change include commands.h -> commands.*.h in commands.*.cpp
* remove commands.*.h from commands.h
* join vcpkg::Commands::* into one namespace line
* fix vcxproj build
|
|
|
|
* [vcpkg-ci] fix macos setup scripts
* the disk feature is still experimental
* fix Get-InstalledVirtualBoxExtensionPacks
* use new bash install script for brew
instead of old-style ruby
|
|
|
|
|
|
|
|
* [osgearth] update to 3.0
* delete controlfile
* fixjsonfile
* Update ports/osgearth/portfile.cmake
* fixJsonfile
* deletejsonfile
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
<triplet>/tools/wxwidgets directory (#12485)
* Adding wxWidgets resource compiler (wxrc) to <triplet>/tools/wxwidgets directory
* Fix tool missing dependencies
* CONTROL file version update
* Update ports/wxwidgets/portfile.cmake
* Update ports/wxwidgets/portfile.cmake
* Fix the build failures
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
|
|
|
|
https://github.com/martinus/robin-hood-hashing/releases/tag/3.8.0
|
|
* [gf] Add the new package GF
* Update CONTROL
* Update portfile.cmake
* Try to fix failed builds
* fix x64-linux build for vcpkg
* remove nuklear from dependencies
* use vcpkg_fail_port_install to fail early on arm
* fix x64-windows build
* change the name of the source in CONTROL
* change the name of the directory
* fix cmake install directory
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: Julien Bernard <julien.bernard@univ-fcomte.fr>
|
|
* [physx] Add patch for NVIDIAGameWorks/PhysX#322.
* [physx] Cleanup usage of `VCPKG_CMAKE_SYSTEM_NAME`.
* [physx] Convert portfile space indentation to tabs.
* Update portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
default feature (#12374)
* [sdl2-mixer] Fix FLAC symbol export when static linking
Fix regression introduced by #11152
* [sdl2-mixer] Add nativemidi default feature
Closes #10318
* [libsndfile] Revert to port version 8 as version 10
* [libflac] Use BUILD_SHARED_LIBS to properly export FLAC__NO_DLL via CMake
* [libflac] Force FLAC__NO_DLL in installed headers in static triplets
* [libflac] Modify headers on installation
|
|
* [jsoncons] Update to v0.154.0
* [jsoncons] Update to v0.154.1
* v prefix removed from version in CONTROL file
|
|
* [libevent] update to 2.1.12
* fix path in LibeventConfig.cmake.in
* configure crt runtime
* patch target file
* try to fix evpp build on unix
* try to fix evpp build on unix
* try to fix evpp build on unix
* try to fix evpp build on unix
* fix file patching
* code review
* fix fizz:x64-windows build
|
|
* RESTinio updated to v.0.6.8.1
* Fix version number in comment.
|
|
* [vcpkg] Fix vcpkg_fixup_cmake_targets to work correctly on MinGW
* [akali] Bump version to test vcpkg_fixup_cmake_targets changes
* Update ports/akali/CONTROL
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* [brpc] add new port
* [brpc] ci ignore build error on windows
* [brpc] update version and delete deprecated function
* [brpc] fail install on windows
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [brpc] not support windows
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update portfile.cmake
Update the format and remove unused comments
* [brpc] rebase master
* [brpc] reset ci.baseline.txt
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [rsocket] Add new port
* [rsocket] don't build in some window environment
* [rsocket] add missing deps in CONTROL
* [rsocket] add missing deps in CONTROL
* [rsocket] remove some deprecated args
* [rsocket] romove vcpkg_fail_port_install(ON_ARCH x64)
* [rsocket] only support x64 architecture
* [rsocket] upgrade to 2020.05.04.00
* [rsocket] add vcpkg_fail_port_install to portfile
* [rsocket] Fix find dependencies
* Update ports/rsocket/portfile.cmake
* Update ports/rsocket/CONTROL
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
(cherry picked from commit 497fe8ab805bcafd2cb2abd538db8783f897f9ad)
|
|
pkg-config (#12569)
* Remove required in first find_program call
* add usr/local/bin for mac
* lets try without cellar and see if osx ci agrees
|
|
* [qt5-imageformats] Disable parallel build
* [ompl] Disable parallel configure
* [qt5-connectivity] Disable parallel build
* [qwt] Update hash
* [qt5-location] Disable parallel build
* Update ports/qwt/portfile.cmake
* Update ports/qwt/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [qt5] change build method to vcpkg_execute_build_process
* Add condition when there are some file conflicts
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug
* Update ci.baseline.txt
* EOL LF for vcpkg.json
* Update to use vcpkg_configure_make and vcpkg_install_make in UNIX
|
|
|
|
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
|
|
* [winpcap] Remove the keyword 'inline' macro
* Restrict the keyword macro in C
|
|
|
|
* [fltk] Force static library due to global variables. Fix CMake Targets.
* [fltk] Add include directory to exported targets
* [fltk] Update ports/fltk/CONTROL
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update ports/fltk/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
|
|
* [ogre] Update to version 1.12.7 and fix link error
* [ogre] Fix find imgui
* [ogre] Fix find imgui
* [ogre] Add vcpkg.json
* format manifest
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
|
|
* fix mozjpeg build
* re-disable in CI baseline
* fix static install
* rename static libs, add pkgconfig fixup
* update version string
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [openal-soft] MinGW build fixes
* [glew] MinGW build fixes
* [protobuf] MinGW build fixes
* [protobuf] Update to 3.12.3
* [protobuf] Preserve existing cross-compilation behavior (e.g. android)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* Add files via upload
* [new port] avro-cpp
* add boost-format
* remove comments
* remove comments
* upgrade librdkafka to 1.4.4
* Delete CONTROL
* Delete install.patch
* Delete portfile.cmake
* upgrade librdkafka to 1.4.4
Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
|
|
|
|
* Add port STX
* stx: improve include files handling, disabled shared library support
* [stx] remove CMakeLists.txt, add CMakeLists.patch, fixes
* Update ports/stx/CMakeLists.patch to remove comments
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* CMakeLists.txt remove comment for installed region
* Update ports/stx/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/stx/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Use vcpkg_check_linkage(ONLY_STATIC_LIBRARY) instead of custom logic
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update portfile.cmake
Co-authored-by: Jean Gautier <jean.gautier@ssi.gouv.fr>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [Simple-FFT] Add new port
* Update ports/simple-fft/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Add copyright handling
* Update ports/simple-fft/portfile.cmake
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Update portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
|
|
* [rtmidi] Fix configure CMakeLists.txt
* [rtmidi] Rtmidi doesn't support "UWP"
* [rtmidi] Disable RTMIDI_API_ALSA on Linux
* [rtmidi] Update ci.baseline.txt
* [rtmidi] Fix ci.baseline.txt conflicts
* [rtmidi] Fix ci.baseline.txt conflicts
* [rtmidi] Fix ci.baseline.txt conflicts
* Update CONTROL
* Update ci.baseline.txt
* [rtmidi] Update ci.baseline.txt
* [rtmidi] Require static library to avoid issues with CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* Update portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|