Skip to content
#

Conan

conan logo

Conan, the C / C++ Package Manager for Developers. The open source, decentralized and multi-platform package manager to create and share all your native binaries.

Here are 979 public repositories matching this topic...

a-kryuk
a-kryuk commented Oct 6, 2021

When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`

rconde01
rconde01 commented Oct 14, 2021

The documentation says this "Even though mp-units library does not implement any Linear Algebra types it is generic enough to be used with other Linear Algebra libraries existing on the market.". A set of examples using Eigen would be helpful. Blaze would probably be good too, but personally I don't use it so it's a lower priority for me.

enhancement help wanted good first issue
aminya
aminya commented Feb 10, 2022
  • add instructions for using doxygen-docs target
  • add instructions for using sanitizers (especially on windows)
  • adding more examples for using the options:
    • using PCH headers
    • using coverage
    • overriding compiler warnings,
    • adding more warnings
    • removing certain warnings for certain targets
  • documenting the individual functions (e.g. enable
documentation good first issue

Created by Diego Rodriguez-Losada, Luis Martinez de Bartolome

Released December 1, 2015

Latest release 11 days ago

Repository
conan-io/conan
Website
conan.io

Related Topics

c cmake cplusplus cpp multi-platform package-manager