SSE4
SSE4
closes: #224 detect mintty (MSYS bash, Git bash, Cygwin bash, MinGW bash, etc) based on https://github.com/msys2/MINGW-packages/pull/2675/files
I found it useful for my needs to parse also archives/static libraries, as well as corresponding object files (e.g. in COFF or ELF formats). at very least, to obtain list...
Specify library name and version: **glib/all** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new...
### Description of Problem, Request, or Question default value of `exclude_vcvars_precommand` breaks meson/ninja builds (e.g. GLib, GStreamer, etc.). they fails with the following error: ``` LINK : warning LNK4068: /MACHINE...
some conanfile attributes aren't documented on https://docs.conan.io/en/latest/reference/conanfile/attributes.html, though briefly mentioned in other places: - `export_sources_folder` (mentioned at https://docs.conan.io/en/latest/developing_packages/package_layout.html) - `cpp` (mentioned at https://docs.conan.io/en/latest/developing_packages/package_layout.html#declaring-the-layout) - `folders` (mentioned at https://docs.conan.io/en/latest/developing_packages/package_layout.html#declaring-the-layout) - `env`...
function `tools.detected_architecture` is not documented /cc @theodelrieu
from https://github.com/conan-io/conan/issues/10704 it seems to be a valid situation that `conan info` may return `Package_ID_unknown`. however, it's not documented anywhere. probably, it should be explained, why could it happen, and...
from https://github.com/conan-io/conan-center-index/pull/9409#discussion_r810590913 ``` def package_info(self): self.cpp_info.name = "OpenSSL" ``` the page https://docs.conan.io/en/latest/creating_packages/package_information.html#using-components recommends using `cpp_info.name` (even not `names`!), which was outdated a long time ago. I think it should be...
from https://github.com/conan-io/conan-center-index/pull/8947#discussion_r789910861 the search results for `test_type` are only 4 pages, where it is briefly mentioned, but there is no reference page for the attribute possible values (from code) seems...
for https://github.com/conan-io/conan/issues/9922