| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.23.0-SHA-256.txt.asc | 2025-11-25 | 659 Bytes | |
| 2.23.0-SHA-256.txt | 2025-11-25 | 1.2 kB | |
| conan-2.23.0-windows-arm64.zip | 2025-11-25 | 15.3 MB | |
| conan-2.23.0-windows-arm64-installer.exe | 2025-11-25 | 14.8 MB | |
| conan-2.23.0-windows-x86_64.zip | 2025-11-25 | 15.6 MB | |
| conan-2.23.0-windows-x86_64-installer.exe | 2025-11-25 | 15.3 MB | |
| conan-2.23.0-windows-i686.zip | 2025-11-25 | 13.9 MB | |
| conan-2.23.0-windows-i686-installer.exe | 2025-11-25 | 14.0 MB | |
| conan-2.23.0-macos-x86_64.tgz | 2025-11-25 | 16.2 MB | |
| conan-2.23.0-macos-arm64.tgz | 2025-11-25 | 15.7 MB | |
| conan-2.23.0-linux-aarch64.tgz | 2025-11-25 | 27.1 MB | |
| conan-2.23.0-linux-x86_64.tgz | 2025-11-25 | 27.4 MB | |
| conan-2.23.0-arm64.deb | 2025-11-25 | 22.4 MB | |
| conan-2.23.0-amd64.deb | 2025-11-25 | 22.8 MB | |
| 2.23.0 (25-Nov-2025) source code.tar.gz | 2025-11-25 | 1.3 MB | |
| 2.23.0 (25-Nov-2025) source code.zip | 2025-11-25 | 1.9 MB | |
| README.md | 2025-11-25 | 4.8 kB | |
| Totals: 17 Items | 223.6 MB | 0 | |
- Feature: Adding optional
cli_argsto meson install. (https://github.com/conan-io/conan/pull/19301) - Feature: implement
VCVarssupport for latest VS 18 2026. (https://github.com/conan-io/conan/pull/19294) - Feature: Implement
ClangCLsupport for VS 18 2026, addv145to the clang vs-runtime. (https://github.com/conan-io/conan/pull/19289) - Feature: Improve
conan pkglist find-remoteto handle partial information, like not providing revisions. (https://github.com/conan-io/conan/pull/19265) - Feature: Add message when compatibility does not find a matching package. (https://github.com/conan-io/conan/pull/19262)
- Feature: Improve
Workspaceerror reporting for user code, and allow workspace conanfile to executeself.run()commands. (https://github.com/conan-io/conan/pull/19260) - Feature: Introduce
workspace_packagessoworkspace super-installcan collect information from workspace packages. (https://github.com/conan-io/conan/pull/19245). Docs: :page_with_curl: - Feature: New parameter to support custom Premake configuration names. (https://github.com/conan-io/conan/pull/19242). Docs: :page_with_curl:
- Feature: Add collapse all and expand level buttons to
conan report diffhtmloutput. (https://github.com/conan-io/conan/pull/19240) - Feature: Add support for apple os versions 26.1 and corresponding SDKs. (https://github.com/conan-io/conan/pull/19239)
- Feature: Show
providesconflicts inconan graph info -f=html. (https://github.com/conan-io/conan/pull/19222) - Feature: Allow
source_credentials.jsonand the source auth plugin to define headers. (https://github.com/conan-io/conan/pull/19206). Docs: :page_with_curl: - Feature: Let
conan install/createoutput the resultinggraph.json/htmleven when there are build failures, to allow listing possible packages that have been built. (https://github.com/conan-io/conan/pull/19204) - Feature: Document the
Remote()constructor as public API. (https://github.com/conan-io/conan/pull/19200) - Feature:
CMake.ctest()runner newtools.cmake:ctest_argsconf. (https://github.com/conan-io/conan/pull/19198). Docs: :page_with_curl: - Feature: Add some more useful output to
conan audit. (https://github.com/conan-io/conan/pull/19197) - Feature: Allow
distro 1.19python pip package dependency for broader compatibility. (https://github.com/conan-io/conan/pull/19192) - Feature: Support metadata files addition without previously downloading other metadata files. (https://github.com/conan-io/conan/pull/19185)
- Feature: Add rename info for files in
conan report diff. (https://github.com/conan-io/conan/pull/19171) - Feature: Add
conan runcommand to run commands from packages (https://github.com/conan-io/conan/pull/18972). Docs: :page_with_curl: - Feature: Compatibility checks are now performed in a single request to each remote (https://github.com/conan-io/conan/pull/18396)
- Fix: Propagate
verbosityconfs toCMakeToolchain. (https://github.com/conan-io/conan/pull/19296) - Fix: Fix 15.7 version in settings.yml. (https://github.com/conan-io/conan/pull/19250)
- Fix: Remove empty value from
--verbosechoice help string. (https://github.com/conan-io/conan/pull/19244) - Fix: Improve error message referencing non existing
git_excluded, usecore.scm:excludedinstead. (https://github.com/conan-io/conan/pull/19232). Docs: :page_with_curl: - Fix: CMakeConfigDeps management of
cmake_extra_interface_libsper component. (https://github.com/conan-io/conan/pull/19187) - Fix: Added deployer arguments to
workspace super-installcommand. (https://github.com/conan-io/conan/pull/18792) - Fix: Added
format_graph_jsonformatter toworkspace super-installcommand. (https://github.com/conan-io/conan/pull/18792) - Bugfix: Make
layout()have higher precedence forself.layouts.build.xxxenv_info/conf_info. (https://github.com/conan-io/conan/pull/19268) - Bugfix: Fix bug in
conan new cmake_libtemplate without arguments, incorrect function name. (https://github.com/conan-io/conan/pull/19257) - Bugfix:
Conanfile.run'squietparameter now silences the output of the command (https://github.com/conan-io/conan/pull/18972). Docs: :page_with_curl: - Bugfix: Verbosity level
quietnow also silences the output of tools ran by Conan (https://github.com/conan-io/conan/pull/18972). Docs: :page_with_curl: