Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.18.0-SHA-256.txt.asc | 2025-06-30 | 659 Bytes | |
2.18.0-SHA-256.txt | 2025-06-30 | 990 Bytes | |
conan-2.18.0-windows-x86_64.zip | 2025-06-30 | 10.2 MB | |
conan-2.18.0-windows-x86_64-installer.exe | 2025-06-30 | 10.3 MB | |
conan-2.18.0-windows-i686.zip | 2025-06-30 | 8.7 MB | |
conan-2.18.0-windows-i686-installer.exe | 2025-06-30 | 9.1 MB | |
conan-2.18.0-macos-x86_64.tgz | 2025-06-30 | 11.9 MB | |
conan-2.18.0-macos-arm64.tgz | 2025-06-30 | 11.1 MB | |
conan-2.18.0-linux-aarch64.tgz | 2025-06-30 | 18.7 MB | |
conan-2.18.0-linux-x86_64.tgz | 2025-06-30 | 20.8 MB | |
conan-2.18.0-arm64.deb | 2025-06-30 | 16.1 MB | |
conan-2.18.0-amd64.deb | 2025-06-30 | 16.4 MB | |
2.18.0 (30-Jun-2025) source code.tar.gz | 2025-06-30 | 1.3 MB | |
2.18.0 (30-Jun-2025) source code.zip | 2025-06-30 | 1.8 MB | |
README.md | 2025-06-30 | 7.8 kB | |
Totals: 15 Items | 136.2 MB | 0 |
- Feature: Allow consuming meson libname.a libs in
MSBuildDeps
. (https://github.com/conan-io/conan/pull/18557) - Feature: Avoid library renames when using Meson + MSVC + static builds. (https://github.com/conan-io/conan/pull/18533)
- Feature: Added
threads
subsetting inemcc
compiler model. (https://github.com/conan-io/conan/pull/18520). Docs: :page_with_curl: - Feature: New
conan cache ref <path>
to reverse look the Conan cache, with a path argument will return the reference of the artifact in that folder. Intended exclusively for debugging purposes. (https://github.com/conan-io/conan/pull/18518). Docs: :page_with_curl: - Feature: New linker flags autodetected by conan based on profile architecture. (https://github.com/conan-io/conan/pull/18498)
- Feature: Changed
conanws.yml
format. Now,packages
is a list of dict-like objects. (https://github.com/conan-io/conan/pull/18493). Docs: :page_with_curl: - Feature: Added support for
.exe
in editables packages inCMakeConfigDeps
. (https://github.com/conan-io/conan/pull/18489) - Feature: Add
build_folder
parameter inbasic_layout
. (https://github.com/conan-io/conan/pull/18442). Docs: :page_with_curl: - Feature: Using
pkg_config_name = 'none'
to skip the*.pc
file creation. (https://github.com/conan-io/conan/pull/18439). Docs: :page_with_curl: - Feature: Add support for sbom and lockfiles to
conan audit list
. (https://github.com/conan-io/conan/pull/18437). Docs: :page_with_curl: - Feature: Added first class citizen emscripten support (new wasm64 architecture + emcc). (https://github.com/conan-io/conan/pull/18432). Docs: :page_with_curl:
- Feature: Replace
tools.cmake:install_strip
bytools.install:strip
. Affect both CMake and Meson tool helpers. (https://github.com/conan-io/conan/pull/18429). Docs: :page_with_curl: - Feature: Add
open
toTestClient
to open files locally. (https://github.com/conan-io/conan/pull/18399) - Feature: New
conan workspace create
orchestrated. (https://github.com/conan-io/conan/pull/18390). Docs: :page_with_curl: - Feature: Add
context
variable to profile jinja2 rendering (can be "build", "host" andNone
). (https://github.com/conan-io/conan/pull/18383). Docs: :page_with_curl: - Feature: Implement
cpp_info.sources
to support source targets. (https://github.com/conan-io/conan/pull/18350). Docs: :page_with_curl: - Feature: Add support for source targets in CMakeConfigDeps generator. (https://github.com/conan-io/conan/pull/18350). Docs: :page_with_curl:
- Feature: New
conan report diff
command to inspect diffs between versions and revisions. (https://github.com/conan-io/conan/pull/18247). Docs: :page_with_curl: - Feature: Add premake toolchain and improved premake integration in conan with new premake5. (https://github.com/conan-io/conan/pull/17898). Docs: :page_with_curl:
- Fix: Better error message in
CMakeConfigDeps
for incorrect component requires. (https://github.com/conan-io/conan/pull/18562) - Fix: Avoid incorrect absolute path inputs in
-of
for relativize paths in generators. (https://github.com/conan-io/conan/pull/18561) - Fix: Better error message when an incorrect
cpp_info.requires
is defined. (https://github.com/conan-io/conan/pull/18552) - Fix: Avoid hyphens for msbuild verbosity argument passed to CMake after
--
by powershell. (https://github.com/conan-io/conan/pull/18548) - Fix: Improve
conan cache check-integrity
output. (https://github.com/conan-io/conan/pull/18544) - Fix: Raise an error for incorrect definition of
conf_info
items. (https://github.com/conan-io/conan/pull/18541) - Fix: Fix
qcc
cppstd
support for latest QNX 8.0 with c++20. (https://github.com/conan-io/conan/pull/18538) - Fix: SBOM component
bom-ref
should not usehas_special_root_node
. (https://github.com/conan-io/conan/pull/18515) - Fix: Add a deprecated warning message for
Node.dependencies
, now renamed toNode.edges
. (https://github.com/conan-io/conan/pull/18472) - Fix: Fix issue with missing folder in local-recipes-index. (https://github.com/conan-io/conan/pull/18449)
- Fix:
Git.get_remote_url
now returns only the URL when using treeless repository. (https://github.com/conan-io/conan/pull/18444) - Fix: Improvement over ill-formed graphs with different
visible=True/False
for the same dependency. (https://github.com/conan-io/conan/pull/18440). Docs: :page_with_curl: - Fix: Fixing CMake presets on Windows with backslash. (https://github.com/conan-io/conan/pull/18435)
- Fix: Do not output upload-urls on basic text
conan upload
output. (https://github.com/conan-io/conan/pull/18430) - Fix: Create folders if they don't exist when using
--out-file
. (https://github.com/conan-io/conan/pull/18427) - Fix: Fix AutotoolsToolchain/GnuToolchain with LLVM/Clang in Windows for dynamic runtime in Debug. (https://github.com/conan-io/conan/pull/18422)
- Fix: Test
NMake
integration withclang-cl
. (https://github.com/conan-io/conan/pull/18422) - Fix: Ensure old gcc version are detected up to minor version only. (https://github.com/conan-io/conan/pull/18419)
- Fix: Fixing source retrieval when resetting local-index remote. (https://github.com/conan-io/conan/pull/18418)
- Fix: Allow minors greater than 9 in
detect_api
. (https://github.com/conan-io/conan/pull/18410) - Fix: Removed
Workspaces
product definition and makeconan workspace build
work computing the right build-order. (https://github.com/conan-io/conan/pull/18390). Docs: :page_with_curl: - Fix: Forward
ConanInvalidConfiguration
when raised in hooks. (https://github.com/conan-io/conan/pull/18385) - Bugfix: Avoid crash when installing packages with tuple
generators
attribute and requirements to tool requires that provideself.generator_info
generators. (https://github.com/conan-io/conan/pull/18503) - Bugfix: Fix detection of riscv64 cpu in Meson toolchain. (https://github.com/conan-io/conan/pull/18495)
- Bugfix: Redirected Apple ARC flags to the ObjC/C++ ones. (https://github.com/conan-io/conan/pull/18485)
- Bugfix: Fix
TestClient
mockedHEAD
requests. (https://github.com/conan-io/conan/pull/18477) - Bugfix: Avoid leak of
global.conf
and-cc
configuration forcore.xxx
items in Conan profiles, thecore
conf is exclusively for Conan internals, not for recipes neither for profiles. (https://github.com/conan-io/conan/pull/18474) - Bugfix: XcodeToolchain sets correct
..._DEPLOYMENT_TARGET
for all Apple OSs. (https://github.com/conan-io/conan/pull/18471). Docs: :page_with_curl: - Bugfix:
conan export-pkg
now correctly passes astr
as the conanfile version. (https://github.com/conan-io/conan/pull/18456) - Bugfix: Fix conan cache backup-upload ignoring
-cc
arguments. (https://github.com/conan-io/conan/pull/18447) - Bugfix: Fixed
CMakeConfigDeps
behavior with multiplefind_package
in folders and subfolders. (https://github.com/conan-io/conan/pull/18407) - Bugfix: Fixes issue where conanfile's
source()
method doesn't usefolders.root
when present. (https://github.com/conan-io/conan/pull/18377)