[fityk] 23/45: Imported Debian patch 0.8.8-1

Stuart Prescott stuart at debian.org
Sun Nov 6 23:35:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

stuart pushed a commit to branch master
in repository fityk.

commit b03fba5ccd02a75d03e9d0ef9287804c2ee8fdf6
Merge: bc473e1 e50e87c
Author: Carlo Segre <segre at debian.org>
Date:   Sat Jul 4 14:58:31 2009 -0500

    Imported Debian patch 0.8.8-1

 3rdparty/Makefile.am                               |     5 +-
 3rdparty/Makefile.in                               |   266 +-
 3rdparty/README                                    |     3 +-
 3rdparty/boost/LICENSE_1_0.txt                     |    23 +
 3rdparty/boost/aligned_storage.hpp                 |   170 +
 3rdparty/boost/assert.hpp                          |     2 +-
 3rdparty/boost/bind.hpp                            |   864 +-
 3rdparty/boost/bind/bind_template.hpp              |    65 +
 3rdparty/boost/bind/mem_fn_template.hpp            |    86 +
 3rdparty/boost/bind/placeholders.hpp               |     2 +-
 3rdparty/boost/bind/storage.hpp                    |   475 +
 3rdparty/boost/changeset_r48960.diff               |   152 +
 3rdparty/boost/concept_check.hpp                   |    34 +-
 3rdparty/boost/config/auto_link.hpp                |    55 +-
 3rdparty/boost/config/compiler/borland.hpp         |    73 +-
 3rdparty/boost/config/compiler/comeau.hpp          |     6 +-
 3rdparty/boost/config/compiler/common_edg.hpp      |     9 +
 3rdparty/boost/config/compiler/compaq_cxx.hpp      |     1 -
 3rdparty/boost/config/compiler/gcc.hpp             |    57 +-
 3rdparty/boost/config/compiler/gcc_xml.hpp         |    30 +
 3rdparty/boost/config/compiler/hp_acc.hpp          |    23 +-
 3rdparty/boost/config/compiler/intel.hpp           |    45 +-
 3rdparty/boost/config/compiler/metrowerks.hpp      |    11 +-
 3rdparty/boost/config/compiler/sunpro_cc.hpp       |    11 +-
 3rdparty/boost/config/compiler/vacpp.hpp           |     1 -
 3rdparty/boost/config/compiler/visualc.hpp         |    66 +-
 3rdparty/boost/config/no_tr1/complex.hpp           |    56 +-
 3rdparty/boost/config/no_tr1/functional.hpp        |    56 +-
 3rdparty/boost/config/no_tr1/memory.hpp            |    56 +-
 3rdparty/boost/config/no_tr1/utility.hpp           |    56 +-
 3rdparty/boost/config/platform/bsd.hpp             |    13 +-
 3rdparty/boost/config/platform/hpux.hpp            |    37 +-
 3rdparty/boost/config/platform/macos.hpp           |    20 +-
 3rdparty/boost/config/platform/qnxnto.hpp          |    31 +
 3rdparty/boost/config/platform/win32.hpp           |    10 +-
 3rdparty/boost/config/posix_features.hpp           |     8 +
 3rdparty/boost/config/select_compiler_config.hpp   |     6 +-
 3rdparty/boost/config/select_platform_config.hpp   |     8 +-
 3rdparty/boost/config/select_stdlib_config.hpp     |     2 +-
 3rdparty/boost/config/stdlib/dinkumware.hpp        |     2 +-
 3rdparty/boost/config/stdlib/libcomo.hpp           |     2 +-
 3rdparty/boost/config/stdlib/libstdcpp3.hpp        |    42 +-
 3rdparty/boost/config/stdlib/modena.hpp            |     2 +-
 3rdparty/boost/config/stdlib/msl.hpp               |     7 +-
 3rdparty/boost/config/stdlib/roguewave.hpp         |    10 +-
 3rdparty/boost/config/stdlib/sgi.hpp               |     2 +-
 3rdparty/boost/config/stdlib/stlport.hpp           |     6 +-
 3rdparty/boost/config/suffix.hpp                   |    68 +-
 3rdparty/boost/cstdint.hpp                         |     1 -
 3rdparty/boost/detail/bad_weak_ptr.hpp             |    59 +
 3rdparty/boost/detail/binary_search.hpp            |   216 +
 3rdparty/boost/detail/call_traits.hpp              |    16 +-
 3rdparty/boost/detail/compressed_pair.hpp          |    27 +-
 3rdparty/boost/detail/endian.hpp                   |   146 +-
 3rdparty/boost/detail/indirect_traits.hpp          |   487 +
 3rdparty/boost/detail/interlocked.hpp              |   125 +
 3rdparty/boost/detail/is_function_ref_tester.hpp   |   135 +
 3rdparty/boost/detail/lightweight_mutex.hpp        |    98 -
 3rdparty/boost/detail/limits.hpp                   |   449 +
 3rdparty/boost/detail/lwm_gcc.hpp                  |    77 -
 3rdparty/boost/detail/lwm_irix.hpp                 |    73 -
 3rdparty/boost/detail/lwm_linux.hpp                |    84 -
 3rdparty/boost/detail/lwm_nop.hpp                  |    37 -
 3rdparty/boost/detail/lwm_pthreads.hpp             |    86 -
 3rdparty/boost/detail/lwm_win32.hpp                |   122 -
 3rdparty/boost/detail/lwm_win32_cs.hpp             |   104 -
 3rdparty/boost/detail/lwm_win32_nt.hpp             |    63 -
 3rdparty/boost/detail/none_t.hpp                   |    28 -
 3rdparty/boost/detail/ob_call_traits.hpp           |   168 +
 3rdparty/boost/detail/shared_count.hpp             |   382 +-
 3rdparty/boost/detail/sp_counted_base.hpp          |    69 +
 3rdparty/boost/detail/sp_counted_base_cw_ppc.hpp   |   170 +
 3rdparty/boost/detail/sp_counted_base_cw_x86.hpp   |   158 +
 3rdparty/boost/detail/sp_counted_base_gcc_ia64.hpp |   157 +
 3rdparty/boost/detail/sp_counted_base_gcc_ppc.hpp  |   181 +
 3rdparty/boost/detail/sp_counted_base_gcc_x86.hpp  |   173 +
 3rdparty/boost/detail/sp_counted_base_nt.hpp       |   107 +
 3rdparty/boost/detail/sp_counted_base_pt.hpp       |   135 +
 3rdparty/boost/detail/sp_counted_base_w32.hpp      |   130 +
 3rdparty/boost/detail/sp_counted_impl.hpp          |   232 +
 3rdparty/boost/detail/workaround.hpp               |     5 +-
 3rdparty/boost/implicit_cast.hpp                   |    29 +
 3rdparty/boost/io/ios_state.hpp                    |   417 +
 3rdparty/boost/io_fwd.hpp                          |    67 +
 3rdparty/boost/iterator.hpp                        |     2 +-
 3rdparty/boost/iterator/counting_iterator.hpp      |     4 +-
 .../boost/iterator/detail/any_conversion_eater.hpp |     0
 3rdparty/boost/iterator/detail/config_def.hpp      |    16 +-
 3rdparty/boost/iterator/detail/enable_if.hpp       |     2 +-
 .../iterator/detail/facade_iterator_category.hpp   |     0
 .../boost/iterator/detail/minimum_category.hpp     |     8 +-
 3rdparty/boost/iterator/filter_iterator.hpp        |    14 +-
 3rdparty/boost/iterator/is_lvalue_iterator.hpp     |     2 +-
 3rdparty/boost/iterator/is_readable_iterator.hpp   |     0
 3rdparty/boost/iterator/iterator_adaptor.hpp       |     2 +
 3rdparty/boost/iterator/iterator_archetypes.hpp    |    18 +-
 3rdparty/boost/iterator/iterator_categories.hpp    |     4 +-
 3rdparty/boost/iterator/iterator_facade.hpp        |    57 +-
 3rdparty/boost/iterator/iterator_traits.hpp        |     2 +-
 3rdparty/boost/iterator/new_iterator_tests.hpp     |    68 +-
 3rdparty/boost/iterator/permutation_iterator.hpp   |     5 +
 3rdparty/boost/iterator/zip_iterator.hpp           |    32 +-
 3rdparty/boost/lexical_cast.hpp                    |   252 +
 3rdparty/boost/limits.hpp                          |     9 +-
 3rdparty/boost/mem_fn.hpp                          |    76 +-
 3rdparty/boost/mpl/O1_size.hpp                     |     6 +-
 3rdparty/boost/mpl/O1_size_fwd.hpp                 |     6 +-
 3rdparty/boost/mpl/accumulate.hpp                  |     6 +-
 3rdparty/boost/mpl/advance.hpp                     |     6 +-
 3rdparty/boost/mpl/advance_fwd.hpp                 |     6 +-
 3rdparty/boost/mpl/alias.hpp                       |     6 +-
 3rdparty/boost/mpl/always.hpp                      |     6 +-
 3rdparty/boost/mpl/and.hpp                         |     6 +-
 3rdparty/boost/mpl/apply.hpp                       |    12 +-
 3rdparty/boost/mpl/apply_fwd.hpp                   |     8 +-
 3rdparty/boost/mpl/apply_wrap.hpp                  |    12 +-
 3rdparty/boost/mpl/arg.hpp                         |     6 +-
 3rdparty/boost/mpl/arg_fwd.hpp                     |     6 +-
 3rdparty/boost/mpl/arithmetic.hpp                  |     6 +-
 3rdparty/boost/mpl/as_sequence.hpp                 |     6 +-
 3rdparty/boost/mpl/assert.hpp                      |   131 +-
 3rdparty/boost/mpl/at.hpp                          |     6 +-
 3rdparty/boost/mpl/at_fwd.hpp                      |     6 +-
 3rdparty/boost/mpl/aux_/O1_size_impl.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/adl_barrier.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/advance_backward.hpp       |    12 +-
 3rdparty/boost/mpl/aux_/advance_forward.hpp        |    12 +-
 3rdparty/boost/mpl/aux_/apply_1st.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/arg_typedef.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/arithmetic_op.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/arity.hpp                  |     6 +-
 3rdparty/boost/mpl/aux_/arity_spec.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/at_impl.hpp                |     6 +-
 3rdparty/boost/mpl/aux_/back_impl.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/basic_bind.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/begin_end_impl.hpp         |    29 +-
 3rdparty/boost/mpl/aux_/clear_impl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/common_name_wknd.hpp       |     6 +-
 3rdparty/boost/mpl/aux_/comparison_op.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/config/adl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/config/arrays.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/config/bind.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/config/compiler.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/config/ctps.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/config/dependent_nttp.hpp  |     6 +-
 .../boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp   |     6 +-
 3rdparty/boost/mpl/aux_/config/dtp.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/config/eti.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/config/forwarding.hpp      |     6 +-
 3rdparty/boost/mpl/aux_/config/gcc.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/config/has_apply.hpp       |     6 +-
 3rdparty/boost/mpl/aux_/config/has_xxx.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/config/integral.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/config/intel.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/config/lambda.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/config/msvc.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/config/msvc_typename.hpp   |     6 +-
 3rdparty/boost/mpl/aux_/config/nttp.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/config/operators.hpp       |     7 +-
 .../boost/mpl/aux_/config/overload_resolution.hpp  |     6 +-
 3rdparty/boost/mpl/aux_/config/preprocessor.hpp    |     6 +-
 3rdparty/boost/mpl/aux_/config/static_constant.hpp |     6 +-
 3rdparty/boost/mpl/aux_/config/ttp.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/config/typeof.hpp          |     6 +-
 .../boost/mpl/aux_/config/use_preprocessed.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/config/workaround.hpp      |     6 +-
 3rdparty/boost/mpl/aux_/contains_impl.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/count_args.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/count_impl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/empty_impl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/erase_impl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/erase_key_impl.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/filter_iter.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/fold_impl.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/fold_impl_body.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/fold_op.hpp                |     6 +-
 3rdparty/boost/mpl/aux_/fold_pred.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/front_impl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/full_lambda.hpp            |    12 +-
 3rdparty/boost/mpl/aux_/has_apply.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/has_begin.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/has_key_impl.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/has_rebind.hpp             |    10 +-
 3rdparty/boost/mpl/aux_/has_size.hpp               |     6 +-
 3rdparty/boost/mpl/aux_/has_tag.hpp                |     6 +-
 3rdparty/boost/mpl/aux_/has_type.hpp               |     6 +-
 3rdparty/boost/mpl/aux_/include_preprocessed.hpp   |    24 +-
 3rdparty/boost/mpl/aux_/insert_impl.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/insert_range_impl.hpp      |     6 +-
 3rdparty/boost/mpl/aux_/inserter_algorithm.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/integral_wrapper.hpp       |    10 +-
 3rdparty/boost/mpl/aux_/is_msvc_eti_arg.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/iter_apply.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/iter_fold_if_impl.hpp      |     6 +-
 3rdparty/boost/mpl/aux_/iter_fold_impl.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/iter_push_front.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/joint_iter.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/lambda_arity_param.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/lambda_no_ctps.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/lambda_spec.hpp            |    11 +-
 3rdparty/boost/mpl/aux_/lambda_support.hpp         |     8 +-
 3rdparty/boost/mpl/aux_/largest_int.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/logical_op.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/msvc_dtw.hpp               |     6 +-
 3rdparty/boost/mpl/aux_/msvc_eti_base.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/msvc_is_class.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/msvc_never_true.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/msvc_type.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/na.hpp                     |     6 +-
 3rdparty/boost/mpl/aux_/na_assert.hpp              |     9 +-
 3rdparty/boost/mpl/aux_/na_fwd.hpp                 |     6 +-
 3rdparty/boost/mpl/aux_/na_spec.hpp                |     6 +-
 3rdparty/boost/mpl/aux_/nested_type_wknd.hpp       |     6 +-
 3rdparty/boost/mpl/aux_/nttp_decl.hpp              |    12 +-
 3rdparty/boost/mpl/aux_/numeric_cast_utils.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/numeric_op.hpp             |   100 +-
 3rdparty/boost/mpl/aux_/order_impl.hpp             |     6 +-
 3rdparty/boost/mpl/aux_/overload_names.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/partition_op.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/pop_back_impl.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/pop_front_impl.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/preprocessed/bcc/deque.hpp |     2 +-
 .../boost/mpl/aux_/preprocessed/bcc/equal_to.hpp   |     1 +
 .../boost/mpl/aux_/preprocessed/bcc/greater.hpp    |     1 +
 .../mpl/aux_/preprocessed/bcc/greater_equal.hpp    |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/bcc/less.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/bcc/less_equal.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/bcc/modulus.hpp    |     1 +
 .../mpl/aux_/preprocessed/bcc/not_equal_to.hpp     |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/bcc/set_c.hpp |     2 +-
 .../boost/mpl/aux_/preprocessed/bcc/shift_left.hpp |     1 +
 .../mpl/aux_/preprocessed/bcc/shift_right.hpp      |     1 +
 .../boost/mpl/aux_/preprocessed/bcc/vector_c.hpp   |    99 +-
 .../boost/mpl/aux_/preprocessed/bcc551/deque.hpp   |     2 +-
 .../mpl/aux_/preprocessed/bcc551/equal_to.hpp      |     1 +
 .../boost/mpl/aux_/preprocessed/bcc551/greater.hpp |     1 +
 .../mpl/aux_/preprocessed/bcc551/greater_equal.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/bcc551/less.hpp    |     1 +
 .../mpl/aux_/preprocessed/bcc551/less_equal.hpp    |     1 +
 .../boost/mpl/aux_/preprocessed/bcc551/modulus.hpp |     1 +
 .../mpl/aux_/preprocessed/bcc551/not_equal_to.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/bcc551/set_c.hpp   |     2 +-
 .../mpl/aux_/preprocessed/bcc551/shift_left.hpp    |     1 +
 .../mpl/aux_/preprocessed/bcc551/shift_right.hpp   |     1 +
 .../mpl/aux_/preprocessed/bcc551/vector_c.hpp      |    99 +-
 3rdparty/boost/mpl/aux_/preprocessed/dmc/deque.hpp |     2 +-
 .../boost/mpl/aux_/preprocessed/dmc/equal_to.hpp   |     1 +
 .../boost/mpl/aux_/preprocessed/dmc/greater.hpp    |     1 +
 .../mpl/aux_/preprocessed/dmc/greater_equal.hpp    |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/dmc/less.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/dmc/less_equal.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/dmc/modulus.hpp    |     1 +
 .../mpl/aux_/preprocessed/dmc/not_equal_to.hpp     |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/dmc/set_c.hpp |     2 +-
 .../boost/mpl/aux_/preprocessed/dmc/shift_left.hpp |     1 +
 .../mpl/aux_/preprocessed/dmc/shift_right.hpp      |     1 +
 .../boost/mpl/aux_/preprocessed/dmc/vector_c.hpp   |    99 +-
 3rdparty/boost/mpl/aux_/preprocessed/gcc/deque.hpp |     2 +-
 .../boost/mpl/aux_/preprocessed/gcc/equal_to.hpp   |     1 +
 .../boost/mpl/aux_/preprocessed/gcc/greater.hpp    |     1 +
 .../mpl/aux_/preprocessed/gcc/greater_equal.hpp    |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/gcc/less.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/gcc/less_equal.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/gcc/modulus.hpp    |     1 +
 .../mpl/aux_/preprocessed/gcc/not_equal_to.hpp     |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/gcc/quote.hpp |     2 +-
 3rdparty/boost/mpl/aux_/preprocessed/gcc/set_c.hpp |     2 +-
 .../boost/mpl/aux_/preprocessed/gcc/shift_left.hpp |     1 +
 .../mpl/aux_/preprocessed/gcc/shift_right.hpp      |     1 +
 .../boost/mpl/aux_/preprocessed/gcc/vector_c.hpp   |    99 +-
 .../boost/mpl/aux_/preprocessed/msvc60/bitand.hpp  |    37 +-
 .../boost/mpl/aux_/preprocessed/msvc60/bitor.hpp   |    37 +-
 .../boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp  |    37 +-
 .../boost/mpl/aux_/preprocessed/msvc60/deque.hpp   |     2 +-
 .../boost/mpl/aux_/preprocessed/msvc60/divides.hpp |    37 +-
 .../boost/mpl/aux_/preprocessed/msvc60/minus.hpp   |    37 +-
 .../boost/mpl/aux_/preprocessed/msvc60/plus.hpp    |    37 +-
 .../boost/mpl/aux_/preprocessed/msvc60/set_c.hpp   |     2 +-
 .../boost/mpl/aux_/preprocessed/msvc60/times.hpp   |    37 +-
 .../mpl/aux_/preprocessed/msvc60/vector_c.hpp      |    40 +-
 .../boost/mpl/aux_/preprocessed/msvc70/bitand.hpp  |    39 +-
 .../boost/mpl/aux_/preprocessed/msvc70/bitor.hpp   |    39 +-
 .../boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp  |    39 +-
 .../boost/mpl/aux_/preprocessed/msvc70/deque.hpp   |     2 +-
 .../boost/mpl/aux_/preprocessed/msvc70/divides.hpp |    39 +-
 .../boost/mpl/aux_/preprocessed/msvc70/minus.hpp   |    39 +-
 .../boost/mpl/aux_/preprocessed/msvc70/plus.hpp    |    39 +-
 .../boost/mpl/aux_/preprocessed/msvc70/set_c.hpp   |     2 +-
 .../boost/mpl/aux_/preprocessed/msvc70/times.hpp   |    39 +-
 .../mpl/aux_/preprocessed/msvc70/vector_c.hpp      |    40 +-
 .../boost/mpl/aux_/preprocessed/mwcw/deque.hpp     |     2 +-
 .../boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/mwcw/greater.hpp   |     1 +
 .../mpl/aux_/preprocessed/mwcw/greater_equal.hpp   |     1 +
 3rdparty/boost/mpl/aux_/preprocessed/mwcw/less.hpp |     1 +
 .../mpl/aux_/preprocessed/mwcw/less_equal.hpp      |     1 +
 .../boost/mpl/aux_/preprocessed/mwcw/modulus.hpp   |     1 +
 .../mpl/aux_/preprocessed/mwcw/not_equal_to.hpp    |     1 +
 .../boost/mpl/aux_/preprocessed/mwcw/set_c.hpp     |     2 +-
 .../mpl/aux_/preprocessed/mwcw/shift_left.hpp      |     1 +
 .../mpl/aux_/preprocessed/mwcw/shift_right.hpp     |     1 +
 .../boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp  |    99 +-
 .../boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp |    37 +-
 .../boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp  |    37 +-
 .../boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp |    37 +-
 .../boost/mpl/aux_/preprocessed/no_ctps/deque.hpp  |     2 +-
 .../mpl/aux_/preprocessed/no_ctps/divides.hpp      |    37 +-
 .../mpl/aux_/preprocessed/no_ctps/equal_to.hpp     |     1 +
 .../mpl/aux_/preprocessed/no_ctps/greater.hpp      |     1 +
 .../aux_/preprocessed/no_ctps/greater_equal.hpp    |     1 +
 .../boost/mpl/aux_/preprocessed/no_ctps/less.hpp   |     1 +
 .../mpl/aux_/preprocessed/no_ctps/less_equal.hpp   |     1 +
 .../boost/mpl/aux_/preprocessed/no_ctps/minus.hpp  |    37 +-
 .../mpl/aux_/preprocessed/no_ctps/modulus.hpp      |     1 +
 .../mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/no_ctps/plus.hpp   |    37 +-
 .../boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp  |     2 +-
 .../mpl/aux_/preprocessed/no_ctps/shift_left.hpp   |     1 +
 .../mpl/aux_/preprocessed/no_ctps/shift_right.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/no_ctps/times.hpp  |    37 +-
 .../mpl/aux_/preprocessed/no_ctps/vector_c.hpp     |    40 +-
 .../boost/mpl/aux_/preprocessed/no_ttp/deque.hpp   |     2 +-
 .../mpl/aux_/preprocessed/no_ttp/equal_to.hpp      |     1 +
 .../boost/mpl/aux_/preprocessed/no_ttp/greater.hpp |     1 +
 .../mpl/aux_/preprocessed/no_ttp/greater_equal.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/no_ttp/less.hpp    |     1 +
 .../mpl/aux_/preprocessed/no_ttp/less_equal.hpp    |     1 +
 .../boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp |     1 +
 .../mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp   |     2 +-
 .../mpl/aux_/preprocessed/no_ttp/shift_left.hpp    |     1 +
 .../mpl/aux_/preprocessed/no_ttp/shift_right.hpp   |     1 +
 .../mpl/aux_/preprocessed/no_ttp/vector_c.hpp      |    99 +-
 .../boost/mpl/aux_/preprocessed/plain/deque.hpp    |     2 +-
 .../boost/mpl/aux_/preprocessed/plain/equal_to.hpp |     1 +
 .../boost/mpl/aux_/preprocessed/plain/greater.hpp  |     1 +
 .../mpl/aux_/preprocessed/plain/greater_equal.hpp  |     1 +
 .../boost/mpl/aux_/preprocessed/plain/less.hpp     |     1 +
 .../mpl/aux_/preprocessed/plain/less_equal.hpp     |     1 +
 .../boost/mpl/aux_/preprocessed/plain/modulus.hpp  |     1 +
 .../mpl/aux_/preprocessed/plain/not_equal_to.hpp   |     1 +
 .../boost/mpl/aux_/preprocessed/plain/set_c.hpp    |     2 +-
 .../mpl/aux_/preprocessed/plain/shift_left.hpp     |     1 +
 .../mpl/aux_/preprocessed/plain/shift_right.hpp    |     1 +
 .../boost/mpl/aux_/preprocessed/plain/vector_c.hpp |    99 +-
 3rdparty/boost/mpl/aux_/preprocessor/add.hpp       |     6 +-
 .../mpl/aux_/preprocessor/def_params_tail.hpp      |     6 +-
 .../boost/mpl/aux_/preprocessor/default_params.hpp |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/enum.hpp      |     6 +-
 .../boost/mpl/aux_/preprocessor/ext_params.hpp     |     6 +-
 .../boost/mpl/aux_/preprocessor/filter_params.hpp  |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/is_seq.hpp    |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/params.hpp    |     6 +-
 .../mpl/aux_/preprocessor/partial_spec_params.hpp  |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/range.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/repeat.hpp    |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/sub.hpp       |     6 +-
 .../boost/mpl/aux_/preprocessor/token_equal.hpp    |     6 +-
 3rdparty/boost/mpl/aux_/preprocessor/tuple.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/ptr_to_ref.hpp             |    10 +-
 3rdparty/boost/mpl/aux_/push_back_impl.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/push_front_impl.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/range_c/O1_size.hpp        |     6 +-
 3rdparty/boost/mpl/aux_/range_c/back.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/range_c/empty.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/range_c/front.hpp          |     6 +-
 3rdparty/boost/mpl/aux_/range_c/iterator.hpp       |    16 +-
 3rdparty/boost/mpl/aux_/range_c/size.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/range_c/tag.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/reverse_fold_impl.hpp      |     6 +-
 3rdparty/boost/mpl/aux_/reverse_fold_impl_body.hpp |     6 +-
 3rdparty/boost/mpl/aux_/reverse_iter_fold_impl.hpp |     6 +-
 3rdparty/boost/mpl/aux_/sequence_wrapper.hpp       |    13 +-
 3rdparty/boost/mpl/aux_/shift_op.hpp               |     6 +-
 3rdparty/boost/mpl/aux_/single_element_iter.hpp    |     6 +-
 3rdparty/boost/mpl/aux_/size_impl.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/sort_impl.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/static_cast.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/template_arity.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/template_arity_fwd.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/test.hpp                   |     9 +-
 3rdparty/boost/mpl/aux_/test/assert.hpp            |     6 +-
 3rdparty/boost/mpl/aux_/test/data.hpp              |     6 +-
 3rdparty/boost/mpl/aux_/test/test_case.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/traits_lambda_spec.hpp     |     6 +-
 3rdparty/boost/mpl/aux_/transform_iter.hpp         |     6 +-
 3rdparty/boost/mpl/aux_/type_wrapper.hpp           |     6 +-
 3rdparty/boost/mpl/aux_/unwrap.hpp                 |     6 +-
 3rdparty/boost/mpl/aux_/value_wknd.hpp             |    23 +-
 3rdparty/boost/mpl/aux_/yes_no.hpp                 |     8 +-
 3rdparty/boost/mpl/back.hpp                        |     6 +-
 3rdparty/boost/mpl/back_fwd.hpp                    |     6 +-
 3rdparty/boost/mpl/back_inserter.hpp               |     6 +-
 3rdparty/boost/mpl/base.hpp                        |     6 +-
 3rdparty/boost/mpl/begin.hpp                       |     6 +-
 3rdparty/boost/mpl/begin_end.hpp                   |     6 +-
 3rdparty/boost/mpl/begin_end_fwd.hpp               |     6 +-
 3rdparty/boost/mpl/bind.hpp                        |    12 +-
 3rdparty/boost/mpl/bind_fwd.hpp                    |     6 +-
 3rdparty/boost/mpl/bitand.hpp                      |     6 +-
 3rdparty/boost/mpl/bitor.hpp                       |     6 +-
 3rdparty/boost/mpl/bitwise.hpp                     |     6 +-
 3rdparty/boost/mpl/bitxor.hpp                      |     6 +-
 3rdparty/boost/mpl/bool.hpp                        |     6 +-
 3rdparty/boost/mpl/bool_fwd.hpp                    |     6 +-
 3rdparty/boost/mpl/clear.hpp                       |     6 +-
 3rdparty/boost/mpl/clear_fwd.hpp                   |     6 +-
 3rdparty/boost/mpl/comparison.hpp                  |     6 +-
 3rdparty/boost/mpl/contains.hpp                    |     6 +-
 3rdparty/boost/mpl/contains_fwd.hpp                |     6 +-
 3rdparty/boost/mpl/copy.hpp                        |     6 +-
 3rdparty/boost/mpl/copy_if.hpp                     |     6 +-
 3rdparty/boost/mpl/count.hpp                       |     6 +-
 3rdparty/boost/mpl/count_fwd.hpp                   |     6 +-
 3rdparty/boost/mpl/count_if.hpp                    |     6 +-
 3rdparty/boost/mpl/deque.hpp                       |     6 +-
 3rdparty/boost/mpl/deref.hpp                       |     6 +-
 3rdparty/boost/mpl/distance.hpp                    |    12 +-
 3rdparty/boost/mpl/distance_fwd.hpp                |     6 +-
 3rdparty/boost/mpl/divides.hpp                     |     6 +-
 3rdparty/boost/mpl/empty.hpp                       |     6 +-
 3rdparty/boost/mpl/empty_base.hpp                  |     6 +-
 3rdparty/boost/mpl/empty_fwd.hpp                   |     6 +-
 3rdparty/boost/mpl/empty_sequence.hpp              |     6 +-
 3rdparty/boost/mpl/end.hpp                         |     6 +-
 3rdparty/boost/mpl/equal.hpp                       |     6 +-
 3rdparty/boost/mpl/equal_to.hpp                    |     6 +-
 3rdparty/boost/mpl/erase.hpp                       |     6 +-
 3rdparty/boost/mpl/erase_fwd.hpp                   |     6 +-
 3rdparty/boost/mpl/erase_key.hpp                   |     6 +-
 3rdparty/boost/mpl/erase_key_fwd.hpp               |     6 +-
 3rdparty/boost/mpl/eval_if.hpp                     |     6 +-
 3rdparty/boost/mpl/filter_view.hpp                 |     6 +-
 3rdparty/boost/mpl/find.hpp                        |     6 +-
 3rdparty/boost/mpl/find_if.hpp                     |     6 +-
 3rdparty/boost/mpl/fold.hpp                        |     6 +-
 3rdparty/boost/mpl/for_each.hpp                    |     6 +-
 3rdparty/boost/mpl/front.hpp                       |     6 +-
 3rdparty/boost/mpl/front_fwd.hpp                   |     6 +-
 3rdparty/boost/mpl/front_inserter.hpp              |     6 +-
 3rdparty/boost/mpl/greater.hpp                     |     6 +-
 3rdparty/boost/mpl/greater_equal.hpp               |     6 +-
 3rdparty/boost/mpl/has_key.hpp                     |     6 +-
 3rdparty/boost/mpl/has_key_fwd.hpp                 |     6 +-
 3rdparty/boost/mpl/has_xxx.hpp                     |    50 +-
 3rdparty/boost/mpl/identity.hpp                    |     6 +-
 3rdparty/boost/mpl/if.hpp                          |     6 +-
 3rdparty/boost/mpl/index_if.hpp                    |     6 +-
 3rdparty/boost/mpl/index_of.hpp                    |     6 +-
 3rdparty/boost/mpl/inherit.hpp                     |     6 +-
 3rdparty/boost/mpl/inherit_linearly.hpp            |     6 +-
 3rdparty/boost/mpl/insert.hpp                      |     6 +-
 3rdparty/boost/mpl/insert_fwd.hpp                  |     6 +-
 3rdparty/boost/mpl/insert_range.hpp                |     6 +-
 3rdparty/boost/mpl/insert_range_fwd.hpp            |     6 +-
 3rdparty/boost/mpl/inserter.hpp                    |     6 +-
 3rdparty/boost/mpl/int.hpp                         |     6 +-
 3rdparty/boost/mpl/int_fwd.hpp                     |     6 +-
 3rdparty/boost/mpl/integral_c.hpp                  |    12 +-
 3rdparty/boost/mpl/integral_c_fwd.hpp              |    10 +-
 3rdparty/boost/mpl/integral_c_tag.hpp              |     6 +-
 3rdparty/boost/mpl/is_placeholder.hpp              |     6 +-
 3rdparty/boost/mpl/is_sequence.hpp                 |    10 +-
 3rdparty/boost/mpl/iter_fold.hpp                   |     6 +-
 3rdparty/boost/mpl/iter_fold_if.hpp                |     6 +-
 3rdparty/boost/mpl/iterator_category.hpp           |     6 +-
 3rdparty/boost/mpl/iterator_range.hpp              |     6 +-
 3rdparty/boost/mpl/iterator_tags.hpp               |     6 +-
 3rdparty/boost/mpl/joint_view.hpp                  |     6 +-
 3rdparty/boost/mpl/key_type.hpp                    |    12 +-
 3rdparty/boost/mpl/key_type_fwd.hpp                |     6 +-
 3rdparty/boost/mpl/lambda.hpp                      |     6 +-
 3rdparty/boost/mpl/lambda_fwd.hpp                  |     6 +-
 3rdparty/boost/mpl/less.hpp                        |     6 +-
 3rdparty/boost/mpl/less_equal.hpp                  |     6 +-
 3rdparty/boost/mpl/limits/arity.hpp                |     6 +-
 3rdparty/boost/mpl/limits/list.hpp                 |     6 +-
 3rdparty/boost/mpl/limits/map.hpp                  |     6 +-
 3rdparty/boost/mpl/limits/set.hpp                  |     6 +-
 3rdparty/boost/mpl/limits/unrolling.hpp            |     6 +-
 3rdparty/boost/mpl/limits/vector.hpp               |     6 +-
 3rdparty/boost/mpl/list.hpp                        |     6 +-
 3rdparty/boost/mpl/list/aux_/O1_size.hpp           |     6 +-
 3rdparty/boost/mpl/list/aux_/begin_end.hpp         |     6 +-
 3rdparty/boost/mpl/list/aux_/clear.hpp             |     6 +-
 3rdparty/boost/mpl/list/aux_/empty.hpp             |     6 +-
 3rdparty/boost/mpl/list/aux_/front.hpp             |     6 +-
 .../boost/mpl/list/aux_/include_preprocessed.hpp   |    16 +-
 3rdparty/boost/mpl/list/aux_/item.hpp              |     6 +-
 3rdparty/boost/mpl/list/aux_/iterator.hpp          |     6 +-
 3rdparty/boost/mpl/list/aux_/numbered.hpp          |     6 +-
 3rdparty/boost/mpl/list/aux_/numbered_c.hpp        |     6 +-
 3rdparty/boost/mpl/list/aux_/pop_front.hpp         |     6 +-
 3rdparty/boost/mpl/list/aux_/push_back.hpp         |     6 +-
 3rdparty/boost/mpl/list/aux_/push_front.hpp        |     6 +-
 3rdparty/boost/mpl/list/aux_/size.hpp              |     6 +-
 3rdparty/boost/mpl/list/aux_/tag.hpp               |     6 +-
 3rdparty/boost/mpl/list/list0.hpp                  |     6 +-
 3rdparty/boost/mpl/list/list0_c.hpp                |     6 +-
 3rdparty/boost/mpl/list/list10.hpp                 |     6 +-
 3rdparty/boost/mpl/list/list10_c.hpp               |     6 +-
 3rdparty/boost/mpl/list/list20.hpp                 |     6 +-
 3rdparty/boost/mpl/list/list20_c.hpp               |     6 +-
 3rdparty/boost/mpl/list/list30.hpp                 |     6 +-
 3rdparty/boost/mpl/list/list30_c.hpp               |     6 +-
 3rdparty/boost/mpl/list/list40.hpp                 |     6 +-
 3rdparty/boost/mpl/list/list40_c.hpp               |     6 +-
 3rdparty/boost/mpl/list/list50.hpp                 |     6 +-
 3rdparty/boost/mpl/list/list50_c.hpp               |     6 +-
 3rdparty/boost/mpl/list_c.hpp                      |     6 +-
 3rdparty/boost/mpl/logical.hpp                     |     6 +-
 3rdparty/boost/mpl/long.hpp                        |     6 +-
 3rdparty/boost/mpl/long_fwd.hpp                    |     6 +-
 3rdparty/boost/mpl/lower_bound.hpp                 |     6 +-
 3rdparty/boost/mpl/map.hpp                         |     6 +-
 3rdparty/boost/mpl/map/aux_/at_impl.hpp            |    31 +-
 3rdparty/boost/mpl/map/aux_/begin_end_impl.hpp     |     6 +-
 3rdparty/boost/mpl/map/aux_/clear_impl.hpp         |     6 +-
 3rdparty/boost/mpl/map/aux_/contains_impl.hpp      |     6 +-
 3rdparty/boost/mpl/map/aux_/empty_impl.hpp         |     6 +-
 3rdparty/boost/mpl/map/aux_/erase_impl.hpp         |     6 +-
 3rdparty/boost/mpl/map/aux_/erase_key_impl.hpp     |     6 +-
 3rdparty/boost/mpl/map/aux_/has_key_impl.hpp       |     6 +-
 .../boost/mpl/map/aux_/include_preprocessed.hpp    |    14 +-
 3rdparty/boost/mpl/map/aux_/insert_impl.hpp        |     9 +-
 3rdparty/boost/mpl/map/aux_/item.hpp               |    28 +-
 3rdparty/boost/mpl/map/aux_/iterator.hpp           |    90 +-
 3rdparty/boost/mpl/map/aux_/key_type_impl.hpp      |     6 +-
 3rdparty/boost/mpl/map/aux_/map0.hpp               |     6 +-
 3rdparty/boost/mpl/map/aux_/numbered.hpp           |    34 +-
 .../mpl/map/aux_/preprocessed/no_ctps/map10.hpp    |   350 +
 .../mpl/map/aux_/preprocessed/no_ctps/map20.hpp    |   370 +
 .../mpl/map/aux_/preprocessed/no_ctps/map30.hpp    |   390 +
 .../mpl/map/aux_/preprocessed/no_ctps/map40.hpp    |   410 +
 .../mpl/map/aux_/preprocessed/no_ctps/map50.hpp    |   430 +
 .../mpl/map/aux_/preprocessed/plain/map10.hpp      |    10 +
 .../mpl/map/aux_/preprocessed/plain/map20.hpp      |    10 +
 .../mpl/map/aux_/preprocessed/plain/map30.hpp      |    10 +
 .../mpl/map/aux_/preprocessed/plain/map40.hpp      |    10 +
 .../mpl/map/aux_/preprocessed/plain/map50.hpp      |    10 +
 .../map/aux_/preprocessed/typeof_based/map10.hpp   |    10 +
 .../map/aux_/preprocessed/typeof_based/map20.hpp   |    10 +
 .../map/aux_/preprocessed/typeof_based/map30.hpp   |    10 +
 .../map/aux_/preprocessed/typeof_based/map40.hpp   |    10 +
 .../map/aux_/preprocessed/typeof_based/map50.hpp   |    10 +
 3rdparty/boost/mpl/map/aux_/size_impl.hpp          |     6 +-
 3rdparty/boost/mpl/map/aux_/tag.hpp                |     6 +-
 3rdparty/boost/mpl/map/aux_/value_type_impl.hpp    |     6 +-
 3rdparty/boost/mpl/map/map0.hpp                    |     6 +-
 3rdparty/boost/mpl/map/map10.hpp                   |     6 +-
 3rdparty/boost/mpl/map/map20.hpp                   |     6 +-
 3rdparty/boost/mpl/map/map30.hpp                   |     6 +-
 3rdparty/boost/mpl/map/map40.hpp                   |     6 +-
 3rdparty/boost/mpl/map/map50.hpp                   |     6 +-
 3rdparty/boost/mpl/math/fixed_c.hpp                |     6 +-
 3rdparty/boost/mpl/math/is_even.hpp                |     6 +-
 3rdparty/boost/mpl/math/rational_c.hpp             |     6 +-
 3rdparty/boost/mpl/max.hpp                         |     6 +-
 3rdparty/boost/mpl/max_element.hpp                 |     6 +-
 3rdparty/boost/mpl/min.hpp                         |     6 +-
 3rdparty/boost/mpl/min_element.hpp                 |     6 +-
 3rdparty/boost/mpl/min_max.hpp                     |     6 +-
 3rdparty/boost/mpl/minus.hpp                       |     6 +-
 3rdparty/boost/mpl/modulus.hpp                     |     6 +-
 3rdparty/boost/mpl/multiplies.hpp                  |     6 +-
 3rdparty/boost/mpl/multiset/aux_/count_impl.hpp    |     6 +-
 3rdparty/boost/mpl/multiset/aux_/insert_impl.hpp   |     6 +-
 3rdparty/boost/mpl/multiset/aux_/item.hpp          |     6 +-
 3rdparty/boost/mpl/multiset/aux_/multiset0.hpp     |     6 +-
 3rdparty/boost/mpl/multiset/aux_/tag.hpp           |     6 +-
 3rdparty/boost/mpl/multiset/multiset0.hpp          |     6 +-
 3rdparty/boost/mpl/negate.hpp                      |     6 +-
 3rdparty/boost/mpl/next.hpp                        |     6 +-
 3rdparty/boost/mpl/next_prior.hpp                  |     6 +-
 3rdparty/boost/mpl/not.hpp                         |     6 +-
 3rdparty/boost/mpl/not_equal_to.hpp                |     6 +-
 3rdparty/boost/mpl/numeric_cast.hpp                |    16 +-
 3rdparty/boost/mpl/or.hpp                          |     6 +-
 3rdparty/boost/mpl/order.hpp                       |     6 +-
 3rdparty/boost/mpl/order_fwd.hpp                   |     6 +-
 3rdparty/boost/mpl/pair.hpp                        |     8 +-
 3rdparty/boost/mpl/pair_view.hpp                   |     6 +-
 3rdparty/boost/mpl/partition.hpp                   |     6 +-
 3rdparty/boost/mpl/placeholders.hpp                |     6 +-
 3rdparty/boost/mpl/plus.hpp                        |     6 +-
 3rdparty/boost/mpl/pop_back.hpp                    |     6 +-
 3rdparty/boost/mpl/pop_back_fwd.hpp                |     6 +-
 3rdparty/boost/mpl/pop_front.hpp                   |     6 +-
 3rdparty/boost/mpl/pop_front_fwd.hpp               |     6 +-
 3rdparty/boost/mpl/print.hpp                       |     8 +-
 3rdparty/boost/mpl/prior.hpp                       |     6 +-
 3rdparty/boost/mpl/protect.hpp                     |     6 +-
 3rdparty/boost/mpl/push_back.hpp                   |     6 +-
 3rdparty/boost/mpl/push_back_fwd.hpp               |     6 +-
 3rdparty/boost/mpl/push_front.hpp                  |     6 +-
 3rdparty/boost/mpl/push_front_fwd.hpp              |     6 +-
 3rdparty/boost/mpl/quote.hpp                       |    16 +-
 3rdparty/boost/mpl/range_c.hpp                     |     6 +-
 3rdparty/boost/mpl/remove.hpp                      |     6 +-
 3rdparty/boost/mpl/remove_if.hpp                   |     6 +-
 3rdparty/boost/mpl/replace.hpp                     |     6 +-
 3rdparty/boost/mpl/replace_if.hpp                  |     6 +-
 3rdparty/boost/mpl/reverse.hpp                     |     6 +-
 3rdparty/boost/mpl/reverse_fold.hpp                |     6 +-
 3rdparty/boost/mpl/reverse_iter_fold.hpp           |     6 +-
 3rdparty/boost/mpl/same_as.hpp                     |     6 +-
 3rdparty/boost/mpl/sequence_tag.hpp                |     6 +-
 3rdparty/boost/mpl/sequence_tag_fwd.hpp            |     6 +-
 3rdparty/boost/mpl/set.hpp                         |     6 +-
 3rdparty/boost/mpl/set/aux_/at_impl.hpp            |     6 +-
 3rdparty/boost/mpl/set/aux_/begin_end_impl.hpp     |     6 +-
 3rdparty/boost/mpl/set/aux_/clear_impl.hpp         |     6 +-
 3rdparty/boost/mpl/set/aux_/empty_impl.hpp         |     6 +-
 3rdparty/boost/mpl/set/aux_/erase_impl.hpp         |     6 +-
 3rdparty/boost/mpl/set/aux_/erase_key_impl.hpp     |     6 +-
 3rdparty/boost/mpl/set/aux_/has_key_impl.hpp       |     6 +-
 .../boost/mpl/set/aux_/include_preprocessed.hpp    |    16 +-
 3rdparty/boost/mpl/set/aux_/insert_impl.hpp        |     6 +-
 3rdparty/boost/mpl/set/aux_/item.hpp               |     9 +-
 3rdparty/boost/mpl/set/aux_/iterator.hpp           |    12 +-
 3rdparty/boost/mpl/set/aux_/key_type_impl.hpp      |     6 +-
 3rdparty/boost/mpl/set/aux_/numbered.hpp           |    10 +-
 3rdparty/boost/mpl/set/aux_/numbered_c.hpp         |     6 +-
 .../mpl/set/aux_/preprocessed/plain/set10.hpp      |    20 +-
 .../mpl/set/aux_/preprocessed/plain/set10_c.hpp    |     2 +-
 .../mpl/set/aux_/preprocessed/plain/set20.hpp      |    28 +-
 .../mpl/set/aux_/preprocessed/plain/set20_c.hpp    |     2 +-
 .../mpl/set/aux_/preprocessed/plain/set30.hpp      |    35 +-
 .../mpl/set/aux_/preprocessed/plain/set30_c.hpp    |     2 +-
 .../mpl/set/aux_/preprocessed/plain/set40.hpp      |    41 +-
 .../mpl/set/aux_/preprocessed/plain/set40_c.hpp    |     2 +-
 .../mpl/set/aux_/preprocessed/plain/set50.hpp      |    50 +-
 .../mpl/set/aux_/preprocessed/plain/set50_c.hpp    |     2 +-
 3rdparty/boost/mpl/set/aux_/set0.hpp               |     8 +-
 3rdparty/boost/mpl/set/aux_/size_impl.hpp          |     6 +-
 3rdparty/boost/mpl/set/aux_/tag.hpp                |     6 +-
 3rdparty/boost/mpl/set/aux_/value_type_impl.hpp    |     6 +-
 3rdparty/boost/mpl/set/set0.hpp                    |     6 +-
 3rdparty/boost/mpl/set/set0_c.hpp                  |     6 +-
 3rdparty/boost/mpl/set/set10.hpp                   |     6 +-
 3rdparty/boost/mpl/set/set10_c.hpp                 |     6 +-
 3rdparty/boost/mpl/set/set20.hpp                   |     6 +-
 3rdparty/boost/mpl/set/set20_c.hpp                 |     6 +-
 3rdparty/boost/mpl/set/set30.hpp                   |     6 +-
 3rdparty/boost/mpl/set/set30_c.hpp                 |     6 +-
 3rdparty/boost/mpl/set/set40.hpp                   |     6 +-
 3rdparty/boost/mpl/set/set40_c.hpp                 |     6 +-
 3rdparty/boost/mpl/set/set50.hpp                   |     6 +-
 3rdparty/boost/mpl/set/set50_c.hpp                 |     6 +-
 3rdparty/boost/mpl/set_c.hpp                       |     6 +-
 3rdparty/boost/mpl/shift_left.hpp                  |     6 +-
 3rdparty/boost/mpl/shift_right.hpp                 |     6 +-
 3rdparty/boost/mpl/single_view.hpp                 |     6 +-
 3rdparty/boost/mpl/size.hpp                        |     6 +-
 3rdparty/boost/mpl/size_fwd.hpp                    |     6 +-
 3rdparty/boost/mpl/size_t.hpp                      |     6 +-
 3rdparty/boost/mpl/size_t_fwd.hpp                  |     6 +-
 3rdparty/boost/mpl/sizeof.hpp                      |     6 +-
 3rdparty/boost/mpl/sort.hpp                        |     6 +-
 3rdparty/boost/mpl/stable_partition.hpp            |     6 +-
 3rdparty/boost/mpl/switch.hpp                      |     6 +-
 3rdparty/boost/mpl/tag.hpp                         |     6 +-
 3rdparty/boost/mpl/times.hpp                       |     6 +-
 3rdparty/boost/mpl/transform.hpp                   |    14 +-
 3rdparty/boost/mpl/transform_view.hpp              |     6 +-
 3rdparty/boost/mpl/unique.hpp                      |     6 +-
 3rdparty/boost/mpl/unpack_args.hpp                 |    12 +-
 3rdparty/boost/mpl/upper_bound.hpp                 |     6 +-
 3rdparty/boost/mpl/value_type.hpp                  |    14 +-
 3rdparty/boost/mpl/value_type_fwd.hpp              |     6 +-
 3rdparty/boost/mpl/vector.hpp                      |     6 +-
 3rdparty/boost/mpl/vector/aux_/O1_size.hpp         |     6 +-
 3rdparty/boost/mpl/vector/aux_/at.hpp              |    16 +-
 3rdparty/boost/mpl/vector/aux_/back.hpp            |     6 +-
 3rdparty/boost/mpl/vector/aux_/begin_end.hpp       |     6 +-
 3rdparty/boost/mpl/vector/aux_/clear.hpp           |     6 +-
 3rdparty/boost/mpl/vector/aux_/empty.hpp           |     6 +-
 3rdparty/boost/mpl/vector/aux_/front.hpp           |     6 +-
 .../boost/mpl/vector/aux_/include_preprocessed.hpp |    15 +-
 3rdparty/boost/mpl/vector/aux_/item.hpp            |    10 +-
 3rdparty/boost/mpl/vector/aux_/iterator.hpp        |     6 +-
 3rdparty/boost/mpl/vector/aux_/numbered.hpp        |     6 +-
 3rdparty/boost/mpl/vector/aux_/numbered_c.hpp      |     6 +-
 3rdparty/boost/mpl/vector/aux_/pop_back.hpp        |     6 +-
 3rdparty/boost/mpl/vector/aux_/pop_front.hpp       |     6 +-
 3rdparty/boost/mpl/vector/aux_/push_back.hpp       |     6 +-
 3rdparty/boost/mpl/vector/aux_/push_front.hpp      |     6 +-
 3rdparty/boost/mpl/vector/aux_/size.hpp            |     6 +-
 3rdparty/boost/mpl/vector/aux_/tag.hpp             |     6 +-
 3rdparty/boost/mpl/vector/aux_/vector0.hpp         |     6 +-
 3rdparty/boost/mpl/vector/vector0.hpp              |     6 +-
 3rdparty/boost/mpl/vector/vector0_c.hpp            |     6 +-
 3rdparty/boost/mpl/vector/vector10.hpp             |     6 +-
 3rdparty/boost/mpl/vector/vector10_c.hpp           |     6 +-
 3rdparty/boost/mpl/vector/vector20.hpp             |     6 +-
 3rdparty/boost/mpl/vector/vector20_c.hpp           |     6 +-
 3rdparty/boost/mpl/vector/vector30.hpp             |     6 +-
 3rdparty/boost/mpl/vector/vector30_c.hpp           |     6 +-
 3rdparty/boost/mpl/vector/vector40.hpp             |     6 +-
 3rdparty/boost/mpl/vector/vector40_c.hpp           |     6 +-
 3rdparty/boost/mpl/vector/vector50.hpp             |     6 +-
 3rdparty/boost/mpl/vector/vector50_c.hpp           |     6 +-
 3rdparty/boost/mpl/vector_c.hpp                    |     6 +-
 3rdparty/boost/mpl/void.hpp                        |     6 +-
 3rdparty/boost/mpl/void_fwd.hpp                    |     6 +-
 3rdparty/boost/mpl/zip_view.hpp                    |     6 +-
 3rdparty/boost/next_prior.hpp                      |    51 +
 3rdparty/boost/noncopyable.hpp                     |    36 +
 3rdparty/boost/none.hpp                            |    43 +
 3rdparty/boost/optional/optional.hpp               |   296 +-
 3rdparty/boost/optional/optional_io.hpp            |    84 +
 3rdparty/boost/preprocessor.hpp                    |    19 +
 3rdparty/boost/preprocessor/config/config.hpp      |    14 +-
 3rdparty/boost/preprocessor/repetition.hpp         |     1 +
 .../repetition/enum_shifted_binary_params.hpp      |    51 +
 3rdparty/boost/preprocessor/seq/cat.hpp            |    32 +-
 3rdparty/boost/preprocessor/seq/elem.hpp           |     7 +-
 3rdparty/boost/preprocessor/seq/enum.hpp           |     9 +-
 3rdparty/boost/preprocessor/seq/size.hpp           |     2 +
 3rdparty/boost/preprocessor/slot/counter.hpp       |    25 +
 .../boost/preprocessor/slot/detail/counter.hpp     |   269 +
 3rdparty/boost/preprocessor/slot/detail/slot1.hpp  |     2 +-
 3rdparty/boost/preprocessor/slot/detail/slot2.hpp  |     2 +-
 3rdparty/boost/preprocessor/slot/detail/slot3.hpp  |     2 +-
 3rdparty/boost/preprocessor/slot/detail/slot4.hpp  |     2 +-
 3rdparty/boost/preprocessor/slot/detail/slot5.hpp  |     2 +-
 3rdparty/boost/preprocessor/stringize.hpp          |     9 +-
 3rdparty/boost/progress.hpp                        |   143 +
 3rdparty/boost/ref.hpp                             |     5 +-
 3rdparty/boost/scoped_array.hpp                    |   135 +
 3rdparty/boost/shared_ptr.hpp                      |   149 +-
 3rdparty/boost/spirit.hpp                          |     2 +-
 3rdparty/boost/spirit/actor/typeof.hpp             |    70 +
 3rdparty/boost/spirit/attribute/closure.hpp        |    33 +-
 3rdparty/boost/spirit/attribute/closure_fwd.hpp    |    65 +
 3rdparty/boost/spirit/attribute/typeof.hpp         |    64 +
 3rdparty/boost/spirit/core/assert.hpp              |     3 +-
 .../boost/spirit/core/composite/directives.hpp     |    23 +-
 3rdparty/boost/spirit/core/composite/epsilon.hpp   |    12 +-
 .../boost/spirit/core/composite/intersection.hpp   |     2 +-
 .../boost/spirit/core/composite/no_actions.hpp     |    18 +-
 .../boost/spirit/core/impl/match_attr_traits.ipp   |    30 +-
 .../spirit/core/non_terminal/impl/grammar.ipp      |    10 +-
 .../core/non_terminal/impl/object_with_id.ipp      |    30 +-
 .../boost/spirit/core/non_terminal/parser_id.hpp   |     4 +
 .../boost/spirit/core/non_terminal/subrule.hpp     |     5 +-
 .../boost/spirit/core/non_terminal/subrule_fwd.hpp |    31 +
 .../boost/spirit/core/primitives/impl/numerics.ipp |     1 -
 .../spirit/core/primitives/impl/primitives.ipp     |   189 +-
 3rdparty/boost/spirit/core/primitives/numerics.hpp |    22 +-
 .../boost/spirit/core/primitives/numerics_fwd.hpp  |    83 +
 .../boost/spirit/core/primitives/primitives.hpp    |    14 +-
 .../boost/spirit/core/scanner/impl/skipper.ipp     |     2 -
 3rdparty/boost/spirit/core/scanner/scanner.hpp     |    12 +-
 3rdparty/boost/spirit/core/scanner/scanner_fwd.hpp |    48 +
 3rdparty/boost/spirit/core/scanner/skipper.hpp     |    33 +-
 3rdparty/boost/spirit/core/scanner/skipper_fwd.hpp |    28 +
 3rdparty/boost/spirit/core/typeof.hpp              |   335 +
 3rdparty/boost/spirit/debug/typeof.hpp             |    36 +
 3rdparty/boost/spirit/dynamic/impl/switch.ipp      |   142 +-
 3rdparty/boost/spirit/dynamic/select.hpp           |     3 +
 3rdparty/boost/spirit/dynamic/stored_rule.hpp      |    10 +-
 3rdparty/boost/spirit/dynamic/stored_rule_fwd.hpp  |    27 +
 3rdparty/boost/spirit/dynamic/switch.hpp           |     2 +-
 3rdparty/boost/spirit/dynamic/typeof.hpp           |    85 +
 .../boost/spirit/error_handling/exceptions.hpp     |     9 +-
 .../boost/spirit/error_handling/exceptions_fwd.hpp |    37 +
 3rdparty/boost/spirit/error_handling/typeof.hpp    |    34 +
 3rdparty/boost/spirit/fusion/algorithm/any.hpp     |    71 +
 .../boost/spirit/fusion/algorithm/detail/any.ipp   |    39 +
 .../spirit/fusion/algorithm/detail/find_if.ipp     |   118 +
 .../boost/spirit/fusion/algorithm/detail/fold.ipp  |    88 +
 .../spirit/fusion/algorithm/detail/for_each.ipp    |    36 +
 3rdparty/boost/spirit/fusion/algorithm/erase.hpp   |    81 +
 3rdparty/boost/spirit/fusion/algorithm/filter.hpp  |    51 +
 3rdparty/boost/spirit/fusion/algorithm/find.hpp    |    77 +
 3rdparty/boost/spirit/fusion/algorithm/find_if.hpp |    76 +
 3rdparty/boost/spirit/fusion/algorithm/fold.hpp    |    75 +
 .../boost/spirit/fusion/algorithm/for_each.hpp     |    70 +
 3rdparty/boost/spirit/fusion/algorithm/insert.hpp  |    85 +
 .../boost/spirit/fusion/algorithm/push_back.hpp    |    53 +
 .../boost/spirit/fusion/algorithm/push_front.hpp   |    53 +
 3rdparty/boost/spirit/fusion/algorithm/remove.hpp  |    64 +
 .../boost/spirit/fusion/algorithm/remove_if.hpp    |    52 +
 3rdparty/boost/spirit/fusion/algorithm/replace.hpp |    91 +
 .../boost/spirit/fusion/algorithm/transform.hpp    |    52 +
 3rdparty/boost/spirit/fusion/detail/access.hpp     |    55 +
 3rdparty/boost/spirit/fusion/detail/config.hpp     |   442 +
 .../spirit/fusion/iterator/as_fusion_iterator.hpp  |    72 +
 .../boost/spirit/fusion/iterator/cons_iterator.hpp |    81 +
 3rdparty/boost/spirit/fusion/iterator/deref.hpp    |   101 +
 .../fusion/iterator/detail/adapt_deref_traits.hpp  |    45 +
 .../fusion/iterator/detail/adapt_value_traits.hpp  |    29 +
 .../iterator/detail/cons_iterator/deref_traits.hpp |    60 +
 .../iterator/detail/cons_iterator/next_traits.hpp  |    84 +
 .../iterator/detail/cons_iterator/value_traits.hpp |    61 +
 .../detail/filter_view_iterator/deref_traits.hpp   |    32 +
 .../filter_view_iterator/equal_to_traits.hpp       |    35 +
 .../detail/filter_view_iterator/next_traits.hpp    |    77 +
 .../detail/filter_view_iterator/value_traits.hpp   |    31 +
 .../fusion/iterator/detail/iterator_base.hpp       |    41 +
 .../detail/joint_view_iterator/deref_traits.hpp    |    31 +
 .../detail/joint_view_iterator/next_traits.hpp     |    85 +
 .../detail/joint_view_iterator/value_traits.hpp    |    31 +
 .../detail/single_view_iterator/deref_traits.hpp   |    72 +
 .../detail/single_view_iterator/next_traits.hpp    |    62 +
 .../detail/single_view_iterator/value_traits.hpp   |    37 +
 .../transform_view_iterator/deref_traits.hpp       |    59 +
 .../detail/transform_view_iterator/next_traits.hpp |    59 +
 .../transform_view_iterator/value_traits.hpp       |    44 +
 .../detail/tuple_iterator/deref_traits.hpp         |    66 +
 .../detail/tuple_iterator/equal_to_traits.hpp      |    71 +
 .../iterator/detail/tuple_iterator/next_traits.hpp |    65 +
 .../detail/tuple_iterator/prior_traits.hpp         |    67 +
 .../detail/tuple_iterator/value_traits.hpp         |    54 +
 .../detail/type_sequence_iterator/deref_traits.hpp |    57 +
 .../detail/type_sequence_iterator/next_traits.hpp  |    59 +
 .../detail/type_sequence_iterator/value_traits.hpp |    39 +
 3rdparty/boost/spirit/fusion/iterator/equal_to.hpp |    50 +
 .../fusion/iterator/filter_view_iterator.hpp       |    51 +
 .../boost/spirit/fusion/iterator/is_iterator.hpp   |    32 +
 .../spirit/fusion/iterator/joint_view_iterator.hpp |    55 +
 3rdparty/boost/spirit/fusion/iterator/next.hpp     |    54 +
 3rdparty/boost/spirit/fusion/iterator/prior.hpp    |    51 +
 .../fusion/iterator/single_view_iterator.hpp       |    46 +
 .../fusion/iterator/transform_view_iterator.hpp    |    44 +
 .../spirit/fusion/iterator/tuple_iterator.hpp      |    97 +
 .../fusion/iterator/type_sequence_iterator.hpp     |    32 +
 3rdparty/boost/spirit/fusion/iterator/value_of.hpp |    39 +
 .../boost/spirit/fusion/sequence/append_view.hpp   |    29 +
 .../spirit/fusion/sequence/as_fusion_sequence.hpp  |    99 +
 3rdparty/boost/spirit/fusion/sequence/at.hpp       |    67 +
 3rdparty/boost/spirit/fusion/sequence/begin.hpp    |    93 +
 3rdparty/boost/spirit/fusion/sequence/cons.hpp     |    69 +
 .../fusion/sequence/detail/as_tuple_element.hpp    |   108 +
 .../sequence/detail/cons_begin_end_traits.hpp      |   101 +
 .../sequence/detail/filter_view_begin_end_trts.hpp |    89 +
 .../spirit/fusion/sequence/detail/generate.hpp     |    80 +
 .../boost/spirit/fusion/sequence/detail/io.hpp     |   142 +
 .../detail/joint_view_begin_end_traits.hpp         |   126 +
 .../boost/spirit/fusion/sequence/detail/manip.hpp  |   336 +
 .../sequence/detail/range_begin_end_traits.hpp     |   104 +
 .../fusion/sequence/detail/sequence_base.hpp       |    42 +
 .../fusion/sequence/detail/sequence_equal_to.hpp   |    60 +
 .../fusion/sequence/detail/sequence_greater.hpp    |    59 +
 .../sequence/detail/sequence_greater_equal.hpp     |    60 +
 .../fusion/sequence/detail/sequence_less.hpp       |    61 +
 .../fusion/sequence/detail/sequence_less_equal.hpp |    59 +
 .../sequence/detail/sequence_not_equal_to.hpp      |    59 +
 .../sequence/detail/single_view_begin_end_trts.hpp |   101 +
 .../sequence/detail/trsfrm_view_begin_end_trts.hpp |    88 +
 .../spirit/fusion/sequence/detail/tuple10.hpp      |   123 +
 .../fusion/sequence/detail/tuple_access_result.hpp |    33 +
 .../fusion/sequence/detail/tuple_at_traits.hpp     |    60 +
 .../sequence/detail/tuple_begin_end_traits.hpp     |   143 +
 .../spirit/fusion/sequence/detail/tuple_body.hpp   |    86 +
 .../fusion/sequence/detail/tuple_builder.hpp       |    89 +
 .../spirit/fusion/sequence/detail/tuple_macro.hpp  |    97 +
 .../fusion/sequence/detail/tuple_size_traits.hpp   |    29 +
 .../sequence/detail/tuple_value_at_traits.hpp      |    37 +
 .../sequence/detail/type_seq_begin_end_trts.hpp    |    89 +
 3rdparty/boost/spirit/fusion/sequence/end.hpp      |    94 +
 3rdparty/boost/spirit/fusion/sequence/equal_to.hpp |    54 +
 .../boost/spirit/fusion/sequence/filter_view.hpp   |    46 +
 3rdparty/boost/spirit/fusion/sequence/generate.hpp |    47 +
 3rdparty/boost/spirit/fusion/sequence/get.hpp      |   116 +
 3rdparty/boost/spirit/fusion/sequence/greater.hpp  |    54 +
 .../boost/spirit/fusion/sequence/greater_equal.hpp |    54 +
 3rdparty/boost/spirit/fusion/sequence/io.hpp       |    45 +
 .../boost/spirit/fusion/sequence/is_sequence.hpp   |    31 +
 .../boost/spirit/fusion/sequence/joint_view.hpp    |    63 +
 3rdparty/boost/spirit/fusion/sequence/less.hpp     |    54 +
 .../boost/spirit/fusion/sequence/less_equal.hpp    |    54 +
 3rdparty/boost/spirit/fusion/sequence/limits.hpp   |    20 +
 .../boost/spirit/fusion/sequence/make_tuple.hpp    |    47 +
 .../boost/spirit/fusion/sequence/not_equal_to.hpp  |    54 +
 .../boost/spirit/fusion/sequence/prepend_view.hpp  |    29 +
 3rdparty/boost/spirit/fusion/sequence/range.hpp    |    38 +
 .../boost/spirit/fusion/sequence/single_view.hpp   |    39 +
 3rdparty/boost/spirit/fusion/sequence/size.hpp     |    43 +
 3rdparty/boost/spirit/fusion/sequence/tie.hpp      |    58 +
 .../spirit/fusion/sequence/transform_view.hpp      |    51 +
 3rdparty/boost/spirit/fusion/sequence/tuple.hpp    |    74 +
 3rdparty/boost/spirit/fusion/sequence/tuple10.hpp  |   307 +
 3rdparty/boost/spirit/fusion/sequence/tuple20.hpp  |    51 +
 3rdparty/boost/spirit/fusion/sequence/tuple30.hpp  |    51 +
 3rdparty/boost/spirit/fusion/sequence/tuple40.hpp  |    51 +
 3rdparty/boost/spirit/fusion/sequence/tuple50.hpp  |    51 +
 .../boost/spirit/fusion/sequence/tuple_element.hpp |    46 +
 .../boost/spirit/fusion/sequence/tuple_forward.hpp |    28 +
 .../boost/spirit/fusion/sequence/tuple_size.hpp    |    38 +
 .../boost/spirit/fusion/sequence/type_sequence.hpp |    31 +
 3rdparty/boost/spirit/fusion/sequence/value_at.hpp |    45 +
 3rdparty/boost/spirit/iterator/file_iterator.hpp   |    23 +-
 .../boost/spirit/iterator/file_iterator_fwd.hpp    |    34 +
 .../boost/spirit/iterator/impl/file_iterator.ipp   |    17 +-
 .../spirit/iterator/impl/position_iterator.ipp     |    22 +-
 3rdparty/boost/spirit/iterator/multi_pass.hpp      |    33 +-
 3rdparty/boost/spirit/iterator/multi_pass_fwd.hpp  |    42 +
 .../boost/spirit/iterator/position_iterator.hpp    |    43 +-
 .../spirit/iterator/position_iterator_fwd.hpp      |    56 +
 3rdparty/boost/spirit/iterator/typeof.hpp          |    92 +
 3rdparty/boost/spirit/phoenix/actor.hpp            |    19 +-
 3rdparty/boost/spirit/phoenix/binders.hpp          |   134 +-
 3rdparty/boost/spirit/phoenix/closures.hpp         |    20 +-
 3rdparty/boost/spirit/phoenix/new.hpp              |    65 +-
 3rdparty/boost/spirit/phoenix/operators.hpp        |    21 +-
 3rdparty/boost/spirit/symbols/impl/symbols.ipp     |     3 +-
 3rdparty/boost/spirit/symbols/impl/tst.ipp         |    61 +-
 3rdparty/boost/spirit/symbols/symbols.hpp          |    24 +-
 3rdparty/boost/spirit/symbols/symbols_fwd.hpp      |    34 +
 3rdparty/boost/spirit/symbols/typeof.hpp           |    26 +
 3rdparty/boost/spirit/tree/ast.hpp                 |    61 +-
 3rdparty/boost/spirit/tree/ast_fwd.hpp             |    33 +
 3rdparty/boost/spirit/tree/common.hpp              |   454 +-
 3rdparty/boost/spirit/tree/common_fwd.hpp          |    88 +
 3rdparty/boost/spirit/tree/impl/tree_to_xml.ipp    |   343 +-
 3rdparty/boost/spirit/tree/parse_tree.hpp          |    37 +-
 3rdparty/boost/spirit/tree/parse_tree_fwd.hpp      |    29 +
 3rdparty/boost/spirit/tree/parse_tree_utils.hpp    |     2 +-
 3rdparty/boost/spirit/tree/tree_to_xml.hpp         |    56 +-
 3rdparty/boost/spirit/tree/typeof.hpp              |    80 +
 3rdparty/boost/spirit/utility/confix.hpp           |   172 +-
 3rdparty/boost/spirit/utility/confix_fwd.hpp       |    35 +
 3rdparty/boost/spirit/utility/distinct.hpp         |    10 +-
 3rdparty/boost/spirit/utility/distinct_fwd.hpp     |    32 +
 3rdparty/boost/spirit/utility/escape_char.hpp      |     5 +-
 3rdparty/boost/spirit/utility/escape_char_fwd.hpp  |    25 +
 3rdparty/boost/spirit/utility/grammar_def.hpp      |    26 +-
 3rdparty/boost/spirit/utility/grammar_def_fwd.hpp  |    48 +
 .../boost/spirit/utility/impl/chset/range_run.hpp  |     7 +
 .../boost/spirit/utility/impl/chset/range_run.ipp  |     6 +-
 3rdparty/boost/spirit/utility/impl/escape_char.ipp |     5 +
 3rdparty/boost/spirit/utility/impl/regex.ipp       |     4 +
 3rdparty/boost/spirit/utility/lists.hpp            |     5 +-
 3rdparty/boost/spirit/utility/lists_fwd.hpp        |    27 +
 3rdparty/boost/spirit/utility/regex.hpp            |     5 +-
 3rdparty/boost/spirit/utility/rule_parser.hpp      |  1118 +
 3rdparty/boost/spirit/utility/typeof.hpp           |   146 +
 3rdparty/boost/spirit/version.hpp                  |     6 +-
 3rdparty/boost/static_assert.hpp                   |     9 +-
 3rdparty/boost/timer.hpp                           |    72 +
 3rdparty/boost/type_traits.hpp                     |    11 +
 3rdparty/boost/type_traits/add_const.hpp           |     6 +-
 3rdparty/boost/type_traits/add_cv.hpp              |     6 +-
 3rdparty/boost/type_traits/add_pointer.hpp         |     8 +-
 3rdparty/boost/type_traits/add_reference.hpp       |    12 +-
 3rdparty/boost/type_traits/add_volatile.hpp        |     6 +-
 3rdparty/boost/type_traits/aligned_storage.hpp     |    13 +
 3rdparty/boost/type_traits/alignment_of.hpp        |     8 +-
 3rdparty/boost/type_traits/alignment_traits.hpp    |     4 +-
 3rdparty/boost/type_traits/arithmetic_traits.hpp   |    10 +-
 3rdparty/boost/type_traits/array_traits.hpp        |     2 +-
 .../boost/type_traits/broken_compiler_spec.hpp     |     6 +-
 3rdparty/boost/type_traits/composite_traits.hpp    |    14 +-
 3rdparty/boost/type_traits/config.hpp              |    49 +-
 3rdparty/boost/type_traits/conversion_traits.hpp   |     2 +-
 3rdparty/boost/type_traits/cv_traits.hpp           |    16 +-
 3rdparty/boost/type_traits/decay.hpp               |    44 +
 .../boost/type_traits/detail/bool_trait_def.hpp    |    82 +-
 .../boost/type_traits/detail/bool_trait_undef.hpp  |     6 +-
 .../boost/type_traits/detail/cv_traits_impl.hpp    |    41 +-
 3rdparty/boost/type_traits/detail/false_result.hpp |     2 +-
 3rdparty/boost/type_traits/detail/ice_and.hpp      |     2 +-
 3rdparty/boost/type_traits/detail/ice_eq.hpp       |     2 +-
 3rdparty/boost/type_traits/detail/ice_not.hpp      |     2 +-
 3rdparty/boost/type_traits/detail/ice_or.hpp       |     2 +-
 .../type_traits/detail/is_function_ptr_helper.hpp  |   257 +-
 .../type_traits/detail/is_function_ptr_tester.hpp  |   698 +-
 .../type_traits/detail/is_function_type_tester.hpp |   134 -
 .../type_traits/detail/is_mem_fun_pointer_impl.hpp |   804 +-
 .../detail/is_mem_fun_pointer_tester.hpp           |  2960 +-
 .../boost/type_traits/detail/size_t_trait_def.hpp  |    21 +-
 .../type_traits/detail/size_t_trait_undef.hpp      |     6 +-
 .../boost/type_traits/detail/type_trait_def.hpp    |     6 +-
 .../boost/type_traits/detail/type_trait_undef.hpp  |     6 +-
 3rdparty/boost/type_traits/extent.hpp              |   134 +
 3rdparty/boost/type_traits/function_traits.hpp     |     2 +-
 3rdparty/boost/type_traits/has_nothrow_assign.hpp  |    21 +-
 .../boost/type_traits/has_nothrow_constructor.hpp  |    21 +-
 3rdparty/boost/type_traits/has_nothrow_copy.hpp    |    21 +-
 .../boost/type_traits/has_nothrow_destructor.hpp   |     6 +-
 3rdparty/boost/type_traits/has_trivial_assign.hpp  |    20 +-
 .../boost/type_traits/has_trivial_constructor.hpp  |    12 +-
 3rdparty/boost/type_traits/has_trivial_copy.hpp    |    18 +-
 .../boost/type_traits/has_trivial_destructor.hpp   |    12 +-
 .../boost/type_traits/has_virtual_destructor.hpp   |    25 +
 3rdparty/boost/type_traits/ice.hpp                 |    10 +-
 3rdparty/boost/type_traits/integral_constant.hpp   |    53 +
 3rdparty/boost/type_traits/intrinsics.hpp          |    49 +-
 3rdparty/boost/type_traits/is_abstract.hpp         |    57 +-
 3rdparty/boost/type_traits/is_arithmetic.hpp       |    12 +-
 3rdparty/boost/type_traits/is_array.hpp            |    10 +-
 3rdparty/boost/type_traits/is_base_and_derived.hpp |    37 +-
 3rdparty/boost/type_traits/is_base_of.hpp          |    40 +
 3rdparty/boost/type_traits/is_class.hpp            |    28 +-
 3rdparty/boost/type_traits/is_compound.hpp         |    10 +-
 3rdparty/boost/type_traits/is_const.hpp            |    26 +-
 3rdparty/boost/type_traits/is_convertible.hpp      |   219 +-
 3rdparty/boost/type_traits/is_empty.hpp            |    36 +-
 3rdparty/boost/type_traits/is_enum.hpp             |    40 +-
 3rdparty/boost/type_traits/is_float.hpp            |     4 +-
 3rdparty/boost/type_traits/is_floating_point.hpp   |    27 +
 3rdparty/boost/type_traits/is_function.hpp         |    26 +-
 3rdparty/boost/type_traits/is_fundamental.hpp      |    10 +-
 3rdparty/boost/type_traits/is_integral.hpp         |    10 +-
 .../type_traits/is_member_function_pointer.hpp     |    43 +-
 .../boost/type_traits/is_member_object_pointer.hpp |    46 +
 3rdparty/boost/type_traits/is_member_pointer.hpp   |    26 +-
 3rdparty/boost/type_traits/is_object.hpp           |    16 +-
 3rdparty/boost/type_traits/is_pod.hpp              |    14 +-
 3rdparty/boost/type_traits/is_pointer.hpp          |    22 +-
 3rdparty/boost/type_traits/is_polymorphic.hpp      |    12 +-
 3rdparty/boost/type_traits/is_reference.hpp        |    17 +-
 3rdparty/boost/type_traits/is_same.hpp             |    12 +-
 3rdparty/boost/type_traits/is_scalar.hpp           |    16 +-
 3rdparty/boost/type_traits/is_signed.hpp           |   117 +
 3rdparty/boost/type_traits/is_stateless.hpp        |    18 +-
 3rdparty/boost/type_traits/is_union.hpp            |    10 +-
 3rdparty/boost/type_traits/is_unsigned.hpp         |   114 +
 3rdparty/boost/type_traits/is_void.hpp             |     6 +-
 3rdparty/boost/type_traits/is_volatile.hpp         |    26 +-
 .../boost/type_traits/msvc/remove_all_extents.hpp  |    47 +
 3rdparty/boost/type_traits/msvc/remove_bounds.hpp  |    43 +
 3rdparty/boost/type_traits/msvc/remove_const.hpp   |   143 +
 3rdparty/boost/type_traits/msvc/remove_cv.hpp      |   190 +
 3rdparty/boost/type_traits/msvc/remove_extent.hpp  |    43 +
 3rdparty/boost/type_traits/msvc/remove_pointer.hpp |    42 +
 .../boost/type_traits/msvc/remove_reference.hpp    |    42 +
 .../boost/type_traits/msvc/remove_volatile.hpp     |   143 +
 3rdparty/boost/type_traits/msvc/typeof.hpp         |    50 +
 3rdparty/boost/type_traits/object_traits.hpp       |    30 +-
 3rdparty/boost/type_traits/rank.hpp                |    81 +
 3rdparty/boost/type_traits/reference_traits.hpp    |     2 +-
 3rdparty/boost/type_traits/remove_all_extents.hpp  |    48 +
 3rdparty/boost/type_traits/remove_bounds.hpp       |    15 +-
 3rdparty/boost/type_traits/remove_const.hpp        |    23 +-
 3rdparty/boost/type_traits/remove_cv.hpp           |    21 +-
 3rdparty/boost/type_traits/remove_extent.hpp       |    48 +
 3rdparty/boost/type_traits/remove_pointer.hpp      |    17 +-
 3rdparty/boost/type_traits/remove_reference.hpp    |    17 +-
 3rdparty/boost/type_traits/remove_volatile.hpp     |    23 +-
 3rdparty/boost/type_traits/same_traits.hpp         |     2 +-
 3rdparty/boost/type_traits/transform_traits.hpp    |    10 +-
 .../boost/type_traits/transform_traits_spec.hpp    |     2 +-
 3rdparty/boost/type_traits/type_traits_test.hpp    |   436 -
 3rdparty/boost/type_traits/type_with_alignment.hpp |    28 +-
 3rdparty/boost/utility/addressof.hpp               |    28 +-
 3rdparty/boost/utility/base_from_member.hpp        |    87 +
 .../utility/detail/in_place_factory_prefix.hpp     |    33 +
 .../utility/detail/in_place_factory_suffix.hpp     |    23 +
 .../boost/utility/detail/result_of_iterate.hpp     |    86 +
 3rdparty/boost/utility/in_place_factory.hpp        |    58 +
 3rdparty/boost/utility/result_of.hpp               |    66 +
 3rdparty/boost/utility/typed_in_place_factory.hpp  |    57 +
 3rdparty/boost/utility/value_init.hpp              |     4 +-
 3rdparty/boost/variant.hpp                         |    27 +
 3rdparty/boost/version.hpp                         |    12 +-
 3rdparty/boost/visit_each.hpp                      |    29 +
 3rdparty/boost/weak_ptr.hpp                        |    10 +-
 3rdparty/xylib/Makefile.in                         |   606 -
 3rdparty/xylib/README                              |   120 -
 3rdparty/xylib/TODO                                |     8 -
 3rdparty/xylib/config.guess                        |  1516 -
 3rdparty/xylib/config.sub                          |  1622 -
 3rdparty/xylib/depcomp                             |   584 -
 3rdparty/xylib/install-sh                          |   507 -
 3rdparty/xylib/ltmain.sh                           |  6938 -----
 3rdparty/xylib/missing                             |   367 -
 3rdparty/xylib/xyconv.cpp                          |   182 -
 3rdparty/xylib/xylib/Makefile.am                   |    24 -
 3rdparty/xylib/xylib/Makefile.in                   |   706 -
 3rdparty/xylib/xylib/brucker_raw.cpp               |   146 -
 3rdparty/xylib/xylib/brucker_raw.h                 |    28 -
 3rdparty/xylib/xylib/canberra_mca.cpp              |   113 -
 3rdparty/xylib/xylib/canberra_mca.h                |    31 -
 3rdparty/xylib/xylib/cpi.cpp                       |    79 -
 3rdparty/xylib/xylib/cpi.h                         |    21 -
 3rdparty/xylib/xylib/dbws.cpp                      |    80 -
 3rdparty/xylib/xylib/dbws.h                        |    34 -
 3rdparty/xylib/xylib/gsas.cpp                      |    61 -
 3rdparty/xylib/xylib/gsas.h                        |    23 -
 3rdparty/xylib/xylib/pdcif.cpp                     |   529 -
 3rdparty/xylib/xylib/pdcif.h                       |    32 -
 3rdparty/xylib/xylib/philips_raw.cpp               |    91 -
 3rdparty/xylib/xylib/philips_raw.h                 |    23 -
 3rdparty/xylib/xylib/philips_udf.cpp               |   109 -
 3rdparty/xylib/xylib/philips_udf.h                 |    21 -
 3rdparty/xylib/xylib/riet7.cpp                     |    45 -
 3rdparty/xylib/xylib/riet7.h                       |    27 -
 3rdparty/xylib/xylib/rigaku_dat.cpp                |   124 -
 3rdparty/xylib/xylib/rigaku_dat.h                  |    22 -
 3rdparty/xylib/xylib/text.cpp                      |   122 -
 3rdparty/xylib/xylib/text.h                        |    31 -
 3rdparty/xylib/xylib/util.cpp                      |   355 -
 3rdparty/xylib/xylib/util.h                        |   146 -
 3rdparty/xylib/xylib/uxd.cpp                       |   110 -
 3rdparty/xylib/xylib/uxd.h                         |    21 -
 3rdparty/xylib/xylib/vamas.cpp                     |   378 -
 3rdparty/xylib/xylib/vamas.h                       |    39 -
 3rdparty/xylib/xylib/winspec_spe.cpp               |   186 -
 3rdparty/xylib/xylib/winspec_spe.h                 |    33 -
 3rdparty/xylib/xylib/xfit_xdd.cpp                  |    64 -
 3rdparty/xylib/xylib/xfit_xdd.h                    |    20 -
 3rdparty/xylib/xylib/xylib.cpp                     |   306 -
 3rdparty/xylib/xylib/xylib.h                       |   261 -
 INSTALL                                            |    71 +-
 Makefile.am                                        |    10 +-
 Makefile.in                                        |    48 +-
 NEWS                                               |    20 +-
 TODO                                               |   179 +-
 aclocal.m4                                         |  6788 +---
 config.h.in                                        |     7 +
 config/Makefile.am                                 |     4 +-
 config/Makefile.in                                 |    33 +-
 config/ac_python_devel.m4                          |   223 +-
 config/config.guess                                |    69 +-
 config/config.sub                                  |   112 +-
 config/install-sh                                  |   514 +-
 config/libtool.m4                                  |  7373 +++++
 config/ltmain.sh                                   | 13225 ++++----
 config/ltoptions.m4                                |   368 +
 config/ltsugar.m4                                  |   123 +
 config/ltversion.m4                                |    23 +
 config/lt~obsolete.m4                              |    92 +
 configure                                          | 30699 +++++++++----------
 configure.ac                                       |   110 +-
 debian/66tUCLK6xA                                  |     9 -
 debian/README.Debian                               |    90 +
 debian/changelog                                   |    15 +
 debian/control                                     |     2 +-
 debian/docs                                        |     1 +
 debian/rules                                       |     3 +-
 doc/Makefile.am                                    |     4 +-
 doc/Makefile.in                                    |    39 +-
 doc/fitykhelp.html                                 |  1119 +-
 doc/fitykhelp.xml                                  |  1453 +-
 doc/fitykhelp_img/Makefile.in                      |    29 +-
 fityk.desktop                                      |     2 +-
 fityk.iss                                          |    26 +-
 fityk.iss.in                                       |    20 +-
 fityk.spec                                         |   101 -
 fityk.spec.in                                      |   101 -
 fityk.xml                                          |     2 +-
 macosx/{macosx => }/Info.plist.in                  |     0
 macosx/{macosx => }/Makefile                       |     0
 macosx/{macosx => }/README.txt                     |     0
 macosx/{macosx => }/fityk.icns                     |   Bin
 python/Makefile                                    |    67 +-
 python/Makefile.in                                 |    31 +-
 python/fityk.i                                     |     2 +-
 python/fityk.py                                    |    72 +-
 python/fityk_wrap.cpp                              |  2937 +-
 samples/Makefile.am                                |    10 +-
 samples/Makefile.in                                |    93 +-
 src/GAfit.cpp                                      |    92 +-
 src/GAfit.h                                        |    28 +-
 src/LMfit.cpp                                      |    56 +-
 src/LMfit.h                                        |     4 +-
 src/Makefile.am                                    |    10 +-
 src/Makefile.in                                    |    55 +-
 src/NMfit.cpp                                      |    34 +-
 src/NMfit.h                                        |    10 +-
 src/ast.cpp                                        |   149 +-
 src/ast.h                                          |    89 +-
 src/bfunc.cpp                                      |   320 +-
 src/bfunc.h                                        |   109 +-
 src/calc.cpp                                       |   122 +-
 src/calc.h                                         |    30 +-
 src/cli/Makefile.am                                |     6 +-
 src/cli/Makefile.in                                |    37 +-
 src/cli/gnuplot.cpp                                |    39 +-
 src/cli/gnuplot.h                                  |     8 +-
 src/cli/main.cpp                                   |    54 +-
 src/cmd.cpp                                        |   161 +-
 src/cmd.h                                          |     8 +-
 src/cmd2.cpp                                       |   315 +-
 src/cmd2.h                                         |    34 +-
 src/cmd3.cpp                                       |    62 +-
 src/cmd3.h                                         |     8 +-
 src/common.cpp                                     |    20 +-
 src/common.h                                       |    92 +-
 src/data.cpp                                       |   174 +-
 src/data.h                                         |    36 +-
 src/datatrans.cpp                                  |   339 +-
 src/datatrans.h                                    |    21 +-
 src/datatrans2.cpp                                 |   120 +-
 src/datatrans2.h                                   |    78 +-
 src/datatrans3.cpp                                 |    24 +-
 src/datatrans3.h                                   |     4 +-
 src/datatrans4.cpp                                 |    72 +-
 src/datatrans4.h                                   |     4 +-
 src/fit.cpp                                        |   242 +-
 src/fit.h                                          |    72 +-
 src/fityk.cpp                                      |    95 +-
 src/fityk.h                                        |   127 +-
 src/func.cpp                                       |   223 +-
 src/func.h                                         |    92 +-
 src/guess.cpp                                      |    86 +-
 src/guess.h                                        |    18 +-
 src/logic.cpp                                      |   352 +-
 src/logic.h                                        |    67 +-
 src/mgr.cpp                                        |   158 +-
 src/mgr.h                                          |    36 +-
 src/model.cpp                                      |   305 +
 src/model.h                                        |    82 +
 src/nmath.cpp                                      |    10 +-
 src/numfuncs.cpp                                   |    30 +-
 src/numfuncs.h                                     |    20 +-
 src/optional_suffix.h                              |    38 +-
 src/settings.cpp                                   |    30 +-
 src/settings.h                                     |    35 +-
 src/sum.cpp                                        |   308 -
 src/sum.h                                          |    75 -
 src/ui.cpp                                         |   162 +-
 src/ui.h                                           |    46 +-
 src/var.cpp                                        |   101 +-
 src/var.h                                          |    44 +-
 src/view.cpp                                       |    96 +-
 src/view.h                                         |    34 +-
 src/voigt.cpp                                      |   186 +-
 src/voigt.h                                        |    14 +-
 src/wxgui/Makefile.am                              |    24 +-
 src/wxgui/Makefile.in                              |    66 +-
 src/wxgui/about.cpp                                |    70 +
 src/wxgui/about.h                                  |    19 +
 src/wxgui/aplot.cpp                                |   186 +-
 src/wxgui/aplot.h                                  |    26 +-
 src/wxgui/app.cpp                                  |   119 +-
 src/wxgui/app.h                                    |    10 +-
 src/wxgui/callback.h                               |    12 +-
 src/wxgui/cmn.cpp                                  |    94 +-
 src/wxgui/cmn.h                                    |   109 +-
 src/wxgui/dataedit.cpp                             |   305 +-
 src/wxgui/dataedit.h                               |    19 +-
 src/wxgui/defmgr.cpp                               |    34 +-
 src/wxgui/defmgr.h                                 |     6 +-
 src/wxgui/dialogs.cpp                              |   267 +-
 src/wxgui/dialogs.h                                |    27 +-
 src/wxgui/dload.cpp                                |   128 +-
 src/wxgui/dload.h                                  |     8 +-
 src/wxgui/fancyrc.cpp                              |    48 +-
 src/wxgui/fancyrc.h                                |    18 +-
 src/wxgui/frame.cpp                                |   780 +-
 src/wxgui/frame.h                                  |   100 +-
 src/wxgui/gradient.cpp                             |    52 +-
 src/wxgui/gradient.h                               |    30 +-
 src/wxgui/img/Makefile.am                          |    10 +-
 src/wxgui/img/Makefile.in                          |    39 +-
 src/wxgui/img/fityk96.h                            |   169 +
 src/wxgui/img/mouse16.h                            |    62 +
 src/wxgui/img/mouse_l.xpm                          |    18 -
 src/wxgui/img/mouse_r.xpm                          |    18 -
 src/wxgui/img/ok24.h                               |    70 +
 src/wxgui/img/sbprefs.h                            |    38 +
 src/wxgui/inputline.cpp                            |    48 +-
 src/wxgui/inputline.h                              |    13 +-
 src/wxgui/listptxt.cpp                             |    48 +-
 src/wxgui/listptxt.h                               |     8 +-
 src/wxgui/mplot.cpp                                |   542 +-
 src/wxgui/mplot.h                                  |    81 +-
 src/wxgui/pane.cpp                                 |   440 +-
 src/wxgui/pane.h                                   |    85 +-
 src/wxgui/plot.cpp                                 |   158 +-
 src/wxgui/plot.h                                   |    78 +-
 src/wxgui/pplot.cpp                                |   176 +
 src/wxgui/pplot.h                                  |    50 +
 src/wxgui/print.cpp                                |   102 +-
 src/wxgui/print.h                                  |    10 +-
 src/wxgui/sdebug.cpp                               |    74 +-
 src/wxgui/sdebug.h                                 |     4 +-
 src/wxgui/setdlg.cpp                               |    92 +-
 src/wxgui/setdlg.h                                 |     4 +-
 src/wxgui/sidebar.cpp                              |   252 +-
 src/wxgui/sidebar.h                                |    12 +-
 src/wxgui/statbar.cpp                              |   359 +-
 src/wxgui/statbar.h                                |    94 +-
 src/wxgui/uplot.cpp                                |    16 +-
 src/wxgui/uplot.h                                  |    10 +-
 src/wxgui/xybrowser.cpp                            |   150 +-
 {3rdparty/xylib => xylib}/COPYING                  |     0
 {3rdparty/xylib => xylib}/Makefile.am              |     0
 xylib/Makefile.in                                  |   620 +
 xylib/README                                       |   136 +
 xylib/TODO                                         |    11 +
 {3rdparty/xylib => xylib}/web.css                  |     0
 xylib/xyconv.cpp                                   |   182 +
 xylib/xylib/Makefile.am                            |    24 +
 xylib/xylib/Makefile.in                            |   729 +
 xylib/xylib/brucker_raw.cpp                        |   258 +
 xylib/xylib/brucker_raw.h                          |    34 +
 xylib/xylib/cache.cpp                              |    79 +
 xylib/xylib/cache.h                                |   105 +
 xylib/xylib/canberra_mca.cpp                       |   113 +
 xylib/xylib/canberra_mca.h                         |    31 +
 xylib/xylib/cpi.cpp                                |    79 +
 xylib/xylib/cpi.h                                  |    21 +
 xylib/xylib/dbws.cpp                               |    80 +
 xylib/xylib/dbws.h                                 |    34 +
 xylib/xylib/gsas.cpp                               |    61 +
 xylib/xylib/gsas.h                                 |    23 +
 xylib/xylib/pdcif.cpp                              |   529 +
 xylib/xylib/pdcif.h                                |    32 +
 xylib/xylib/philips_raw.cpp                        |    91 +
 xylib/xylib/philips_raw.h                          |    23 +
 xylib/xylib/philips_udf.cpp                        |   109 +
 xylib/xylib/philips_udf.h                          |    21 +
 xylib/xylib/riet7.cpp                              |    45 +
 xylib/xylib/riet7.h                                |    27 +
 xylib/xylib/rigaku_dat.cpp                         |   124 +
 xylib/xylib/rigaku_dat.h                           |    22 +
 xylib/xylib/text.cpp                               |   201 +
 xylib/xylib/text.h                                 |    36 +
 xylib/xylib/util.cpp                               |   355 +
 xylib/xylib/util.h                                 |   146 +
 xylib/xylib/uxd.cpp                                |   110 +
 xylib/xylib/uxd.h                                  |    21 +
 xylib/xylib/vamas.cpp                              |   378 +
 xylib/xylib/vamas.h                                |    39 +
 xylib/xylib/winspec_spe.cpp                        |   186 +
 xylib/xylib/winspec_spe.h                          |    33 +
 xylib/xylib/xfit_xdd.cpp                           |    64 +
 xylib/xylib/xfit_xdd.h                             |    20 +
 xylib/xylib/xylib.cpp                              |   298 +
 xylib/xylib/xylib.h                                |   268 +
 1325 files changed, 78581 insertions(+), 62470 deletions(-)

diff --cc debian/README.Debian
index 0000000,0000000..e6be606
new file mode 100644
--- /dev/null
+++ b/debian/README.Debian
@@@ -1,0 -1,0 +1,90 @@@
++The freedesktop.org stadards put all scientific software into a top level
++menu category called "Education".  This is short-sighted and just plain
++wrong but until they change it, has to be rectified in the Window Manager
++configurations.  KDE and Gnome already provide for a "Science" top level
++category but XFCE4 does not.  It is relatively easy to make this change,
++however.
++
++1. in /etc/xdg/menus edit xfce-applications.menu to have an entry which
++reads:
++    <Menu>
++        <Name>Science</Name>
++        <Directory>xfce-science.directory</Directory>
++        <Include>
++            <Category>Science</Category>
++        </Include>
++    </Menu>
++
++and modify the Education entry to read:
++    <Menu>
++        <Name>Education</Name>
++        <Directory>xfce-education.directory</Directory>
++        <Include>
++            <And>
++                <Category>Education</Category>
++                <Not><Category>Science</Category></Not>
++            <And> 
++        </Include>
++    </Menu>
++
++
++2. in /usr/share/desktop-directories add a file called
++xfce-science.directory with contents as listed below.  Icons are taken by
++default from the /usr/share/icons/gnome/32x32/categories directory and
++fortunately, there is an applications-science.png icon there.
++
++[Desktop Entry]
++Version=1.0
++Encoding=UTF-8
++Type=Directory
++Icon=applications-science
++Name=Science
++Name[ar]=العلوم
++Name[be]=Навука
++Name[bn]=বিজ্ঞান
++Name[bs]=Nauka
++Name[ca]=Ciència
++Name[cs]=Věda
++Name[da]=Videnskab
++Name[de]=Wissenschaft
++Name[dz]=ཚན་རིག
++Name[el]=Επιστημονικά
++Name[en_GB]=Science
++Name[eo]=Scienco
++Name[eu]=Zientzia
++Name[fi]=Tiede
++Name[fr]=Sciences
++Name[gl]=Ciencias
++Name[gu]=વિજ્ઞાન
++Name[he]=מדע
++Name[hi]=विज्ञान
++Name[hr]=Znanost
++Name[hu]=Tudomány
++Name[id]=IPTEK
++Name[it]=Scienza
++Name[ja]=科学
++Name[km]=វិទ្យាសាស្ត្រ​
++Name[ko]=과학
++Name[ku]=Zanist
++Name[mk]=Наука
++Name[ml]=ശാസ്ത്രം
++Name[mr]=विज्ञान
++Name[nb]=Vitenskap
++Name[ne]=विज्ञान
++Name[nl]=Wetenschap
++Name[nn]=Vitskap
++Name[pt]=Ciência
++Name[ro]=Știință
++Name[sk]=Veda
++Name[sq]=Shkencë
++Name[th]=วิทยาศาสตร์
++Name[tl]=Agham
++Name[tr]=Bilim
++Name[uk]=Наука
++Name[vi]=Khoa học
++Name[zh_TW]=科學
++Comment=Scientific applications
++Comment[it]=Applicazioni scientifiche
++Comment[fr]=Applications scientifique
++
++Carlo Segre, July 3, 2009
diff --cc debian/changelog
index bb84714,0000000..768f8fd
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,171 -1,0 +1,186 @@@
++fityk (0.8.8-1) unstable; urgency=low
++
++  * New upstream release
++  * Compiltion tested with gcc-4.4 and g++-4.4
++  * Upgrade to Standards-Version 3.8.2 (no changes).
++  * Added --with-xylibs --with-samples configuration flags.
++  * Removed patch of "#include <cstring>" from src/ui.cpp.
++  * Insert Education top level menu item in *.desktop file
++    NOTE: This is not the right solution but conforms to the freedesktop.org 
++          standard. KDE and Gnome provide a "Science" top level menu through
++          their own configuration files.  XFCE4 currently does not but can be
++          configured to do so.  See README.Debian for this information.
++
++ -- Carlo Segre <segre at debian.org>  Sat, 04 Jul 2009 14:58:31 -0500
++
 +fityk (0.8.6-3) unstable; urgency=low
 +
 +  * Removed leftover debian/fityk.desktop (Closes: #500090) - thanks
 +    to David Futcher <bobbo at ubuntu.com>.
 +  * Restore sourceforge redirector in debian/watch.
 +  * Fix reference to GPL-2.
 +
 + -- Carlo Segre <segre at debian.org>  Sun, 12 Apr 2009 13:55:45 -0500
 +
 +fityk (0.8.6-2) unstable; urgency=high
 +
 +  * Compile against libwxgtk2.8-dev so Help/Manual works (Closes: #499734).
 +  * Upgrade to Standards-Version 3.8.0 (no changes).
 +
 + -- Carlo Segre <segre at debian.org>  Mon, 22 Sep 2008 15:09:25 -0500
 +
 +fityk (0.8.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Carlo Segre <segre at debian.org>  Fri, 02 May 2008 00:54:09 -0500
 +
 +fityk (0.8.5-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Reenable 3rdparty usage in build (this means using the included Boost
 +    libraries and removing the Build-Depends on them).
 +
 + -- Carlo Segre <segre at debian.org>  Sun, 30 Mar 2008 11:31:03 -0500
 +
 +fityk (0.8.2-2) unstable; urgency=low
 +
 +  * Acknowledge NMU (Closes: #455180)
 +  * Upgrade to Standards-Version 3.7.3 (no changes)
 +  * Move Homepage from description to debian/control header
 +
 + -- Carlo Segre <segre at debian.org>  Sat, 22 Mar 2008 11:29:16 -0500
 +
 +fityk (0.8.2-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Fix gcc-4.3 FTBFS, patch by Cyril Brulebois
 +    <cyril.brulebois at enst-bretagne.fr>. (Closes: #455180)
 +
 + -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 16 Mar 2008 17:26:13 +0100
 +
 +fityk (0.8.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Restored optimization
 +  * Use static libraries for now
 +  * Don't compile python wrapper yet
 +
 + -- Carlo Segre <segre at debian.org>  Thu, 23 Aug 2007 00:20:21 -0500
 +
 +fityk (0.7.8-2) unstable; urgency=low
 +
 +  * Added declarations to src/numfuncs.h to allow compilation
 +    by g++4.3 (Closes:  #417192)
 +  * Don't ignore clean errors
 +  * Compatibility level 5
 +  * Comply with menu and desktop policy
 +
 + -- Carlo Segre <segre at debian.org>  Sat, 18 Aug 2007 11:08:05 -0500
 +
 +fityk (0.7.8-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Restored -O2 compiler flags - upstream has fixed g++-4.1 compile
 +
 + -- Carlo Segre <segre at debian.org>  Wed,  7 Mar 2007 18:58:33 -0600
 +
 +fityk (0.7.7-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Carlo Segre <segre at debian.org>  Thu, 15 Feb 2007 23:46:35 -0600
 +
 +fityk (0.7.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Force -O1 optimization for successful compilation with g++-4.1
 +
 + -- Carlo Segre <segre at debian.org>  Sat, 16 Sep 2006 08:32:03 -0500
 +
 +fityk (0.7.5-3) unstable; urgency=low
 +
 +  * Added Tag: field in control, experiment for Enrico Zini
 +
 + -- Carlo Segre <segre at debian.org>  Sat,  9 Sep 2006 00:10:06 -0500
 +
 +fityk (0.7.5-2) unstable; urgency=low
 +
 +  * Relaxed build dependency on libwxgtk2.6.
 +  * Changed maintainer email to segre at debian.org
 +
 + -- Carlo Segre <segre at debian.org>  Wed,  2 Aug 2006 16:44:31 -0500
 +
 +fityk (0.7.5-1) unstable; urgency=low
 +
 +  * New upstream release, see /usr/share/doc/fityk/changelog.gz.
 +
 + -- Carlo Segre <segre at debian.org>  Wed,  2 Aug 2006 13:30:07 -0500
 +
 +fityk (0.7.4-2) unstable; urgency=low
 +
 +  * Use .desktop file from upstream instead but leave the Ubuntu-
 +    contributed version as an option.
 +
 + -- Carlo Segre <segre at iit.edu>  Wed,  7 Jun 2006 10:27:10 -0500
 +
 +fityk (0.7.4-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Changed to Standards Version 3.7.2
 +  * Added .desktop file from Phil Bull via Ubuntu maintainer
 +    Emmet Hikory <emmet.hikory at gmail.com> (Thanks!)
 +
 + -- Carlo Segre <segre at iit.edu>  Tue,  6 Jun 2006 09:49:14 -0500
 +
 +fityk (0.7.3-1) unstable; urgency=low
 +
 +  * New upstream release (Closes:  #360795)
 +
 + -- Carlo Segre <segre at iit.edu>  Tue, 11 Apr 2006 22:02:48 -0500
 +
 +fityk (0.7.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Transition to WxWidgets 2.6 (Build-Dep on libwxgtk2.6-dev)
 +  * Stop using local boost headers for compilation
 +
 + -- Carlo Segre <segre at iit.edu>  Sun, 12 Mar 2006 00:44:52 -0600
 +
 +fityk (0.5.1-2) unstable; urgency=low
 +
 +  * Changed build dep to libreadline5-dev (Closes:  #326366).
 +
 + -- Carlo Segre <segre at iit.edu>  Sat,  3 Sep 2005 13:05:05 -0500
 +
 +fityk (0.5.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Transition to g++ 4.0 (Closes:  #316564).
 +  * Added libboost-dev dependency and inhibit use of local version.
 +
 + -- Carlo Segre <segre at iit.edu>  Fri, 22 Jul 2005 07:24:17 -0500
 +
 +fityk (0.5.0p1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Carlo Segre <segre at iit.edu>  Sun, 12 Jun 2005 00:00:31 -0500
 +
 +fityk (0.4.4-1) unstable; urgency=low
 +
 +  * New upstream release.  Changes described in NEWS.
 +
 + -- Carlo Segre <segre at iit.edu>  Tue,  8 Mar 2005 08:37:13 -0600
 +
 +fityk (0.4.3p1-1) unstable; urgency=low
 +
 +  * New upstream release.  Changes described in NEWS.
 +
 + -- Carlo Segre <segre at iit.edu>  Sat, 20 Nov 2004 12:11:22 -0600
 +
 +fityk (0.4.2-1) unstable; urgency=low
 +
 +  * Initial Release (Closes:  #271166).
 +
 + -- Carlo Segre <segre at iit.edu>  Fri,  10 Sep 2004 11:23:40 -0500
diff --cc debian/control
index 8541f5b,0000000..fc14886
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,30 -1,0 +1,30 @@@
 +Source: fityk
 +Section: science
 +Priority: optional
 +Maintainer: Carlo Segre <segre at debian.org>
 +Build-Depends: debhelper (>> 5.0.0), libwxgtk2.8-dev (>> 2.8.0), libreadline5-dev
 +Homepage: http://www.unipress.waw.pl/fityk/
- Standards-Version: 3.8.0
++Standards-Version: 3.8.2
 +
 +Package: fityk
 +Architecture: any
 +Tag: field::chemistry, field::physics, implemented-in::c++, interface::x11, role::program, scope::utility, uitoolkit::wxwidgets, x11::application
 +Depends: ${shlibs:Depends}
 +Recommends: gnuplot
 +Suggests: menu
 +Description: general-purpose nonlinear curve fitting and data analysis
 + Fityk is a flexible and portable program for nonlinear fitting of analytical
 + functions (especially peak-shaped) to data (usually experimental data). In
 + other words, for nonlinear peak separation and analysis.
 + .
 + It was developed for analyzing diffraction patterns, but can be also used in
 + other fields, since concepts and operations specific for crystallography are
 + separated from the rest of the program.
 + .
 + Fityk offers various nonlinear fitting methods, subtracting background,
 + calibrating data, easy placement of peaks and changing peak parameters,
 + automation of common tasks with scripts, and much more. The main advantage
 + of the program is flexibility - parameters of peaks can be arbitrarily
 + bound to each other, eg. the width of a peak can be an independent 
 + variable, can be the same as the width of another peak or can be given 
 + by a complicated - common to all peaks - formula.
diff --cc debian/docs
index 14c0452,0000000..1c1fee3
mode 100644,000000..100644
--- a/debian/docs
+++ b/debian/docs
@@@ -1,3 -1,0 +1,4 @@@
 +README
++debian/README.Debian
 +TODO
 +doc/fitykhelp.html
diff --cc debian/rules
index 8b4ca5f,0000000..eab8189
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,88 -1,0 +1,87 @@@
 +#!/usr/bin/make -f
 +
 +DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 +DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 +
 +
 +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 +	CFLAGS += -O2 -g -Wall
 +endif
 +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 +	INSTALL_PROGRAM += -s
 +endif
 +
 +config.status: configure
 +	dh_testdir
 +	-test -r /usr/share/misc/config.sub && \
 +	  cp -f /usr/share/misc/config.sub config.sub
 +	-test -r /usr/share/misc/config.guess && \
 +	  cp -f /usr/share/misc/config.guess config.guess
- 	./configure --disable-shared 	\
++	./configure --disable-shared --with-xylib --with-samples	\
 +	  --enable-static --host=$(DEB_HOST_GNU_TYPE)		\
 +	  --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 		\
 +	  --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 +
 +
 +build: build-stamp
 +
 +build-stamp:  config.status
 +	dh_testdir
 +	$(MAKE)
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp 
 +	-rm -f config.sub config.guess
 +	[ ! -f Makefile ] || $(MAKE) distclean
 +
 +
 +	dh_clean
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_clean -k
 +	dh_installdirs
 +
 +	# Add here commands to install the package into debian/fityk.
 +	$(MAKE) install prefix=$(CURDIR)/debian/fityk/usr
 +	mkdir -p $(CURDIR)/debian/fityk/usr/share/pixmaps
 +	cp src/wxgui/img/fityk.xpm $(CURDIR)/debian/fityk/usr/share/pixmaps/
 +	dh_install fityk.desktop usr/share/applications/
- 	dh_desktop
 +	cp samples/*.dat $(CURDIR)/debian/fityk/usr/share/doc/fityk/samples/
 +	cp samples/*.fit $(CURDIR)/debian/fityk/usr/share/doc/fityk/samples/
 +	cp samples/README $(CURDIR)/debian/fityk/usr/share/doc/fityk/samples/
 +#	Remove static libraries and headers for now
 +	rm -rf $(CURDIR)/debian/fityk/usr/lib
 +	rm -rf $(CURDIR)/debian/fityk/usr/include
 +
 +
 +# Build architecture-independent files here.
 +binary-indep: build install
 +# We have nothing to do by default.
 +
 +# Build architecture-dependent files here.
 +binary-arch: build install
 +	dh_testdir
 +	dh_testroot
 +	dh_installdocs
 +	dh_installexamples
 +	dh_installmenu
 +	dh_installman
 +	dh_installinfo
 +	dh_installchangelogs NEWS
 +	dh_link
 +	dh_strip
 +	dh_compress --exclude=.dat --exclude=.fit
 +	dh_fixperms
 +	dh_installdeb
 +	dh_shlibdeps
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install 
diff --cc fityk.desktop
index 38caefe,38caefe..afcf141
--- a/fityk.desktop
+++ b/fityk.desktop
@@@ -14,5 -14,5 +14,5 @@@ MimeType=application/x-fityk
  # otherwise. Leaving Science with no Main Category will put the fityk entry
  # into Education menu.
  #Categories=Science;Office;DataVisualization;GTK;
--Categories=Science;DataVisualization;GTK;
++Categories=Education;Science;DataVisualization;GTK;
  
diff --cc python/Makefile
index 62582e6,0000000..470163c
mode 100644,000000..100644
--- a/python/Makefile
+++ b/python/Makefile
@@@ -1,571 -1,0 +1,586 @@@
- # Makefile.in generated by automake 1.10.1 from Makefile.am.
++# Makefile.in generated by automake 1.10.2 from Makefile.am.
 +# python/Makefile.  Generated from Makefile.in by configure.
 +
 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 +# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 +# This Makefile.in is free software; the Free Software Foundation
 +# gives unlimited permission to copy and/or distribute it,
 +# with or without modifications, as long as this notice is preserved.
 +
 +# This program is distributed in the hope that it will be useful,
 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 +# PARTICULAR PURPOSE.
 +
 +
 +
 +
 +pkgdatadir = $(datadir)/fityk
 +pkglibdir = $(libdir)/fityk
 +pkgincludedir = $(includedir)/fityk
 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 +install_sh_DATA = $(install_sh) -c -m 644
 +install_sh_PROGRAM = $(install_sh) -c
 +install_sh_SCRIPT = $(install_sh) -c
 +INSTALL_HEADER = $(INSTALL_DATA)
 +transform = $(program_transform_name)
 +NORMAL_INSTALL = :
 +PRE_INSTALL = :
 +POST_INSTALL = :
 +NORMAL_UNINSTALL = :
 +PRE_UNINSTALL = :
 +POST_UNINSTALL = :
 +build_triplet = i486-pc-linux-gnu
 +host_triplet = i486-pc-linux-gnu
 +target_triplet = i486-pc-linux-gnu
 +subdir = python
 +DIST_COMMON = $(python_PYTHON) $(srcdir)/Makefile.am \
 +	$(srcdir)/Makefile.in
 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 +am__aclocal_m4_deps = $(top_srcdir)/config/ac_pkg_swig.m4 \
 +	$(top_srcdir)/config/ac_python_devel.m4 \
++	$(top_srcdir)/config/libtool.m4 \
++	$(top_srcdir)/config/ltoptions.m4 \
++	$(top_srcdir)/config/ltsugar.m4 \
++	$(top_srcdir)/config/ltversion.m4 \
++	$(top_srcdir)/config/lt~obsolete.m4 \
 +	$(top_srcdir)/config/readline.m4 $(top_srcdir)/config/wxwin.m4 \
 +	$(top_srcdir)/configure.ac
 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 +	$(ACLOCAL_M4)
 +mkinstalldirs = $(install_sh) -d
 +CONFIG_HEADER = $(top_builddir)/config.h
 +CONFIG_CLEAN_FILES =
 +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 +am__vpath_adj = case $$p in \
 +    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 +    *) f=$$p;; \
 +  esac;
 +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 +am__installdirs = "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pythondir)"
 +pyexecLTLIBRARIES_INSTALL = $(INSTALL)
 +LTLIBRARIES = $(pyexec_LTLIBRARIES)
 +_fityk_la_DEPENDENCIES = ../src/libfityk.la
 +am__objects_1 =
 +am__fityk_la_OBJECTS = _fityk_la-fityk_wrap.lo $(am__objects_1)
 +_fityk_la_OBJECTS = $(am__fityk_la_OBJECTS)
 +_fityk_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 +	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 +	$(CXXFLAGS) $(_fityk_la_LDFLAGS) $(LDFLAGS) -o $@
 +DEFAULT_INCLUDES = -I. -I$(top_builddir)
 +depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 +am__depfiles_maybe = depfiles
 +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 +	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 +	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 +	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 +CXXLD = $(CXX)
 +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 +	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 +	$(LDFLAGS) -o $@
 +SOURCES = $(_fityk_la_SOURCES)
 +DIST_SOURCES = $(_fityk_la_SOURCES)
 +pythonPYTHON_INSTALL = $(INSTALL_DATA)
 +py_compile = $(top_srcdir)/config/py-compile
 +ETAGS = etags
 +CTAGS = ctags
 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = ${SHELL} /home/debian/fityk/test/fityk-0.8.6/config/missing --run aclocal-1.10
- AMTAR = ${SHELL} /home/debian/fityk/test/fityk-0.8.6/config/missing --run tar
++ACLOCAL = ${SHELL} /home/debian/fityk/fityk-0.8.8/config/missing --run aclocal-1.10
++AMTAR = ${SHELL} /home/debian/fityk/fityk-0.8.8/config/missing --run tar
 +AR = ar
- AUTOCONF = ${SHELL} /home/debian/fityk/test/fityk-0.8.6/config/missing --run autoconf
- AUTOHEADER = ${SHELL} /home/debian/fityk/test/fityk-0.8.6/config/missing --run autoheader
- AUTOMAKE = ${SHELL} /home/debian/fityk/test/fityk-0.8.6/config/missing --run automake-1.10
++AUTOCONF = ${SHELL} /home/debian/fityk/fityk-0.8.8/config/missing --run autoconf
++AUTOHEADER = ${SHELL} /home/debian/fityk/fityk-0.8.8/config/missing --run autoheader
++AUTOMAKE = ${SHELL} /home/debian/fityk/fityk-0.8.8/config/missing --run automake-1.10
 +AWK = gawk
 +CC = i486-linux-gnu-gcc
 +CCDEPMODE = depmode=gcc3
 +CFLAGS = -g -O2
 +CPP = i486-linux-gnu-gcc -E
 +CPPFLAGS = 
- CPPFLAGS_3RDPARTY = -I$(top_srcdir)/3rdparty -I$(top_srcdir)/3rdparty/xylib
++CPPFLAGS_3RDPARTY = -I$(top_srcdir)/3rdparty
 +CXX = i486-linux-gnu-g++
 +CXXCPP = i486-linux-gnu-g++ -E
 +CXXDEPMODE = depmode=gcc3
 +CXXFLAGS = -g -O2
 +CYGPATH_W = echo
 +DEFS = -DHAVE_CONFIG_H
 +DEPDIR = .deps
 +DOC = doc
 +DSYMUTIL = 
- ECHO = echo
++DUMPBIN = 
 +ECHO_C = 
 +ECHO_N = -n
 +ECHO_T = 
 +EGREP = /bin/grep -E
 +EXEEXT = 
- F77 = i486-linux-gnu-gfortran
- FFLAGS = -g -O2
++FGREP = /bin/grep -F
 +GREP = /bin/grep
 +INSTALL = /usr/bin/install -c
 +INSTALL_DATA = ${INSTALL} -m 644
 +INSTALL_PROGRAM = ${INSTALL}
 +INSTALL_SCRIPT = ${INSTALL}
 +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
++LD = /usr/bin/ld
 +LDFLAGS = 
 +LIBOBJS = 
- LIBRARY_VERSION_FLAG = -version-info 0:0:0
++LIBRARY_VERSION_FLAG = -version-info 1:0:0
 +LIBS = -lm -lm 
 +LIBTOOL = $(SHELL) $(top_builddir)/libtool
++LIPO = 
 +LN_S = ln -s
 +LTLIBOBJS = 
 +MAINT = #
- MAKEINFO = ${SHELL} /home/debian/fityk/test/fityk-0.8.6/config/missing --run makeinfo
++MAKEINFO = ${SHELL} /home/debian/fityk/fityk-0.8.8/config/missing --run makeinfo
 +MKDIR_P = /bin/mkdir -p
++NM = /usr/bin/nm -B
 +NMEDIT = 
 +NO_READLINE = 
++OBJDUMP = objdump
 +OBJEXT = o
++OTOOL = 
++OTOOL64 = 
 +PACKAGE = fityk
 +PACKAGE_BUGREPORT = 
 +PACKAGE_NAME = fityk
- PACKAGE_STRING = fityk 0.8.6
++PACKAGE_STRING = fityk 0.8.8
 +PACKAGE_TARNAME = fityk
- PACKAGE_VERSION = 0.8.6
++PACKAGE_VERSION = 0.8.8
 +PATH_SEPARATOR = :
 +PYBINDINGDIR = 
 +PYTHON = 
 +PYTHON_CPPFLAGS = 
 +PYTHON_EXEC_PREFIX = 
 +PYTHON_EXTRA_LDFLAGS = 
 +PYTHON_EXTRA_LIBS = 
 +PYTHON_LDFLAGS = 
 +PYTHON_PLATFORM = 
 +PYTHON_PREFIX = 
 +PYTHON_SITE_PKG = 
 +PYTHON_VERSION = 
 +RANLIB = ranlib
 +RC = 
 +READLINE_LIBS = -lreadline 
++SAMPLES_DIR = samples
 +SED = /bin/sed
 +SET_MAKE = 
 +SHELL = /bin/sh
 +SRCSUBDIRS =  wxgui cli
 +STRIP = strip
 +SWIG = 
 +SWIG_LIB = 
 +SWIG_PYTHON_CPPFLAGS = 
 +SWIG_PYTHON_OPT = 
- VERSION = 0.8.6
++VERSION = 0.8.8
 +WX_CFLAGS = -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
 +WX_CFLAGS_ONLY = -pthread
 +WX_CONFIG_PATH = /usr/bin/wx-config
 +WX_CPPFLAGS = -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__
 +WX_CXXFLAGS = -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
 +WX_CXXFLAGS_ONLY = 
 +WX_LIBS = -pthread   -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 
 +WX_LIBS_STATIC = 
 +WX_RESCOMP = 
 +WX_VERSION = 2.8.7
 +WX_VERSION_MAJOR = 2
 +WX_VERSION_MICRO = 7
 +WX_VERSION_MINOR = 8
- XYLIB_LDADD = $(top_builddir)/3rdparty/xylib/xylib/libxy.la
- abs_builddir = /home/debian/fityk/test/fityk-0.8.6/python
- abs_srcdir = /home/debian/fityk/test/fityk-0.8.6/python
- abs_top_builddir = /home/debian/fityk/test/fityk-0.8.6
- abs_top_srcdir = /home/debian/fityk/test/fityk-0.8.6
++XYLIB_CPPFLAGS = -I$(top_srcdir)/xylib
++XYLIB_DIR = xylib
++XYLIB_LDADD = $(top_builddir)/xylib/xylib/libxy.la
++abs_builddir = /home/debian/fityk/fityk-0.8.8/python
++abs_srcdir = /home/debian/fityk/fityk-0.8.8/python
++abs_top_builddir = /home/debian/fityk/fityk-0.8.8
++abs_top_srcdir = /home/debian/fityk/fityk-0.8.8
 +ac_ct_CC = 
 +ac_ct_CXX = 
- ac_ct_F77 = 
++ac_ct_DUMPBIN = 
 +am__include = include
 +am__leading_dot = .
 +am__quote = 
 +am__tar = ${AMTAR} chof - "$$tardir"
 +am__untar = ${AMTAR} xf -
 +bindir = ${exec_prefix}/bin
 +build = i486-pc-linux-gnu
 +build_alias = i486-linux-gnu
 +build_cpu = i486
 +build_os = linux-gnu
 +build_vendor = pc
 +builddir = .
 +datadir = ${datarootdir}
 +datarootdir = ${prefix}/share
 +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 +dvidir = ${docdir}
 +exec_prefix = ${prefix}
 +gnuplot_in_path = yes
 +host = i486-pc-linux-gnu
 +host_alias = i486-linux-gnu
 +host_cpu = i486
 +host_os = linux-gnu
 +host_vendor = pc
 +htmldir = ${docdir}
 +includedir = ${prefix}/include
 +infodir = ${prefix}/share/info
- install_sh = $(SHELL) /home/debian/fityk/test/fityk-0.8.6/config/install-sh
++install_sh = $(SHELL) /home/debian/fityk/fityk-0.8.8/config/install-sh
 +libdir = ${exec_prefix}/lib
 +libexecdir = ${exec_prefix}/libexec
 +localedir = ${datarootdir}/locale
 +localstatedir = ${prefix}/var
++lt_ECHO = echo
 +mandir = ${prefix}/share/man
 +mkdir_p = /bin/mkdir -p
 +oldincludedir = /usr/include
 +pdfdir = ${docdir}
 +pkgpyexecdir = 
 +pkgpythondir = 
 +prefix = /usr
 +program_transform_name = s,x,x,
 +psdir = ${docdir}
 +pyexecdir = 
 +pythondir = 
 +sbindir = ${exec_prefix}/sbin
 +sharedstatedir = ${prefix}/com
 +srcdir = .
 +sysconfdir = ${prefix}/etc
 +target = i486-pc-linux-gnu
 +target_alias = 
 +target_cpu = i486
 +target_os = linux-gnu
 +target_vendor = pc
++top_build_prefix = ../
 +top_builddir = ..
 +top_srcdir = ..
 +
 +# $Id: Makefile.am 238 2007-01-21 01:44:04Z wojdyr $
 +EXTRA_DIST = 
 +BUILT_SOURCES = $(srcdir)/fityk_wrap.cpp
 +SWIG_SOURCES = fityk.i
 +python_PYTHON = fityk.py
 +pyexec_LTLIBRARIES = _fityk.la
 +_fityk_la_SOURCES = $(srcdir)/fityk_wrap.cpp $(SWIG_SOURCES)
 +_fityk_la_CPPFLAGS = $(SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src
- _fityk_la_LDFLAGS = -version-info 0:0:0 -module 
++_fityk_la_LDFLAGS = -version-info 1:0:0 -module 
 +_fityk_la_LIBADD = ../src/libfityk.la
 +all: $(BUILT_SOURCES)
 +	$(MAKE) $(AM_MAKEFLAGS) all-am
 +
 +.SUFFIXES:
 +.SUFFIXES: .cpp .lo .o .obj
 +$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 +	@for dep in $?; do \
 +	  case '$(am__configure_deps)' in \
 +	    *$$dep*) \
- 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- 		&& exit 0; \
++	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
++	        && { if test -f $@; then exit 0; else break; fi; }; \
 +	      exit 1;; \
 +	  esac; \
 +	done; \
 +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  python/Makefile'; \
 +	cd $(top_srcdir) && \
 +	  $(AUTOMAKE) --foreign  python/Makefile
 +.PRECIOUS: Makefile
 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 +	@case '$?' in \
 +	  *config.status*) \
 +	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 +	  *) \
 +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 +	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 +	esac;
 +
 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 +
 +$(top_srcdir)/configure: # $(am__configure_deps)
 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 +$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 +install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
 +	@$(NORMAL_INSTALL)
 +	test -z "$(pyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pyexecdir)"
 +	@list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
 +	  if test -f $$p; then \
 +	    f=$(am__strip_dir) \
 +	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pyexecdir)/$$f'"; \
 +	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pyexecdir)/$$f"; \
 +	  else :; fi; \
 +	done
 +
 +uninstall-pyexecLTLIBRARIES:
 +	@$(NORMAL_UNINSTALL)
 +	@list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
 +	  p=$(am__strip_dir) \
 +	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$p'"; \
 +	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$p"; \
 +	done
 +
 +clean-pyexecLTLIBRARIES:
 +	-test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
 +	@list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
 +	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 +	  test "$$dir" != "$$p" || dir=.; \
 +	  echo "rm -f \"$${dir}/so_locations\""; \
 +	  rm -f "$${dir}/so_locations"; \
 +	done
 +_fityk.la: $(_fityk_la_OBJECTS) $(_fityk_la_DEPENDENCIES) 
 +	$(_fityk_la_LINK) -rpath $(pyexecdir) $(_fityk_la_OBJECTS) $(_fityk_la_LIBADD) $(LIBS)
 +
 +mostlyclean-compile:
 +	-rm -f *.$(OBJEXT)
 +
 +distclean-compile:
 +	-rm -f *.tab.c
 +
 +include ./$(DEPDIR)/_fityk_la-fityk_wrap.Plo
 +
 +.cpp.o:
 +	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 +	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 +#	source='$<' object='$@' libtool=no \
 +#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
 +#	$(CXXCOMPILE) -c -o $@ $<
 +
 +.cpp.obj:
 +	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 +	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 +#	source='$<' object='$@' libtool=no \
 +#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
 +#	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 +
 +.cpp.lo:
 +	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 +	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 +#	source='$<' object='$@' libtool=yes \
 +#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
 +#	$(LTCXXCOMPILE) -c -o $@ $<
 +
 +_fityk_la-fityk_wrap.lo: $(srcdir)/fityk_wrap.cpp
 +	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(_fityk_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT _fityk_la-fityk_wrap.lo -MD -MP -MF $(DEPDIR)/_fityk_la-fityk_wrap.Tpo -c -o _fityk_la-fityk_wrap.lo `test -f '$(srcdir)/fityk_wrap.cpp' || echo '$(srcdir)/'`$(srcdir)/fityk_wrap.cpp
 +	mv -f $(DEPDIR)/_fityk_la-fityk_wrap.Tpo $(DEPDIR)/_fityk_la-fityk_wrap.Plo
 +#	source='$(srcdir)/fityk_wrap.cpp' object='_fityk_la-fityk_wrap.lo' libtool=yes \
 +#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
 +#	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(_fityk_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o _fityk_la-fityk_wrap.lo `test -f '$(srcdir)/fityk_wrap.cpp' || echo '$(srcdir)/'`$(srcdir)/fityk_wrap.cpp
 +
 +mostlyclean-libtool:
 +	-rm -f *.lo
 +
 +clean-libtool:
 +	-rm -rf .libs _libs
 +install-pythonPYTHON: $(python_PYTHON)
 +	@$(NORMAL_INSTALL)
 +	test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
 +	@list='$(python_PYTHON)'; dlist=''; for p in $$list; do\
 +	  if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 +	  if test -f $$b$$p; then \
 +	    f=$(am__strip_dir) \
 +	    dlist="$$dlist $$f"; \
 +	    echo " $(pythonPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
 +	    $(pythonPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(pythondir)/$$f"; \
 +	  else :; fi; \
 +	done; \
 +	if test -n "$$dlist"; then \
 +	  if test -z "$(DESTDIR)"; then \
 +	    PYTHON=$(PYTHON) $(py_compile) --basedir "$(pythondir)" $$dlist; \
 +	  else \
 +	    PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(pythondir)" $$dlist; \
 +	  fi; \
 +	else :; fi
 +
 +uninstall-pythonPYTHON:
 +	@$(NORMAL_UNINSTALL)
 +	@list='$(python_PYTHON)'; dlist=''; for p in $$list; do\
 +	  f=$(am__strip_dir) \
 +	  rm -f "$(DESTDIR)$(pythondir)/$$f"; \
 +	  rm -f "$(DESTDIR)$(pythondir)/$${f}c"; \
 +	  rm -f "$(DESTDIR)$(pythondir)/$${f}o"; \
 +	done
 +
 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 +	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 +	unique=`for i in $$list; do \
 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 +	  done | \
- 	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
++	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 +	mkid -fID $$unique
 +tags: TAGS
 +
 +TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 +		$(TAGS_FILES) $(LISP)
 +	tags=; \
 +	here=`pwd`; \
 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 +	unique=`for i in $$list; do \
 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 +	  done | \
 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 +	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 +	  test -n "$$unique" || unique=$$empty_fix; \
 +	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 +	    $$tags $$unique; \
 +	fi
 +ctags: CTAGS
 +CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 +		$(TAGS_FILES) $(LISP)
 +	tags=; \
 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 +	unique=`for i in $$list; do \
 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 +	  done | \
 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 +	test -z "$(CTAGS_ARGS)$$tags$$unique" \
 +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 +	     $$tags $$unique
 +
 +GTAGS:
 +	here=`$(am__cd) $(top_builddir) && pwd` \
 +	  && cd $(top_srcdir) \
 +	  && gtags -i $(GTAGS_ARGS) $$here
 +
 +distclean-tags:
 +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 +
 +distdir: $(DISTFILES)
 +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 +	list='$(DISTFILES)'; \
 +	  dist_files=`for file in $$list; do echo $$file; done | \
 +	  sed -e "s|^$$srcdirstrip/||;t" \
 +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 +	case $$dist_files in \
 +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 +			   sort -u` ;; \
 +	esac; \
 +	for file in $$dist_files; do \
 +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 +	  if test -d $$d/$$file; then \
 +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 +	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 +	    fi; \
 +	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 +	  else \
 +	    test -f $(distdir)/$$file \
 +	    || cp -p $$d/$$file $(distdir)/$$file \
 +	    || exit 1; \
 +	  fi; \
 +	done
 +check-am: all-am
 +check: $(BUILT_SOURCES)
 +	$(MAKE) $(AM_MAKEFLAGS) check-am
 +all-am: Makefile $(LTLIBRARIES)
 +installdirs:
 +	for dir in "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(pythondir)"; do \
 +	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 +	done
 +install: $(BUILT_SOURCES)
 +	$(MAKE) $(AM_MAKEFLAGS) install-am
 +install-exec: install-exec-am
 +install-data: install-data-am
 +uninstall: uninstall-am
 +
 +install-am: all-am
 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 +
 +installcheck: installcheck-am
 +install-strip:
 +	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 +	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 +	  `test -z '$(STRIP)' || \
 +	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 +mostlyclean-generic:
 +
 +clean-generic:
 +
 +distclean-generic:
 +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 +
 +maintainer-clean-generic:
 +	@echo "This command is intended for maintainers to use"
 +	@echo "it deletes files that may require special tools to rebuild."
 +	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 +clean: clean-am
 +
 +clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
 +	mostlyclean-am
 +
 +distclean: distclean-am
 +	-rm -rf ./$(DEPDIR)
 +	-rm -f Makefile
 +distclean-am: clean-am distclean-compile distclean-generic \
 +	distclean-tags
 +
 +dvi: dvi-am
 +
 +dvi-am:
 +
 +html: html-am
 +
 +info: info-am
 +
 +info-am:
 +
 +install-data-am: install-pythonPYTHON
 +
 +install-dvi: install-dvi-am
 +
 +install-exec-am: install-pyexecLTLIBRARIES
 +
 +install-html: install-html-am
 +
 +install-info: install-info-am
 +
 +install-man:
 +
 +install-pdf: install-pdf-am
 +
 +install-ps: install-ps-am
 +
 +installcheck-am:
 +
 +maintainer-clean: maintainer-clean-am
 +	-rm -rf ./$(DEPDIR)
 +	-rm -f Makefile
 +maintainer-clean-am: distclean-am maintainer-clean-generic
 +
 +mostlyclean: mostlyclean-am
 +
 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 +	mostlyclean-libtool
 +
 +pdf: pdf-am
 +
 +pdf-am:
 +
 +ps: ps-am
 +
 +ps-am:
 +
 +uninstall-am: uninstall-pyexecLTLIBRARIES uninstall-pythonPYTHON
 +
 +.MAKE: install-am install-strip
 +
 +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 +	clean-libtool clean-pyexecLTLIBRARIES ctags distclean \
 +	distclean-compile distclean-generic distclean-libtool \
 +	distclean-tags distdir dvi dvi-am html html-am info info-am \
 +	install install-am install-data install-data-am install-dvi \
 +	install-dvi-am install-exec install-exec-am install-html \
 +	install-html-am install-info install-info-am install-man \
 +	install-pdf install-pdf-am install-ps install-ps-am \
 +	install-pyexecLTLIBRARIES install-pythonPYTHON install-strip \
 +	installcheck installcheck-am installdirs maintainer-clean \
 +	maintainer-clean-generic mostlyclean mostlyclean-compile \
 +	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 +	tags uninstall uninstall-am uninstall-pyexecLTLIBRARIES \
 +	uninstall-pythonPYTHON
 +
 +
 +$(srcdir)/fityk_wrap.cpp : $(SWIG_SOURCES) $(top_srcdir)/src/fityk.h
 +	$(SWIG) $(SWIG_PYTHON_OPT) -I$(top_srcdir)/src -o $@ $<
 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
 +# Otherwise a system limit (for SysV at least) may be exceeded.
 +.NOEXPORT:
diff --cc src/cmd2.h
index 1bd3dc9,862f049..b2bf05e
--- a/src/cmd2.h
+++ b/src/cmd2.h
@@@ -18,11 -18,9 +18,11 @@@
  
  #include "common.h"
  
 +#include <climits>
 +
  
  using namespace boost::spirit;
- class DataWithSum;
+ class DataAndModel;
  
  namespace cmdgram {
  
diff --cc src/fit.cpp
index 1d2cd45,1591da0..eace813
--- a/src/fit.cpp
+++ b/src/fit.cpp
@@@ -19,11 -19,9 +19,11 @@@
  #include "GAfit.h"
  #include "NMfit.h"
  
 +#include <cstring>
 +
  using namespace std;
  
- Fit::Fit(Ftk *F_, string const& m)  
+ Fit::Fit(Ftk *F_, string const& m)
      : name(m), F(F_), evaluations(0), iter_nr (0), na(0)
  {
  }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fityk.git



More information about the debian-science-commits mailing list