Conan
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 776 public repositories matching this topic...
-
Updated
Aug 6, 2020 - CMake
Provide nice Unicode symbols for fractional exponents wherever possible.
using namespace units;
using namespace units::si::literals;
std::cout << sqrt(1m) << "\n";Package and Environment Details (include every applicable attribute)
- Package Name/Version: openssl/1.1.1d
- Operating System+version: Linux CentOS 7.7.1908
- Compiler+version: GCC 7.3.1 (devtoolset-7)
- Docker image: **centos:7.7.190
-
Updated
Jan 11, 2020 - Python
-
Updated
Aug 11, 2020 - Dockerfile
-
Updated
Jul 31, 2020 - Python
When creating a great application we generally do small mistakes in Dockerfile. Try to find out some of our mistakes and we will merge your pull request.
How to build our docker docker image
How to Not Be the Engineer Running 3.5GB Docker Images
Possible i
The example in https://docs.conan.io/en/latest/integrations/ci/appveyor.html is invalid (indentation, cmmd). I am new to appveyor. I guess it should be:
version: 1.0.{build}
platform:
- x64
install:
- cmd: echo "Downloading conan..."
- cmd: set PATH=%PATH%;%PYTHON%/Scripts/
- cmd: pip.exe install conan
- cmd: conan user # Create the conan data directory
- cmd: cona-
Updated
Dec 16, 2019 - Python
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 17, 2020 - Python
-
Updated
Dec 18, 2019 - Python
-
Updated
Nov 19, 2018 - CMake
-
Updated
Aug 10, 2020 - C++
-
Updated
Sep 9, 2019 - C++
Created by Diego Rodriguez-Losada, Luis Martinez de Bartolome
Released December 1, 2015
Latest release 12 days ago
- Repository
- conan-io/conan
- Website
- conan.io


The
self.optionsobject inside a main recipe has.get_safeattribute to get the value of a option or a default value if it does not exist.But in a test package conanfile.py, this does not exist.
I believe options object in the main and test recipe should have the same options.
Environment Details (include every applicable attribute)