Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4e916df
Bump github.com/microsoft/vcpkg
dependabot[bot] Jul 18, 2025
fa1736e
Update vcpkg.json
RickWinter Jul 18, 2025
9010bcf
Update default VCPKG commit hash in AzureVcpkg.cmake
antkmsft Sep 3, 2025
37772b7
Merge remote-tracking branch 'upstream/main' into dependabot/vcpkg/gi…
antkmsft Sep 3, 2025
fd27180
try fixing CI by updating xcode version
antkmsft Sep 3, 2025
35b85d8
16.2 -> 16.4
antkmsft Sep 3, 2025
21200ae
Fix the reason for overfow warning
antkmsft Sep 3, 2025
7a2a1e5
Suppress warning C6326: Potential comparison of a constant with anoth…
antkmsft Sep 3, 2025
00fc6e0
Undo unintended format
antkmsft Sep 3, 2025
e266053
Correct condition to check whether it is possible to add epoch to sys…
antkmsft Sep 3, 2025
499a129
Insert info for debugging on mac
antkmsft Sep 4, 2025
a671c67
Better temp log formatting
antkmsft Sep 4, 2025
7e404b9
Use largest int type for calcuations (mac fix)
antkmsft Sep 4, 2025
e465704
In case system clock is lesser resolution than Azure::DateTime, do al…
antkmsft Sep 4, 2025
1e015b3
Avoid overflowing system clock max when converting to time since epoch
antkmsft Sep 4, 2025
ba90864
Add one more variable for debug logging on mac
antkmsft Sep 4, 2025
1c9b0ce
Avoid one more integer overflow
antkmsft Sep 5, 2025
0944dcf
Remove debug stuff
antkmsft Sep 5, 2025
b6fcd7f
CLang-format
antkmsft Sep 5, 2025
43521fb
More clang-format
antkmsft Sep 5, 2025
6259422
Less conversions if equal
antkmsft Sep 5, 2025
29364a6
Commit to reset CI
antkmsft Sep 5, 2025
40a9772
Undo commit to reset CI
antkmsft Sep 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "2c7705e70dcfb70e5f726459c3e399bd780bc1fc",
"builtin-baseline": "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0",
"dependencies": [
{
"name": "curl"
Expand All @@ -16,7 +16,9 @@
},
{
"name": "opentelemetry-cpp",
"features": ["otlp-http"],
"features": [
"otlp-http"
],
"platform": "!(windows & !static)",
"version>=": "1.3.0"
},
Expand All @@ -37,6 +39,5 @@
"platform": "!uwp"
}
],
"overrides": [
]
}
"overrides": []
}