All Projects → conan-community → Conan Boost

conan-community / Conan Boost

Licence: mit
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Conan Boost

Node Poweredup
A Javascript module to interface with LEGO Powered Up components.
Stars: ✭ 293 (+486%)
Mutual labels:  boost
Cmake Examples
Useful CMake Examples
Stars: ✭ 7,220 (+14340%)
Mutual labels:  boost
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+1586%)
Mutual labels:  boost
Cmake Templates
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
Stars: ✭ 368 (+636%)
Mutual labels:  boost
Outcome
Provides very lightweight outcome<T> and result<T> (non-Boost edition)
Stars: ✭ 423 (+746%)
Mutual labels:  boost
Cpp Serializers
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
Stars: ✭ 533 (+966%)
Mutual labels:  boost
S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (+476%)
Mutual labels:  boost
Dogen
Reference implementation of the MASD Code Generator.
Stars: ✭ 44 (-12%)
Mutual labels:  boost
Math
The Stan Math Library is a C++ template library for automatic differentiation of any order using forward, reverse, and mixed modes. It includes a range of built-in functions for probabilistic modeling, linear algebra, and equation solving.
Stars: ✭ 494 (+888%)
Mutual labels:  boost
Pfr
std::tuple like methods for user defined types without any macro or boilerplate code
Stars: ✭ 896 (+1692%)
Mutual labels:  boost
Hourboostr
Two programs for idling Steam game hours and trading cards
Stars: ✭ 372 (+644%)
Mutual labels:  boost
Innoextract
A tool to unpack installers created by Inno Setup
Stars: ✭ 407 (+714%)
Mutual labels:  boost
Sml
SML: C++14 State Machine Library
Stars: ✭ 540 (+980%)
Mutual labels:  boost
Boost Cookbook
Online examples from "Boost C++ Application Development Cookbook":
Stars: ✭ 306 (+512%)
Mutual labels:  boost
Soci
Official repository of the SOCI - The C++ Database Access Library
Stars: ✭ 960 (+1820%)
Mutual labels:  boost
Quantum
Powerful multi-threaded coroutine dispatcher and parallel execution engine
Stars: ✭ 291 (+482%)
Mutual labels:  boost
Ut
UT: C++20 μ(micro)/Unit Testing Framework
Stars: ✭ 507 (+914%)
Mutual labels:  boost
Bcm
Boost cmake modules
Stars: ✭ 48 (-4%)
Mutual labels:  boost
Stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
Stars: ✭ 43 (-14%)
Mutual labels:  boost
Di
DI: C++14 Dependency Injection Library
Stars: ✭ 756 (+1412%)
Mutual labels:  boost

OBSOLETE The recipe is now in https://github.com/conan-io/conan-center-index

Download Build Status Travis Build Status AppVeyor

Conan package recipe for boost

Boost provides free peer-reviewed portable C++ source libraries

The packages generated with this conanfile can be found on Bintray.

Issues

If you wish to report an issue or make a request for a package, please do so here:

Issues Tracker

For Users

Basic setup

$ conan install boost/[email protected]/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
boost/[email protected]/stable

[generators]
txt

Complete the installation of requirements for your project running:

$ mkdir build && cd build && conan install ..

Note: It is recommended that you run conan install from a build directory and not the root of the project directory. This is because conan generates conanbuildinfo files specific to a single build configuration which by default comes from an autodetected default profile located in ~/.conan/profiles/default . If you pass different build configuration options to conan install, it will generate different conanbuildinfo files. Thus, they should not be added to the root of the project, nor committed to git.

Build and package

The following command both runs all the steps of the conan file, and publishes the package to the local system cache. This includes downloading dependencies from "build_requires" and "requires" , and then running the build() method.

$ conan create . conan/stable

Available Options

Option Default Possible Values
shared False [True, False]
header_only False [True, False]
error_code_header_only False [True, False]
system_no_deprecated False [True, False]
asio_no_deprecated False [True, False]
fPIC True [True, False]
skip_lib_rename False [True, False]
magic_autolink False [True, False]
python_executable None ANY
python_version None ANY
namespace boost ANY
namespace_alias False [True, False]
without_math False [True, False]
without_wave False [True, False]
without_container False [True, False]
without_contract False [True, False]
without_exception False [True, False]
without_graph False [True, False]
without_iostreams False [True, False]
without_locale False [True, False]
without_log False [True, False]
without_program_options False [True, False]
without_random False [True, False]
without_regex False [True, False]
without_mpi False [True, False]
without_serialization False [True, False]
without_coroutine False [True, False]
without_fiber False [True, False]
without_context False [True, False]
without_timer False [True, False]
without_thread False [True, False]
without_chrono False [True, False]
without_date_time False [True, False]
without_atomic False [True, False]
without_filesystem False [True, False]
without_system False [True, False]
without_graph_parallel False [True, False]
without_python True [True, False]
without_stacktrace False [True, False]
without_test False [True, False]
without_type_erasure False [True, False]

Add Remote

Conan Community has its own Bintray repository, however, we are working to distribute all package in the Conan Center:

$ conan remote add conan-center "https://conan.bintray.com"

Conan Recipe License

NOTE: The conan recipe license applies only to the files of this recipe, which can be used to build and package boost. It does not in any way apply or is related to the actual software being packaged.

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].