- Feature: Make
conanfile.build_folder
available ingenerate()
for test_package. (#12443) - Feature: Add
libcxx
settings to mesoncpp_link_args
. (#12397) - Feature: Do not add architecture to system packages by default, only when cross-compiling. (#12349)
- Feature: Added distro to
global.conf
Jinja rendering. (#12311). Docs: 📃 - Feature: New
included_files()
method infrom conan.tools.scm import Git
. (#12295). Docs: 📃 - Feature: Add
stdcpp_library
toconan.tools.build
to get name of C++ standard library to be linked. (#12269). Docs: 📃 - Feature: New
upload_policy='skip'
that not upload binaries (without raising an Exception, simply skip the binaries). (#12253). Docs: 📃 - Feature: The tool
fix_apple_shared_install_name
now also patches the<package_id>/bin
executables found to point to the libraries at../lib/xxx.dylib
. (#12249). Docs: 📃 - Feature: New
conanfile.win_bash_run
andtools.microsoft.bash:active
config for better Windows bash management. (#12178). Docs: 📃 - Fix: Improve description for
verify_ssl
parameter in CLI. (#12359). Docs: 📃 - Fix: Overwrite deactivate script to unset only the last activated virtual environment. (#12353)
- Fix: Use
settings_target
in XCRun instead of settings as default and provide argumentuse_settings_target
to select using the active context settings. (#12319). Docs: 📃 - Bugfix: Fix issue where find_program does not work for a tool requirement in the build context, when the dependency is also a regular requirement in the host context. (#12464)
- Bugfix: Fix
default_cppstd()
import error (#12446) - Bugfix: When recipes have
shared
andfPIC
as options, defineBUILD_SHARED_LIBS
andCMAKE_POSITION_INDEPENDENT_CODE
as CACHE variables in the generatedcmake_toolchain.cmake
instead of regular variables, so that they are not masked by further calls tooptions()
. (#12401) - Bugfix: Avoid Conan crash when
tools.env.environment:auto_use=True
is enabled and nogenerate()
method. (#12386) - Bugfix: Fix MSBuildDeps xml component names. (#12365)
- Bugfix: Fix new
VirtualBuildEnv
andVirtualRunEnv
generators problems with dots in architecture or config. (#12294) - Bugfix: Fix Autotools install on Windows. The default argument passed is
DESTDIR=unix_path(self, self.package_folder)
. (#12193). Docs: 📃