* Bump github.com/microsoft/vcpkg --- updated-dependencies: - dependency-name: github.com/microsoft/vcpkg dependency-version: ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update vcpkg.json * Update default VCPKG commit hash in AzureVcpkg.cmake * try fixing CI by updating xcode version * 16.2 -> 16.4 * Fix the reason for overfow warning * Suppress warning C6326: Potential comparison of a constant with another constant. * Undo unintended format * Correct condition to check whether it is possible to add epoch to system clock max without overflow * Insert info for debugging on mac * Better temp log formatting * Use largest int type for calcuations (mac fix) * In case system clock is lesser resolution than Azure::DateTime, do all calculations in a greater ration to avoid integer overflows * Avoid overflowing system clock max when converting to time since epoch * Add one more variable for debug logging on mac * Avoid one more integer overflow * Remove debug stuff * CLang-format * More clang-format * Less conversions if equal * Commit to reset CI * Undo commit to reset CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rick Winter <rick.winter@microsoft.com> Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
44 lines
787 B
JSON
44 lines
787 B
JSON
{
|
|
"name": "azure-sdk-for-cpp",
|
|
"version": "1.5.0",
|
|
"builtin-baseline": "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl"
|
|
},
|
|
{
|
|
"name": "libxml2",
|
|
"default-features": false,
|
|
"platform": "!windows & !uwp"
|
|
},
|
|
{
|
|
"name": "openssl"
|
|
},
|
|
{
|
|
"name": "opentelemetry-cpp",
|
|
"features": [
|
|
"otlp-http"
|
|
],
|
|
"platform": "!(windows & !static)",
|
|
"version>=": "1.3.0"
|
|
},
|
|
{
|
|
"name": "wil",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "azure-c-shared-utility",
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "azure-macro-utils-c",
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "umock-c",
|
|
"platform": "!uwp"
|
|
}
|
|
],
|
|
"overrides": []
|
|
}
|