Commit Graph

85 Commits

Author SHA1 Message Date
Jack·Boos·Yu
b68f3cc7ec
[vcpkg baseline][urho3d] Fix dependency readline (#22321)
* [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>
2022-01-04 19:57:18 -08:00
Koby Kahane
7139d6c222
[rocksdb] Update to 6.27.3 (#22246)
* [rocksdb] Update to 6.27.3.

* delete PREFER_NINJA

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-30 10:27:59 -08:00
zekoz
7862c10c37
[readline] readline port builds for MacOS (#22000)
* [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>
2021-12-28 17:44:34 -08:00
yemreinci
8fd0679a9d
[rtaudio] update to v5.2.0 (#22205)
* update rtaudio to v5.2.0

* run x-add-versions
2021-12-28 15:05:29 -08:00
Adrian Bibby Walther
0a365adc6e
[rapidcheck ] Update to 2021-12-20. (#22125)
* Updated rapidcheck to 2021-12-20.

* Updated version files.
2021-12-21 23:13:07 -05:00
Adrian Bibby Walther
38b19b5718
[rapidcheck] Update rapidcheck to 2021-10-10 (#22100)
* Updated rapidcheck port to 2021-10-10.

* Further updated rapidcheck for pull request.

* Apparently I `x-add-version`ed wrong the first time.
2021-12-20 11:37:07 -05:00
Michael R. P. Ragazzon
3948e3db40
[rmlui] Update to version 4.3 (#21987) 2021-12-13 12:28:08 -08:00
Rémy Tassoux
c5c3764a54
[robin-hood-hashing] Update to 3.11.4 (#21971)
* [robin-hood-hashing] Update to 3.11.4

* [robin-hood-hashing] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-12-13 12:22:51 -08:00
Billy O'Neal
fdb170fda2
[rsocket] Use C++17. (#21978)
Resolves CI failure:

```
C:\PROGRA~2\MICROS~3\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe   /TP -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DDEBUG -DFMT_LOCALE -DGFLAGS_DLL_DECLARE_FLAG="" -DGFLAGS_DLL_DEFINE_FLAG="" -DGFLAGS_IS_A_DLL=0 -DGLOG_NO_ABBREVIATED_SEVERITIES -DGOOGLE_GLOG_DLL_DECL="" -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_SCL_SECURE_NO_WARNINGS -D_STL_EXTRA_DISABLED_WARNINGS="4774 4987" -ID:\buildtrees\rsocket\src\3daa230e14-e3a6381b1c.clean -ID:\buildtrees\rsocket\src\3daa230e14-e3a6381b1c.clean\yarpl\.. -ID:\installed\x64-windows-static\include /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /GR /EHsc /MP  /D_DEBUG /MTd /Z7 /Ob0 /Od /RTC1  /EHs /GF /Zc:referenceBinding /Zc:rvalueCast /Zc:implicitNoexcept /Zc:strictStrings /Zc:threadSafeInit /Zc:throwingNew /permissive- /std:c++17 /wd4191 /wd4291 /wd4309 /wd4310 /wd4366 /wd4587 /wd4592 /wd4628 /wd4723 /wd4724 /wd4868 /wd4996 /wd4068 /wd4091 /wd4146 /wd4800 /wd4018 /wd4365 /wd4388 /wd4389 /wd4100 /wd4459 /wd4505 /wd4701 /wd4702 /wd4061 /wd4127 /wd4200 /wd4201 /wd4296 /wd4316 /wd4324 /wd4355 /wd4371 /wd4435 /wd4514 /wd4548 /wd4571 /wd4574 /wd4582 /wd4583 /wd4619 /wd4623 /wd4625 /wd4626 /wd4643 /wd4647 /wd4668 /wd4706 /wd4710 /wd4711 /wd4714 /wd4820 /wd5026 /wd5027 /wd5031 /wd5045 /we4099 /we4129 /we4566 -std:c++14 /showIncludes /FoCMakeFiles\ReactiveSocket.dir\rsocket\internal\ScheduledSingleSubscription.cpp.obj /FdCMakeFiles\ReactiveSocket.dir\ReactiveSocket.pdb /FS -c D:\buildtrees\rsocket\src\3daa230e14-e3a6381b1c.clean\rsocket\internal\ScheduledSingleSubscription.cpp
cl : Command line warning D9025 : overriding '/std:c++17' with '/std:c++14'
D:\installed\x64-windows-static\include\folly/portability/Windows.h(42): warning C4005: '_CRT_INTERNAL_NONSTDC_NAMES': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt\corecrt.h(401): note: see previous definition of '_CRT_INTERNAL_NONSTDC_NAMES'
D:\installed\x64-windows-static\include\range/v3/detail/config.hpp(225): fatal error C1189: #error:  range-v3 requires Visual Studio 2019 with the /std:c++17 (or /std:c++latest) and /permissive- options.
ninja: build stopped: subcommand failed.
```
2021-12-12 19:31:37 -08:00
Jack·Boos·Yu
3887aff5e5
[rsocket] Remove keyword supports (#21911)
* [rsocket] Remove keyword supports

* version

* clean up baseline
2021-12-09 16:59:30 -08:00
Christopher Di Bella
46ad6d4a07
[range-v3] updates REF to range-v3:HEAD (#21393)
* [range-v3] updates REF to range-v3:HEAD

Closes #21391.

* update portfile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-06 20:12:14 -08:00
Kai Pastor
4c9b301c9e
[spatialite-tools] Revise and update to 5.0.1 (#21594)
* 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
2021-12-06 17:58:47 -08:00
autoantwort
2ef1ac96a0
[realsense2] add missing libusb dep on macOS (#21725)
* [realsense2] add missing libusb dep on macOS

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-30 14:07:44 -08:00
Rémy Tassoux
4581bb43c1
[readerwriterqueue] Update to 1.0.6 (#21751)
* [readerwriterqueue] [readerwriterqueue] Update to 1.0.6

* [readerwriterqueue] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-11-30 10:16:18 -08:00
autoantwort
945f540e76
[realsense2] no absolute paths (#21726) 2021-11-29 17:05:33 -08:00
autoantwort
2617697840
[rapidjson] no absolute paths (#21662) 2021-11-26 01:19:10 -08:00
Koby Kahane
77d4d314c0
[rocksdb] update to v6.26.1 (#21661)
* [rocksdb] update to v6.26.1

* [rocksdb] update to v6.26.1.

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-26 01:18:37 -08:00
Jack·Boos·Yu
68a2521617
[vcpkg baseline][rtaudio] Add feature alsa and fix dependency (#21613)
* [vcpkg baseline][rtaudio] Add feature alsa and fix dependency

* version

* Remove not needed apt item
2021-11-22 20:33:13 -08:00
autoantwort
f76f65d54a
[rbdl-orb] no absolute paths (#21569) 2021-11-22 15:49:21 -08:00
eao197
477ff8bc7c
[restinio] Update to 0.6.14 (#21541)
* 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.
2021-11-22 15:38:47 -08:00
chausner
0ca4348de3
[restbed] Update to 4.8 (#21475)
* Update restbed to 4.8

* Update CI baseline

* Tweaks

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-22 15:26:45 -08:00
chausner
ced4282b5e
[replxx] Update to 0.0.4 (#21371)
* Update replxx to 0.0.4

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:45:07 -08:00
chausner
3c4257b9af
[re2] Update to 2021-11-01 (#21373)
* Update re2 to 2021-11-01

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:33:47 -08:00
chausner
899d16cefa
[refl-cpp] Update to 0.12.1 (#21372)
* Update refl-cpp to 0.12.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:31:31 -08:00
chausner
969e230ab5
[rang] Update to 3.2 (#21413)
* Update rang to 3.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:17:21 -08:00
Daniel Marshall
37240bfebf
[raylib] Update to 4.0.0 (#21209)
* [raylib] Update to 4.0.0

* [raylib] Update version files
2021-11-08 21:06:51 -08:00
Ryan
80ecdea4f9
[rsm-bsa] Update to 4.0.0 (#21214)
* 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
2021-11-08 21:06:25 -08:00
Ryan
8f53708bcb
[rsm-binary-io] Update to 2.0.4 (#21064)
* update to 2.0.4

* update versioning
2021-11-05 14:23:52 -07:00
raahilsha-z
8acb35e27f
[pcl] Update to 1.12.0 [rtabmap] Update to 0.20.13 (#18855)
* [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>
2021-11-05 00:24:45 -07:00
Ryan
8dc96a5304
[reproc] Update to 14.2.4 (#21085)
* update to 14.2.4

* update versioning
2021-11-04 12:59:49 -07:00
NancyLi1013
1cea69e191
[re2] Fix hash as lowercase (#21050) 2021-10-29 01:22:51 -07:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [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>
2021-10-27 15:19:28 -07:00
chausner
ee116da7c6
[rapidcsv] Update to 8.53 (#20941)
* Update rapidcsv to 8.53

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 23:45:05 -07:00
NancyLi1013
f978be6534
[ryml] Support osx (#20661)
* [ryml] Support osx

* Update deprecated functions

* Remove supports field
2021-10-12 17:09:17 -07:00
chausner
80e863f62c
[replxx] Update to 0.0.3 (#20606)
* Update replxx to 0.0.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-11 20:11:45 -07:00
Ryan
b6b6a8b630
[reproc] Update port to 14.2.3 (#20456)
* 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>
2021-10-04 17:20:02 -07:00
Felix Richter
dd991ef5b8
[rbdl-orb] Update port to version 3.1.2 (#20305)
* update rbdl-orb port to newest source version

* vcpkg x-add-version rbdl-orb

* fixup cmake files location

* update versions database

* Update ports/rbdl-orb/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update version database

* update port to newest commit on rbdl-orb

* update version database

* update rbdl-orb port

* update version database

* Update versions/r-/rbdl-orb.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Update versions/r-/rbdl-orb.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-09-29 18:06:21 -07:00
Ryan
fcb97e3d9b
[rsm-mmio] Fix port installation (#20416)
* correct config fixup package name

* update versioning
2021-09-29 08:42:09 -07:00
JonLiu1993
5d1839466a
[redis_plus_plus] Update to 1.3.0 (#20384)
* [redis_plus_plus] Update to 1.3.0

* update version
2021-09-27 21:11:34 -07:00
Cheney Wang
72c704c948
[realsense2] Update to 2.49.0 (#20379)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-27 21:10:48 -07:00
chausner
68b85004d2
[ring-span-lite] Update to 0.6.0 (#20363)
* Update ring-span-lite to 0.6.0

* Update CI baseline

* Update ports/ring-span-lite/portfile.cmake

* Update versions/r-/ring-span-lite.json

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-09-27 21:02:22 -07:00
chausner
980a91e3b7
[rpclib] Update to 2.3.0 (#20358)
* Update rpclib to 2.3.0

* Update CI baseline

* Update ports/rpclib/portfile.cmake

* Update versions/r-/rpclib.json

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-09-27 21:00:00 -07:00
chausner
481a0cde8c
[re2] Update to 2021-09-01 (#20349)
* Update re2 to 2021-09-01

* Update CI baseline

* update vcpkg.json

* update version

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-09-27 20:52:24 -07:00
Ryan
46e314d63a
[rsm-mmio] Add new port (#20336)
* add port rsm-mmio

* add versioning

* convert indentation to spaces

* update versioning
2021-09-27 20:03:44 -07:00
Ryan
073a476459
[rsm-binary-io] Add new port (#20334)
* add rsm-binary-io port

* add versioning

* add rsm-binary-io x64-linux to ci baseline

* convert indentation to spaces

* update versioning
2021-09-27 20:03:20 -07:00
Guekka
583ce287cd
[rsm-bsa] new port (#19496)
* [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>
2021-09-14 15:02:27 -07:00
Samuel Marks
515b1fb9b5
[New port] Rexo (#18895)
* [ports/rexo] New port

* `vcpkg x-add-version --all`

* [ports/rexo/portfile.cmake] Update version; use vcpkg_configure_cmake

* `vcpkg x-add-version --all`

* [versions/r-/rexo.json] Manually remove first iteration

* vcpkg_cmake_install()

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/rexo/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/rexo/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/rexo/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [rexo] Upgrade to 0.2.1; use new vcpkg cmake function names

* ./vcpkg x-add-version --all --overwrite-version; remove 0.2.0 from versions/r-/rexo.json

* [rexo] Upgrade to 0.2.2

* ./vcpkg x-add-version --all --overwrite-version

* [rexo] Upgrade to 0.2.2 SHA hash

* ./vcpkg x-add-version --all --overwrite-version

* [rexo] CONTROL -> vcpkg.json

* ./vcpkg x-add-version --all --overwrite-version

* [ports/rexo] Use new format

* [ports/rexo/vcpkg.json] Remove trailing comma

* [versions/r-/rexo.json] ./vcpkg x-add-version rexo --overwrite-version

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: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-09-13 19:42:24 -07:00
Billy O'Neal
b295670e4b
Bulk convert control files. (#19986)
```
function Convert-Control {
    Param($full)
    .\vcpkg.exe format-manifest $full
    $root = $full.Substring(0, $full.Length - 7) # CONTROL
    $new = $root + 'vcpkg.json'
    $content = Get-Content -Raw $new
    $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100
    $oldVersion = $asJson['port-version']
    if ($null -eq $oldVersion) {
        $oldVersionFull = $asJson['version-string']
        Write-Host "Got version $oldVersionFull"
        $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$')
        if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) {
            $newFullVersion = [string]$match.Groups[1].Value
            $oldVersion = [int]$match.Groups[2].Value
            Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion"
            $newVersion = $oldVersion + 1
            $asJson['version-string'] = $newFullVersion
            Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion"
        } else {
            Write-Host "No previous version for $full -- setting 1"
            $newVersion = 1
        }
    } else {
        $newVersion = [int]$oldVersion + 1
        Write-Host "New version for $full : $newVersion"
    }

    $asJson['port-version'] = $newVersion

    $content = ConvertTo-Json $asJson -Depth 100
    Set-Content -Path $new -Value $content
    .\vcpkg.exe format-manifest $new
}

Get-ChildItem ports\CONTROL -Recurse | Foreach-Object {
    Convert-Control $_.FullName
}

git commit -am "this message"
.\vcpkg.exe x-add-version -all
git commit -a --amend
```
2021-09-09 01:24:04 -07:00
Vitalii Koshura
f4a827c2a7
[rappture] Update port to use vcpkg.json instead of CONTROL (#20049)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-09-08 07:54:48 -07:00
Michael R. P. Ragazzon
7acd4d1f00
[rmlui] Update to 4.2 (#19719) 2021-08-24 15:47:00 -07:00