<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/jsoncons/CONTROL, branch aws-lambda-cpp</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Bulk convert control files. (#19986)</title>
<updated>2021-09-09T08:24:04+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2021-09-09T08:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b295670e4bab14debe88d92cd5364b21ce26232c'/>
<id>b295670e4bab14debe88d92cd5364b21ce26232c</id>
<content type='text'>
```
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
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
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
```</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to 0.165.0 (#18284)</title>
<updated>2021-06-21T21:21:22+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2021-06-21T21:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a025c1b0458c08150b6da44ebdd9f0f9e0873d07'/>
<id>a025c1b0458c08150b6da44ebdd9f0f9e0873d07</id>
<content type='text'>
* [jsoncons] Update to 0.165.0

* [jsoncons] Update to 0.165.0, update baseline

* [jsoncons] Added vcpkg_fixup_pkgconfig() to portfolio.cmake

* update version

Co-authored-by: Jonliu1993 &lt;13720414433@163.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [jsoncons] Update to 0.165.0

* [jsoncons] Update to 0.165.0, update baseline

* [jsoncons] Added vcpkg_fixup_pkgconfig() to portfolio.cmake

* update version

Co-authored-by: Jonliu1993 &lt;13720414433@163.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to version 0.163.3 (#17466)</title>
<updated>2021-04-23T17:18:49+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2021-04-23T17:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=684a000aac62cd28fffbfe03b428e91b1764519b'/>
<id>684a000aac62cd28fffbfe03b428e91b1764519b</id>
<content type='text'>
* [jsoncons] Update to version 0.163.3

* [jsoncons] Update baseline</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [jsoncons] Update to version 0.163.3

* [jsoncons] Update baseline</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to 0.163.1 (#17126)</title>
<updated>2021-04-09T16:50:50+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2021-04-09T16:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7ee07915db7b88519102a8001fcaebc613cb0aa4'/>
<id>7ee07915db7b88519102a8001fcaebc613cb0aa4</id>
<content type='text'>
* [jsoncons]Update to 0.163.1

* [jsoncons] Update baseline</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [jsoncons]Update to 0.163.1

* [jsoncons] Update baseline</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to v0.163.0 (#16820)</title>
<updated>2021-03-24T19:46:18+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2021-03-24T19:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=80bd78d3dd06504ad302bf391a7194955913265d'/>
<id>80bd78d3dd06504ad302bf391a7194955913265d</id>
<content type='text'>
* [jsoncons] Update to v0.163.0

* [jsoncons] Update baseline

* [jsoncons] BUILD_TESTS -&gt;JSONCONS_BUILD_TESTS

* [jsoncons] Update baseline</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [jsoncons] Update to v0.163.0

* [jsoncons] Update baseline

* [jsoncons] BUILD_TESTS -&gt;JSONCONS_BUILD_TESTS

* [jsoncons] Update baseline</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to 0.162.1 (#16334)</title>
<updated>2021-02-21T05:19:45+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2021-02-21T05:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6582f0e0d314813d638d239b6c4299287d7f72a8'/>
<id>6582f0e0d314813d638d239b6c4299287d7f72a8</id>
<content type='text'>
* Issue #307

* Update baseline</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Issue #307

* Update baseline</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to version 0.162.0 (#16227)</title>
<updated>2021-02-16T19:14:37+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2021-02-16T19:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5368422fb9f94351328318640553515472b121bd'/>
<id>5368422fb9f94351328318640553515472b121bd</id>
<content type='text'>
* [jsoncons] Update to version 0.162.0

* [jsoncons] Run ./vcpkg x-add-version jsoncons</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [jsoncons] Update to version 0.162.0

* [jsoncons] Run ./vcpkg x-add-version jsoncons</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to version 0.159.0 (#14752)</title>
<updated>2020-11-30T18:18:11+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2020-11-30T18:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b743d468997f6df045bb9541242cd4037323e169'/>
<id>b743d468997f6df045bb9541242cd4037323e169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to 0.158.0 (#13938)</title>
<updated>2020-10-09T06:32:50+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2020-10-09T06:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f8c439c3ed7a1e566bb0e1470e59d49f7340891d'/>
<id>f8c439c3ed7a1e566bb0e1470e59d49f7340891d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[jsoncons] Update to version 0.156.1 (#13595)</title>
<updated>2020-09-18T23:56:02+00:00</updated>
<author>
<name>Daniel Parker</name>
<email>danielaparker@yahoo.com</email>
</author>
<published>2020-09-18T23:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9b89e93f2cce884e6fd3574829357b5ff4acdb88'/>
<id>9b89e93f2cce884e6fd3574829357b5ff4acdb88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
