conan icon indicating copy to clipboard operation
conan copied to clipboard

Conan - The open-source C and C++ package manager

Results 760 conan issues
Sort by recently updated
recently updated
newest added

I am looking to use version ranges for several of my development packages to get each of their latest versions, but I want to restrict the version search by the...

type: question

### Environment Details (include every applicable attribute) * Operating System+version: macOS Monterey * Compiler+version: AppleClang 14 * Conan version: 1.52.0 * Python version: 3.10.6 * cmake version: 3.24.2 ### Steps...

Changelog: Feature: New ``conanfile.win_bash_run`` and ``tools.microsoft.bash:active`` config for better Windows bash management Docs: https://github.com/conan-io/docs/pull/XXXX

I'm trying to transfer the dependencies download process from simple bat/sh scripts for two platforms to a single Python script and I'm trying to play with Conan class from _conans.client.conan_api_....

Changelog: Feature: Make conan.tools.apple.XCRun public. Docs: https://github.com/conan-io/docs/pull/2761 Closes: https://github.com/conan-io/conan/issues/12071

Changelog: Fix: Default to source_folder in conan.tools.files.patch if exports_sources is not defined Docs: TODO Closes: https://github.com/conan-io/conan/issues/11781

Just like `is_msvc`, usually, in CCI, we need to use the follow idiom to check when running clang-cl: ```python @property def _is_clang_cl(self) return self.settings.os == "Windows" and self.settings.compiler == "clang":...

Changelog: (Feature | Fix | Bugfix): Describe here your pull request Docs: https://github.com/conan-io/docs/pull/XXXX AFTER https://github.com/conan-io/conan/pull/11328

Changelog: Feature: Define ``source_folder`` in test_package when ``layout()`` is defined Docs: Omit This is a test, to see if something would be broken Close https://github.com/conan-io/conan/issues/12073

type: look into
bug

Related to https://github.com/conan-io/docs/issues/2753 The `self.package_path` is not documented but looks stable and it uses `Path` library, which is easier than `os.path` usage. /cc @jellespijker - [ ] I've read the...