-
Notifications
You must be signed in to change notification settings - Fork 17
0.32.0, Breaking release #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #33 +/- ##
==========================================
- Coverage 35.65% 33.80% -1.85%
==========================================
Files 14 15 +1
Lines 603 630 +27
==========================================
- Hits 215 213 -2
- Misses 388 417 +29
Continue to review full report at Codecov.
|
… style repository
That is unfortunate. I have a use case for exactly that (although I can't share it yet). |
10.14 does not even exist anymore and automatically uses 10.15
Breaking Changes / Removed features
BINTRAY_REPOSITORY
anymore to specify the repository name for a Conan repository on Bintray. UseCONAN_REMOTE
for the URL+name of your remote(s) (+ potentialCONAN_UPLOAD
if download and upload remotes are different)Deprecated Features / Will be removed in a future release
splitByBuildTypes
andBPT_SPLIT_BY_BUILD_TYPES
, useBPT_MATRIX_SPLIT_BY_BUILD_TYPES
instead to split build jobs by build type (Debug
/Release
) - possible values:true
,false
build.py
files which make use of BPT'sbuild_template_boost_default.py
,build_template_boost_header_only.py
,build_template_default.py
,build_template_header_only.py
orbuild_template_installer.py
files. Migrate to use the autodetect feature.Upcoming Features Early Notice
New Features
Bugfixes
conanio/gcc8
)Internal Improvements
TODO