Conan 2.10 DocumentationConan Documentation Release 2.10.1 The Conan team Dec 04, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 What’s new in Conan 2 9 2.1 Conan 2 migration guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.18 Installing configuration from Conan packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3 Install 15 3.1 Install0 码力 | 803 页 | 5.02 MB | 10 月前3
 Conan 2.6 DocumentationConan Documentation Release 2.6.0 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 What’s new in Conan 2 9 2.1 Conan 2 migration guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.18 Installing configuration from Conan packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3 Install 15 3.1 Install0 码力 | 777 页 | 4.91 MB | 10 月前3
 Conan 2.9 DocumentationConan Documentation Release 2.9.3 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 What’s new in Conan 2 9 2.1 Conan 2 migration guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.18 Installing configuration from Conan packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3 Install 15 3.1 Install0 码力 | 795 页 | 4.99 MB | 10 月前3
 Conan 2.7 DocumentationConan Documentation Release 2.7.1 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 What’s new in Conan 2 9 2.1 Conan 2 migration guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.18 Installing configuration from Conan packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3 Install 15 3.1 Install0 码力 | 779 页 | 4.93 MB | 10 月前3
 Conan 2.8 DocumentationConan Documentation Release 2.8.1 The Conan team Dec 03, 2024 CONTENTS 1 Introduction 3 1.1 Open Source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 What’s new in Conan 2 9 2.1 Conan 2 migration guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.18 Installing configuration from Conan packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3 Install 15 3.1 Install0 码力 | 785 页 | 4.95 MB | 10 月前3
 Common Package Specification (CPS) in Practice: A Full Round Trip Implementation in Conan C++ Packageround trip implementation in Conan C++ package manager CppCon24Outline - Introduction to Common Package Specification (CPS) - Creation of CPS files from existing Conan packages - Loading CPS files 10Outline - Introduction to Common Package Specification (CPS) - Creation of CPS files from existing Conan packages - Loading CPS files generated by build systems - Generating build system native files from 12Generate CPS files from existing Conan packages ZLib Demo: Generate CPS files zlib.cps 13 … … Creates CPS Read CPS X zlib.cpsDemo: Generate CPS files $ conan install . -g CPSDeps cppcon24/pose_ai0 码力 | 66 页 | 1.76 MB | 6 月前3
 C++20 Modules: The Packaging and Binary Redistribution Storycmake | `-- fmt-targets.cmake └── libfmt.{a|so|dylib|lib} apt-get install libfmt-dev conan install --require=fmt/10.1.0 vcpkg install fmtA typical library package “fmt” package ├── include compiler.cppstd=20 os=Linux compiler=gcc compiler.version=14.1 compiler.cppstd=20 For a given library, Conan models different binary packages (different content) depending on the settings specified. If strict Build files have been written to: C:/Users/luisc/dev/conan-io/cxx-modules-experimental/fmt-tests/consumer-test/build (venv) PS C:\Users\luisc\dev\conan-io\cxx-modules-experimental\fmt-tests\consumer-test\build>0 码力 | 76 页 | 2.09 MB | 6 月前3
 C++/Rust Interop: Using Bridges in Practice[build-dependencies] cxx-build = "1.0" anyhow = "1.0.79" git2 = "0.18.2" conan2 = "0.1" cmake = "0.1" Cargo.toml 35use conan2::ConanInstall; use std::path::{Path, PathBuf}; fn main() -> anyhow::Result<()> ") .expect("OUT_DIR environment variable must be set") .into(); build.rs 36use conan2::ConanInstall; use std::path::{Path, PathBuf}; fn main() -> anyhow::Result<()> { println!(" _tamer/data_tamer_cpp")); let conan_instructions = ConanInstall::with_recipe(&data_tamer_cpp) .build("missing") .run() .parse(); let conan_includes = conan_instructions.include_paths(); let0 码力 | 45 页 | 724.12 KB | 6 月前3
 A Physical Units Library for the Next C++[generators] cmake conan install .. -prconan_profile> -s compiler.cppstd=20 -b=missing CppCon 2020 | A Physical Units Library For the Next C++ mp-units in Conan CONAN CENTER (OFFICIAL RELEASES) [generators] cmake conan install .. -pr conan_profile> -s compiler.cppstd=20 -b=missing [requires] mp-units/0.7.0@mpusz/testing [generators] cmake conan remote add conan-mpusz https://api.bintray bintray.com/conan/mpusz/conan-mpusz conan install .. -pr conan_profile> -s compiler.cppstd=20 -b=outdated -u CppCon 2020 | A Physical Units Library For the Next C++ mp-units in Conan CONAN CENTER 0 码力 | 172 页 | 6.17 MB | 6 月前3
 Cetting Started with C++a package manager Conan Install Python 3 and pip pip install conan https://github.com/conan-io/conan Go Deeper Conan Docs - https://docs.conan.io CppCon 2022 - What’s New in Conan 2.0Code reuse with the cppreference list of libraries: https://en.cppreference.com/w/cpp/links/libs conan searchhttps://conan.io/center vcpkg search https://vcpkg.io/en/packagesCode reuse with com/catchorg/Catch2 Package Managers: catch2 Boost.Test https://boost.org/libs/test vcpkg: boost-test Conan: boostCorrectness & Safety Finding Bugs Unit Testing Go Deeper CppCon 2023 - Back to Basics: 0 码力 | 95 页 | 4.71 MB | 6 月前3
共 20 条
- 1
 - 2
 













