jhol
jhol
This patch-set includes various build fixes that were needed to build libwdi inside Msys2.
This patch-set makes a variety of usability improvements. The most significant of which are as follows: # Replaces the command line interface with verbs Previously the different `marlintool.sh` actions were...
### Describe the bug Since 84a34554785e15d633b129de29ae98600ac5fe3e, when cross compiling, when no compiler has been specified in the host profile, `MesonToolchain` incorrectly sets the following values in the `conan_meson_cross.ini` file: ```...
Bugfix: #16902 Bugfix: #16903 - [X] Refer to the issue that supports this Pull Request. - [ ] If the issue has missing info, explain the purpose/use case/pain/need that covers...
### Describe the bug When cross-compiling, when the Conan `os` setting is set to `baremetal`, `MesonToolchain` passes this value through to Meson with the `system=baremetal` setting. `baremetal` is not a...
The `cstd` setting was added to Conan in v2.4.0. Similar to `cppstd`, it is used to indicate the selected C language standard. ~The branch of this PR is based upon...