Uilian Ries

Results 161 issues of Uilian Ries

As discussed in the past, only ConanFile attributes (e.g. topics, options, settings, ...) should be public. Custom attributes (e.g. _build_subfolder, _source_subfolder) must be declared as protect to avoid any possible...

As all package names as lower-case, but some of them use upper-case or camel-case for cmake find package, the cpp_info.name is able to generate the correct case. This hook could...

Some projects like msys2 doesn't contain a license file when downloading the sources. For those cases, we copy the project license with recipe and export to the package. However, the...

https://pagure.io/libaio It's a requirement for Folly 2019.05.xx

Hello all! The CMake target `libzstd_shared` requires the file `libzstd-dll.rc` to expose library's symbols in DLL, when building with MSVC and configured to shared. https://github.com/facebook/zstd/blob/72c16b187d27016b7634f5c6b7290e7c66ba44b3/build/cmake/lib/CMakeLists.txt#L125 Still, the file `libzstd-dll.rc` includes...

CLA Signed

- Add Poles and Bohemians (json entry and icons) - Didn't update changelog, not sure if you are using a script or is a manual entry closes #19

Please, update with new civilizations Poles and Bohemians.

### Describe the bug When trying to use official ConanDockerTools images with the new feature [Docker runners](https://docs.conan.io/2/reference/runners/docker.html), I wanted to use a custom container name (e.g conan_linux_gcc11), however, the current...

Hi! As you may know, [chmod](https://linux.die.net/man/1/chmod) is a nice Unix tool, which is used to handle file permission. On Python, we have [os.chmod](https://docs.python.org/3/library/os.html#os.chmod), but it's limited in terms of solution...

type: look into
type: feature
stage: queue
complex: low

Related to https://github.com/conan-io/conan/pull/15503 Add Fish shell as alternative virtualenv. I listed only Linux and MacOS support, because in Windows actually needs Cygwin or WSL. Better keeping only well tested environments....