]> git.lyx.org Git - lyx.git/commit
Replace Boost.Signals with Boost.Signals2
authorGeorg Baum <baum@lyx.org>
Thu, 9 Jun 2016 20:25:34 +0000 (22:25 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 9 Jun 2016 20:25:34 +0000 (22:25 +0200)
commit2047ea5eb436d98d485bed672ed218f9bd708ce6
treeaacaf7bd8501ae906c734cc079e1f7ac8656d416
parentfe86240d64a0f657786f48925cfd9f0f554216f0
Replace Boost.Signals with Boost.Signals2

Boost.Signals is deprecated. This fixes bug #9943.
The only thing left to do is to rewrite (or get rid of) the boost -mt test
in config/lyxinclude.m4 not to use signals anymore.
335 files changed:
3rdparty/boost/Makefile.am
3rdparty/boost/boost/align/align.hpp [deleted file]
3rdparty/boost/boost/align/detail/align.hpp [deleted file]
3rdparty/boost/boost/align/detail/align_cxx11.hpp [deleted file]
3rdparty/boost/boost/align/detail/is_alignment.hpp [deleted file]
3rdparty/boost/boost/aligned_storage.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/arg.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/bind.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/bind_cc.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/bind_mf2_cc.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/bind_mf_cc.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/bind_template.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/placeholders.hpp [new file with mode: 0644]
3rdparty/boost/boost/bind/storage.hpp [new file with mode: 0644]
3rdparty/boost/boost/blank.hpp [new file with mode: 0644]
3rdparty/boost/boost/blank_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/call_traits.hpp [new file with mode: 0644]
3rdparty/boost/boost/core/is_same.hpp [new file with mode: 0644]
3rdparty/boost/boost/detail/call_traits.hpp [new file with mode: 0644]
3rdparty/boost/boost/detail/is_xxx.hpp [new file with mode: 0644]
3rdparty/boost/boost/detail/templated_streams.hpp [new file with mode: 0644]
3rdparty/boost/boost/enable_shared_from_this.hpp [deleted file]
3rdparty/boost/boost/function/function_typeof.hpp [deleted file]
3rdparty/boost/boost/function_output_iterator.hpp [new file with mode: 0644]
3rdparty/boost/boost/intrusive_ptr.hpp [deleted file]
3rdparty/boost/boost/is_placeholder.hpp [new file with mode: 0644]
3rdparty/boost/boost/last_value.hpp [deleted file]
3rdparty/boost/boost/make_shared.hpp [deleted file]
3rdparty/boost/boost/math/common_factor_ct.hpp [new file with mode: 0644]
3rdparty/boost/boost/math_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/move/adl_move_swap.hpp [new file with mode: 0644]
3rdparty/boost/boost/move/algo/move.hpp [new file with mode: 0644]
3rdparty/boost/boost/move/algorithm.hpp [new file with mode: 0644]
3rdparty/boost/boost/move/detail/iterator_traits.hpp [new file with mode: 0644]
3rdparty/boost/boost/move/iterator.hpp [new file with mode: 0644]
3rdparty/boost/boost/move/move.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/config/operators.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/empty_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/front_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/has_key_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/insert_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/overload_names.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/aux_/ptr_to_ref.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/base.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/begin.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/empty.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/end.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/erase_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/erase_key_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/front.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/has_key.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/has_key_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/insert.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/insert_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/insert_range_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/is_sequence.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/iterator_category.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/key_type_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/max_element.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/min_max.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/pair_view.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/at_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/begin_end_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/clear_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/empty_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/erase_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/erase_key_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/has_key_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/insert_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/insert_range_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/item.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/iterator.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/key_type_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/set0.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/size_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/tag.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/aux_/value_type_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/set/set0.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/sizeof.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/transform.hpp [new file with mode: 0644]
3rdparty/boost/boost/mpl/value_type_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/multi_index/detail/scope_guard.hpp [new file with mode: 0644]
3rdparty/boost/boost/operators.hpp [deleted file]
3rdparty/boost/boost/parameter.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/arg_list.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/cast.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/default.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/is_maybe.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/overloads.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/parameter_requirements.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/parenthesized_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/preprocessor/flatten.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/preprocessor/for_each.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/result_of0.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/set.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/tag.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/tagged_argument.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/template_keyword.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/unwrap_cv_reference.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/aux_/void.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/aux_/yesno.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/binding.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/config.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/keyword.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/macros.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/match.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/name.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/parameters.hpp [new file with mode: 0755]
3rdparty/boost/boost/parameter/preprocessor.hpp [new file with mode: 0644]
3rdparty/boost/boost/parameter/value_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/arithmetic.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/arithmetic/div.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/arithmetic/mul.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/comparison/equal.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/detail/is_nullary.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/detail/is_unary.hpp [deleted file]
3rdparty/boost/boost/preprocessor/for.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/if.hpp [deleted file]
3rdparty/boost/boost/preprocessor/iteration.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/logical/bitor.hpp [deleted file]
3rdparty/boost/boost/preprocessor/logical/or.hpp [deleted file]
3rdparty/boost/boost/preprocessor/repeat_from_to.hpp [deleted file]
3rdparty/boost/boost/preprocessor/repetition.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/repetition/deduce_r.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/repetition/deduce_z.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/repetition/enum_params_with_defaults.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/repetition/enum_shifted.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/repetition/enum_shifted_binary_params.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/repetition/enum_trailing_binary_params.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/selection/max.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/seq/for_each.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/seq/for_each_product.hpp [new file with mode: 0644]
3rdparty/boost/boost/preprocessor/seq/push_back.hpp [new file with mode: 0644]
3rdparty/boost/boost/shared_array.hpp [deleted file]
3rdparty/boost/boost/signal.hpp [deleted file]
3rdparty/boost/boost/signals/connection.hpp [deleted file]
3rdparty/boost/boost/signals/detail/config.hpp [deleted file]
3rdparty/boost/boost/signals/detail/named_slot_map.hpp [deleted file]
3rdparty/boost/boost/signals/detail/signal_base.hpp [deleted file]
3rdparty/boost/boost/signals/detail/signals_common.hpp [deleted file]
3rdparty/boost/boost/signals/detail/slot_call_iterator.hpp [deleted file]
3rdparty/boost/boost/signals/signal0.hpp [deleted file]
3rdparty/boost/boost/signals/signal1.hpp [deleted file]
3rdparty/boost/boost/signals/signal10.hpp [deleted file]
3rdparty/boost/boost/signals/signal2.hpp [deleted file]
3rdparty/boost/boost/signals/signal3.hpp [deleted file]
3rdparty/boost/boost/signals/signal4.hpp [deleted file]
3rdparty/boost/boost/signals/signal5.hpp [deleted file]
3rdparty/boost/boost/signals/signal6.hpp [deleted file]
3rdparty/boost/boost/signals/signal7.hpp [deleted file]
3rdparty/boost/boost/signals/signal8.hpp [deleted file]
3rdparty/boost/boost/signals/signal9.hpp [deleted file]
3rdparty/boost/boost/signals/signal_template.hpp [deleted file]
3rdparty/boost/boost/signals/slot.hpp [deleted file]
3rdparty/boost/boost/signals/trackable.hpp [deleted file]
3rdparty/boost/boost/signals2.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/connection.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/deconstruct.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/deconstruct_ptr.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/auto_buffer.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/foreign_ptr.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/lwm_nop.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/lwm_pthreads.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/lwm_win32_cs.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/null_output_iterator.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/preprocessed_arg_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/preprocessed_arg_type_template.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/replace_slot_function.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/result_type_wrapper.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/signal_template.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/signals_common.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/signals_common_macros.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/slot_call_iterator.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/slot_groups.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/slot_template.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/tracked_objects_visitor.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/unique_lock.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/variadic_arg_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/detail/variadic_slot_invoker.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/dummy_mutex.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/expired_slot.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/last_value.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/mutex.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/optional_last_value.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/postconstructible.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/predestructible.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/preprocessed_signal.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/preprocessed_slot.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/shared_connection_block.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/signal.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/signal_base.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/signal_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/slot.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/slot_base.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/trackable.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/variadic_signal.hpp [new file with mode: 0644]
3rdparty/boost/boost/signals2/variadic_slot.hpp [new file with mode: 0644]
3rdparty/boost/boost/smart_ptr.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/allocate_shared_array.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/detail/array_allocator.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/detail/array_count_impl.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/detail/array_traits.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/detail/array_utility.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/detail/sp_forward.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/detail/sp_if_array.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/enable_shared_from_this.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/intrusive_ptr.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/make_shared.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/make_shared_array.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/make_shared_object.hpp [deleted file]
3rdparty/boost/boost/smart_ptr/shared_array.hpp [deleted file]
3rdparty/boost/boost/tuple/detail/tuple_basic.hpp [new file with mode: 0644]
3rdparty/boost/boost/tuple/tuple.hpp [new file with mode: 0644]
3rdparty/boost/boost/type_traits.hpp [deleted file]
3rdparty/boost/boost/type_traits/common_type.hpp [deleted file]
3rdparty/boost/boost/type_traits/copy_cv.hpp [deleted file]
3rdparty/boost/boost/type_traits/cv_traits.hpp [new file with mode: 0644]
3rdparty/boost/boost/type_traits/detail/common_arithmetic_type.hpp [deleted file]
3rdparty/boost/boost/type_traits/detail/common_type_impl.hpp [deleted file]
3rdparty/boost/boost/type_traits/detail/composite_member_pointer_type.hpp [deleted file]
3rdparty/boost/boost/type_traits/detail/composite_pointer_type.hpp [deleted file]
3rdparty/boost/boost/type_traits/detail/has_postfix_operator.hpp [deleted file]
3rdparty/boost/boost/type_traits/detail/has_prefix_operator.hpp [deleted file]
3rdparty/boost/boost/type_traits/detail/mp_defer.hpp [deleted file]
3rdparty/boost/boost/type_traits/extent.hpp [deleted file]
3rdparty/boost/boost/type_traits/floating_point_promotion.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_bit_and.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_bit_and_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_bit_or.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_bit_or_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_bit_xor.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_bit_xor_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_complement.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_dereference.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_divides.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_divides_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_equal_to.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_greater.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_greater_equal.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_left_shift_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_less.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_less_equal.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_logical_and.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_logical_not.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_logical_or.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_modulus.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_modulus_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_multiplies.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_multiplies_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_negate.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_new_operator.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_not_equal_to.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_nothrow_destructor.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_post_decrement.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_post_increment.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_pre_decrement.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_pre_increment.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_right_shift_assign.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_unary_minus.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_unary_plus.hpp [deleted file]
3rdparty/boost/boost/type_traits/has_virtual_destructor.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_complex.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_compound.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_copy_assignable.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_final.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_member_object_pointer.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_object.hpp [deleted file]
3rdparty/boost/boost/type_traits/is_virtual_base_of.hpp [deleted file]
3rdparty/boost/boost/type_traits/promote.hpp [deleted file]
3rdparty/boost/boost/type_traits/rank.hpp [deleted file]
3rdparty/boost/boost/type_traits/type_identity.hpp [deleted file]
3rdparty/boost/boost/utility/declval.hpp [new file with mode: 0644]
3rdparty/boost/boost/utility/detail/result_of_iterate.hpp [new file with mode: 0644]
3rdparty/boost/boost/utility/result_of.hpp [new file with mode: 0644]
3rdparty/boost/boost/utility/swap.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/apply_visitor.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/apply_visitor_binary.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/apply_visitor_delayed.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/apply_visitor_unary.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/backup_holder.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/cast_storage.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/config.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/enable_recursive_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/forced_return.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/generic_result_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/has_result_type.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/hash_variant.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/initializer.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/make_variant_list.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/move.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/over_sequence.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/substitute_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/variant_io.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/detail/visitation_impl.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/recursive_wrapper_fwd.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/static_visitor.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/variant.hpp [new file with mode: 0644]
3rdparty/boost/boost/variant/variant_fwd.hpp [new file with mode: 0644]
3rdparty/boost/extract.sh
3rdparty/boost/libs/CMakeLists.txt
3rdparty/boost/libs/signals/CMakeLists.txt [deleted file]
3rdparty/boost/libs/signals/src/CMakeLists.txt [deleted file]
3rdparty/boost/libs/signals/src/connection.cpp [deleted file]
3rdparty/boost/libs/signals/src/named_slot_map.cpp [deleted file]
3rdparty/boost/libs/signals/src/signal_base.cpp [deleted file]
3rdparty/boost/libs/signals/src/slot.cpp [deleted file]
3rdparty/boost/libs/signals/src/trackable.cpp [deleted file]
3rdparty/boost/lyxboost.cpp
3rdparty/boost/lyxboostsignals.cpp [deleted file]
CMakeLists.txt
config/lyxinclude.m4
configure.ac
development/cmake/pcheaders.h
src/Converter.cpp
src/LaTeX.h
src/Server.h
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsCacheItem.h
src/graphics/GraphicsConverter.cpp
src/graphics/GraphicsConverter.h
src/graphics/GraphicsLoader.cpp
src/graphics/GraphicsLoader.h
src/graphics/PreviewImage.cpp
src/graphics/PreviewLoader.cpp
src/graphics/PreviewLoader.h
src/insets/InsetExternal.cpp
src/insets/InsetExternal.h
src/insets/RenderPreview.cpp
src/insets/RenderPreview.h
src/support/FileMonitor.cpp
src/support/FileMonitor.h
src/support/ForkedCalls.cpp
src/support/ForkedCalls.h
src/support/Timeout.h