github conan-io/conan 1.54.0
1.54.0 (07-Nov-2022)

latest releases: 2.7.1, 2.7.0, 1.65.0...
22 months ago
  • Feature: Make conanfile.build_folder available in generate() for test_package. (#12443)
  • Feature: Add libcxx settings to meson cpp_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 in from conan.tools.scm import Git. (#12295). Docs: 📃
  • Feature: Add stdcpp_library to conan.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 and tools.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 argument use_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 and fPIC as options, define BUILD_SHARED_LIBS and CMAKE_POSITION_INDEPENDENT_CODE as CACHE variables in the generated cmake_toolchain.cmake instead of regular variables, so that they are not masked by further calls to options(). (#12401)
  • Bugfix: Avoid Conan crash when tools.env.environment:auto_use=True is enabled and no generate() method. (#12386)
  • Bugfix: Fix MSBuildDeps xml component names. (#12365)
  • Bugfix: Fix new VirtualBuildEnv and VirtualRunEnv 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: 📃

Don't miss a new conan release

NewReleases is sending notifications on new releases.