James
James
Changelog: Feature: Define ``source_folder`` in test_package when ``layout()`` is defined Docs: Omit This is a test, to see if something would be broken Close https://github.com/conan-io/conan/issues/12073
Continuation from https://github.com/conan-io/conan/pull/12033
Close https://github.com/conan-io/conan/issues/11658
We are removing the "file download cache" in 2.0, because of some complexities, missing development in the 2.0 cache concurrency and lack of consistent feedback of the performance gains of...
Now things in our template works relatively well, because the default is ``fPIC=True``, for static and shared libraries. If some users default it to False, then it will be a...
Follow-up to https://github.com/conan-io/conan/pull/12031/files, I am not sure we are getting the desired behavior yet.
There is a difference in the UX: - When a package recipe has a ``test_package``, and it defines ``self.build_requires(self.tested_reference_str)``, when doing ``conan create`` it will be evaluated as a build-require,...
Because they will be translated to file names, variable names, etc in build system scripts created by generators, and many of those will fail, or will need to do unexpected...
Lets say that we want to relativize all paths in generated files from CMakeDeps, so we get a relocatable folder with all we need. There are 2 options: - Make...