| Age | Commit message (Collapse) | Author |
|
|
|
Resolves #11784
|
|
(#11958)
|
|
Co-authored-by: Curtis J Bezault <curtbezault@gmail.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [mpir] Add mpirxx.lib
* Update
* Remove bin directory in static build
* Update support info
|
|
This reverts commit 9d727caa3f3e253945e5e0cf3d927e08c85746ba.
|
|
* [tinyfiledialogs] Re-trigger CI test
* [msix] Fix source hash
* [geographiclib] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* update baseline
* [plplot] Re-trigger CI test
* [dmlc] Fix issues with parallel configuration
* [tclap] Re-trigger CI test
* [itpp] Re-trigger CI test
* [mpg123] Re-trigger CI test
* [qwt] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* [pthreads] Re-trigger CI test
|
|
* Improved infoware and portfile port
* Add a note for why we do this.
* Add vcpkg_fail_port_install call requested by @PhoebeHui
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
Backport upstream patch: https://github.com/danfis/libccd/pull/70
Disable BUILD_TESTING, that has also the nice side effect of a faster build on all triplets.
|
|
(#10731)
* Enable compilation of libpcap port on x86-windows and x64-windows
As winpcap and libpcap install the same headers, this two
port have been marked as not not compatible, and cannot be
installed together.
* Update ci.baseline.txt
* Add libcrafter failing ports to ci.baseline.txt
|
|
libraries (#11616)
* [tinyxml2] Update to 8.0.0; avoid exporting symbols when building static libraries
* [tinyxml2] Clean up files
|
|
* [BitSerializer] Update to version 0.9
* [bitserializer] Update to version 0.10
* [bitserializer] Enable all features by default
* [bitserializer] Update hash of tagged commit and remove "rapidyaml-archive" from default list of features
* [bitserializer] Add alias packages for deprecated BitSerializer's libraries
* Skip bitserializer-rapidyaml for arm and osx
* Update scripts/ci.baseline.txt
Co-authored-by: Pavel_Kisliak <Pavel_Kisliak@epam.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
|
|
* Add tao as feature for ace
* Use vcpkg_install_msbuild instead of vcpkg_build_msbuild
* Use lists for directories installation as in #11464
* Update to version 6.5.9-4
* Update version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [python3] Update to Python 3.8.3.
[vtk] Update to Python 3.8 and fix improper Python3 artifact
specification.
* [python3] Fix static linking, broken in 121faf2.
* [hyperscan] Add missing build dependency (fixes CI on macOS).
|
|
* Update librabbitmq portfile to use rabbitmq-config.cmake
* Change version and update outdated vcpkg functions
* Capitalization error
Co-authored-by: Eric Huff <thegreaterici@gmail.com>
|
|
* [libpmemobj-cpp] Update to 1.10
* [libpmemobj-cpp] Update to 1.10
* [libpmemobj-cpp] Update to 1.10
* fixlibpmemobj-cpp
* Update ports/libpmemobj-cpp/portfile.cmake
* Update ports/libpmemobj-cpp/portfile.cmake
* Update ports/libpmemobj-cpp/portfile.cmake
* Update ports/libpmemobj-cpp/portfile.cmake
* Update ports/libpmemobj-cpp/portfile.cmake
* Update ports/libpmemobj-cpp/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [discord-game-sdk] Added required flag for compiling
* [discord-game-sdk] Added patch for fixing cstdint issue
* [discord-game-sdk] Bumped version for patch
* [discord-game-sdk] Formatting
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [LAStools] Update to 200509
* [LAStools] fixed file naming for case-sensitive linux triplett
|
|
|
|
* [libuuid] Install uuid.pc file
* [libuuid] Install uuid.pc file
* [libuuid] Install uuid.pc file
* Update portfile.cmake
* Update ports/libuuid/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* [xalan-c] Fix import Xalan.exe
* [xalan-c] Fix import Xalan.exe
|
|
* [glib/gts] Add pkgconfig files
* Update the patch
* Update ports/glib/CMakeLists.txt
|
|
|
|
|
|
|
|
* Fix boostrap on VS2015 by removing use of C++17 constexpr lambdas.
|
|
* add nologo to windows toolchain
* bump control of one cmake port for ci testing
* [scripts] add nologo to _DEBUG flags
* revert version bump
|
|
Co-authored-by: @JackBoosY
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: Voskrese <10104740+Voskrese@users.noreply.github.com>
|
|
* added gzip-hpp port
* added 'header-only library' comment
|
|
* [spdlog] Update to 1.61
* Modify the question
* fixPortfile.camke
* Update ports/spdlog/portfile.cmake
* fixPortfile.cmake
* Update ports/spdlog/portfile.cmake
* Update ports/spdlog/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
(#11794)
* [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
* [directxtex][directxtk12] Remove deprecated function
* [directxtk][directxtk12][directxtex][directxmesh] Fix x86 platform build error
|
|
* [libvpx] Add cmake config file
This allows libvpx to be used with
find_package(libvpx CONFIG REQUIRED)
target_link_libraries(main PRIVATE libvpx::libvpx)
Tested on all supported windows triplets.
* [libvpx] Rename cmake config file to make clear it is unofficial
* [libvpx] Add cmake config target guard
* [libvpx] Update version
|
|
|
|
* [cairo] Install the xlib header file when selecting feature x11
* update baseline
* Update CMakeLists.txt
|
|
|
|
|
|
* [uWbSockets] Update to 18.1.0
* fix hash
|
|
* added libosmium port
* minor fixes
* minor fixes
* Update CONTROL
* Update portfile.cmake
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
|
|
|
|
* [vcpkg-acquire-msys] Remove obsolete workaround.
* [vcpkg-acquire-msys] Don't refresh package database on package install.
* [vcpkg-acquire-msys] Drop no longer needed taskkill.
* Trigger CI rebuild to test vcpkg_acquire_msys.
|
|
|
|
* [sciter] Update to 4.4.3.20.7852
* [sciter] A feature to install windowless variants of the library.
* Update ports/sciter/CONTROL
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* Add v-hacd
* [v-hacd] Fix portfile features
* [v-hacd] Only support static linkage
* [v-hacd] Fix patchfile
* [v-hacd] Remove ARM as a supported platform
* [v-hacd] Update ports/v-hacd/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* update polyhook to latest
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* push polyhook2 fix
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
* fix build
* bump polyhook2 version
* bump polyhook2 version
* bump polyhook2 version
|
|
* [ms-angle] Remove invalid port
* [ms-angle] Remove invalid port
* [ms-angle] Add build depends angle
|
|
* Fix openssl-unix android build
* Update version. Remove deprecated functions
* Update pacman before installing updates (perl fails to install otherwise)
* Update vcpkg_acquire_msys to (successfully) update pacman and bash before updating anything else
* Undo whitepsace remove
|
|
* Add additional search path
* Update ports/proj4/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* [libpcap] Fix pkgconfig libs and include path
* [libpcap] use vcpkg_fixup_pkgconfig instead of homegrown
* Update ports/libpcap/portfile.cmake
* Update ports/libpcap/CONTROL
* Update ports/libpcap/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* updated to sqlite 3.32.1 to fix a security vulnerability
* Update ports/sqlite3/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [licensepp] Add new port
* [cryptopp-pem] Update to a newer version that will make lincensepp happy
* Revert "[cryptopp-pem] Update to a newer version that will make lincensepp happy"
This reverts commit 726e3ce3d20bc6266bc7bf63cb35572fe297869f.
This version can not compile with cryptopp.
* [licensepp] Finish it
* [licensepp] Fix interface include directory
* [licensepp] Fixup cmake targets
* [licensepp] -O3 is not recognised by msvc
* [licensepp] Fix _iterator_debug_level value mismatch
* [licensepp] Update patch file
* [licensepp] Fail fast on UWP
* [licensepp] Simplify patch file
* [licensepp] Tabs -> Spaces
|