vcpkg/versions/v-/vulkan-hpp.json

60 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"versions": [
{
"git-tree": "2ab29397d55ec0c9b71cb790c30656e4903a996c",
"version-string": "deprecated",
"port-version": 0
},
2023-08-01 02:30:45 +08:00
{
"git-tree": "a9a9d60278b58e9bd4b8c301247f4a0e10076136",
"version": "1.3.259",
"port-version": 1
},
2023-07-28 00:24:17 +08:00
{
"git-tree": "d87342b4b1feb62ce7f97396981603c86358fecf",
"version": "1.3.259",
"port-version": 0
},
{
"git-tree": "61fc021c36380e8be0bf1742784dea14c9fe4a97",
"version": "1.3.231",
"port-version": 2
},
[community triplet] adds triplets for building for the Xbox platform (#29210) * Try adding xbox triplets * Update for Gaming Command Prompt usage * Fix directxtk12 shaders for xbox * Add toolchain for xbox * Fix ports for feature builds * Code review feedback * More code review * Code review * WIN32_LEAN_AND_MEAN is too aggressive for many libs * Normalize GDK variable paths * Need to leave oldnames.lib as many libs use POSIX names * More code review feedback * Remove extra file * Use of /DEFAULTLIB fixed 41 ports * Code review feedback * Added basic xbox supports expression * Updates for xbox-aware ports * Update for CMake fixes upstream * Minor synatx fix * Fix up merge issues * Need directx-headers for linux * Missed one port revision * Removed VCPKG_TARGET_IS_XBOX from project scope after upstream fixes * Update baseline * License updates per github-actions bot * Update baseline * Update toolchain to support try_compile for GDK headers * Update port numbers * Update baseline * Don't need directx-dxc for Xbox builds * Update baseline * Update hashes * Code review * Update baseline * Refresh hashes for upstream fixes * Update baseline * Add ms-gdkx stub port * Update baseline * updated ms-gdkx with user-friendly output * Update baseline * Code review for the toolchain file * Update directxkt12 hash * Refresh baseline * Update MSBuild integration to select proper triplet for GDK custom platforms * Update CMake integration to select proper xbox triplet from XBOX_CONSOLE_TARGET * vcpkg.targets update * Code review feedback * Update baseline * Refresh baseline * Code review for MSBuild * Code review for xbox toolchain * vcpkg.cmake codereview --------- Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-03-09 06:06:20 +08:00
{
"git-tree": "794ed471d4b90ebb0ecad8adbb2f10fb57a7f0f6",
"version": "1.3.231",
"port-version": 1
},
{
"git-tree": "4b9270c54ab5a767a060ec2d10f6b7fc02689d34",
"version": "1.3.231",
"port-version": 0
},
{
"git-tree": "0f1e3c5ad864b671b57492c92079e7270bde0558",
"version": "1.2.203",
"port-version": 0
},
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 16:24:04 +08:00
{
"git-tree": "a3f04aeb70ff80b168cf4e86134c7c61f7d23d62",
"version-string": "1.2.184",
"port-version": 1
},
{
"git-tree": "f4ca1555372a398629a4bd1728b6870efb93d674",
"version-string": "1.2.184",
"port-version": 0
},
{
"git-tree": "2480b7c83826a22adba9e5fbad769ab547285818",
"version-string": "2019-05-11-1",
"port-version": 0
},
{
"git-tree": "f03225bb8e8b8ec20a1b79d113abc3195ed7edd1",
"version-string": "2019-05-11",
"port-version": 0
}
]
}