James

Results 2692 comments of James

Yes, it is true that not all build systems behave the same wrt different inputs, in this case as the environment variables ``CC`` and ``CXX``. The other ``settings`` should indeed...

> It is not the compiler that needs to be influenced but rather the build systems. Yes, this is what I am saying, the user defines the compiler, and that...

> Yes, but this should require no additional abstractions over the compiler. That seems like the wrong way to solve this. If I want to compile my stuff with some...

The thing is that such definition can easily go into infinite recursion. You cannot build mold, because you need mold, but you need to first build mold, etc. The only...

Hi @ibis-hdl I have checked this, and CONAN_V2_MODE is no longer being maintained in 1.X. The smart detection that CONAN_V2_MODE introduces in 1.X has been completely removed in 2.0, so...

Closed by https://github.com/conan-io/conan/pull/12251

A couple of quick notes: - ``scm`` feature via attribute is deprecated and removed in 2.0. You can check https://docs.conan.io/en/latest/reference/conanfile/tools/scm/git.html#example-implementing-the-scm-feature - The ``def _configure_cmake(self):`` method is no longer needed, just...

I have been made it work with Conan 1.50 (note that 1.51.1 has some issues that are still pending to be fixed in patch release in 1.51.3 soon in CMakeDeps),...

Hi @johan-boule Yes, those files have been already removed in 2.0, and the flow for ``conan build`` will be clean, working fine for multi-config too. This seems challenging to solve...

Yes @artorias111 The key here is to know what lines is necessary to put in .editorconfig that defines what to do with the multiple line indentation, I don't know if...