-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/conan-io/conan-center-index…
… into meta_qt6
- Loading branch information
Showing
276 changed files
with
5,174 additions
and
3,019 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1290,3 +1290,6 @@ authorized_users: | |
- cnicolaescu | ||
- mmomtchev | ||
- ChristianHeinigk | ||
- metalMajor | ||
- joergbrech | ||
- dagon666 |
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,15 @@ | ||
sources: | ||
"1.2.0": | ||
url: "https://github.com/7bitCoder/7bitConf/archive/refs/tags/v1.2.0.tar.gz" | ||
sha256: "c2cc19618dc6616e463dbd7cc72da1fdd5b6df1b4f5d4bf8317455658ac63f0e" | ||
"1.1.0": | ||
url: "https://github.com/7bitCoder/7bitConf/archive/refs/tags/v1.1.0.tar.gz" | ||
sha256: "07e5bff366d66c276032021c9a9ca5cdb1d8f097b29c032d07ee6ae1a10885a2" | ||
"1.0.0": | ||
url: "https://github.com/7bitCoder/7bitConf/archive/refs/tags/v1.0.0.tar.gz" | ||
sha256: "48a02d331f4281c8ff691d55c54abe744228637e9ad3af500daf526f4c77696d" | ||
patches: | ||
"1.2.0": | ||
- patch_file: "patches/1.2.0-0001-fix-package-name.patch" | ||
patch_description: "fix taocpp-json's package name" | ||
patch_type: "conan" |
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
16 changes: 16 additions & 0 deletions
16
recipes/7bitconf/all/patches/1.2.0-0001-fix-package-name.patch
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,16 @@ | ||
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt | ||
index 6cdab6c..04c9c4f 100644 | ||
--- a/Source/CMakeLists.txt | ||
+++ b/Source/CMakeLists.txt | ||
@@ -27,9 +27,9 @@ elseif (_7BIT_CONF_HEADER_ONLY_LIB) | ||
endif () | ||
|
||
if (_7BIT_CONF_HEADER_ONLY_LIB) | ||
- target_link_libraries(7bitConf INTERFACE taocpp-json) | ||
+ target_link_libraries(7bitConf INTERFACE taocpp::json) | ||
else () | ||
- target_link_libraries(7bitConf taocpp-json) | ||
+ target_link_libraries(7bitConf taocpp::json) | ||
endif () | ||
|
||
add_library(7bitConf::7bitConf ALIAS 7bitConf) |
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,4 +1,6 @@ | ||
versions: | ||
"1.2.0": | ||
folder: all | ||
"1.1.0": | ||
folder: all | ||
"1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
versions: | ||
"0.4.5": | ||
folder: all | ||
"0.3.24": | ||
folder: all | ||
"0.1.49": | ||
folder: all | ||
"0.1.37": | ||
|
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
11 changes: 11 additions & 0 deletions
11
recipes/aws-crt-cpp/all/patches/0.24.1-disable-sanitizers.patch
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,11 @@ | ||
--- CMakeLists.txt.orig 2024-02-23 17:49:55 | ||
+++ CMakeLists.txt 2024-02-23 17:50:20 | ||
@@ -314,7 +314,7 @@ | ||
aws_use_package(aws-c-event-stream) | ||
aws_use_package(aws-c-s3) | ||
|
||
-aws_add_sanitizers(${PROJECT_NAME}) | ||
+#aws_add_sanitizers(${PROJECT_NAME}) | ||
|
||
target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS}) | ||
|
13 changes: 13 additions & 0 deletions
13
recipes/aws-crt-cpp/all/patches/0.24.1-fix-cast-error.patch
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,13 @@ | ||
diff --git a/source/io/TlsOptions.cpp b/source/io/TlsOptions.cpp | ||
index 6077912..74a55c9 100644 | ||
--- a/source/io/TlsOptions.cpp | ||
+++ b/source/io/TlsOptions.cpp | ||
@@ -219,7 +219,7 @@ namespace Aws | ||
|
||
if (m_slotId) | ||
{ | ||
- options.slot_id = &(*m_slotId); | ||
+ options.slot_id = const_cast<uint64_t*>(&(*m_slotId)); | ||
} | ||
|
||
if (m_userPin) |
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,5 +1,5 @@ | ||
versions: | ||
"0.18.8": | ||
"0.24.1": | ||
folder: all | ||
"0.17.23": | ||
folder: all | ||
|
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.