| Age | Commit message (Collapse) | Author |
|
* Bumped OpenMAMA to 6.3.1
* [openmama] Update CONTROL
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
|
|
|
|
|
|
* update to new version
* format vcpkg.json correctly
|
|
|
|
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
|
|
(#14054)
* [portaudio] Remove from baseline, fix CRT linkage and mark UWP as unsupported.
portaudio was fixed by https://github.com/microsoft/vcpkg/commit/654adc64b36607aff14f614387eb904d64faec2b
* [chakracore] Remove passing case from baseline and add Supports.
PASSING, REMOVE FROM FAIL LIST: chakracore:arm64-windows (.\scripts\ci.baseline.txt)
* [gamma] Remove from baseline.
PASSING, REMOVE FROM FAIL LIST: gamma:x64-linux (.\scripts\ci.baseline.txt)
This was blocked by portaudio before.
* [usrsctp] Remove baseline
PASSING, REMOVE FROM FAIL LIST: usrsctp:arm-uwp (.\scripts\ci.baseline.txt)
PASSING, REMOVE FROM FAIL LIST: usrsctp:x64-uwp (.\scripts\ci.baseline.txt)
Probably fixed by https://github.com/microsoft/vcpkg/commit/16b68c2f35771c250b354248f11015f9def2a89b
* [libopenmpt] Fix build on recent msvc by backporting deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d
https://github.com/OpenMPT/openmpt/commit/deaf2e3837fb08b1a53fd21bb53adbafe0a84e7d
* [chakracore] Also needs dynamic universe.
|
|
|
|
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
|
|
* [vcpkg/configure_make] add option DETERMINE_BUILD_TRIPLET
* add missing option to cmake_parse_arguments
* add missing USE_WRAPPERS option
|
|
* fix LLVM target-all feature
* [halide] bump Halide to version 10.0.0
* Use empty package policy to allow plugins to be located in lib.
This is following the recommendations in a conversation I had
with Robert Schumacher on the #vcpkg CppLang Slack channel.
This recommendation was derived from the fact that "cmake
defaults module DLLs into the lib folder, which makes vcpkg's
current policy very inconvenient for authors" and that I do not
plan to enable build systems other than CMake.
* [halide] skip x86-windows due to MSVC bug
* [halide] restore x64-windows-static fail status
* add usage file to Halide
* Update CONTROL version
* Remove '!emscripten` from ports/halide/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [libtheora] remove FindOGG.cmake since ogg port already provides a cmake config
* [libtheora] OGG -> Ogg to match config (fixes x64-linux build on case sensitive file systems)
* [libtheora] add config file and install it
* [libtheora] bump port version
* [libtheora] remove include and add missing target_link_libraries instead
* [libtheora] use target_include_directories to set build and install interface include folders
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [openvdb] Update to the latest version
* Update tools
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [sqlcipher] New port
* Reformatted.
* Update vcpkg.json
* Update ports/sqlcipher/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Removed from baseline, because flagged in vcpkg.json.
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* Fixed port of mongo-c-driver/mongo-cxx-driver for android
* mongo-c-driver - Default value of ENABLE_SHM_COUNTERS is AUTO
* Use vcpkg provided variable VCPKG_TARGET_IS_ANDROID to detect android
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Increased port-version of mongo-c-driver
* Increased port-version of mongo-cxx-driver
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
|
|
* libpng[apng] - add msys installation to use awk, which fixes the apng prefix problem
* [libpng] Update CONTROL version
* Fix incorrect args to vcpkg_acquire_msys
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
|
|
* [openssl] Update to 1.1.1h
* Update ports/openssl-unix/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update ports/openssl-uwp/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update ports/openssl-windows/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
|
|
* use libwebsocket's master for libuv-related bugfixes
* use tag v4.1.3 which includes libuv foreign loop fixes
|
|
(#13969)
* [directxtex] Use CMake build system and add OpenEXR support
Use the provided CMake file instead of the VS solutions to build the library, as recommended in the vcpkg maintainer guide.
Also add the openexr feature to enable OpenEXR in the library and its tools.
https://github.com/Microsoft/DirectXTex/wiki/Adding-OpenEXR
* [directxtex] Fix build failure on ARM and UWP
* [directxtex] Use vcpkg_copy_tools
* [directxtex] Add win7 feature
DirectXTex can be build without DirectX12 to support Windows 7 Service Pack 1 or later platforms, so I added this as a feature.
* [directxtex] Replace win7 with dx12 feature
* [directxrex] Shorten patch file
* [directxtex] Fix wrong port version
* [directxtex] Use ninja
|
|
* [ffmpeg:x64-linux] install tools
* [ffmpeg] use vcpkg_copy_tools to copy tools
|
|
* [directxtk12] Use CMake build system
Use the provided CMake file instead of the VS solutions to build the library, as recommended in the maintainer guidelines.
* [directxtk12] Fix wrong port version
* [directxtk12] Use ninja
|
|
* [icu] Update automake dependency 1.15 -> 1.16
automake 1.15 is not available through msys anymore; automake 1.16 is the oldest available version.
* [icu] Update CONTROL version
Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
|
|
* Build only static or shared library
* Update CONTROL
Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
|
|
* [glew] Add dependency
* Update ports/glew/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
fix Bites error
|
|
* [sentry-native] Update to 0.4.3
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* Remove port-version string
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
|
|
* [vcpkg] Add optional 'Homepage' field to CONTROL
[control file] Add optional 'Homepage' tag
This allows a 'Homepage' tag to be added to a port.
* Update ports/lest/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* teemo
* 1. move header files to teemo folder.
2. add Cancel Event.
3. create directories automatically.
* update teemo to v2.1
* update teemo code ref
* remvoe cpprestsdk dependency
* Update to v1.42
* [akali] Add supports and update ci.baseline.txt
* Update portfile.cmake
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
|
|
* [many ports] 2019.09.14 Updates
* Revert failure ports
* Revert failure ports
* Revert failure ports
* [urdfdom] Fix find dependency console_bridge
* Revert failure ports
* [devil] Compatible with jasper 2.0.20
* [devil] Refix compatible with jasper functions declaration on different os
* Update ports/alembic/CONTROL
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Revert failure ports wangle
* [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2
* Revert failure ports
* Revert failure ports
* [urdfdom-headers] Fix include path in config.cmake file
* upload patch
* [urdfdom-headers] Refix include path in config.cmake file
* [qt5-imageformats] Fix missing include math.h
* [urdfdom-headers] Refix include path in config.cmake file
* [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation
* Remove updated ports version
* Commit suggestions
* [libideviceactivation] revert
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [vcpkg/configure_make] add USE_WRAPPERS option
* Move env setting for wrapper to correct spot
|
|
* PCL doesn't compile on linux with clang
`-fext-numeric-literals` does not exist in clang and it builds just fine without it
* pcl: bumped version
|
|
|
|
* [implot] Update to v0.5
https://github.com/epezent/implot/releases/tag/v0.5
* [implot] Update to v0.6
https://github.com/epezent/implot/releases/tag/v0.6
* [implot] Update to v0.7
https://github.com/epezent/implot/releases/tag/v0.7
* [implot] Fix Mac OS build failure
|
|
* Update usrsctp
* Update CONTROL version
* Update portfile.cmake
Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
|
|
* Add RBDL core support (without features)
* Fix port version
* Add supports field to CONTROL
* Mark rbdl:x64-uwp as fail in the CI baseline
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* ⏰ Temporal removing of Supports field
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Revert "Mark rbdl:x64-uwp as fail in the CI baseline"
This reverts commit 65a8100131f18e70ffccc5cfeb7a38c561099fd9.
* Add Supports field
* Update ports/rbdl/001_x64_number_of_sections_exceeded_in_object_file_patch.diff
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/rbdl/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Remove vcpkg_fail_port_install
* Remove Supports field
* Revert "Remove Supports field"
This reverts commit b62ba898afea1c71f7484039b3c174585f9f53f3.
* Revert "Remove vcpkg_fail_port_install"
This reverts commit dd7aecaec64dc12c1105736331a36a7bd2b9b5d2.
* Revert "Revert "Remove Supports field""
This reverts commit 0e1cd7aa92545d629a898fb0a21e171eb0004bc8.
* Revert "Revert "Remove vcpkg_fail_port_install""
This reverts commit ae89760c296d3935fe9396907fab79b0c187964f.
* Fix 001_x64_number_of_sections_exceeded_in_object_file_patch.diff
* Remove vcpkg_fixup_cmake_targets
* Disable manual handling for dynamic install target
* ♻️ Clean code
* Add 002_runtime_destination_for_not_static_build.diff patch
* Revert "Add 002_runtime_destination_for_not_static_build.diff patch"
This reverts commit 32a0cfa251b1fae9b0872f4e8f124ccce025dc9f.
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|
|
* [libpmemobj-cpp] Update to 1.11
* [libpmemobj-cpp] Update to 1.11
* [libpmemobj-cpp] Update to 1.11
* [libpmemobj-cpp] Update to 1.11
|
|
|
|
* [nettle] Fix build failure on osx
* Update ports/nettle/portfile.cmake
* Update ports/nettle/portfile.cmake
* Update ports/nettle/portfile.cmake
* Update ports/nettle/portfile.cmake
|
|
* add sltbench port
* [sltbench] Fix static build
|
|
* ask for amalgamation build on windows to avoid linker errors due to long command line
* bump port-version on botan
* made the amalgamation build user-selectable via feature-flags
|
|
variables usage (#13713)
* [vcpkg/toolchain] add bootstrap and install options
* fix usage of cache variables
|
|
* [marl] Update to Oct 2,2020
* Update ports/marl/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|