- Feature: Allow relative paths to the Conan home folder in the
global.conf
. (#13415). Docs: 📃 - Feature: Some improvements for html formatter in
conan list
command. (#13409). Docs: 📃 - Feature: Adds an optional "build_script_folder" argument to the
autoreconf
method of theAutotools
class. It mirrors the same argument and behavior of theconfigure
method of the same class. That is, it allows one to override where the tool is run (by default it runs in thesource_folder
. (#13403) - Feature: Create summary of cached content. (#13386)
- Feature: Add
conan config show <conf>
command. (#13354). Docs: 📃 - Feature: Allow
global.conf
jinja2 inclusion of other files. (#13336) - Feature: Add
conan export-pkg --skip-binaries
to allow exporting without binaries of dependencies. (#13324). Docs: 📃 - Feature: Add
core.version_ranges:resolve_prereleases
conf to control whether version ranges can resolve to prerelease versions (#13321) - Fix: Allow automatic processing of
package_type = "build-scripts"
inconan create
as--build-require
. (#13433) - Fix: Improve the detection and messages of server side package corruption. (#13432)
- Fix: Fix conan download help typo. (#13430)
- Fix: Remove profile arguments from
conan profile path
. (#13423). Docs: 📃 - Fix: Fix typo in _detect_compiler_version. (#13396)
- Fix: Fix
conan profile detect
detection oflibc++
forclang
compiler on OSX. (#13359) - Fix: Allow internal
vswhere
calls to detect and use VS pre-releases too. (#13355) - Fix: Allow
conan export-pkg
to use remotes to install missing dependencies not in the cache. (#13324). Docs: 📃 - Fix: Allow conversion to
dict
ofsettings.yml
lists whensettings_user.yml
define adict
. (#13323) - Fix: Fix flags passed by AutotoolsToolchain when cross compiling from macOS to a non-Apple OS. (#13230)
- BugFix: Fix issues in
MSBuild
with custom configurations when custom configurations has spaces. (#13435) - Bugfix: Solve bug in
conan profile path <nonexisting>
that was crashing. (#13434) - Bugfix: Add global verbosity conf
tools.build:verbosity
instead of individual ones. (#13428). Docs: 📃 - Bugfix: Avoid raising fatal exceptions for malformed custom commands. (#13365)
- Bugfix: Do not omit
system_libs
from dependencies even if they are header-only. (#13364) - Bugfix: Fix
VirtualBuildEnv
environment not being created whenMesonToolchain
is instantiated. (#13346) - Bugfix: Nicer error in the compatibility plugin with custom compilers. (#13328)
- Bugfix: adds qcc cppstd compatibility info to allow dep graph to be calculated. (#13326)