docs icon indicating copy to clipboard operation
docs copied to clipboard

conan.io reStructuredText documentation

Results 252 docs issues
Sort by recently updated
recently updated
newest added

In the new devops page: https://docs.conan.io/2/devops/using_conancenter.html you say: ``` Additionally, when building recipes from source, this requires retrieving the source packages (typically zip or tar files) from remote servers outside...

Hello All, We have a scenario to use different packages generated by different profiles in requriments/build_requriments of conan reciepe. This is because if the libs are compiled with lower version...

type: question

Add a new section using the Examples2 with MakeDeps Related to the PR https://github.com/conan-io/examples2/pull/115 Current view: ![Screenshot 2023-09-07 at 14-19-29 Build a project using Makefile with Conan MakeDeps — conan...

Hi can we ask you to add https://github.com/disroop/vs-code-conan https://marketplace.visualstudio.com/items?itemName=disroop.conan to https://docs.conan.io/en/1.60/integrations/ides.html? Regards Stefan

New page in this section: https://docs.conan.io/2/examples/cross_build.html Things to take into consideration: * Using a `gcc` for the generic `arm-none-eabi` target * The current `cpu` setting may not be enough to...

Consulting the page https://docs.conan.io/2/reference/tools/env/envvars.html it shows `Environment` class receiving `self` as parameter to its constructor. It's incorrect, `Environment` does not use parameters in its constructor: https://github.com/conan-io/conan/blob/ea6b41b92537a563e478b66be9f5a0c13b0dd707/conan/tools/env/environment.py#L186

type: bug

This issue is a bit of a catchall but I have a specific example. First of all the [guidelines](https://docs.conan.io/2/knowledge/guidelines.html) say "Sources used in recipes must be immutable". I'm not sure...

stage: triaging

Current documentation regarding cross-build could be improved: - how to use current cross-compilers recipes packaged in conancenter: `android-ndk` & `emsdk` for example. - how to write a recipe for a...

I've seen a couple times a team member saying ([This approach is the recommended one for most enterprises](https://github.com/conan-io/conan/issues/12687#issuecomment-1403606917))...but I'm not sure WHERE this is recommended. There should be a section...

Close https://github.com/conan-io/docs/issues/3323