* [c4core] update version to 0.1.9
* update version
* [ryml] update version to 0.4.1
* update version
* add license
* update version
* disable triplet arm-uwp
* overwrite version
* format patch
* overwrite version
* don't use new macro
* update version
* updated libunifex version
* remove comment
* run x-add-versions --all
* Update ports/libunifex/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* rerun x-add-version libunifex
* Update versions/l-/libunifex.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update libunifex to 12-07
* x-add-version
* libunifex port update
force cpp20 as cpp17 build doesn't work with msvc. added a compile fix for externConstexpr and removed warnings with /EHsc
* Update libunifex.json
version update
* Update fix-compile-error.patch
relax clang warnings
* Update libunifex.json
git x-add-version libunifex
* remove unused
* x-add-versions
* remove old version log
* fixed static compile option
* bumped port version
* run x-add-version --all
* Hook up RTTR's actual build settings.
* Add license.
* Remove ci.baseline skips.
* Put ci.baseline.txt skips back with a comment.
* Be less pessimistic in cmake config handling, fix typo, and add indents.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [eigen3] Update to 3.4.0
* [theia] Update to support Eigen 3.4
* [shogun/openmvg] Patches to support Eigen 3.4 from @cenit
* Commit result of x-add-version
* [rtabmap] add bigobj
* x-add-version
* Update ports/eigen3/vcpkg.json
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* Run x-add-version
Co-authored-by: Tobias Wood <tobias@mi3.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* Update folly
* Update wangle
* Update fizz
* Version
* Fix patch
* Fix patch
* version
* Fix error in rsocket
* Fix patch
* Fix patch
* version vor rsocket
* Update fbthrift
* fbthrift version
* Fix fbthrift
* Fix fbthreft version
* fbthrift: fix empty dir
* fbthrift: update version
* Update mvfst
* Update proxygen
* Update hashes
* update version
* remove unused patchfiles
* Fix deprecated cmake functions
* format and version
* version
* rsocket: fix version
* rsocket: update port version
* fix version
* fix version
* update version
* restore version
* update port version
* update version
* fix port version
* version
* remove v from version string
* version
* Add quotes
* version
* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* [vcpkg baseline][urho3d] Fix dependency readline-osx
* format manifest
* version
* Add port readline-unix, convert build type to makefile, set readline-osx as a empty package
* version
* change dependency to readline-unix on non-Windows
* version
* Update ports/readline-unix/vcpkg.json
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* [readline] New readline-osx port for MacOS
* Bump port-version of readline and fix version database.
* Remove unnecessary -D_CRT_SECURE_NO_WARNINGS.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Revise portfile and patch
* Install pc file for windows
* Update versions
* Remove readosm failure from CI baseline
* Revise dependencies based on #include, use pkgconfig
* Revise portfile
* Update to 5.0.1
* Update versions
* Fix release-only nmake build
* Update versions
* RESTinio updated to 0.6.14.
* Fix for RESTinio's vcpkg.json.
* x-add-version for RESTinio.
* Fixes for RESTinio vcpkg.json and portfile.cmake files.
* x-add-version for RESTinio.
* update to 4.0.0
* remove extraneous version file
this file is from before the name was changed to `rsm-bsa`, and should never have been committed in the first place
* add xmem codec support feature
* install config files to the correct directory
* use spaces for indentation
* update versioning
* [pcl] Update patches and portfile for PCL 1.12.0.99
* [pcl] Update pcl to 1.12.0.99
* Update rtabmap to 0.20.13, don't build Qt libs when WITH_QT is OFF
* [rtabmap] update to 0.20.13
* Use PCL 1.12.0 instead of 1.12.0.99
* [pcl] Use PCL 1.12.0
* Require pcl[vtk] to build rtabmap
* Fix rtabmap hash
* Go back to ccc8202, where Linux CI was passing, update rtabmap to require pcl[vtk]
* test - go back to pcl 1.20.0.99
* That wasn't it - go back to PCL release commit
* Go back to pcl 1.12.0
* Remove libpng patch due to updated VTK per https://github.com/microsoft/vcpkg/pull/18855#issuecomment-880989289
* Bump version as per git bot
* Fix find dependencies in pcl's dependency
* version stuff
* version
* Replace depreciate functions
* version
* Add DISABLE_PARALLEL_CONFIGURE to rtabmap
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [many ports] call vcpkg_fixup_pkgconfig()
The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files
* Update port-version for armadillo and polyclipping.
* Update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* update to 14.2.3
* remove trailing whitespace
* update HEAD_REF
* update deprecated functions
* quote paths
* update versioning
* update baseline
* update versioning
* Use version rather than version-string.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [bsa] new port
* [bsa] Update version file
* [bsa] Update ci baseline
* [bsa] Update version database
* [bsa] Add patch for minimum cmake version
* [bsa] Update ci baseline
* Update version database
* Try more CI
* Fix merge typo
* [bsa] Update library version
* Update versions database
* Apply suggestions from code review
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update versions/b-/bsa.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update versions database
* [bsa] Add warning instead of fail on Linux
* Update versions database
* Update ports/bsa/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update version database
* Rename to rsm-bsa
* Update versions database
* Update versions/baseline.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Fix typo
* Update versions
* Update ci.baseline.txt
* Remove rsm-bsa:x64-linux=fail in ci.baseline.txt now that VMs have G++10.
* Revert "Remove rsm-bsa:x64-linux=fail in ci.baseline.txt now that VMs have G++10."
because we actually are on gcc 9.x :(
This reverts commit 781289dc26.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [vcpkg baseline][rbdl-orb/rbdl] file conflicts, skip rbdl-orb in Ci testing
* [ptex] Add DISABLE_PARALLEL_CONFIGURE
* Update the baseline version
* Add missing quotes
* Update the baseline version
* add rbdl-orb port
* update commit hash
* added rbdl-orb port
* moved to vcpkg.json and use vcpkg_cmake_configure/install functions
* update to newest commit of rbdl-orb version v3.0.0
* only use vcpkg_from_github for source download
* formatting vcpkg.json
* update port version specs
* use correct submodule path for urdfparser dependency
* execute vcpkg x-add-version
* fix linux vcpkg build
* run vcpkg x-add-version
* fix macosx rbdl-orb build
* fix uwp build
* update version
* [recast] Export unofficial target
* update version record
* Export INTERFACE_INCLUDE_DIRECTORIES
* Export more include dirs.
* Update versions/r-/recast.json
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a
* executed vcpkg x-add-version ryu
* Update ports/ryu/ryuConfig.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* executed vcpkg x-add-version ryu
* fixed a syntax error in ports/ryu/ryuConfig.cmake
* vcpkg x-add-version ryu
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a
* executed vcpkg x-add-version ryu
* Update ports/ryu/ryuConfig.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* executed vcpkg x-add-version ryu
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* activated libraries generic_128 and ryu_printf
* updated version for ryu
* Fixed port version
* updated port version info for ryu
* removed generic_128 again, because it doesn't build under Windows
* updated version info
* - replaced CONTROL file with manifest file
- corrected version string and port version
* updated versions with "vcpkg x-add-version ryu"
* corrected formatting of ryu manifest file
* ran vcpkg --x-add-version again
* [restc-cpp] new port
* Updated port's version-string
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added port version
* [restc-cpp] new port
* Updated port's version-string
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added port version
* [restc_cpp] updated MSVC CRT linkage
* [restc-cpp] reformated vcpkg.json
* [restc-cpp] updated port's version
* [restc-cpp] excluded dependency on cmake external projects
* [restc-cpp] updated version hash
* [rest-cpp] Remove changes about CRT linkage
* update version record
* Update ports/restc-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added an error message for mutual exclusive logging features
* [restc-cpp] updated port version
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [restc-cpp] updated port version
* [restc-cpp] version file has to declare version as 'version-semver'
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>