forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'microsoft:master' into master
- Loading branch information
Showing
1,875 changed files
with
19,836 additions
and
15,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "ace", | ||
"version": "7.1.2", | ||
"port-version": 1, | ||
"version": "7.1.4", | ||
"maintainers": "Johnny Willemsen <[email protected]>", | ||
"description": "The ADAPTIVE Communication Environment", | ||
"homepage": "https://github.com/DOCGroup/ACE_TAO", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
vcpkg_download_distfile(single_header | ||
URLS https://github.com/approvals/ApprovalTests.cpp/releases/download/v.10.12.2/ApprovalTests.v.10.12.2.hpp | ||
FILENAME ApprovalTests.v.10.12.2.hpp | ||
SHA512 ed59736f52afff246409dcf435ad12a8f15697ae80962c456ca877fbf8adcb99af1bb71424ebcb214df719506015aac27006c1cfec174700b1833db64efb3568 | ||
URLS "https://github.com/approvals/ApprovalTests.cpp/releases/download/v.${VERSION}/ApprovalTests.v.${VERSION}.hpp" | ||
FILENAME "ApprovalTests.v.${VERSION}.hpp" | ||
SHA512 06887b2a7d9c9a18b052065e5a43bb02aeadb31095f655bf65c17f39271c5ede881afa521597a42820fd30d2680cfc2f2f516a9d74880b2d15bedf259c3881b6 | ||
) | ||
|
||
vcpkg_download_distfile(license_file | ||
URLS https://raw.githubusercontent.com/approvals/ApprovalTests.cpp/v.10.12.2/LICENSE | ||
FILENAME ApprovalTestsLicense.v.10.12.2 | ||
URLS "https://raw.githubusercontent.com/approvals/ApprovalTests.cpp/v.${VERSION}/LICENSE" | ||
FILENAME "ApprovalTestsLicense.v.${VERSION}" | ||
SHA512 dc6b68d13b8cf959644b935f1192b02c71aa7a5cf653bd43b4480fa89eec8d4d3f16a2278ec8c3b40ab1fdb233b3173a78fd83590d6f739e0c9e8ff56c282557 | ||
) | ||
|
||
file(INSTALL "${single_header}" DESTINATION "${CURRENT_PACKAGES_DIR}/include" RENAME ApprovalTests.hpp) | ||
file(INSTALL "${license_file}" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) | ||
vcpkg_install_copyright(FILE_LIST "${license_file}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "approval-tests-cpp", | ||
"version": "10.12.2", | ||
"version": "10.13.0", | ||
"description": "Approval Tests allow you to verify a chunk of output (such as a file) in one operation as opposed to writing test assertions for each element.", | ||
"homepage": "https://github.com/approvals/ApprovalTests.cpp" | ||
"homepage": "https://github.com/approvals/ApprovalTests.cpp", | ||
"license": "Apache-2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt | ||
index 026bb5c..5c1b5e3 100644 | ||
--- a/cpp/src/arrow/CMakeLists.txt | ||
+++ b/cpp/src/arrow/CMakeLists.txt | ||
@@ -166,7 +166,7 @@ if(WIN32) | ||
list(APPEND ARROW_SYSTEM_LINK_LIBS "ws2_32.dll") | ||
endif() | ||
|
||
-if(NOT WIN32 AND NOT APPLE) | ||
+if(NOT WIN32 AND NOT APPLE AND NOT ANDROID) | ||
# Pass -lrt on Linux only | ||
list(APPEND ARROW_SYSTEM_LINK_LIBS rt) | ||
endif() | ||
diff --git a/cpp/src/arrow/vendored/musl/strptime.c b/cpp/src/arrow/vendored/musl/strptime.c | ||
index 41912fd..0ea36e9 100644 | ||
--- a/cpp/src/arrow/vendored/musl/strptime.c | ||
+++ b/cpp/src/arrow/vendored/musl/strptime.c | ||
@@ -18,7 +18,9 @@ | ||
#undef HAVE_LANGINFO | ||
|
||
#ifndef _WIN32 | ||
+# if !(defined(__ANDROID__) && __ANDROID_API__ < 26) | ||
#define HAVE_LANGINFO 1 | ||
+# endif | ||
#endif | ||
|
||
#ifdef HAVE_LANGINFO |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt | ||
index 941f5db..473e380 100644 | ||
--- a/cpp/CMakeLists.txt | ||
+++ b/cpp/CMakeLists.txt | ||
@@ -711,7 +711,7 @@ list(APPEND ARROW_TEST_LINK_LIBS ${ARROW_GTEST_GMOCK} ${ARROW_GTEST_GTEST_MAIN}) | ||
if(ARROW_BUILD_BENCHMARKS) | ||
set(ARROW_BENCHMARK_LINK_LIBS benchmark::benchmark_main ${ARROW_TEST_LINK_LIBS}) | ||
if(WIN32) | ||
- list(APPEND ARROW_BENCHMARK_LINK_LIBS Shlwapi.dll) | ||
+ list(APPEND ARROW_BENCHMARK_LINK_LIBS Shlwapi) | ||
endif() | ||
endif() | ||
|
||
diff --git a/cpp/src/arrow/CMakeLists.txt b/cpp/src/arrow/CMakeLists.txt | ||
index 5c1b5e3..f16ee55 100644 | ||
--- a/cpp/src/arrow/CMakeLists.txt | ||
+++ b/cpp/src/arrow/CMakeLists.txt | ||
@@ -163,7 +163,7 @@ if(CMAKE_THREAD_LIBS_INIT) | ||
endif() | ||
|
||
if(WIN32) | ||
- list(APPEND ARROW_SYSTEM_LINK_LIBS "ws2_32.dll") | ||
+ list(APPEND ARROW_SYSTEM_LINK_LIBS "ws2_32") | ||
endif() | ||
|
||
if(NOT WIN32 AND NOT APPLE AND NOT ANDROID) | ||
@@ -628,9 +628,9 @@ else() | ||
list(APPEND ARROW_TESTING_STATIC_INSTALL_INTERFACE_LIBS ArrowTesting::gtest) | ||
endif() | ||
if(WIN32) | ||
- list(APPEND ARROW_TESTING_SHARED_LINK_LIBS "ws2_32.dll") | ||
- list(APPEND ARROW_TESTING_STATIC_LINK_LIBS "ws2_32.dll") | ||
- list(APPEND ARROW_TESTING_STATIC_INSTALL_INTERFACE_LIBS "ws2_32.dll") | ||
+ list(APPEND ARROW_TESTING_SHARED_LINK_LIBS "ws2_32") | ||
+ list(APPEND ARROW_TESTING_STATIC_LINK_LIBS "ws2_32") | ||
+ list(APPEND ARROW_TESTING_STATIC_INSTALL_INTERFACE_LIBS "ws2_32") | ||
endif() | ||
|
||
set(ARROW_TESTING_SRCS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.