OSDN Git Service

miniboost: add multi_index_container needed by kdevplatform
authorIvailo Monev <xakepa10@gmail.com>
Sun, 26 Jul 2015 14:39:05 +0000 (17:39 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 26 Jul 2015 14:39:05 +0000 (17:39 +0300)
commit6faf1de90003b65d696235c3108f84b09da59a1c
treee770abbcd685d2fdb9c116c64faea874d6047280
parentf1d48040a6ebfa7dc81ecc7affb5f12c24e3e82a
miniboost: add multi_index_container needed by kdevplatform
271 files changed:
boost.sh
miniboost/boost/aligned_storage.hpp [new file with mode: 0644]
miniboost/boost/archive/archive_exception.hpp [new file with mode: 0644]
miniboost/boost/archive/detail/abi_prefix.hpp [new file with mode: 0644]
miniboost/boost/archive/detail/abi_suffix.hpp [new file with mode: 0644]
miniboost/boost/archive/detail/decl.hpp [new file with mode: 0644]
miniboost/boost/core/swap.hpp [new file with mode: 0644]
miniboost/boost/detail/allocator_utilities.hpp [new file with mode: 0644]
miniboost/boost/detail/lightweight_mutex.hpp [new file with mode: 0644]
miniboost/boost/mpl/O1_size.hpp [new file with mode: 0644]
miniboost/boost/mpl/O1_size_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/advance.hpp [new file with mode: 0644]
miniboost/boost/mpl/advance_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/at.hpp [new file with mode: 0644]
miniboost/boost/mpl/at_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/O1_size_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/advance_backward.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/advance_forward.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/arithmetic_op.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/at_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/begin_end_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/clear_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/comparison_op.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/config/forwarding.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/config/operators.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/config/typeof.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/contains_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/empty_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/find_if_pred.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/fold_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/fold_impl_body.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/has_begin.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/has_key_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/has_size.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/has_tag.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/inserter_algorithm.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/is_msvc_eti_arg.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/iter_apply.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/iter_fold_if_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/iter_fold_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/lambda_spec.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/largest_int.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/msvc_eti_base.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/msvc_type.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/numeric_cast_utils.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/numeric_op.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/overload_names.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/ptr_to_ref.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/push_back_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/push_front_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/reverse_fold_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/reverse_fold_impl_body.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/reverse_iter_fold_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/sequence_wrapper.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/size_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/aux_/traits_lambda_spec.hpp [new file with mode: 0644]
miniboost/boost/mpl/back_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/back_inserter.hpp [new file with mode: 0644]
miniboost/boost/mpl/base.hpp [new file with mode: 0644]
miniboost/boost/mpl/begin_end.hpp [new file with mode: 0644]
miniboost/boost/mpl/begin_end_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/clear.hpp [new file with mode: 0644]
miniboost/boost/mpl/clear_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/comparison.hpp [new file with mode: 0644]
miniboost/boost/mpl/contains.hpp [new file with mode: 0644]
miniboost/boost/mpl/contains_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/deref.hpp [new file with mode: 0644]
miniboost/boost/mpl/distance.hpp [new file with mode: 0644]
miniboost/boost/mpl/distance_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/empty.hpp [new file with mode: 0644]
miniboost/boost/mpl/empty_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/equal_to.hpp [new file with mode: 0644]
miniboost/boost/mpl/erase_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/erase_key_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/find.hpp [new file with mode: 0644]
miniboost/boost/mpl/find_if.hpp [new file with mode: 0644]
miniboost/boost/mpl/fold.hpp [new file with mode: 0644]
miniboost/boost/mpl/front_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/front_inserter.hpp [new file with mode: 0644]
miniboost/boost/mpl/greater.hpp [new file with mode: 0644]
miniboost/boost/mpl/greater_equal.hpp [new file with mode: 0644]
miniboost/boost/mpl/has_key.hpp [new file with mode: 0644]
miniboost/boost/mpl/has_key_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/insert_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/inserter.hpp [new file with mode: 0644]
miniboost/boost/mpl/is_sequence.hpp [new file with mode: 0644]
miniboost/boost/mpl/iter_fold.hpp [new file with mode: 0644]
miniboost/boost/mpl/iter_fold_if.hpp [new file with mode: 0644]
miniboost/boost/mpl/iterator_category.hpp [new file with mode: 0644]
miniboost/boost/mpl/iterator_range.hpp [new file with mode: 0644]
miniboost/boost/mpl/iterator_tags.hpp [new file with mode: 0644]
miniboost/boost/mpl/key_type_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/less.hpp [new file with mode: 0644]
miniboost/boost/mpl/less_equal.hpp [new file with mode: 0644]
miniboost/boost/mpl/limits/unrolling.hpp [new file with mode: 0644]
miniboost/boost/mpl/limits/vector.hpp [new file with mode: 0644]
miniboost/boost/mpl/logical.hpp [new file with mode: 0644]
miniboost/boost/mpl/long.hpp [new file with mode: 0644]
miniboost/boost/mpl/long_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/min_max.hpp [new file with mode: 0644]
miniboost/boost/mpl/minus.hpp [new file with mode: 0644]
miniboost/boost/mpl/negate.hpp [new file with mode: 0644]
miniboost/boost/mpl/not_equal_to.hpp [new file with mode: 0644]
miniboost/boost/mpl/numeric_cast.hpp [new file with mode: 0644]
miniboost/boost/mpl/pair.hpp [new file with mode: 0644]
miniboost/boost/mpl/pair_view.hpp [new file with mode: 0644]
miniboost/boost/mpl/plus.hpp [new file with mode: 0644]
miniboost/boost/mpl/pop_back_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/pop_front_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/prior.hpp [new file with mode: 0644]
miniboost/boost/mpl/push_back.hpp [new file with mode: 0644]
miniboost/boost/mpl/push_back_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/push_front.hpp [new file with mode: 0644]
miniboost/boost/mpl/push_front_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/reverse_fold.hpp [new file with mode: 0644]
miniboost/boost/mpl/reverse_iter_fold.hpp [new file with mode: 0644]
miniboost/boost/mpl/same_as.hpp [new file with mode: 0644]
miniboost/boost/mpl/sequence_tag.hpp [new file with mode: 0644]
miniboost/boost/mpl/sequence_tag_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/at_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/begin_end_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/clear_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/empty_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/erase_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/erase_key_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/has_key_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/insert_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/item.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/iterator.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/key_type_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/set0.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/size_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/tag.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/aux_/value_type_impl.hpp [new file with mode: 0644]
miniboost/boost/mpl/set/set0.hpp [new file with mode: 0644]
miniboost/boost/mpl/size.hpp [new file with mode: 0644]
miniboost/boost/mpl/size_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/tag.hpp [new file with mode: 0644]
miniboost/boost/mpl/transform.hpp [new file with mode: 0644]
miniboost/boost/mpl/value_type_fwd.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/O1_size.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/at.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/back.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/begin_end.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/clear.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/empty.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/front.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/include_preprocessed.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/item.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/iterator.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/numbered.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/numbered_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/pop_back.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/pop_front.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/push_back.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/push_front.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/size.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/tag.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/aux_/vector0.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector0.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector0_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector10.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector10_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector20.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector20_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector30.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector30_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector40.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector40_c.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector50.hpp [new file with mode: 0644]
miniboost/boost/mpl/vector/vector50_c.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/access_specifier.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/adl_swap.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/archive_constructed.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/auto_space.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/base_type.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/converter.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/copy_map.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/do_not_copy_elements_tag.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/has_tag.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/header_holder.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/index_base.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/index_loader.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/index_matcher.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/index_node_base.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/index_saver.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/invariant_assert.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/is_index_list.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/iter_adaptor.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/no_duplicate_tags.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/node_type.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/ord_index_args.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/safe_mode.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/scope_guard.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/serialization_version.hpp [new file with mode: 0644]
miniboost/boost/multi_index/detail/vartempl_support.hpp [new file with mode: 0644]
miniboost/boost/multi_index/identity.hpp [new file with mode: 0644]
miniboost/boost/multi_index/identity_fwd.hpp [new file with mode: 0644]
miniboost/boost/multi_index/indexed_by.hpp [new file with mode: 0644]
miniboost/boost/multi_index/ordered_index_fwd.hpp [new file with mode: 0644]
miniboost/boost/multi_index/safe_mode_errors.hpp [new file with mode: 0644]
miniboost/boost/multi_index/tag.hpp [new file with mode: 0644]
miniboost/boost/multi_index_container.hpp [new file with mode: 0644]
miniboost/boost/multi_index_container_fwd.hpp [new file with mode: 0644]
miniboost/boost/operators.hpp [new file with mode: 0644]
miniboost/boost/preprocessor/enum.hpp [new file with mode: 0644]
miniboost/boost/preprocessor/enum_params_with_a_default.hpp [new file with mode: 0644]
miniboost/boost/preprocessor/facilities/intercept.hpp [new file with mode: 0644]
miniboost/boost/preprocessor/repetition/enum_binary_params.hpp [new file with mode: 0644]
miniboost/boost/preprocessor/repetition/enum_params_with_a_default.hpp [new file with mode: 0644]
miniboost/boost/preprocessor/repetition/repeat_from_to.hpp [new file with mode: 0644]
miniboost/boost/serialization/access.hpp [new file with mode: 0644]
miniboost/boost/serialization/base_object.hpp [new file with mode: 0644]
miniboost/boost/serialization/collection_size_type.hpp [new file with mode: 0644]
miniboost/boost/serialization/force_include.hpp [new file with mode: 0644]
miniboost/boost/serialization/is_bitwise_serializable.hpp [new file with mode: 0644]
miniboost/boost/serialization/level.hpp [new file with mode: 0644]
miniboost/boost/serialization/level_enum.hpp [new file with mode: 0644]
miniboost/boost/serialization/nvp.hpp [new file with mode: 0644]
miniboost/boost/serialization/pfto.hpp [new file with mode: 0644]
miniboost/boost/serialization/serialization.hpp [new file with mode: 0644]
miniboost/boost/serialization/split_free.hpp [new file with mode: 0644]
miniboost/boost/serialization/split_member.hpp [new file with mode: 0644]
miniboost/boost/serialization/strong_typedef.hpp [new file with mode: 0644]
miniboost/boost/serialization/tracking.hpp [new file with mode: 0644]
miniboost/boost/serialization/tracking_enum.hpp [new file with mode: 0644]
miniboost/boost/serialization/traits.hpp [new file with mode: 0644]
miniboost/boost/serialization/type_info_implementation.hpp [new file with mode: 0644]
miniboost/boost/serialization/version.hpp [new file with mode: 0644]
miniboost/boost/serialization/void_cast_fwd.hpp [new file with mode: 0644]
miniboost/boost/serialization/wrapper.hpp [new file with mode: 0644]
miniboost/boost/tuple/detail/tuple_basic.hpp [new file with mode: 0644]
miniboost/boost/tuple/tuple.hpp [new file with mode: 0644]
miniboost/boost/type_traits/add_cv.hpp [new file with mode: 0644]
miniboost/boost/type_traits/aligned_storage.hpp [new file with mode: 0755]
miniboost/boost/type_traits/cv_traits.hpp [new file with mode: 0644]
miniboost/boost/type_traits/function_traits.hpp [new file with mode: 0644]
miniboost/boost/type_traits/remove_volatile.hpp [new file with mode: 0644]
miniboost/boost/utility/base_from_member.hpp [new file with mode: 0644]
miniboost/boost/utility/swap.hpp [new file with mode: 0644]