- Feature: Add
path
andrepository
properties to _conan_buildinfo --v2. (https://github.com/conan-io/conan/pull/8436)
- Feature: Setting conan as name for
buildAgent
inconan_build_info
. (https://github.com/conan-io/conan/pull/8433)
- Feature: Using actual conan version in version for
buildAgent
inconan_build_info
instead of 1.X. (https://github.com/conan-io/conan/pull/8433)
- Feature: Add
type
conan to Conan build info modules. (https://github.com/conan-io/conan/pull/8433)
- Feature: Add
scm
output inconan info
command. (https://github.com/conan-io/conan/pull/8380)
- Feature: Forked
cmake_find_package_multi
intoCMakeDeps
, to allow evolution without breaking. (https://github.com/conan-io/conan/pull/8371)
- Feature: Use built-in retries in requests lib to retry http requests with 5xx response code. (https://github.com/conan-io/conan/pull/8352)
- Feature: New lockfile "bundle" feature that can integrate different lockfiles for different configurations and different graphs into a single lockfile bundle that can be used to vastly optimize CI (specially for multiple products), implementing bundle build-order and bundle update operations. (https://github.com/conan-io/conan/pull/8344). Docs: 📃
- Fix: Renamed generator
QbsToolchain
toQbsProfile
. (https://github.com/conan-io/conan/pull/8537). Docs: 📃
- Fix: Renamed default filename of QbsProfile generated file to _conan_toolchainprofile.qbs. (https://github.com/conan-io/conan/pull/8537). Docs: 📃
- Fix: Renamed Qbs attribute
use_toolchain_profile
toprofile
. (https://github.com/conan-io/conan/pull/8537). Docs: 📃
- Fix: Remove extra spaces in flags and colons in path variables. (https://github.com/conan-io/conan/pull/8496)
- Fix:
conan_v2_error
ifscm_to_conandata
is not enabled. (https://github.com/conan-io/conan/pull/8447)
- Fix:
CONAN_V2_MODE
env-var does not longer alter behavior, only raises errors for Conan 2.0 incompatibilities (https://github.com/conan-io/conan/pull/8399). Docs: 📃
- Fix: meson : Add target and jobs arguments. (https://github.com/conan-io/conan/pull/8384). Docs: 📃
- Fix: Set
qbs.targetPlatform
with qbs toolchain. (https://github.com/conan-io/conan/pull/8372)
- Fix: Remove warnings for old toolchains imports and
generate_toolchain_files()
calls (use new imports andgenerate()
calls. (https://github.com/conan-io/conan/pull/8361)
- BugFix: Improve
tools.unix_path
for Cygwin. (https://github.com/conan-io/conan/pull/8509)
- BugFix: Allow
run_in_windows_bash
in MSYS/Cygwin. (https://github.com/conan-io/conan/pull/8506)
- BugFix: Add some sanity check to avoid a vague error for custom architectures. (https://github.com/conan-io/conan/pull/8502)
- BugFix: Fix Apple M1 detection. (https://github.com/conan-io/conan/pull/8501)
- Bugfix: Fix repeated
build_requires
, including conflicting versions in profile composition or inclusion that repeats[build_requires]
values. (https://github.com/conan-io/conan/pull/8463)
- Bugfix: Fixing a
CMakeDeps
bug with components, not finding the _conanmacros.cmake file. (https://github.com/conan-io/conan/pull/8445)
- Bugfix: Fix exit code for
conan_build_info
. (https://github.com/conan-io/conan/pull/8408)