James

Results 138 issues of James

This ticket is to gather and centralize all the related tickets. There are 3 different aspects to make the cache concurrent: - ``conan config install`` and other commands that can...

Changelog: Omit Docs: Omit Won't be documented yet

We keep getting reports of users doing `-o shared=True` and expecting the dependencies to be shared, that only applies to the consumer. I will try to add a warning in...

Changelog: Bugfix: Let ``CMakeDeps`` generator overwrite the ``xxxConfig.cmake`` when it already exists. Docs: Omit This is exploratory PR to see if something breaks and trying to understand why it was...

type: look into

Changelog: Omit Docs: Omit Follow up from https://github.com/conan-io/conan/pull/12600 Check the comments, it can be solved by using the full path, not targets (at least with CMake 3.15), so https://github.com/conan-io/conan/pull/12600 does...

type: look into

Changelog: Feature: New ``compiler.cstd`` setting for C standard Changelog: Feature: Implemented ``compatibility.py`` default compatibility for different C standards Changelog: Feature: Implement ``check_min_cstd``, ``check_max_cstd``, ``valid_max_cstd``, ``valid_min_cstd``, ``supported_cstd`` tools Changelog: Feature: New...

type: feature

Changelog: Bugfix: Solved problem with relativization of paths in CMakeToolchain and CMakeDeps Docs: Omit Close https://github.com/conan-io/conan/issues/16315

Changelog: Feature: New ``repackage`` package creation and build isolation strategy Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/13171

type: look into

Changelog: Feature: Automatic management of ``cppstd`` linkage by C projects based on ``languages`` definition Docs: https://github.com/conan-io/docs/pull/XXXX TO BE managed AFTER https://github.com/conan-io/conan/pull/16028 Close https://github.com/conan-io/conan/issues/14607

Add python_requires info to buildInfo This is a draft, only adding modules - Missing dependencies information - Pending to understand about the "Build" status affecting python-requires or not - This...