Carlos Zoido

Results 185 comments of Carlos Zoido
trafficstars

@saukijan, I wanted to aplogize if my tone seemed combatibe, It was not the intention at all. I really wanted to know If I you had some issues I could...

Hi @Artalus, Thanks for reporting, I also think that this should be documented better. I'm marking this to be solved soon.

Hi @hwhsu1231, The documentation is generated using some scripts found here: https://github.com/conan-io/docs/tree/develop/.ci The series of commands to publish the docs can be found in this Jenkins pipeline: https://github.com/conan-io/docs/blob/develop/.ci/publish.jenkins This is...

> How does Conan-Docs insert these [items](https://github.com/conan-io/docs/blob/57acf9fbb204f92cbb3357c015736af5c02da6e1/2.0/index.html#L304-L674) into `Versions` when building? I can give you a couple of links that are relevant to generate that content: https://github.com/conan-io/docs/blob/bfb79aa755811cec5f8f6372729a524a81165c52/.ci/scripts/generate_documentation.py#L30-L31 https://github.com/conan-io/docs/blob/bfb79aa755811cec5f8f6372729a524a81165c52/conf.py#L49-L56

> So it is related to this [versions.json](https://github.com/conan-io/docs/blob/gh-pages/versions.json) file in gh-pages branch, right? > No, that file is outdated, it could be removed in fact, the first snippet I copied...

Hi @hwhsu1231 , Thanks for the question. `conan_cmake_autodetect()` just implements basic autodetection, for more advanced cases like using Windows subsystems and different x86 and x64 compilers I would recommend you...

> @czoido Then how about improving the autodetection of `conan_cmake_autodetect()`? Yes, we could check in the future if there is a demand by users but I'm afraid that right now...

> @czoido > > Should I squash those commits into about 1~3 commits? Hi @hwhsu1231, No need to do anything on your side, we merge the PR's with squash. Regarding...

Hi @hwhsu1231, The problem I see with that is that users won't be able to test with `msvc` using Conan 1.X, I think selecting the behaviour of the function between...

> @czoido I just had the same issue, not getting the os from `conan_cmake_autodetect` - the workaround is easy but it would be great if this PR could be merged....