Francisco Ramírez

Results 17 issues of Francisco Ramírez

If PATH contains `some_folder/lib/version.txt`, `find_file(...)` method gets this file and its content instead of `ARDUINO_SDK_PATH/lib/version.txt`

Changelog: Bugfix: Added `+` symbol to be replaced by `_` in XML element names. Docs: omit Closes: https://github.com/conan-io/conan/issues/11822

I still feel this is problematic, having 2 mechanisms to define CXX_FLAGS (env and conf). Not related to this PR, I know it is already this way for C/C++ flags,...

type: look into

Closes: https://github.com/conan-io/docs/issues/2655 Examples related: https://github.com/conan-io/examples2/pull/39

Changelog: Feature: `Meson` build helper is listening to new configuration field `tools.meson.mesontoolchain:user_filenames=["FILENAMES"]` to append all the passed files to the list of the ones created by Conan. Docs: https://github.com/conan-io/docs/pull/XXXX Closes:...

Changelog: Fix: Avoiding reconfigure process. Using `DESTDIR` instead. Deprecated `reconfigure` param in `Meson.configure() function`. Docs: https://github.com/conan-io/docs/pull/XXXX Closes: https://github.com/conan-io/conan/issues/11910

Changelog: omit Docs: omit

type: look into

It would be great to have a better way to enter/change host/build triplets in case of cross-building flow: ```python if cross_building(self) and is_msvc(self): # tc.cross_build could contain all the information...

type: feature

### What is your suggestion? Related to https://github.com/conan-io/conan/issues/14947 Instead of changing the recipe, it'd be great to have a conf mechanism to change the build triplet like: ``` [conf] tools.gnu:build_triplet="build_triplet"...

type: feature

* [x] Configuration files (global.conf, conandata.yaml, profiles, etc) (https://github.com/conan-io/docs/pull/2947) * [x] Profiles (https://github.com/conan-io/docs/pull/2947) * [ ] Environment variables (CLICOLOR_FORCE, CONAN_HOME, etc) * [x] Hooks (Now, it's in `Reference -> Extensions...