Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion ports/azure-core-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-core-cpp
Version: 1.0.0-beta.7
Version: 1.0.0-beta.8
Build-Depends: openssl (!windows&!uwp)
Description: Microsoft Azure Core SDK for C++
This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++.
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-core-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.0.0-beta.7
SHA512 2ec13d3ee592869fc086c601e884fb992c123298135c9ffc8d43089c6a4a8368266ebc88f9636b5e63fc19af917d169e7557b2054c5449648bbf21ab3793fbd1
REF 807cd3f0498944e0cc1b6f7aadc200cf46ceadcb
SHA512 d08aa9167deb77d1e579edb98a94c6fbd810a02fb2ad774073609180dff2091b12b65e3da6c5d134c8be462edaac35b1b04835974659c44686608fdc768ba4a5
)

vcpkg_check_features(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-identity-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-identity-cpp
Version: 1.0.0-beta.4
Version: 1.0.0-beta.5
Build-Depends: azure-core-cpp
Description: Microsoft Azure Identity SDK for C++
This library provides common authentication-related abstractions for Azure SDK.
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-identity-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-identity_1.0.0-beta.4
SHA512 d86c43ddff626f4a041ec38d1a628e15ba546887855f4c3dd1d4070a8599611f0f43cd5bdd9ba51700f4f702802a5f356f5106b6a08fe540ed54aec4bcb98b17
REF 807cd3f0498944e0cc1b6f7aadc200cf46ceadcb
SHA512 d08aa9167deb77d1e579edb98a94c6fbd810a02fb2ad774073609180dff2091b12b65e3da6c5d134c8be462edaac35b1b04835974659c44686608fdc768ba4a5
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-blobs-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-storage-blobs-cpp
Version: 12.0.0-beta.9
Version: 12.0.0-beta.10
Build-Depends: azure-storage-common-cpp
Description: Microsoft Azure Storage Blobs SDK for C++
This library provides Azure Storage Blobs SDK.
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-blobs-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-blobs_12.0.0-beta.9
SHA512 c7d345a29eda02d0acfac4c6957cbf6dbeb2b9bd4b6ff9b5ccd65d6e5bf26332b6fc445934e81ade4154a52e45583cf2d84dd3317edf11c273f50a0cde57b45d
REF 807cd3f0498944e0cc1b6f7aadc200cf46ceadcb
SHA512 d08aa9167deb77d1e579edb98a94c6fbd810a02fb2ad774073609180dff2091b12b65e3da6c5d134c8be462edaac35b1b04835974659c44686608fdc768ba4a5
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-common-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-storage-common-cpp
Version: 12.0.0-beta.9
Version: 12.0.0-beta.10
Build-Depends: azure-core-cpp, libxml2, openssl (!windows)
Description: Microsoft Azure Common Storage SDK for C++
This library provides common Azure Storage-related abstractions for Azure SDK.
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-common-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-common_12.0.0-beta.9
SHA512 6f12a8f3881b862eabe40b506457837e57d8e490f0c991885738140d4acc4af079fceea012c4a40f50416196ae3f2f7f577e121068a612bd243f808b82670d4a
REF 807cd3f0498944e0cc1b6f7aadc200cf46ceadcb
SHA512 d08aa9167deb77d1e579edb98a94c6fbd810a02fb2ad774073609180dff2091b12b65e3da6c5d134c8be462edaac35b1b04835974659c44686608fdc768ba4a5
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-files-datalake-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-storage-files-datalake-cpp
Version: 12.0.0-beta.9
Version: 12.0.0-beta.10
Build-Depends: azure-storage-blobs-cpp
Description: Microsoft Azure Storage Files Data Lake SDK for C++
This library provides Azure Storage Files Data Lake SDK.
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-files-datalake-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-datalake_12.0.0-beta.9
SHA512 a870f686d163ae9a956811dd2155e999d09a777607b0da5239c10415f8f56514ff6a22fa125bb44d5aa89d682643f2eb16b65167a4a70a52388599b8aea131a9
REF 807cd3f0498944e0cc1b6f7aadc200cf46ceadcb
SHA512 d08aa9167deb77d1e579edb98a94c6fbd810a02fb2ad774073609180dff2091b12b65e3da6c5d134c8be462edaac35b1b04835974659c44686608fdc768ba4a5
)

vcpkg_configure_cmake(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-files-shares-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-storage-files-shares-cpp
Version: 12.0.0-beta.9
Version: 12.0.0-beta.10
Build-Depends: azure-storage-common-cpp
Description: Microsoft Azure Storage Files Shares SDK for C++
This library provides Azure Storage Files Shares SDK.
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-files-shares-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_12.0.0-beta.9
SHA512 548936b3a18ed3cfc253e645398c944f49754d5b1ad5de461bf55f06e87e14001ffba5e5001bfa780a9fafd4366cbb0a955edb29686146b7d76a7e6e3486454d
REF 807cd3f0498944e0cc1b6f7aadc200cf46ceadcb
SHA512 d08aa9167deb77d1e579edb98a94c6fbd810a02fb2ad774073609180dff2091b12b65e3da6c5d134c8be462edaac35b1b04835974659c44686608fdc768ba4a5
)

vcpkg_configure_cmake(
Expand Down
7 changes: 7 additions & 0 deletions ports/azure-template-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Source: azure-template-cpp
Version: 1.0.0-beta.823283
Build-Depends: azure-core-cpp
Description: Microsoft Azure Template SDK for C++
This is a template library meant to illustrate initial client library development process for Azure SDK.
It is not meant to be published to vcpkg.
Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/template/azure-template
19 changes: 19 additions & 0 deletions ports/azure-template-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF b1a117c686658aec111a5e08fa89cfa967771b4d
SHA512 00fb29e8c3a5771026a043cf5314099a6a42d7db0fd811a81b5388643037d4863be0c263640efa1e433e0abe002697445be2f8c5721308408d1121886d59ea4f
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/sdk/template/azure-template/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

vcpkg_install_cmake()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_fixup_cmake_targets()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
5 changes: 5 additions & 0 deletions versions/a-/azure-core-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b3cfa0da44529c6ba0a893dcf08871eb435c01e3",
"version-string": "1.0.0-beta.8",
"port-version": 0
},
{
"git-tree": "87b79aabd7415802c0c50d30b68e1911dfe295dd",
"version-string": "1.0.0-beta.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-identity-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1581498c17fd7d1790c18cc673b5c21af460c48b",
"version-string": "1.0.0-beta.5",
"port-version": 0
},
{
"git-tree": "61833d54ef29f383d33a5a0b7eae7be690dfcfc8",
"version-string": "1.0.0-beta.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-blobs-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d26305213802672a1ab3d2f7cbcd156cb751d43f",
"version-string": "12.0.0-beta.10",
"port-version": 0
},
{
"git-tree": "1028d726e4188768265becb6f3a95808283cb626",
"version-string": "12.0.0-beta.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-common-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f008c79127889f6683e9b854788179caebca1fda",
"version-string": "12.0.0-beta.10",
"port-version": 0
},
{
"git-tree": "413d1016e8672f538bce60361cff383dc55e33ad",
"version-string": "12.0.0-beta.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-files-datalake-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "637f62fa81118adef9f1aa12258aa79358763bca",
"version-string": "12.0.0-beta.10",
"port-version": 0
},
{
"git-tree": "98adbbf45b85de0cbabbc2c6f30f5b5dfc42d584",
"version-string": "12.0.0-beta.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-files-shares-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "981e5d583223bef7a61b97d3617bb4d6fed7b32a",
"version-string": "12.0.0-beta.10",
"port-version": 0
},
{
"git-tree": "78ebb9db2ec3893149fa8a6a37850f5c62008afb",
"version-string": "12.0.0-beta.9",
Expand Down
9 changes: 9 additions & 0 deletions versions/a-/azure-template-cpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "0c87b9a338d416d065b1a7e3520b7fd6a99b59f7",
"version-string": "1.0.0-beta.823283",
"port-version": 0
}
]
}
16 changes: 10 additions & 6 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@
"port-version": 1
},
"azure-core-cpp": {
"baseline": "1.0.0-beta.7",
"baseline": "1.0.0-beta.8",
"port-version": 0
},
"azure-identity-cpp": {
"baseline": "1.0.0-beta.4",
"baseline": "1.0.0-beta.5",
"port-version": 0
},
"azure-iot-sdk-c": {
Expand All @@ -265,23 +265,27 @@
"port-version": 2
},
"azure-storage-blobs-cpp": {
"baseline": "12.0.0-beta.9",
"baseline": "12.0.0-beta.10",
"port-version": 0
},
"azure-storage-common-cpp": {
"baseline": "12.0.0-beta.9",
"baseline": "12.0.0-beta.10",
"port-version": 0
},
"azure-storage-cpp": {
"baseline": "7.5.0",
"port-version": 0
},
"azure-storage-files-datalake-cpp": {
"baseline": "12.0.0-beta.9",
"baseline": "12.0.0-beta.10",
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.0.0-beta.9",
"baseline": "12.0.0-beta.10",
"port-version": 0
},
"azure-template-cpp": {
"baseline": "1.0.0-beta.823283",
"port-version": 0
},
"azure-uamqp-c": {
Expand Down