-
Notifications
You must be signed in to change notification settings - Fork 989
Comparing changes
Open a pull request
base repository: conan-io/conan
base: develop2
head repository: conan-io/conan
compare: release/1.66
- 14 commits
- 11 files changed
- 7 contributors
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8d375f - Browse repository at this point
Copy the full SHA b8d375fView commit details
Commits on Jul 25, 2024
-
Add possibility to enforce return value of cross_building via conf (#…
…16728) Add possibility to enforce return value of cross_building via conf setting
Configuration menu - View commit details
-
Copy full SHA for a9e6543 - Browse repository at this point
Copy the full SHA a9e6543View commit details
Commits on Jul 29, 2024
-
ISSUE-16731: "msvc" compatibility with "Visual Studio" is broken (#16732
) In case cppstd is set in the Conan profile for "Visual Studio", it is badly migrated to "msvc". This change solves: #16731 The change also takes care of to handle the case when the 'default' cppstd is set, in this case, it will be erased from the compatible package as well.
Configuration menu - View commit details
-
Copy full SHA for 4f11f9f - Browse repository at this point
Copy the full SHA 4f11f9fView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76a804b - Browse repository at this point
Copy the full SHA 76a804bView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35c0e4b - Browse repository at this point
Copy the full SHA 35c0e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c350c - Browse repository at this point
Copy the full SHA 27c350cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bf86e - Browse repository at this point
Copy the full SHA 49bf86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3056986 - Browse repository at this point
Copy the full SHA 3056986View commit details
Commits on Sep 5, 2024
-
Conan 1.x: Fix
VCVars
for Clang withv14.4
toolset (#16932)* Fix VCVars for Clang with v14.4 toolset (backport #16374) * empty commit * fix settings --------- Co-authored-by: czoido <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a0bca6 - Browse repository at this point
Copy the full SHA 8a0bca6View commit details
Commits on Sep 11, 2024
-
Conan 1.x: Add apple-clang 16 to settings
Signed-off-by: Rui Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec02a5d - Browse repository at this point
Copy the full SHA ec02a5dView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e20f91 - Browse repository at this point
Copy the full SHA 4e20f91View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8455c2c - Browse repository at this point
Copy the full SHA 8455c2cView commit details
Commits on Dec 2, 2024
-
Issue with 'automatic' compatible packages and custom package ids (#1…
…6772) * Issue with 'automatic' compatible packages and custom package ids In case the recipe uses its own package_id() and compatible packages are generated automatically (e.g. Visual Studio vs msvc), then the compatible packages will use wrong 'base' info set for the compatible package id generation. In case the recipe's own package_id() erases a few options / settings, the compatible packages will not know about it, as those are generated prior the recipe's package_id() is being called. The change makes sure that first the recipe's package_id() is called, then the compatible packages are generated, so that they pick up the updated info set. * test that crashes * Making sure msvc_compatible handling partially set compiler settings In case a custom package_id() erased some of the compiler settings for 'msvc', a 'Visual Studio' equivalent should be created that also doesn't have the (possibly) erased elements. --------- Co-authored-by: memsharded <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 029388d - Browse repository at this point
Copy the full SHA 029388dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a249ba4 - Browse repository at this point
Copy the full SHA a249ba4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop2...release/1.66