Daniel

Results 109 comments of Daniel

there seems to be some controversy with the name "boost" regarding the boost organization. Also, just the name "di" is not very descriptive and not so easy to relate to...

For me it has the same behavior (works fine) with both Conan 1.16.1 and Conan 1.15.4 using this command: ``` $ cmake .. -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=MinSizeRel...

I know there are users that are taking benefit from the ccache but not sure if they are using conan package tools. Maybe @joaquin-herrero could give us a hint here

Maybe store the json output? https://docs.conan.io/en/latest/reference/commands/output/install.html `conan create . user/channel --json report.json` Do you think that be valid for your use case?

I think there is no way to tell CPT to upload recipes with `build_policy=always` ATM as this is trying to upload all packages. This causes that exception to let user...

Every time a new job starts, CPT install fresh requirements needed, so I am not sure if the --update flag makes sense here. Or maybe I am missing something. Could...

I am tagging the issue so we can take the feature request into account. It makes sense to bring that capability back

I am not sure about this change. Maybe we want to know that it fails in order to fix conan develop as soon as possible. In the case we want...

we are using it indeed https://docs.conan.io/en/latest/integrations/ci/appveyor.html#building-and-testing-your-project

mac build failed but the error is not known to me