/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/.github/workflows/ |
D | ci.yml | 3 # Distributed under the Boost Software License, Version 1.0. 4 # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) 9 ubuntu-focal: 10 runs-on: ubuntu-20.04 12 fail-fast: false 14 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/.github/workflows/ |
D | ci.yml | 4 # Distributed under the Boost Software License, Version 1.0. 5 # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) 11 - master 12 - develop 17 ubuntu-focal: 18 runs-on: ubuntu-20.04 20 fail-fast: false 22 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 25 - uses: actions/checkout@v2 27 fetch-depth: '0' [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/.github/workflows/ |
D | ci.yml | 4 # Distributed under the Boost Software License, Version 1.0. 5 # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) 10 ubuntu-focal: 11 runs-on: ubuntu-20.04 13 fail-fast: false 15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/doc/ |
D | Jamfile.v2 | 1 # Copyright 2009-2013 Karsten Ahnert 2 # Copyright 2011-2012 Mario Mulansky 5 # Distributed under the Boost Software License, Version 1.0. 6 # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 13 path-constant here : . ; 19 if --enable-index in [ modules.peek : ARGV ] 23 using auto-index ; 27 <auto-index>on 28 <auto-index-verbose>on 31 <format>html:<auto-index-internal>on # on (or off) to use internally generated indexes. [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/headers/build/ |
D | Jamfile | 2 # Distributed under the Boost Software License, Version 1.0. 3 # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) 9 import ../../../tools/boost_install/boost-install ; 10 import ../../../tools/boost_install/boost-install-dirs ; 12 # install-header-subdir 14 local header-subdir = [ boost-install-dirs.header-subdir ] ; 16 local install-header-subdir ; 18 if $(header-subdir) 20 install-header-subdir = $(header-subdir)/boost ; 24 install-header-subdir = boost ; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | ord_index_impl.hpp | 1 /* Copyright 2003-2020 Joaquin M Lopez Munoz. 2 * Distributed under the Boost Software License, Version 1.0. 4 * http://www.boost.org/LICENSE_1_0.txt) 6 * See http://www.boost.org/libs/multi_index for library home page. 8 * The internal implementation of red-black trees is based on that of SGI STL 24 * Hewlett-Packard Company 30 * in supporting documentation. Hewlett-Packard Company makes no 43 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */ 45 #include <boost/call_traits.hpp> 46 #include <boost/core/addressof.hpp> [all …]
|
D | ord_index_node.hpp | 1 /* Copyright 2003-2020 Joaquin M Lopez Munoz. 2 * Distributed under the Boost Software License, Version 1.0. 4 * http://www.boost.org/LICENSE_1_0.txt) 6 * See http://www.boost.org/libs/multi_index for library home page. 8 * The internal implementation of red-black trees is based on that of SGI STL 24 * Hewlett-Packard Company 30 * in supporting documentation. Hewlett-Packard Company makes no 43 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */ 45 #include <boost/multi_index/detail/allocator_traits.hpp> 46 #include <boost/multi_index/detail/raw_ptr.hpp> [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | splaytree.hpp | 3 // (C) Copyright Ion Gaztanaga 2007-2014 5 // Distributed under the Boost Software License, Version 1.0. 7 // http://www.boost.org/LICENSE_1_0.txt) 9 // See http://www.boost.org/libs/intrusive for documentation. 15 #include <boost/intrusive/detail/config_begin.hpp> 16 #include <boost/intrusive/intrusive_fwd.hpp> 18 #include <boost/intrusive/detail/minimal_less_equal_header.hpp> 19 #include <boost/intrusive/detail/minimal_pair_header.hpp> //std::pair 21 #include <boost/static_assert.hpp> 22 #include <boost/intrusive/bstree.hpp> [all …]
|
D | splay_set.hpp | 3 // (C) Copyright Ion Gaztanaga 2007-2014 5 // Distributed under the Boost Software License, Version 1.0. 7 // http://www.boost.org/LICENSE_1_0.txt) 9 // See http://www.boost.org/libs/intrusive for documentation. 15 #include <boost/intrusive/detail/config_begin.hpp> 16 #include <boost/intrusive/intrusive_fwd.hpp> 17 #include <boost/intrusive/splaytree.hpp> 18 #include <boost/intrusive/detail/mpl.hpp> 19 #include <boost/move/utility_core.hpp> 20 #include <boost/static_assert.hpp> [all …]
|
D | sg_set.hpp | 3 // (C) Copyright Ion Gaztanaga 2007-2014 5 // Distributed under the Boost Software License, Version 1.0. 7 // http://www.boost.org/LICENSE_1_0.txt) 9 // See http://www.boost.org/libs/intrusive for documentation. 15 #include <boost/intrusive/detail/config_begin.hpp> 16 #include <boost/intrusive/intrusive_fwd.hpp> 17 #include <boost/intrusive/detail/mpl.hpp> 18 #include <boost/intrusive/sgtree.hpp> 19 #include <boost/static_assert.hpp> 20 #include <boost/move/utility_core.hpp> [all …]
|
D | avltree_algorithms.hpp | 4 // (C) Copyright Ion Gaztanaga 2007-2014 6 // Distributed under the Boost Software License, Version 1.0. 8 // http://www.boost.org/LICENSE_1_0.txt) 10 // See http://www.boost.org/libs/intrusive for documentation. 17 #include <boost/intrusive/detail/config_begin.hpp> 18 #include <boost/intrusive/intrusive_fwd.hpp> 22 #include <boost/intrusive/detail/assert.hpp> 23 #include <boost/intrusive/detail/algo_type.hpp> 24 #include <boost/intrusive/detail/ebo_functor_holder.hpp> 25 #include <boost/intrusive/bstree_algorithms.hpp> [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/string/ |
D | tst_map.hpp | 2 Copyright (c) 2001-2011 Joel de Guzman 4 Distributed under the Boost Software License, Version 1.0. (See accompanying 5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 14 #include <boost/spirit/home/qi/string/tst.hpp> 15 #include <boost/spirit/home/qi/string/detail/tst.hpp> 16 #include <boost/unordered_map.hpp> 17 #include <boost/pool/object_pool.hpp> 18 #include <boost/foreach.hpp> 20 namespace boost { namespace spirit { namespace qi namespace 60 if (T* p = node::find(i->second.root, first, last, filter)) in find() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/ |
D | ranked_index.hpp | 1 /* Copyright 2003-2020 Joaquin M Lopez Munoz. 2 * Distributed under the Boost Software License, Version 1.0. 4 * http://www.boost.org/LICENSE_1_0.txt) 6 * See http://www.boost.org/libs/multi_index for library home page. 16 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */ 17 #include <boost/multi_index/detail/ord_index_impl.hpp> 18 #include <boost/multi_index/detail/rnk_index_ops.hpp> 19 #include <boost/multi_index/ranked_index_fwd.hpp> 21 namespace boost{ namespace 56 return this->make_iterator(index_node_type::from_impl( in nth() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | intrusive_ref_counter_test.cpp | 3 * Distributed under the Boost Software License, Version 1.0. 5 * http://www.boost.org/LICENSE_1_0.txt) 15 #include <boost/config.hpp> 34 #include <boost/smart_ptr/intrusive_ref_counter.hpp> 35 #include <boost/intrusive_ptr.hpp> 36 #include <boost/core/lightweight_test.hpp> 41 public boost::intrusive_ref_counter< my_class > 59 public boost::intrusive_ref_counter< my_class, boost::thread_unsafe_counter > 76 struct root : struct 77 public boost::intrusive_ref_counter< root > [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/example/ |
D | doc_recursive_containers.cpp | 3 // (C) Copyright Ion Gaztanaga 2009-2013. Distributed under the Boost 5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7 // See http://www.boost.org/libs/container for documentation. 12 #include <boost/container/vector.hpp> 13 #include <boost/container/stable_vector.hpp> 14 #include <boost/container/deque.hpp> 15 #include <boost/container/list.hpp> 16 #include <boost/container/map.hpp> 17 #include <boost/container/string.hpp> 19 using namespace boost::container; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/.drone/ |
D | drone.sh | 3 set -ex 12 if [ "$DRONE_JOB_BUILDTYPE" == "boost" ]; then 18 git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root 19 cd boost-root 20 git submodule update --init tools/boostdep 21 cp -r $TRAVIS_BUILD_DIR/* libs/preprocessor 28 echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam 29 ./b2 libs/preprocessor/test -j 3 toolset=$TOOLSET cxxstd=$CXXSTD $ADDRMD 31 elif [ "$DRONE_JOB_BUILDTYPE" == "cmake-install-script" ]; then 37 git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | rooted_allocator.hpp | 1 /* Used in Boost.MultiIndex tests. 3 * Copyright 2003-2020 Joaquin M Lopez Munoz. 4 * Distributed under the Boost Software License, Version 1.0. 6 * http://www.boost.org/LICENSE_1_0.txt) 8 * See http://www.boost.org/libs/multi_index for library home page. 14 #include <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */ 15 #include <boost/type_traits/integral_constant.hpp> 26 typedef boost::integral_constant<bool,Propagate> propagate_type; 27 typedef boost::integral_constant<bool,AlwaysEqual> always_equal_type; 37 rooted_allocator():root(0){} in rooted_allocator() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/symbols/impl/ |
D | tst.ipp | 2 Copyright (c) 2001-2003 Joel de Guzman 5 Use, modification and distribution is subject to the Boost Software 7 http://www.boost.org/LICENSE_1_0.txt) 13 #include <boost/move/unique_ptr.hpp> 14 #include <boost/spirit/home/classic/core/assert.hpp> 17 namespace boost { namespace spirit { 65 boost::movelib::unique_ptr<tst_node> copy(new tst_node(value)); 68 copy->left = left->clone(); 70 copy->right = right->clone(); 74 copy->middle.link = middle.link->clone(); [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - feature/** 17 fail-fast: false 20 - toolset: gcc-4.7 22 os: ubuntu-16.04 23 install: g++-4.7 24 - toolset: gcc-4.8 26 os: ubuntu-16.04 27 install: g++-4.8 [all …]
|