docs
docs copied to clipboard
conan.io reStructuredText documentation
- `rm_safe()` method in `conanfile.settings` & `conanfile.options` since 1.53.0 - `conan.tools.apple.is_apple_os()` function since 1.51.3 - `conan.tools.apple.to_apple_arch()` function since 1.52.0 - `conan.tools.apple.XCRun` class since 1.53.0 - `targets` optional argument of `conan.tools.microsoft.MSBuild.build()`...
Based on feedback from @jcar87 I also think it would be useful to list all of the existing properties in one place, probably the [CppInfo section](https://docs.conan.io/en/latest/reference/conanfile/attributes.html#cpp-info-attributes-reference). Right now you can...
closes https://github.com/conan-io/conan/issues/12210
New feature proposed on https://github.com/conan-io/conan/pull/12241 
The file generated by `MesonToolchain` is not suitable for meson < 0.55.0 (see https://github.com/conan-io/conan/issues/11997). Documentation should mention it.
Following https://github.com/conan-io/conan/issues/11867#issuecomment-1222091250 Let's check the side effects of declaring the layout() method in Conan 1.X (new cpp info, install folder, editable packages...) and add it to the method docs and...
Not documented, but a public parameter: `generator` https://github.com/conan-io/conan/blob/1.52.0/conan/tools/cmake/toolchain/toolchain.py#L118 On CCI is not possible to use conf file, and some project only work with specific generators. Master branch is target because...
### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 * Compiler+version: Visual Studio 2022 * Conan version: 1.52.0 * Python version: 3.10.2 ### Steps to reproduce (Include...