James

Results 138 issues of James

Hi! I am trying to build ``libwebsockets/4.3.2``, with openssl, and exactly the same build with ``openssl/1.1.1t`` builds perfectly, but the same build with ``openssl/3.1`` is throwing several of these errors:...

Changelog: Feature: Allow adding a folder with a clone of conan-center-index or same folder structure as a remote. Docs: https://github.com/conan-io/docs/pull/XXXX How to use it: ```bash $ git clone [email protected]:conan-io/conan-center-index $...

Changelog: Feature: Add ``conan list --filter-xxx`` arguments to list package binaries that match settings+options Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/15686 Close https://github.com/conan-io/conan/issues/5431 TODO: Add check that ``*:*`` is necessary Discuss if we...

type: feature

I already configured our `settings.yml` with sanitizer options per the doc a while back. (BTW, why not just include these sanitization options in the default conan.io settings.yml?) ``` compiler: gcc:...

type: question

Changelog: Feature: Add ``--output-folder`` to ``export-pkg`` command to be used when ``layout()`` is declared. Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/15732

Changelog: Feature: Allow ``self.name`` and ``self.version`` in ``build_folder_vars`` attribute and conf. Docs: https://github.com/conan-io/docs/pull/XXXX Close https://github.com/conan-io/conan/issues/12326

### What is your suggestion? From https://github.com/conan-io/conan/pull/12678. The idea: - Provide a basic helper, with return-fast strategy so it is more readable. - It will need detailed research of non...

It is not fully clear, maybe not enough tested: - A vendor tool, like Android or similar, that could come in a Conan package, and that provides its toolchain.cmake file...

type: look into

Changelog: Fix: Fix for future ``msvc`` toolset version overflow Docs: Omit After https://github.com/conan-io/conan/pull/15947 Close https://github.com/conan-io/conan/issues/15583 Close https://github.com/conan-io/conan/issues/16239

### What is your suggestion? vs2017 -> platform toolset v141 -> msvc 19.1x vs2019 -> platform toolset v142 -> msvc 19.2x vs2022 -> platform toolset v143 -> msvc 19.3x vs2022...

type: look into