Searched refs:Boost (Results 1 – 25 of 4834) sorted by relevance
12345678910>>...194
/third_party/boost/libs/graph/example/ |
D | boost_web.dat | 1 www.boost.org|Libraries|Boost Libraries 4 www.boost.org|People|Boost People 7 More Information|Header Dependencies|Boost Header Dependencies 12 More Information|People|Boost People 13 More Information|Libraries|Boost Libraries 16 Frequently Asked Questions|People|Boost People 17 Frequently Asked Questions|Library Guidlines|Boost Library Requirements and Guidelines 18 Frequently Asked Questions|License Requirements|Boost Library Requirements and Guidelines 20 Frequently Asked Questions|Libraries|Boost Libraries 21 Boost People|Dave Abrahams|Dave Abrahams [all …]
|
/third_party/boost/libs/signals2/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Signals2 is currently experimental at best 14 add_library( Boost::signals2 ALIAS boost_signals2 ) 20 Boost::assert 21 Boost::bind 22 Boost::config 23 Boost::core 24 Boost::function 25 Boost::iterator 26 Boost::mpl [all …]
|
/third_party/boost/libs/variant/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Variant is currently experimental at best 12 add_library( Boost::variant ALIAS boost_variant ) 18 Boost::assert 19 Boost::bind 20 Boost::config 21 Boost::container_hash 22 Boost::core 23 Boost::detail 24 Boost::integer [all …]
|
/third_party/boost/more/getting_started/detail/ |
D | header-only.rst | 1 .. Copyright David Abrahams 2006. Distributed under the Boost 9 Boost?” The good news is that often, there's nothing to build. 13 Most Boost libraries are **header-only**: they consist *entirely 20 The only Boost libraries that *must* be built separately are: 22 * Boost.Chrono_ 23 * Boost.Context_ 24 * Boost.Filesystem_ 25 * Boost.GraphParallel_ 26 * Boost.IOStreams_ 27 * Boost.Locale_ [all …]
|
/third_party/boost/libs/lexical_cast/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.lexical_cast is currently experimental at best 12 add_library(Boost::lexical_cast ALIAS boost_lexical_cast) 18 Boost::array 19 Boost::assert 20 Boost::config 21 Boost::container 22 Boost::core 23 Boost::detail 24 Boost::integer [all …]
|
/third_party/boost/libs/iterator/ |
D | CMakeLists.txt | 3 # Distributed under the Boost Software License, Version 1.0. 14 add_library(Boost::iterator ALIAS boost_iterator) 20 Boost::assert 21 Boost::concept_check 22 Boost::config 23 Boost::conversion 24 Boost::core 25 Boost::detail 26 Boost::function_types 27 Boost::fusion [all …]
|
/third_party/boost/libs/chrono/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Chrono is currently experimental at best 16 add_library( Boost::chrono ALIAS boost_chrono ) 32 Boost::assert 33 Boost::config 34 Boost::core 35 Boost::integer 36 Boost::move 37 Boost::mpl 38 Boost::predef [all …]
|
/third_party/boost/libs/parameter/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Parameter is currently experimental at best 11 option(BOOST_PARAMETER_INCLUDE_TESTS OFF "Include Boost.Parameter tests") 14 add_library( Boost::parameter ALIAS boost_parameter ) 20 Boost::config 21 Boost::core 22 Boost::function 23 Boost::fusion 25 Boost::mp11 26 Boost::mpl [all …]
|
/third_party/boost/libs/optional/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Optional is currently experimental at best 12 add_library( Boost::optional ALIAS boost_optional ) 18 Boost::assert 19 Boost::config 20 Boost::core 21 Boost::detail 22 Boost::move 23 Boost::predef 24 Boost::static_assert [all …]
|
/third_party/boost/libs/fusion/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 12 add_library(Boost::fusion ALIAS boost_fusion) 18 Boost::config 19 Boost::container_hash 20 Boost::core 21 Boost::function_types 22 Boost::mpl 23 Boost::preprocessor 24 Boost::static_assert 25 Boost::tuple [all …]
|
/third_party/boost/libs/test/doc/tutorials/ |
D | web_wisdom.qbk | 2 / Copyright (c) 2015 Boost.Test contributors 4 / Distributed under the Boost Software License, Version 1.0. (See accompanying 14 do not necessarily represent positions of the Boost.Test contributors, and might be outdated.] 16 * [@http://stackoverflow.com/search?q=boost+test Stack overflow Boost.Test related questions] 17 …ks/aix/library/au-ctools1_boost/?S_TACT=105AGY20&S_CMP=HP Get to know the Boost unit test framewor… 18 …/www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/ C++ Unit Testing With Boost.Test] 19 * [@http://www.beroux.com/english/articles/boost_unit_testing/ C++ Unit Testing Framework: A Boost … 21 Introduction to Test-Driven Development in C++ using Boost Test Library] 22 * C++ Unit Tests With Boost.Test: 29 * [@http://www.hpfsc.de/default.php?url=./boosttest/index.html How to use Boost Test for automated … [all …]
|
/third_party/boost/libs/hana/doc/ |
D | Doxyfile.in | 2 # Distributed under the Boost Software License, Version 1.0. 5 PROJECT_NAME = "Boost.Hana" 7 PROJECT_LOGO = @Boost.Hana_SOURCE_DIR@/doc/icons/Boost.png 8 PROJECT_NUMBER = @Boost.Hana_VERSION_STRING@ 10 STRIP_FROM_PATH = @Boost.Hana_SOURCE_DIR@/include 12 STRIP_FROM_INC_PATH = @Boost.Hana_SOURCE_DIR@/include 19 INPUT = @Boost.Hana_SOURCE_DIR@/include \ 20 @Boost.Hana_SOURCE_DIR@/doc/tutorial.hpp 25 EXAMPLE_PATH = @Boost.Hana_SOURCE_DIR@/example \ 26 @Boost.Hana_SOURCE_DIR@/test [all …]
|
/third_party/boost/libs/type_index/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.TypeIndex is currently experimental at best 9 project(Boost.TypeIndex) 12 add_library(Boost::type_index ALIAS boost_type_index) 18 Boost::config 19 Boost::container_hash 20 Boost::core 21 Boost::preprocessor 22 Boost::smart_ptr 23 Boost::static_assert [all …]
|
/third_party/boost/tools/boost_install/ |
D | BoostConfig.cmake | 2 # Distributed under the Boost Software License, Version 1.0. 5 # This CMake configuration file, installed as part of the Boost build 7 # for find_package(Boost). 10 # of find_package(Boost) as provided by FindBoost.cmake. 14 # find_package(Boost 1.70 REQUIRED COMPONENTS filesystem regex PATHS C:/Boost) 16 # On success, the above invocation would define the targets Boost::headers, 17 # Boost::filesystem and Boost::regex. Boost::headers represents all 18 # header-only libraries. An alias, Boost::boost, for Boost::headers is 24 # find_package(Boost 1.73 REQUIRED COMPONENTS ALL) 29 # find_package(Boost 1.73 REQUIRED ALL) [all …]
|
/third_party/boost/libs/function/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 12 add_library(Boost::function ALIAS boost_function) 18 Boost::assert 19 Boost::bind 20 Boost::config 21 Boost::core 22 Boost::integer 23 Boost::preprocessor 24 Boost::throw_exception 25 Boost::type_index [all …]
|
/third_party/boost/libs/circular_buffer/ |
D | CMakeLists.txt | 4 # Distributed under the Boost Software License, Version 1.0. 13 add_library(Boost::circular_buffer ALIAS boost_circular_buffer) 18 Boost::assert 19 Boost::concept_check 20 Boost::config 21 Boost::core 22 Boost::move 23 Boost::static_assert 24 Boost::throw_exception 25 Boost::type_traits)
|
/third_party/boost/libs/rational/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Rational is currently experimental at best 13 add_library( Boost::rational ALIAS boost_rational ) 19 Boost::assert 20 Boost::config 21 Boost::core 22 Boost::integer 23 Boost::static_assert 24 Boost::throw_exception 25 Boost::type_traits [all …]
|
/third_party/boost/libs/dll/ |
D | README.md | 1 # [Boost Dynamic Library Load (Boost.DLL)](http://boost.org/libs/dll) 3 Boost.DLL is a part of the [Boost C++ Libraries](http://github.com/boostorg). It is a library for c… 9 …Boost.DLL.svg?branch=develop)](https://travis-ci.org/apolukhin/Boost.DLL) [![Build status](https:/… 10 …Boost.DLL.svg?branch=master)](https://travis-ci.org/apolukhin/Boost.DLL) [![Build status](https://… 14 [Latest developer documentation](http://apolukhin.github.io/Boost.DLL/index.html) 17 This library was derived from the [Boost.Application](https://github.com/retf/Boost.Application) li… 20 Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
|
/third_party/boost/libs/exception/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Exception is currently experimental at best 11 # We treat Boost.Exception as header only for now. 16 add_library( Boost::exception ALIAS boost_exception ) 22 Boost::assert 23 Boost::config 24 Boost::core 25 Boost::smart_ptr 26 Boost::throw_exception 27 Boost::tuple [all …]
|
/third_party/boost/libs/ratio/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Ratio is currently experimental at best 13 add_library( Boost::ratio ALIAS boost_ratio ) 19 Boost::config 20 Boost::core 21 Boost::integer 22 Boost::mpl 23 Boost::static_assert 24 Boost::type_traits 26 # NOTE: As of Boost 1.70, the dependency on rational is only [all …]
|
/third_party/boost/libs/coroutine/doc/ |
D | coro.qbk | 3 Distributed under the Boost Software License, Version 1.0. 16 Distributed under the Boost Software License, Version 1.0. 23 [def __boost_asio__ [*Boost.Asio]] 24 [def __boost_build__ [*Boost.Build]] 25 [def __boost_context__ [*Boost.Context]] 26 [def __boost_coroutine__ [*Boost.Coroutine]] 27 [def __boost_exception__ [*Boost.Exception]] 28 [def __boost_function_types__ [*Boost.FunctionTypes]] 29 [def __boost_move__ [*Boost.Move]] 30 [def __boost_mpl__ [*Boost.MPL]] [all …]
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_introduction.qbk | 3 Distributed under the Boost Software License, Version 1.0. 14 to the functionality in the Boost preprocessor library ( Boost PP ), 17 In the Boost PP library the preprocessor data types which have 19 and the composite data types Boost PP arrays, Boost PP lists, 20 Boost PP seqs, and Boost PP tuples. 23 are the same data types as the Boost PP library as well as these other 32 of the Boost PP data types, but does extend some of that functionality 73 where the second Boost PP tuple element is empty. 77 In the Boost PP library a good deal of functionality centers upon 78 manipulating Boost PP numbers, and particularly the Boost PP numbers [all …]
|
/third_party/boost/libs/intrusive/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Intrusive is currently experimental at best 10 project( Boost.Intrusive LANGUAGES CXX ) 13 add_library( Boost::intrusive ALIAS boost_intrusive ) 19 Boost::assert 20 Boost::config 21 Boost::container_hash 22 Boost::core 23 Boost::move 24 Boost::static_assert
|
/third_party/boost/libs/conversion/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.Conversion is currently experimental at best 12 add_library( Boost::conversion ALIAS boost_conversion ) 18 Boost::assert 19 Boost::config 20 Boost::core 21 Boost::smart_ptr 22 Boost::throw_exception 23 Boost::type_traits 24 Boost::typeof
|
/third_party/boost/libs/dynamic_bitset/ |
D | CMakeLists.txt | 2 # Distributed under the Boost Software License, Version 1.0. 5 # NOTE: CMake support for Boost.dynamic_bitset is currently experimental at best 12 add_library(Boost::dynamic_bitset ALIAS boost_dynamic_bitset) 18 Boost::assert 19 Boost::config 20 Boost::core 21 Boost::integer 22 Boost::move 23 Boost::static_assert 24 Boost::throw_exception
|
12345678910>>...194