| Age | Commit message (Collapse) | Author |
|
* Release for 08-30-2021
* Update azure-iot-sdk-c vcpkg.json formatting
* Update version database
* Test commit. In progress.
* bot actions
* Update refs and hashes for main branch test
* bot instructions
* Add OpenSSL for uamqp, umqtt, uhttp
* bot instructions
* Update cmake build options 'warning_as_errors' to OFF; remove patch file
* bot instructions
* Update all REFs to current test commit in azure-iot-sdk-c momuno/curl-vcpkg-fix_20210831
* bot instructions
* c-utility fix -- test
* bot instructions
* Update azure-iot-sdk-c REF and SHA512 for LTS release. Use version-date
* Update version database
* put back remove-werror.patch for LTS release.
* Update versioning. bot instructions
* bot instructions.
* Adding back patch to portfile instructions. Removes warnings as errors
* bot instructions
Co-authored-by: Mollie Munoz <momuno@microsoft.com>
|
|
```
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
```
|
|
|
|
* Azure-IoT-Sdk for C release 2020-07-19
* Update ports/azure-c-shared-utility/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/azure-iot-sdk-c/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/azure-uamqp-c/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/azure-macro-utils-c/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/azure-umqtt-c/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/azure-uhttp-c/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/umock-c/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Do not update azure-macro-utils-c and umock-c for release 2020-07-19
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|
|
|
|
* Azure-IoT-Sdk for C release 2020-01-22
* [azure-c-shared-utility] Patch conditionals in azure_c_shared_utilityFunctions.cmake
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
|
|
public-preview installations (#9117)
* [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
* [azure-c-shared-utility]Terminate the build process when building uwp.
|
|
This reverts commit bc11674db1f109bd72d2bc4c0786c6ca078c4cf0.
The LTS release broke the regular port of azure-iot-sdk-c.
This will be fixed and re-published.
|
|
|
|
|
|
|
|
|
|
|
|
* [azure] Update vcpkgs (add new port dependencies)
* [azure-iot-sdk-c] Bump CONTROL versions and normalize tabs/spaces
* [azure] ACR of Update vcpkgs (add new port dependencies)
|
|
* [azure-iot] vcpkg update for master/public-preview release
* [azure] Fix download hash strings
* [azure] Bump CONTROL versions
|
|
|
|
|
|
* Add public-preview feature to azure-iot-sdk-c suite of packages
* [azure-c-shared-utility][azure-iot-sdk-c] Remove unneeded repeat dependencies in feature
|
|
* Update Azure IoTHub packages for new release
* [azure-c-shared-utility] Avoid double expanding variables
|
|
* Update Azure Iot C SDK repo's SHA for the latest release
* [azure-uhttp-c] Fix hash
|
|
* new versions for azure-iot-sdk-c, azure-c-shared-utility, azure-uamqp-c, azure-umqtt-c, azure-uhttp-c
* [azure-iot-sdk-c] Modernize & Cleanup
* fix for x64-windows
|
|
changing download locations.
|
|
|
|
|
|
][azure-umqtt-c][breakpad][exiv2][gdcm2][grpc][nuklear][rocksdb][rs-core-lib][thrift][zeromq] Upgrades
|
|
-c] Initial commits
|