From 8095593f3f996843edb2add202eee5c0cab5361a Mon Sep 17 00:00:00 2001 From: Jackarain Date: Thu, 15 Aug 2024 14:12:51 +0800 Subject: [PATCH] Update boost-1.86 --- .../boost/.github/workflows/commit-bot.yml | 47 +- third_party/boost/libs/asio/doc/history.qbk | 25 +- .../libs/asio/doc/overview/cancellation.qbk | 2 +- third_party/boost/libs/asio/doc/reference.dox | 1 + third_party/boost/libs/asio/doc/tutorial.qbk | 5 + .../asio/example/cpp11/tutorial/timer_dox.txt | 1 + .../libs/asio/include/boost/asio/as_tuple.hpp | 2 +- .../asio/include/boost/asio/co_composed.hpp | 4 +- .../libs/asio/include/boost/asio/deferred.hpp | 2 +- .../libs/asio/include/boost/asio/detached.hpp | 2 +- .../asio/include/boost/asio/detail/config.hpp | 34 +- .../boost/asio/detail/impl/socket_ops.ipp | 10 +- .../detail/impl/win_iocp_file_service.ipp | 16 +- .../boost/asio/detail/wrapped_handler.hpp | 80 +- .../boost/asio/execution/allocator.hpp | 2 +- .../include/boost/asio/execution/blocking.hpp | 2 +- .../asio/execution/blocking_adaptation.hpp | 2 +- .../include/boost/asio/execution/context.hpp | 2 +- .../include/boost/asio/execution/mapping.hpp | 2 +- .../boost/asio/execution/occupancy.hpp | 2 +- .../boost/asio/execution/outstanding_work.hpp | 2 +- .../boost/asio/execution/relationship.hpp | 2 +- .../boost/asio/experimental/impl/coro.hpp | 2 +- .../boost/asio/experimental/use_coro.hpp | 4 +- .../boost/asio/experimental/use_promise.hpp | 2 +- .../include/boost/asio/impl/awaitable.hpp | 6 +- .../asio/include/boost/asio/impl/co_spawn.hpp | 8 + .../asio/include/boost/asio/impl/spawn.hpp | 1 + .../include/boost/asio/ip/impl/address_v6.ipp | 2 +- .../asio/include/boost/asio/placeholders.hpp | 18 +- .../include/boost/asio/ssl/impl/context.ipp | 15 +- .../asio/include/boost/asio/this_coro.hpp | 4 +- .../asio/include/boost/asio/use_awaitable.hpp | 4 +- .../asio/include/boost/asio/use_future.hpp | 2 +- .../asio/include/boost/asio/uses_executor.hpp | 2 +- .../libs/asio/include/boost/asio/version.hpp | 2 +- .../test/beast/core/buffered_read_stream.cpp | 8 +- .../boost/libs/beast/test/beast/http/read.cpp | 8 +- .../libs/beast/test/beast/http/write.cpp | 8 +- .../libs/beast/test/beast/websocket/read2.cpp | 9 +- .../include/boost/beast/test/yield_to.hpp | 8 +- .../boost/libs/container/doc/container.qbk | 1 + .../include/boost/container/devector.hpp | 3 - .../boost/libs/container/proj/to-do.txt | 62 - .../proj/vs/alloc_basic_test.vcxproj | 183 --- .../container/proj/vs/alloc_full_test.vcxproj | 181 --- .../libs/container/proj/vs/alloc_lib.vcxproj | 164 --- .../proj/vs/allocator_traits_test.vcxproj | 185 --- .../proj/vs/bench_adaptive_node_pool.vcxproj | 183 --- .../container/proj/vs/bench_alloc.vcxproj | 183 --- .../proj/vs/bench_alloc_expand_bwd.vcxproj | 183 --- .../proj/vs/bench_alloc_expand_fwd.vcxproj | 183 --- .../proj/vs/bench_alloc_shrink_to_fit.vcxproj | 183 --- .../bench_alloc_stable_vector_burst.vcxproj | 185 --- .../proj/vs/bench_flat_multiset.vcxproj | 185 --- .../container/proj/vs/bench_flat_set.vcxproj | 185 --- .../libs/container/proj/vs/bench_set.vcxproj | 185 --- .../proj/vs/bench_set_adaptive_pool.vcxproj | 185 --- .../proj/vs/bench_set_alloc_v2.vcxproj | 185 --- .../container/proj/vs/bench_set_avl.vcxproj | 185 --- .../container/proj/vs/bench_set_multi.vcxproj | 185 --- .../container/proj/vs/bench_set_sg.vcxproj | 185 --- .../container/proj/vs/bench_set_sp.vcxproj | 185 --- .../proj/vs/bench_static_vector.vcxproj | 185 --- .../container/proj/vs/bench_vectors.vcxproj | 187 --- .../proj/vs/boost_iterator_comp_test.vcxproj | 193 ---- .../proj/vs/common_iterator_test.vcxproj | 191 ---- .../libs/container/proj/vs/container.sln | 1016 ----------------- .../proj/vs/copy_move_algo_test.vcxproj | 205 ---- .../proj/vs/deque_options_test.vcxproj | 187 --- .../proj/vs/devector_options_test.vcxproj | 187 --- .../container/proj/vs/devector_test.vcxproj | 193 ---- .../proj/vs/doc_custom_deque.vcxproj | 187 --- .../proj/vs/doc_custom_devector.vcxproj | 187 --- .../proj/vs/doc_custom_small_vector.vcxproj | 187 --- .../proj/vs/doc_custom_static_vector.vcxproj | 187 --- .../container/proj/vs/doc_custom_tree.vcxproj | 187 --- .../proj/vs/doc_custom_vector.vcxproj | 187 --- .../container/proj/vs/doc_emplace.vcxproj | 187 --- .../proj/vs/doc_extended_allocators.vcxproj | 187 --- .../proj/vs/doc_move_containers.vcxproj | 187 --- .../libs/container/proj/vs/doc_pmr.vcxproj | 187 --- .../proj/vs/doc_recursive_containers.vcxproj | 187 --- .../proj/vs/doc_type_erasure.vcxproj | 187 --- .../proj/vs/explicit_inst_deque_test.vcxproj | 191 ---- .../vs/explicit_inst_devector_test.vcxproj | 191 ---- .../vs/explicit_inst_flat_map_test.vcxproj | 191 ---- .../vs/explicit_inst_flat_set_test.vcxproj | 191 ---- .../proj/vs/explicit_inst_list_test.vcxproj | 191 ---- .../proj/vs/explicit_inst_map_test.vcxproj | 191 ---- .../proj/vs/explicit_inst_set_test.vcxproj | 191 ---- .../proj/vs/explicit_inst_slist_test.vcxproj | 191 ---- .../explicit_inst_small_vector_test.vcxproj | 191 ---- .../explicit_inst_stable_vector_test.vcxproj | 191 ---- .../explicit_inst_static_vector_test.vcxproj | 191 ---- .../proj/vs/explicit_inst_string_test.vcxproj | 191 ---- .../proj/vs/explicit_inst_vector_test.vcxproj | 191 ---- .../proj/vs/flat_map_adaptor_test.vcxproj | 197 ---- .../container/proj/vs/flat_map_test.vcxproj | 201 ---- .../proj/vs/flat_set_adaptor_test.vcxproj | 195 ---- .../container/proj/vs/flat_set_test.vcxproj | 195 ---- .../container/proj/vs/flat_tree_test.vcxproj | 185 --- .../container/proj/vs/global_resource.vcxproj | 190 --- .../proj/vs/insert_vs_emplace_test.vcxproj | 187 --- .../libs/container/proj/vs/list_test.vcxproj | 187 --- .../libs/container/proj/vs/map_test.vcxproj | 189 --- .../proj/vs/memory_resource_test.vcxproj | 187 --- .../vs/monotonic_buffer_resource_test.vcxproj | 193 ---- .../proj/vs/node_handle_test.vcxproj | 185 --- .../proj/vs/null_iterators_test.vcxproj | 187 --- .../libs/container/proj/vs/pair_test.vcxproj | 185 --- .../container/proj/vs/pmr_deque_test.vcxproj | 191 ---- .../proj/vs/pmr_devector_test.vcxproj | 191 ---- .../proj/vs/pmr_flat_map_test.vcxproj | 191 ---- .../proj/vs/pmr_flat_set_test.vcxproj | 191 ---- .../container/proj/vs/pmr_list_test.vcxproj | 191 ---- .../container/proj/vs/pmr_map_test.vcxproj | 191 ---- .../container/proj/vs/pmr_set_test.vcxproj | 189 --- .../container/proj/vs/pmr_slist_test.vcxproj | 192 ---- .../proj/vs/pmr_small_vector_test.vcxproj | 191 ---- .../proj/vs/pmr_stable_vector_test.vcxproj | 191 ---- .../container/proj/vs/pmr_string_test.vcxproj | 191 ---- .../container/proj/vs/pmr_vector_test.vcxproj | 191 ---- .../vs/polymorphic_allocator_test.vcxproj | 187 --- .../proj/vs/resource_adaptor.vcxproj | 192 ---- .../vs/scoped_allocator_adaptor_test.vcxproj | 185 --- .../vs/scoped_allocator_usage_test.vcxproj | 189 --- .../libs/container/proj/vs/set_test.vcxproj | 189 --- .../libs/container/proj/vs/slist_test.vcxproj | 185 --- .../proj/vs/small_vector_options_test.vcxproj | 187 --- .../proj/vs/small_vector_test.vcxproj | 189 --- .../vs/static_vector_options_test.vcxproj | 187 --- .../proj/vs/static_vector_test.vcxproj | 186 --- .../container/proj/vs/string_test.vcxproj | 189 --- .../proj/vs/string_view_compat_test.vcxproj | 189 --- .../synchronized_pool_resource_test.vcxproj | 189 --- .../proj/vs/throw_exception_test.vcxproj | 189 --- .../libs/container/proj/vs/tree_test.vcxproj | 187 --- .../unsynchronized_pool_resource_test.vcxproj | 189 --- .../proj/vs/uses_allocator_test.vcxproj | 185 --- .../proj/vs/vector_options_test.vcxproj | 187 --- .../container/proj/vs/vector_test.vcxproj | 205 ---- .../libs/container/test/devector_test.cpp | 436 +++---- .../boost/libs/container/test/test_util.hpp | 6 +- third_party/boost/libs/core/.drone.jsonnet | 54 +- .../boost/libs/core/.github/workflows/ci.yml | 25 +- third_party/boost/libs/core/doc/changes.qbk | 14 +- third_party/boost/libs/core/doc/core.qbk | 3 + .../core/include/boost/core/empty_value.hpp | 58 +- third_party/boost/libs/core/test/Jamfile.v2 | 2 + .../test/empty_value_compile_fail_casting.cpp | 20 + .../core/test/empty_value_nested_test.cpp | 45 + .../boost/libs/interprocess/CMakeLists.txt | 9 + .../extra/boost_interprocess.natvis | 27 + .../boost/libs/intrusive/doc/intrusive.qbk | 7 + .../boost/intrusive/detail/algorithm.hpp | 16 +- .../include/boost/intrusive/detail/hash.hpp | 2 +- third_party/boost/libs/json/.drone.star | 4 +- third_party/boost/libs/json/bench/README.md | 25 + third_party/boost/libs/json/doc/externals.hpp | 40 +- .../json/include/boost/json/detail/config.hpp | 16 +- .../include/boost/json/memory_resource.hpp | 4 +- .../json/include/boost/json/system_error.hpp | 10 +- .../boost/libs/leaf/.github/workflows/ci.yml | 30 +- .../libs/leaf/.github/workflows/gh-pages.yml | 8 +- .../boost/libs/leaf/.vscode/tasks.json | 16 +- third_party/boost/libs/leaf/doc/Jamfile | 2 +- third_party/boost/libs/leaf/doc/leaf.adoc | 4 +- .../libs/leaf/example/try_capture_all_eh.cpp | 16 + .../leaf/example/try_capture_all_result.cpp | 16 + .../libs/leaf/include/boost/leaf/config.hpp | 6 +- .../libs/leaf/include/boost/leaf/result.hpp | 4 +- .../libs/math/doc/html/backgrounders.html | 4 +- .../boost/libs/math/doc/html/constants.html | 4 +- .../boost/libs/math/doc/html/cstdfloat.html | 4 +- .../boost/libs/math/doc/html/dist.html | 4 +- .../boost/libs/math/doc/html/extern_c.html | 4 +- .../boost/libs/math/doc/html/filters.html | 4 +- .../boost/libs/math/doc/html/gcd_lcm.html | 4 +- .../boost/libs/math/doc/html/index.html | 6 +- .../boost/libs/math/doc/html/indexes.html | 4 +- .../boost/libs/math/doc/html/indexes/s01.html | 4 +- .../boost/libs/math/doc/html/indexes/s02.html | 4 +- .../boost/libs/math/doc/html/indexes/s03.html | 4 +- .../boost/libs/math/doc/html/indexes/s04.html | 4 +- .../boost/libs/math/doc/html/indexes/s05.html | 4 +- .../boost/libs/math/doc/html/internals.html | 4 +- .../libs/math/doc/html/interpolation.html | 4 +- .../libs/math/doc/html/inverse_complex.html | 4 +- .../html/math_toolkit/acknowledgement.html | 2 +- .../html/math_toolkit/acknowledgements.html | 2 +- .../libs/math/doc/html/math_toolkit/acos.html | 2 +- .../math/doc/html/math_toolkit/acosh.html | 2 +- .../libs/math/doc/html/math_toolkit/airy.html | 2 +- .../math/doc/html/math_toolkit/airy/ai.html | 2 +- .../math/doc/html/math_toolkit/airy/aip.html | 2 +- .../doc/html/math_toolkit/airy/airy_root.html | 2 +- .../math/doc/html/math_toolkit/airy/bi.html | 2 +- .../math/doc/html/math_toolkit/airy/bip.html | 2 +- .../html/math_toolkit/anderson_darling.html | 2 +- .../doc/html/math_toolkit/archetypes.html | 2 +- .../libs/math/doc/html/math_toolkit/asin.html | 2 +- .../math/doc/html/math_toolkit/asinh.html | 2 +- .../libs/math/doc/html/math_toolkit/atan.html | 2 +- .../math/doc/html/math_toolkit/atanh.html | 2 +- .../math/doc/html/math_toolkit/autodiff.html | 2 +- .../math/doc/html/math_toolkit/bad_guess.html | 2 +- .../math/doc/html/math_toolkit/bad_roots.html | 2 +- .../doc/html/math_toolkit/barycentric.html | 2 +- .../math/doc/html/math_toolkit/bessel.html | 2 +- .../bessel/bessel_derivatives.html | 2 +- .../math_toolkit/bessel/bessel_first.html | 2 +- .../html/math_toolkit/bessel/bessel_over.html | 2 +- .../html/math_toolkit/bessel/bessel_root.html | 2 +- .../doc/html/math_toolkit/bessel/mbessel.html | 2 +- .../html/math_toolkit/bessel/sph_bessel.html | 2 +- .../html/math_toolkit/bezier_polynomial.html | 2 +- .../html/math_toolkit/bilinear_uniform.html | 2 +- .../math_toolkit/bivariate_statistics.html | 2 +- .../doc/html/math_toolkit/brent_minima.html | 2 +- .../math/doc/html/math_toolkit/building.html | 2 +- .../libs/math/doc/html/math_toolkit/c99.html | 2 +- .../html/math_toolkit/cardinal_cubic_b.html | 2 +- .../math_toolkit/cardinal_quadratic_b.html | 2 +- .../html/math_toolkit/cardinal_quintic_b.html | 2 +- .../math_toolkit/cardinal_trigonometric.html | 2 +- .../doc/html/math_toolkit/catmull_rom.html | 2 +- .../math/doc/html/math_toolkit/ccmath.html | 2 +- .../math_toolkit/chatterjee_correlation.html | 2 +- .../math/doc/html/math_toolkit/cma_es.html | 2 +- .../doc/html/math_toolkit/comp_compilers.html | 2 +- .../doc/html/math_toolkit/comparisons.html | 2 +- .../html/math_toolkit/compilers_overview.html | 2 +- .../html/math_toolkit/complex_history.html | 2 +- .../math_toolkit/complex_implementation.html | 2 +- .../libs/math/doc/html/math_toolkit/cond.html | 2 +- .../doc/html/math_toolkit/config_macros.html | 2 +- .../math/doc/html/math_toolkit/constants.html | 2 +- .../doc/html/math_toolkit/constants_faq.html | 2 +- .../html/math_toolkit/constants_intro.html | 2 +- .../math/doc/html/math_toolkit/contact.html | 2 +- .../doc/html/math_toolkit/conventions.html | 4 +- .../math/doc/html/math_toolkit/create.html | 2 +- .../math/doc/html/math_toolkit/credits.html | 2 +- .../doc/html/math_toolkit/cubic_hermite.html | 2 +- .../doc/html/math_toolkit/cubic_roots.html | 2 +- .../doc/html/math_toolkit/daubechies.html | 2 +- .../html/math_toolkit/daubechies_filters.html | 2 +- .../libs/math/doc/html/math_toolkit/diff.html | 2 +- .../math/doc/html/math_toolkit/diff0.html | 2 +- .../math_toolkit/differential_evolution.html | 2 +- .../doc/html/math_toolkit/directories.html | 2 +- .../doc/html/math_toolkit/dist_concept.html | 2 +- .../math/doc/html/math_toolkit/dist_ref.html | 2 +- .../dist_ref/dist_algorithms.html | 2 +- .../doc/html/math_toolkit/dist_ref/dists.html | 2 +- .../dist_ref/dists/arcine_dist.html | 2 +- .../dist_ref/dists/bernoulli_dist.html | 2 +- .../dist_ref/dists/beta_dist.html | 2 +- .../dist_ref/dists/binomial_dist.html | 2 +- .../dist_ref/dists/cauchy_dist.html | 2 +- .../dist_ref/dists/chi_squared_dist.html | 2 +- .../dist_ref/dists/empirical_cdf.html | 2 +- .../math_toolkit/dist_ref/dists/exp_dist.html | 2 +- .../dist_ref/dists/extreme_dist.html | 2 +- .../math_toolkit/dist_ref/dists/f_dist.html | 2 +- .../dist_ref/dists/gamma_dist.html | 2 +- .../dist_ref/dists/geometric_dist.html | 2 +- .../dist_ref/dists/hyperexponential_dist.html | 2 +- .../dist_ref/dists/hypergeometric_dist.html | 2 +- .../dists/inverse_chi_squared_dist.html | 2 +- .../dist_ref/dists/inverse_gamma_dist.html | 2 +- .../dist_ref/dists/inverse_gaussian_dist.html | 2 +- .../dists/kolmogorov_smirnov_dist.html | 2 +- .../dist_ref/dists/laplace_dist.html | 2 +- .../dist_ref/dists/logistic_dist.html | 2 +- .../dist_ref/dists/lognormal_dist.html | 2 +- .../dist_ref/dists/nc_beta_dist.html | 2 +- .../dist_ref/dists/nc_chi_squared_dist.html | 2 +- .../dist_ref/dists/nc_f_dist.html | 2 +- .../dist_ref/dists/nc_t_dist.html | 2 +- .../dists/negative_binomial_dist.html | 2 +- .../dist_ref/dists/normal_dist.html | 2 +- .../math_toolkit/dist_ref/dists/pareto.html | 2 +- .../dist_ref/dists/poisson_dist.html | 2 +- .../math_toolkit/dist_ref/dists/rayleigh.html | 2 +- .../dist_ref/dists/skew_normal_dist.html | 2 +- .../dist_ref/dists/students_t_dist.html | 2 +- .../dist_ref/dists/triangular_dist.html | 2 +- .../dist_ref/dists/uniform_dist.html | 2 +- .../dist_ref/dists/weibull_dist.html | 2 +- .../doc/html/math_toolkit/dist_ref/nmp.html | 2 +- .../html/math_toolkit/double_exponential.html | 2 +- .../double_exponential/de_caveats.html | 2 +- .../double_exponential/de_exp_sinh.html | 2 +- .../double_exponential/de_levels.html | 2 +- .../double_exponential/de_overview.html | 2 +- .../double_exponential/de_refes.html | 2 +- .../double_exponential/de_sinh_sinh.html | 2 +- .../double_exponential/de_tanh_sinh.html | 2 +- .../de_tanh_sinh_2_arg.html | 2 +- .../double_exponential/de_thread.html | 2 +- .../double_exponential/de_tol.html | 2 +- .../math/doc/html/math_toolkit/ellint.html | 2 +- .../html/math_toolkit/ellint/ellint_1.html | 2 +- .../html/math_toolkit/ellint/ellint_2.html | 2 +- .../html/math_toolkit/ellint/ellint_3.html | 2 +- .../math_toolkit/ellint/ellint_carlson.html | 2 +- .../html/math_toolkit/ellint/ellint_d.html | 2 +- .../math_toolkit/ellint/ellint_intro.html | 2 +- .../math_toolkit/ellint/heuman_lambda.html | 2 +- .../html/math_toolkit/ellint/jacobi_zeta.html | 2 +- .../doc/html/math_toolkit/error_handling.html | 2 +- .../math/doc/html/math_toolkit/estrin.html | 2 +- .../doc/html/math_toolkit/exact_typdefs.html | 2 +- .../math/doc/html/math_toolkit/examples.html | 2 +- .../libs/math/doc/html/math_toolkit/exp.html | 2 +- .../math/doc/html/math_toolkit/expint.html | 2 +- .../html/math_toolkit/expint/expint_i.html | 2 +- .../html/math_toolkit/expint/expint_n.html | 2 +- .../doc/html/math_toolkit/factorials.html | 2 +- .../math_toolkit/factorials/sf_binomial.html | 2 +- .../factorials/sf_double_factorial.html | 2 +- .../math_toolkit/factorials/sf_factorial.html | 2 +- .../factorials/sf_falling_factorial.html | 2 +- .../factorials/sf_rising_factorial.html | 2 +- .../html/math_toolkit/fastest_typdefs.html | 2 +- .../math/doc/html/math_toolkit/float128.html | 2 +- .../math_toolkit/float128/exp_function.html | 2 +- .../math_toolkit/float128/overloading.html | 2 +- .../html/math_toolkit/float128/typeinfo.html | 2 +- .../doc/html/math_toolkit/float128_hints.html | 2 +- .../html/math_toolkit/float_comparison.html | 2 +- .../html/math_toolkit/fourier_integrals.html | 2 +- .../math/doc/html/math_toolkit/fp_facets.html | 2 +- .../html/math_toolkit/fp_facets/examples.html | 2 +- .../math_toolkit/fp_facets/facets_intro.html | 2 +- .../math_toolkit/fp_facets/portability.html | 2 +- .../math_toolkit/fp_facets/rationale.html | 2 +- .../math_toolkit/fp_facets/reference.html | 2 +- .../math/doc/html/math_toolkit/fpclass.html | 2 +- .../math/doc/html/math_toolkit/future.html | 2 +- .../math/doc/html/math_toolkit/gauss.html | 2 +- .../doc/html/math_toolkit/gauss_kronrod.html | 2 +- .../doc/html/math_toolkit/getting_best.html | 2 +- .../html/math_toolkit/greatest_typdefs.html | 2 +- .../math/doc/html/math_toolkit/hankel.html | 2 +- .../html/math_toolkit/hankel/cyl_hankel.html | 2 +- .../html/math_toolkit/hankel/sph_hankel.html | 2 +- .../doc/html/math_toolkit/high_precision.html | 2 +- .../math_toolkit/high_precision/e_float.html | 2 +- .../math_toolkit/high_precision/float128.html | 2 +- .../math_toolkit/high_precision/use_mpfr.html | 2 +- .../high_precision/use_multiprecision.html | 2 +- .../math_toolkit/high_precision/use_ntl.html | 2 +- .../high_precision/using_test.html | 2 +- .../high_precision/why_high_precision.html | 2 +- .../math/doc/html/math_toolkit/hints.html | 2 +- .../math/doc/html/math_toolkit/history1.html | 132 ++- .../math/doc/html/math_toolkit/history2.html | 132 ++- .../doc/html/math_toolkit/hypergeometric.html | 2 +- .../hypergeometric/hypergeometric_0f1.html | 2 +- .../hypergeometric/hypergeometric_1f0.html | 2 +- .../hypergeometric/hypergeometric_1f1.html | 2 +- .../hypergeometric/hypergeometric_2f0.html | 2 +- .../hypergeometric/hypergeometric_pfq.html | 2 +- .../hypergeometric/hypergeometric_refs.html | 2 +- .../math/doc/html/math_toolkit/internals.html | 2 +- .../doc/html/math_toolkit/internals/agm.html | 2 +- .../centered_continued_fraction.html | 2 +- .../doc/html/math_toolkit/internals/cf.html | 2 +- .../internals/cohen_acceleration.html | 2 +- .../math_toolkit/internals/color_maps.html | 2 +- .../internals/engel_expansion.html | 2 +- .../math_toolkit/internals/error_test.html | 2 +- .../internals/luroth_expansion.html | 2 +- .../html/math_toolkit/internals/minimax.html | 2 +- .../math_toolkit/internals/recurrence.html | 2 +- .../internals/series_evaluation.html | 2 +- .../internals/simple_continued_fraction.html | 2 +- .../math_toolkit/internals/test_data.html | 2 +- .../html/math_toolkit/internals/tuples.html | 2 +- .../html/math_toolkit/internals_overview.html | 2 +- .../math/doc/html/math_toolkit/interp.html | 2 +- .../html/math_toolkit/intro_pol_overview.html | 2 +- .../math/doc/html/math_toolkit/inv_hyper.html | 2 +- .../html/math_toolkit/inv_hyper/acosh.html | 2 +- .../html/math_toolkit/inv_hyper/asinh.html | 2 +- .../html/math_toolkit/inv_hyper/atanh.html | 2 +- .../inv_hyper/inv_hyper_over.html | 2 +- .../math/doc/html/math_toolkit/issues.html | 2 +- .../math/doc/html/math_toolkit/jacobi.html | 2 +- .../html/math_toolkit/jacobi/jac_over.html | 2 +- .../html/math_toolkit/jacobi/jacobi_cd.html | 2 +- .../html/math_toolkit/jacobi/jacobi_cn.html | 2 +- .../html/math_toolkit/jacobi/jacobi_cs.html | 2 +- .../html/math_toolkit/jacobi/jacobi_dc.html | 2 +- .../html/math_toolkit/jacobi/jacobi_dn.html | 2 +- .../html/math_toolkit/jacobi/jacobi_ds.html | 2 +- .../math_toolkit/jacobi/jacobi_elliptic.html | 2 +- .../html/math_toolkit/jacobi/jacobi_nc.html | 2 +- .../html/math_toolkit/jacobi/jacobi_nd.html | 2 +- .../html/math_toolkit/jacobi/jacobi_ns.html | 2 +- .../html/math_toolkit/jacobi/jacobi_sc.html | 2 +- .../html/math_toolkit/jacobi/jacobi_sd.html | 2 +- .../html/math_toolkit/jacobi/jacobi_sn.html | 2 +- .../doc/html/math_toolkit/jacobi_theta.html | 2 +- .../jacobi_theta/jacobi_theta1.html | 2 +- .../jacobi_theta/jacobi_theta2.html | 2 +- .../jacobi_theta/jacobi_theta3.html | 2 +- .../jacobi_theta/jacobi_theta4.html | 2 +- .../jacobi_theta/jacobi_theta_overview.html | 2 +- .../libs/math/doc/html/math_toolkit/jso.html | 2 +- .../math/doc/html/math_toolkit/lambert_w.html | 2 +- .../math/doc/html/math_toolkit/lanczos.html | 2 +- .../html/math_toolkit/linear_regression.html | 2 +- .../math/doc/html/math_toolkit/ljung_box.html | 2 +- .../html/math_toolkit/logs_and_tables.html | 2 +- .../logs_and_tables/all_table.html | 2 +- .../math_toolkit/logs_and_tables/logs.html | 2 +- .../math/doc/html/math_toolkit/macros.html | 2 +- .../math/doc/html/math_toolkit/main_faq.html | 2 +- .../doc/html/math_toolkit/main_intro.html | 2 +- .../math/doc/html/math_toolkit/main_tr1.html | 2 +- .../math/doc/html/math_toolkit/makima.html | 2 +- .../doc/html/math_toolkit/mem_typedef.html | 2 +- .../html/math_toolkit/minimum_typdefs.html | 2 +- .../doc/html/math_toolkit/multiprecision.html | 2 +- .../html/math_toolkit/naive_monte_carlo.html | 2 +- .../doc/html/math_toolkit/namespaces.html | 2 +- .../doc/html/math_toolkit/navigation.html | 4 +- .../math/doc/html/math_toolkit/new_const.html | 2 +- .../doc/html/math_toolkit/next_float.html | 2 +- .../next_float/float_advance.html | 2 +- .../next_float/float_distance.html | 2 +- .../math_toolkit/next_float/float_next.html | 2 +- .../math_toolkit/next_float/float_prior.html | 2 +- .../math_toolkit/next_float/nextafter.html | 2 +- .../doc/html/math_toolkit/next_float/ulp.html | 2 +- .../math/doc/html/math_toolkit/norms.html | 2 +- .../doc/html/math_toolkit/number_series.html | 2 +- .../number_series/bernoulli_numbers.html | 2 +- .../number_series/fibonacci_numbers.html | 2 +- .../math_toolkit/number_series/primes.html | 2 +- .../number_series/tangent_numbers.html | 2 +- .../doc/html/math_toolkit/oct_create.html | 2 +- .../doc/html/math_toolkit/oct_header.html | 2 +- .../doc/html/math_toolkit/oct_history.html | 2 +- .../doc/html/math_toolkit/oct_mem_fun.html | 2 +- .../doc/html/math_toolkit/oct_non_mem.html | 2 +- .../doc/html/math_toolkit/oct_overview.html | 2 +- .../html/math_toolkit/oct_specialization.html | 2 +- .../doc/html/math_toolkit/oct_synopsis.html | 2 +- .../math/doc/html/math_toolkit/oct_tests.html | 2 +- .../math/doc/html/math_toolkit/oct_todo.html | 2 +- .../math/doc/html/math_toolkit/oct_trans.html | 2 +- .../doc/html/math_toolkit/oct_typedefs.html | 2 +- .../doc/html/math_toolkit/oct_value_ops.html | 2 +- .../math/doc/html/math_toolkit/octonion.html | 2 +- .../doc/html/math_toolkit/overview_tr1.html | 2 +- .../math/doc/html/math_toolkit/owens_t.html | 2 +- .../math/doc/html/math_toolkit/pchip.html | 2 +- .../doc/html/math_toolkit/perf_over1.html | 2 +- .../doc/html/math_toolkit/perf_over2.html | 2 +- .../doc/html/math_toolkit/perf_test_app.html | 2 +- .../doc/html/math_toolkit/pol_overview.html | 2 +- .../math/doc/html/math_toolkit/pol_ref.html | 2 +- .../pol_ref/assert_undefined.html | 2 +- .../pol_ref/discrete_quant_ref.html | 2 +- .../pol_ref/error_handling_policies.html | 2 +- .../pol_ref/internal_promotion.html | 2 +- .../math_toolkit/pol_ref/iteration_pol.html | 2 +- .../math_toolkit/pol_ref/namespace_pol.html | 2 +- .../math_toolkit/pol_ref/pol_ref_ref.html | 2 +- .../math_toolkit/pol_ref/policy_defaults.html | 2 +- .../math_toolkit/pol_ref/precision_pol.html | 2 +- .../doc/html/math_toolkit/pol_tutorial.html | 2 +- .../pol_tutorial/ad_hoc_dist_policies.html | 2 +- .../pol_tutorial/ad_hoc_sf_policies.html | 2 +- .../changing_policy_defaults.html | 2 +- .../pol_tutorial/namespace_policies.html | 2 +- .../pol_tutorial/policy_tut_defaults.html | 2 +- .../pol_tutorial/policy_usage.html | 2 +- .../pol_tutorial/understand_dis_quant.html | 2 +- .../pol_tutorial/user_def_err_pol.html | 2 +- .../pol_tutorial/what_is_a_policy.html | 2 +- .../doc/html/math_toolkit/polynomials.html | 2 +- .../math/doc/html/math_toolkit/powers.html | 2 +- .../doc/html/math_toolkit/powers/cbrt.html | 2 +- .../doc/html/math_toolkit/powers/cos_pi.html | 2 +- .../doc/html/math_toolkit/powers/ct_pow.html | 2 +- .../doc/html/math_toolkit/powers/expm1.html | 2 +- .../doc/html/math_toolkit/powers/hypot.html | 2 +- .../doc/html/math_toolkit/powers/log1p.html | 2 +- .../html/math_toolkit/powers/logaddexp.html | 2 +- .../doc/html/math_toolkit/powers/powm1.html | 2 +- .../doc/html/math_toolkit/powers/rsqrt.html | 2 +- .../doc/html/math_toolkit/powers/sin_pi.html | 2 +- .../html/math_toolkit/powers/sqrt1pm1.html | 2 +- .../doc/html/math_toolkit/quartic_roots.html | 2 +- .../libs/math/doc/html/math_toolkit/quat.html | 2 +- .../doc/html/math_toolkit/quat_header.html | 2 +- .../doc/html/math_toolkit/quat_history.html | 2 +- .../doc/html/math_toolkit/quat_mem_fun.html | 2 +- .../doc/html/math_toolkit/quat_non_mem.html | 2 +- .../doc/html/math_toolkit/quat_overview.html | 2 +- .../doc/html/math_toolkit/quat_synopsis.html | 2 +- .../doc/html/math_toolkit/quat_tests.html | 2 +- .../math/doc/html/math_toolkit/quat_todo.html | 2 +- .../html/math_toolkit/quintic_hermite.html | 2 +- .../doc/html/math_toolkit/random_search.html | 2 +- .../math/doc/html/math_toolkit/rational.html | 2 +- .../math/doc/html/math_toolkit/rationale.html | 2 +- .../doc/html/math_toolkit/real_concepts.html | 2 +- .../libs/math/doc/html/math_toolkit/refs.html | 2 +- .../doc/html/math_toolkit/relative_error.html | 2 +- .../math/doc/html/math_toolkit/remez.html | 2 +- .../doc/html/math_toolkit/result_type.html | 2 +- .../html/math_toolkit/root_comparison.html | 2 +- .../root_comparison/cbrt_comparison.html | 2 +- .../root_comparison/elliptic_comparison.html | 2 +- .../root_comparison/root_n_comparison.html | 2 +- .../math_toolkit/root_finding_examples.html | 2 +- .../root_finding_examples/5th_root_eg.html | 2 +- .../root_finding_examples/cbrt_eg.html | 2 +- .../root_finding_examples/elliptic_eg.html | 2 +- .../root_finding_examples/lambda.html | 2 +- .../multiprecision_root.html | 2 +- .../root_finding_examples/nth_root.html | 2 +- .../doc/html/math_toolkit/roots_deriv.html | 6 +- .../doc/html/math_toolkit/roots_noderiv.html | 2 +- .../math_toolkit/roots_noderiv/TOMS748.html | 2 +- .../math_toolkit/roots_noderiv/bisect.html | 2 +- .../roots_noderiv/bracket_solve.html | 2 +- .../math_toolkit/roots_noderiv/brent.html | 2 +- .../roots_noderiv/implementation.html | 2 +- .../roots_noderiv/root_termination.html | 2 +- .../math/doc/html/math_toolkit/rounding.html | 2 +- .../doc/html/math_toolkit/rounding/modf.html | 2 +- .../doc/html/math_toolkit/rounding/round.html | 2 +- .../doc/html/math_toolkit/rounding/trunc.html | 2 +- .../math/doc/html/math_toolkit/runs_test.html | 2 +- .../math/doc/html/math_toolkit/sf_beta.html | 2 +- .../math_toolkit/sf_beta/beta_derivative.html | 2 +- .../math_toolkit/sf_beta/beta_function.html | 2 +- .../math_toolkit/sf_beta/ibeta_function.html | 2 +- .../sf_beta/ibeta_inv_function.html | 2 +- .../math/doc/html/math_toolkit/sf_erf.html | 2 +- .../math_toolkit/sf_erf/error_function.html | 2 +- .../html/math_toolkit/sf_erf/error_inv.html | 2 +- .../math/doc/html/math_toolkit/sf_gamma.html | 2 +- .../html/math_toolkit/sf_gamma/digamma.html | 2 +- .../sf_gamma/gamma_derivatives.html | 2 +- .../math_toolkit/sf_gamma/gamma_ratios.html | 2 +- .../html/math_toolkit/sf_gamma/igamma.html | 2 +- .../math_toolkit/sf_gamma/igamma_inv.html | 2 +- .../html/math_toolkit/sf_gamma/lgamma.html | 2 +- .../html/math_toolkit/sf_gamma/polygamma.html | 2 +- .../html/math_toolkit/sf_gamma/tgamma.html | 2 +- .../html/math_toolkit/sf_gamma/trigamma.html | 2 +- .../html/math_toolkit/sf_implementation.html | 2 +- .../math/doc/html/math_toolkit/sf_poly.html | 2 +- .../sf_poly/cardinal_b_splines.html | 2 +- .../html/math_toolkit/sf_poly/chebyshev.html | 2 +- .../html/math_toolkit/sf_poly/gegenbauer.html | 2 +- .../html/math_toolkit/sf_poly/hermite.html | 2 +- .../doc/html/math_toolkit/sf_poly/jacobi.html | 2 +- .../html/math_toolkit/sf_poly/laguerre.html | 2 +- .../html/math_toolkit/sf_poly/legendre.html | 2 +- .../sf_poly/legendre_stieltjes.html | 2 +- .../html/math_toolkit/sf_poly/sph_harm.html | 2 +- .../doc/html/math_toolkit/sign_functions.html | 2 +- .../html/math_toolkit/signal_statistics.html | 2 +- .../libs/math/doc/html/math_toolkit/sinc.html | 2 +- .../html/math_toolkit/sinc/sinc_overview.html | 2 +- .../doc/html/math_toolkit/sinc/sinc_pi.html | 2 +- .../doc/html/math_toolkit/sinc/sinhc_pi.html | 2 +- .../libs/math/doc/html/math_toolkit/spec.html | 2 +- .../doc/html/math_toolkit/special_tut.html | 2 +- .../special_tut/special_tut_impl.html | 2 +- .../special_tut/special_tut_test.html | 2 +- .../html/math_toolkit/specified_typedefs.html | 2 +- .../doc/html/math_toolkit/standalone.html | 2 +- .../math/doc/html/math_toolkit/stat_tut.html | 2 +- .../math_toolkit/stat_tut/dist_params.html | 2 +- .../html/math_toolkit/stat_tut/overview.html | 2 +- .../stat_tut/overview/complements.html | 2 +- .../stat_tut/overview/generic.html | 2 +- .../stat_tut/overview/headers.html | 2 +- .../stat_tut/overview/objects.html | 2 +- .../stat_tut/overview/parameters.html | 2 +- .../stat_tut/overview/summary.html | 2 +- .../html/math_toolkit/stat_tut/variates.html | 2 +- .../doc/html/math_toolkit/stat_tut/weg.html | 2 +- .../math_toolkit/stat_tut/weg/binom_eg.html | 2 +- .../stat_tut/weg/binom_eg/binom_conf.html | 2 +- .../stat_tut/weg/binom_eg/binom_size_eg.html | 2 +- .../binom_eg/binomial_coinflip_example.html | 2 +- .../weg/binom_eg/binomial_quiz_example.html | 2 +- .../math_toolkit/stat_tut/weg/c_sharp.html | 2 +- .../html/math_toolkit/stat_tut/weg/cs_eg.html | 2 +- .../stat_tut/weg/cs_eg/chi_sq_intervals.html | 2 +- .../stat_tut/weg/cs_eg/chi_sq_size.html | 2 +- .../stat_tut/weg/cs_eg/chi_sq_test.html | 2 +- .../stat_tut/weg/dist_construct_eg.html | 2 +- .../math_toolkit/stat_tut/weg/error_eg.html | 2 +- .../html/math_toolkit/stat_tut/weg/f_eg.html | 2 +- .../math_toolkit/stat_tut/weg/find_eg.html | 2 +- .../weg/find_eg/find_location_eg.html | 2 +- .../weg/find_eg/find_mean_and_sd_eg.html | 2 +- .../stat_tut/weg/find_eg/find_scale_eg.html | 2 +- .../stat_tut/weg/geometric_eg.html | 2 +- .../stat_tut/weg/inverse_chi_squared_eg.html | 2 +- .../stat_tut/weg/nag_library.html | 2 +- .../math_toolkit/stat_tut/weg/nccs_eg.html | 2 +- .../stat_tut/weg/nccs_eg/nccs_power_eg.html | 2 +- .../stat_tut/weg/neg_binom_eg.html | 2 +- .../weg/neg_binom_eg/neg_binom_conf.html | 2 +- .../weg/neg_binom_eg/neg_binom_size_eg.html | 2 +- .../negative_binomial_example1.html | 2 +- .../negative_binomial_example2.html | 2 +- .../stat_tut/weg/normal_example.html | 2 +- .../weg/normal_example/normal_misc.html | 2 +- .../html/math_toolkit/stat_tut/weg/st_eg.html | 2 +- .../stat_tut/weg/st_eg/paired_st.html | 2 +- .../weg/st_eg/tut_mean_intervals.html | 2 +- .../stat_tut/weg/st_eg/tut_mean_size.html | 2 +- .../stat_tut/weg/st_eg/tut_mean_test.html | 2 +- .../weg/st_eg/two_sample_students_t.html | 2 +- .../math/doc/html/math_toolkit/t_test.html | 2 +- .../math/doc/html/math_toolkit/threads.html | 2 +- .../math/doc/html/math_toolkit/tr1_ref.html | 2 +- .../math/doc/html/math_toolkit/tradoffs.html | 2 +- .../math/doc/html/math_toolkit/trans.html | 2 +- .../doc/html/math_toolkit/trapezoidal.html | 2 +- .../math/doc/html/math_toolkit/tuning.html | 2 +- .../math/doc/html/math_toolkit/tutorial.html | 2 +- .../html/math_toolkit/tutorial/non_templ.html | 2 +- .../doc/html/math_toolkit/tutorial/templ.html | 2 +- .../html/math_toolkit/tutorial/user_def.html | 2 +- .../doc/html/math_toolkit/ulps_plots.html | 2 +- .../math_toolkit/univariate_statistics.html | 2 +- .../math/doc/html/math_toolkit/value_op.html | 2 +- .../html/math_toolkit/vector_barycentric.html | 2 +- .../html/math_toolkit/wavelet_transforms.html | 2 +- .../html/math_toolkit/whittaker_shannon.html | 2 +- .../math/doc/html/math_toolkit/z_test.html | 2 +- .../math/doc/html/math_toolkit/zetas.html | 2 +- .../doc/html/math_toolkit/zetas/zeta.html | 2 +- .../boost/libs/math/doc/html/octonions.html | 4 +- .../libs/math/doc/html/optimization.html | 4 +- .../boost/libs/math/doc/html/overview.html | 6 +- .../boost/libs/math/doc/html/perf.html | 4 +- .../boost/libs/math/doc/html/policy.html | 4 +- .../boost/libs/math/doc/html/poly.html | 4 +- .../boost/libs/math/doc/html/quadrature.html | 4 +- .../boost/libs/math/doc/html/quaternions.html | 4 +- .../libs/math/doc/html/root_finding.html | 4 +- .../boost/libs/math/doc/html/special.html | 4 +- .../boost/libs/math/doc/html/statistics.html | 4 +- .../boost/libs/math/doc/html/status.html | 4 +- .../boost/libs/math/doc/html/using_udt.html | 4 +- .../boost/libs/math/doc/html/utils.html | 4 +- .../math/doc/html/vector_functionals.html | 4 +- third_party/boost/libs/math/doc/math.qbk | 2 +- .../boost/libs/math/doc/overview/roadmap.qbk | 10 + .../.github/workflows/codecov.yml | 1 + .../boost/libs/multiprecision/README.md | 93 +- .../boost/multiprecision/cpp_bin_float.hpp | 19 +- .../boost/libs/outcome/doc/html/credits.html | 2 +- .../include/boost/outcome/outcome_gdb.h | 7 + third_party/boost/libs/parameter/appveyor.yml | 3 - third_party/boost/libs/process/CMakeLists.txt | 2 +- .../boost/libs/process/src/detail/utf8.cpp | 2 +- .../boost/libs/qvm/.github/workflows/ci.yml | 32 +- .../libs/qvm/.github/workflows/gh-pages.yml | 12 +- third_party/boost/libs/qvm/doc/Jamfile | 2 +- 677 files changed, 1599 insertions(+), 20547 deletions(-) delete mode 100644 third_party/boost/libs/container/proj/to-do.txt delete mode 100644 third_party/boost/libs/container/proj/vs/alloc_basic_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/alloc_full_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/alloc_lib.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/allocator_traits_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_adaptive_node_pool.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_alloc.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_alloc_expand_bwd.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_alloc_expand_fwd.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_alloc_shrink_to_fit.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_alloc_stable_vector_burst.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_flat_multiset.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_flat_set.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set_adaptive_pool.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set_alloc_v2.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set_avl.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set_multi.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set_sg.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_set_sp.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_static_vector.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/bench_vectors.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/boost_iterator_comp_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/common_iterator_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/container.sln delete mode 100644 third_party/boost/libs/container/proj/vs/copy_move_algo_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/deque_options_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/devector_options_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/devector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_custom_deque.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_custom_devector.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_custom_small_vector.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_custom_static_vector.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_custom_tree.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_custom_vector.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_emplace.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_extended_allocators.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_move_containers.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_pmr.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_recursive_containers.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/doc_type_erasure.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_deque_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_devector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_flat_map_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_flat_set_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_list_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_map_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_set_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_slist_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_small_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_stable_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_static_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_string_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/explicit_inst_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/flat_map_adaptor_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/flat_map_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/flat_set_adaptor_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/flat_set_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/flat_tree_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/global_resource.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/insert_vs_emplace_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/list_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/map_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/memory_resource_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/monotonic_buffer_resource_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/node_handle_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/null_iterators_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pair_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_deque_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_devector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_flat_map_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_flat_set_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_list_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_map_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_set_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_slist_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_small_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_stable_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_string_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/pmr_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/polymorphic_allocator_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/resource_adaptor.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/scoped_allocator_adaptor_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/scoped_allocator_usage_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/set_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/slist_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/small_vector_options_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/small_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/static_vector_options_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/static_vector_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/string_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/string_view_compat_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/synchronized_pool_resource_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/throw_exception_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/tree_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/unsynchronized_pool_resource_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/uses_allocator_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/vector_options_test.vcxproj delete mode 100644 third_party/boost/libs/container/proj/vs/vector_test.vcxproj create mode 100644 third_party/boost/libs/core/test/empty_value_compile_fail_casting.cpp create mode 100644 third_party/boost/libs/core/test/empty_value_nested_test.cpp create mode 100644 third_party/boost/libs/interprocess/extra/boost_interprocess.natvis diff --git a/third_party/boost/.github/workflows/commit-bot.yml b/third_party/boost/.github/workflows/commit-bot.yml index eb4d068470..cea574c3aa 100644 --- a/third_party/boost/.github/workflows/commit-bot.yml +++ b/third_party/boost/.github/workflows/commit-bot.yml @@ -1,5 +1,17 @@ name: Commit Bot +# Instructions +# +# - One-time setup: create a personal access token with permissions. Then configure it here +# as secrets.CI_PAT. https://github.com/boostorg/boost/settings/secrets/actions +# The reason is explained in https://github.com/orgs/community/discussions/25702 +# "If an action pushes code using the repository's GITHUB_TOKEN, a new workflow will not run" +# +# - Processing of either the 'master' or 'develop' branch may be stopped by creating the variables +# vars.block_master or vars.block_develop with any value. +# https://github.com/boostorg/boost/settings/variables/actions +# + # To avoid infinite loops, don't trigger on "push" on: schedule: @@ -19,12 +31,26 @@ jobs: - name: Check for module updates id: branches run: | - if [[ "${{ github.event_name }}" == "push" ]]; then - branches="${{ github.ref_name }}" - else - branches="master develop" - fi - echo "branches=$branches" >> $GITHUB_OUTPUT + set -xe + branches="" + if [[ "${{ github.event_name }}" == "push" ]]; then + if [[ ! -n "${{ vars.block_master }}" && "${{ github.ref_name }}" == "master" ]]; then + branches="master" + elif [[ ! -n "${{ vars.block_develop }}" && "${{ github.ref_name }}" == "develop" ]]; then + branches="develop" + else + branches="${{ github.ref_name }}" + fi + else + # from a schedule: + if [[ ! -n "${{ vars.block_master }}" ]]; then + branches="master" + fi + if [[ ! -n "${{ vars.block_develop }}" ]]; then + branches="${branches} develop" + fi + fi + echo "branches=$branches" >> $GITHUB_OUTPUT - name: Checkout master repository uses: actions/checkout@v4 @@ -45,11 +71,11 @@ jobs: - name: Check for module updates run: | branches="${{ steps.branches.outputs.branches }}" - - # Set up Git + + # Set up Git git config --global user.name "boost-commitbot" git config --global user.email "boost-commitbot@example.com" - + # Update each branch for branch in $branches; do cd $branch @@ -74,7 +100,7 @@ jobs: echo "$submodule_name ($commit_id): OK" else echo "$submodule_name: $previous_commit_id -> $commit_id" - set -x + set -x set +e git submodule update --init "$submodule_path" git submodule update --remote "$submodule_path" @@ -104,4 +130,3 @@ jobs: github_token: ${{ secrets.CI_PAT }} branch: develop directory: develop - diff --git a/third_party/boost/libs/asio/doc/history.qbk b/third_party/boost/libs/asio/doc/history.qbk index 69eb0eb1ad..f32c1fa9d6 100644 --- a/third_party/boost/libs/asio/doc/history.qbk +++ b/third_party/boost/libs/asio/doc/history.qbk @@ -7,7 +7,30 @@ [section:history Revision History] -[heading Asio 1.31.0 / Boost 1.86 beta] +[heading Asio 1.32.0 / Boost 1.86] + +* Fixed an issue in `co_composed` caused by a missing `decay`. +* Fixed an issue in `co_composed` due to a missing reference in a cast to a base + class type. +* Changed to use the standard C++20 coroutine feature test macro by default. +* Changed to use `std::aligned_alloc` on Android, when available. +* Fixed an integer conversion warning in `ip::address_v6`, on iOS/tvOS. +* Added missing include of `` required for `_alloca`. +* Changed to use a standard feature test macro to check if the standard library + supports `std::invoke_result`. +* Fixed handling of `file_base::append` in Windows file support. +* Fixed some warnings in IP address to string conversion. +* Added support for using `co_spawn` when exceptions are disabled. +* Fixed `spawn.hpp` header to be self-contained. +* Enabled TLS v1.3 options for WolfSSL. +* Fixed `experimental::coro` implementation to use the correct cancellation + slot. +* Fixed `io_context::strand::wrap()` so that its return value has an associated + executor. +* Marked `constexpr` global variables as `inline`. +* Documentation fixes. + +[heading Asio 1.31.0] * Changed the `default_completion_token` trait's primary template to select `deferred` as the default completion token. As a result, most asynchronous diff --git a/third_party/boost/libs/asio/doc/overview/cancellation.qbk b/third_party/boost/libs/asio/doc/overview/cancellation.qbk index d999cb7691..fc11748c99 100644 --- a/third_party/boost/libs/asio/doc/overview/cancellation.qbk +++ b/third_party/boost/libs/asio/doc/overview/cancellation.qbk @@ -201,7 +201,7 @@ occur. Furthermore, a stronger guarantee always satisfies the requirements of a weaker guarantee. The `partial` guarantee still satisfies the `terminal` guarantee. -The `total` guarantee satisfies both `partial` and `total`. This means that +The `total` guarantee satisfies both `partial` and `terminal`. This means that when an operation supports a given cancellation type as its strongest guarantee, it should honour cancellation requests for any of the weaker guarantees. diff --git a/third_party/boost/libs/asio/doc/reference.dox b/third_party/boost/libs/asio/doc/reference.dox index 95a0919663..4397045285 100644 --- a/third_party/boost/libs/asio/doc/reference.dox +++ b/third_party/boost/libs/asio/doc/reference.dox @@ -317,6 +317,7 @@ PREDEFINED = GENERATING_DOCUMENTATION \ BOOST_ASIO_CONSTEXPR=constexpr \ BOOST_ASIO_NOEXCEPT=noexcept \ BOOST_ASIO_NODISCARD= \ + BOOST_ASIO_INLINE_VARIABLE= \ BOOST_ASIO_COMPLETION_SIGNATURE=typename \ BOOST_ASIO_COMPLETION_HANDLER_FOR(s)=typename \ BOOST_ASIO_COMPLETION_TOKEN_FOR(s)=typename \ diff --git a/third_party/boost/libs/asio/doc/tutorial.qbk b/third_party/boost/libs/asio/doc/tutorial.qbk index 7564c4d902..a7ec6371d6 100644 --- a/third_party/boost/libs/asio/doc/tutorial.qbk +++ b/third_party/boost/libs/asio/doc/tutorial.qbk @@ -653,6 +653,11 @@ Just as it would with a call from a single thread, concurrent calls to boost::as ``''''''`` boost::asio::io_context io; ``''''''`` printer p(io); ``''''''`` std::thread t([&]{ io.run(); }); + ``''''''`` io.run(); + ``''''''`` t.join(); + + ``''''''`` return 0; + ``''''''``} See the [link boost_asio.tutorial.tuttimer5.src full source listing] diff --git a/third_party/boost/libs/asio/example/cpp11/tutorial/timer_dox.txt b/third_party/boost/libs/asio/example/cpp11/tutorial/timer_dox.txt index 76474692af..6bce1c0993 100644 --- a/third_party/boost/libs/asio/example/cpp11/tutorial/timer_dox.txt +++ b/third_party/boost/libs/asio/example/cpp11/tutorial/timer_dox.txt @@ -365,6 +365,7 @@ boost::asio::io_context::run() will continue to execute while there is "work" le do. The background thread will not exit until all asynchronous operations have completed. +\until join \until } See the \ref tuttimer5src "full source listing" \n diff --git a/third_party/boost/libs/asio/include/boost/asio/as_tuple.hpp b/third_party/boost/libs/asio/include/boost/asio/as_tuple.hpp index 6d71af6603..be508b8681 100644 --- a/third_party/boost/libs/asio/include/boost/asio/as_tuple.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/as_tuple.hpp @@ -142,7 +142,7 @@ struct partial_as_tuple * asynchronous operation's default completion token (or boost::asio::deferred * if no default is available). */ -constexpr partial_as_tuple as_tuple; +BOOST_ASIO_INLINE_VARIABLE constexpr partial_as_tuple as_tuple; } // namespace asio } // namespace boost diff --git a/third_party/boost/libs/asio/include/boost/asio/co_composed.hpp b/third_party/boost/libs/asio/include/boost/asio/co_composed.hpp index 6f4a9bd1fa..6acd22c79c 100644 --- a/third_party/boost/libs/asio/include/boost/asio/co_composed.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/co_composed.hpp @@ -963,7 +963,7 @@ class co_composed_promise Handler handler(std::move(a.promise_.state_.handler_)); std::tuple...> result( - std::move(static_cast>(a.result_))); + std::move(static_cast&>(a.result_))); co_composed_handler_base(std::move(composed_handler)); @@ -1104,7 +1104,7 @@ class initiate_co_composed }; template -inline initiate_co_composed +inline initiate_co_composed, Executors, Signatures...> make_initiate_co_composed(Implementation&& implementation, composed_io_executors&& executors) { diff --git a/third_party/boost/libs/asio/include/boost/asio/deferred.hpp b/third_party/boost/libs/asio/include/boost/asio/deferred.hpp index fdebcb6b8a..dfb8e51feb 100644 --- a/third_party/boost/libs/asio/include/boost/asio/deferred.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/deferred.hpp @@ -709,7 +709,7 @@ inline auto operator|(Head head, Tail&& tail) /** * See the documentation for boost::asio::deferred_t for a usage example. */ -constexpr deferred_t deferred; +BOOST_ASIO_INLINE_VARIABLE constexpr deferred_t deferred; } // namespace asio } // namespace boost diff --git a/third_party/boost/libs/asio/include/boost/asio/detached.hpp b/third_party/boost/libs/asio/include/boost/asio/detached.hpp index 1dee0ff50c..d0dfce729d 100644 --- a/third_party/boost/libs/asio/include/boost/asio/detached.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/detached.hpp @@ -95,7 +95,7 @@ class detached_t /** * See the documentation for boost::asio::detached_t for a usage example. */ -constexpr detached_t detached; +BOOST_ASIO_INLINE_VARIABLE constexpr detached_t detached; } // namespace asio } // namespace boost diff --git a/third_party/boost/libs/asio/include/boost/asio/detail/config.hpp b/third_party/boost/libs/asio/include/boost/asio/detail/config.hpp index 867588b378..1f02721999 100644 --- a/third_party/boost/libs/asio/include/boost/asio/detail/config.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/detail/config.hpp @@ -341,6 +341,19 @@ # endif // !defined(BOOST_ASIO_DISABLE_VARIADIC_LAMBDA_CAPTURES) #endif // !defined(BOOST_ASIO_HAS_VARIADIC_LAMBDA_CAPTURES) +// Support for inline variables. +#if !defined(BOOST_ASIO_HAS_INLINE_VARIABLES) +# if !defined(BOOST_ASIO_DISABLE_INLINE_VARIABLES) +# if (__cplusplus >= 201703) && (__cpp_inline_variables >= 201606) +# define BOOST_ASIO_HAS_INLINE_VARIABLES 1 +# define BOOST_ASIO_INLINE_VARIABLE inline +# endif // (__cplusplus >= 201703) && (__cpp_inline_variables >= 201606) +# endif // !defined(BOOST_ASIO_DISABLE_INLINE_VARIABLES) +#endif // !defined(BOOST_ASIO_HAS_INLINE_VARIABLES) +#if !defined(BOOST_ASIO_INLINE_VARIABLE) +# define BOOST_ASIO_INLINE_VARIABLE +#endif // !defined(BOOST_ASIO_INLINE_VARIABLE) + // Default alignment. #if defined(__STDCPP_DEFAULT_NEW_ALIGNMENT__) # define BOOST_ASIO_DEFAULT_ALIGN __STDCPP_DEFAULT_NEW_ALIGNMENT__ @@ -362,7 +375,9 @@ # if defined(BOOST_ASIO_HAS_CLANG_LIBCXX) # if (_LIBCPP_STD_VER > 14) && defined(_LIBCPP_HAS_ALIGNED_ALLOC) \ && !defined(_LIBCPP_MSVCRT) && !defined(__MINGW32__) -# if defined(__APPLE__) +# if defined(__ANDROID__) && (__ANDROID_API__ >= 28) +# define BOOST_ASIO_HAS_STD_ALIGNED_ALLOC 1 +# elif defined(__APPLE__) # if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) # if (__MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) # define BOOST_ASIO_HAS_STD_ALIGNED_ALLOC 1 @@ -532,9 +547,9 @@ # define BOOST_ASIO_HAS_STD_INVOKE_RESULT 1 # endif // (_MSC_VER >= 1911 && _MSVC_LANG >= 201703) # else // defined(BOOST_ASIO_MSVC) -# if (__cplusplus >= 201703) +# if (__cplusplus >= 201703) && (__cpp_lib_is_invocable >= 201703) # define BOOST_ASIO_HAS_STD_INVOKE_RESULT 1 -# endif // (__cplusplus >= 201703) +# endif // (__cplusplus >= 201703) && (__cpp_lib_is_invocable >= 201703) # endif // defined(BOOST_ASIO_MSVC) # endif // !defined(BOOST_ASIO_DISABLE_STD_INVOKE_RESULT) #endif // !defined(BOOST_ASIO_HAS_STD_INVOKE_RESULT) @@ -1275,7 +1290,10 @@ // Support the co_await keyword on compilers known to allow it. #if !defined(BOOST_ASIO_HAS_CO_AWAIT) # if !defined(BOOST_ASIO_DISABLE_CO_AWAIT) -# if defined(BOOST_ASIO_MSVC) +# if (__cplusplus >= 202002) \ + && (__cpp_impl_coroutine >= 201902) && (__cpp_lib_coroutine >= 201902) +# define BOOST_ASIO_HAS_CO_AWAIT 1 +# elif defined(BOOST_ASIO_MSVC) # if (_MSC_VER >= 1928) && (_MSVC_LANG >= 201705) && !defined(__clang__) # define BOOST_ASIO_HAS_CO_AWAIT 1 # elif (_MSC_FULL_VER >= 190023506) @@ -1386,11 +1404,9 @@ // Standard library support for snprintf. #if !defined(BOOST_ASIO_HAS_SNPRINTF) # if !defined(BOOST_ASIO_DISABLE_SNPRINTF) -# if defined(__apple_build_version__) -# if (__clang_major__ >= 14) -# define BOOST_ASIO_HAS_SNPRINTF 1 -# endif // (__clang_major__ >= 14) -# endif // defined(__apple_build_version__) +# if defined(__APPLE__) +# define BOOST_ASIO_HAS_SNPRINTF 1 +# endif // defined(__APPLE__) # endif // !defined(BOOST_ASIO_DISABLE_SNPRINTF) #endif // !defined(BOOST_ASIO_HAS_SNPRINTF) diff --git a/third_party/boost/libs/asio/include/boost/asio/detail/impl/socket_ops.ipp b/third_party/boost/libs/asio/include/boost/asio/detail/impl/socket_ops.ipp index a61f9252b2..2548c2987d 100644 --- a/third_party/boost/libs/asio/include/boost/asio/detail/impl/socket_ops.ipp +++ b/third_party/boost/libs/asio/include/boost/asio/detail/impl/socket_ops.ipp @@ -41,6 +41,10 @@ #endif // defined(BOOST_ASIO_WINDOWS) || defined(__CYGWIN__) // || defined(__MACH__) && defined(__APPLE__) +#if defined(_MSC_VER) && (_MSC_VER >= 1800) +# include +#endif // defined(_MSC_VER) && (_MSC_VER >= 1800) + #include namespace boost { @@ -2583,9 +2587,11 @@ const char* inet_ntop(int af, const void* src, char* dest, size_t length, || if_indextoname(static_cast(scope_id), if_name + 1) == 0) #if defined(BOOST_ASIO_HAS_SNPRINTF) snprintf(if_name + 1, sizeof(if_name) - 1, "%lu", scope_id); -#else // defined(BOOST_ASIO_HAS_SNPRINTF) +#elif defined(BOOST_ASIO_HAS_SECURE_RTL) + sprintf_s(if_name + 1, sizeof(if_name) -1, "%lu", scope_id); +#else // defined(BOOST_ASIO_HAS_SECURE_RTL) sprintf(if_name + 1, "%lu", scope_id); -#endif // defined(BOOST_ASIO_HAS_SNPRINTF) +#endif // defined(BOOST_ASIO_HAS_SECURE_RTL) strcat(dest, if_name); } return result; diff --git a/third_party/boost/libs/asio/include/boost/asio/detail/impl/win_iocp_file_service.ipp b/third_party/boost/libs/asio/include/boost/asio/detail/impl/win_iocp_file_service.ipp index 7f2289efb1..9d34f1e251 100644 --- a/third_party/boost/libs/asio/include/boost/asio/detail/impl/win_iocp_file_service.ipp +++ b/third_party/boost/libs/asio/include/boost/asio/detail/impl/win_iocp_file_service.ipp @@ -95,6 +95,7 @@ boost::system::error_code win_iocp_file_service::open( if ((open_flags & file_base::sync_all_on_write) != 0) flags |= FILE_FLAG_WRITE_THROUGH; + impl.offset_ = 0; HANDLE handle = ::CreateFileA(path, access, share, 0, disposition, flags, 0); if (handle != INVALID_HANDLE_VALUE) { @@ -111,10 +112,18 @@ boost::system::error_code win_iocp_file_service::open( return ec; } } - else if ((open_flags & file_base::append) != 0) + } + if (disposition == OPEN_ALWAYS || disposition == OPEN_EXISTING) + { + if ((open_flags & file_base::append) != 0) { - if (::SetFilePointer(handle, 0, 0, FILE_END) - == INVALID_SET_FILE_POINTER) + LARGE_INTEGER distance, new_offset; + distance.QuadPart = 0; + if (::SetFilePointerEx(handle, distance, &new_offset, FILE_END)) + { + impl.offset_ = static_cast(new_offset.QuadPart); + } + else { DWORD last_error = ::GetLastError(); ::CloseHandle(handle); @@ -128,7 +137,6 @@ boost::system::error_code win_iocp_file_service::open( handle_service_.assign(impl, handle, ec); if (ec) ::CloseHandle(handle); - impl.offset_ = 0; BOOST_ASIO_ERROR_LOCATION(ec); return ec; } diff --git a/third_party/boost/libs/asio/include/boost/asio/detail/wrapped_handler.hpp b/third_party/boost/libs/asio/include/boost/asio/detail/wrapped_handler.hpp index 02691c0ec3..4643b71e2d 100644 --- a/third_party/boost/libs/asio/include/boost/asio/detail/wrapped_handler.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/detail/wrapped_handler.hpp @@ -42,12 +42,36 @@ struct is_continuation_if_running } }; +template +struct wrapped_executor +{ + typedef Dispatcher executor_type; + + static const Dispatcher& get(const Dispatcher& dispatcher) noexcept + { + return dispatcher; + } +}; + +template +struct wrapped_executor> +{ + typedef typename Dispatcher::executor_type executor_type; + + static executor_type get(const Dispatcher& dispatcher) noexcept + { + return dispatcher.get_executor(); + } +}; + template class wrapped_handler { public: typedef void result_type; + typedef typename wrapped_executor::executor_type executor_type; wrapped_handler(Dispatcher dispatcher, Handler& handler) : dispatcher_(dispatcher), @@ -67,6 +91,11 @@ class wrapped_handler { } + executor_type get_executor() const noexcept + { + return wrapped_executor::get(dispatcher_); + } + void operator()() { dispatcher_.dispatch(static_cast(handler_)); @@ -152,49 +181,6 @@ class wrapped_handler Handler handler_; }; -template -class rewrapped_handler -{ -public: - explicit rewrapped_handler(Handler& handler, const Context& context) - : context_(context), - handler_(static_cast(handler)) - { - } - - explicit rewrapped_handler(const Handler& handler, const Context& context) - : context_(context), - handler_(handler) - { - } - - rewrapped_handler(const rewrapped_handler& other) - : context_(other.context_), - handler_(other.handler_) - { - } - - rewrapped_handler(rewrapped_handler&& other) - : context_(static_cast(other.context_)), - handler_(static_cast(other.handler_)) - { - } - - void operator()() - { - handler_(); - } - - void operator()() const - { - handler_(); - } - -//private: - Context context_; - Handler handler_; -}; - template inline bool asio_handler_is_continuation( wrapped_handler* this_handler) @@ -202,14 +188,6 @@ inline bool asio_handler_is_continuation( return IsContinuation()(this_handler->dispatcher_, this_handler->handler_); } -template -inline bool asio_handler_is_continuation( - rewrapped_handler* this_handler) -{ - return boost_asio_handler_cont_helpers::is_continuation( - this_handler->context_); -} - } // namespace detail } // namespace asio } // namespace boost diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/allocator.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/allocator.hpp index d48f055b87..9fc9c35bb1 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/allocator.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/allocator.hpp @@ -226,7 +226,7 @@ const T allocator_t::static_query_v; #endif // defined(BOOST_ASIO_HAS_DEDUCED_STATIC_QUERY_TRAIT) // && defined(BOOST_ASIO_HAS_SFINAE_VARIABLE_TEMPLATES) -constexpr allocator_t allocator; +BOOST_ASIO_INLINE_VARIABLE constexpr allocator_t allocator; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/blocking.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/blocking.hpp index 44d32b24a0..7501aecbc3 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/blocking.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/blocking.hpp @@ -893,7 +893,7 @@ const T never_t::static_query_v; typedef detail::blocking_t<> blocking_t; -constexpr blocking_t blocking; +BOOST_ASIO_INLINE_VARIABLE constexpr blocking_t blocking; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/blocking_adaptation.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/blocking_adaptation.hpp index 8973a2eb5d..3c641219f4 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/blocking_adaptation.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/blocking_adaptation.hpp @@ -719,7 +719,7 @@ void blocking_execute( typedef detail::blocking_adaptation_t<> blocking_adaptation_t; -constexpr blocking_adaptation_t blocking_adaptation; +BOOST_ASIO_INLINE_VARIABLE constexpr blocking_adaptation_t blocking_adaptation; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/context.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/context.hpp index 5d8a81b70b..6c9fd9a13d 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/context.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/context.hpp @@ -139,7 +139,7 @@ const T context_t::static_query_v; typedef detail::context_t<> context_t; -constexpr context_t context; +BOOST_ASIO_INLINE_VARIABLE constexpr context_t context; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/mapping.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/mapping.hpp index 5c668dbb97..769ad8c283 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/mapping.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/mapping.hpp @@ -734,7 +734,7 @@ const T other_t::static_query_v; typedef detail::mapping_t<> mapping_t; -constexpr mapping_t mapping; +BOOST_ASIO_INLINE_VARIABLE constexpr mapping_t mapping; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/occupancy.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/occupancy.hpp index dddcd84939..20bc40a395 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/occupancy.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/occupancy.hpp @@ -132,7 +132,7 @@ const T occupancy_t::static_query_v; typedef detail::occupancy_t<> occupancy_t; -constexpr occupancy_t occupancy; +BOOST_ASIO_INLINE_VARIABLE constexpr occupancy_t occupancy; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/outstanding_work.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/outstanding_work.hpp index b8d9677776..f5ea64cebf 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/outstanding_work.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/outstanding_work.hpp @@ -545,7 +545,7 @@ const T tracked_t::static_query_v; typedef detail::outstanding_work_t<> outstanding_work_t; -constexpr outstanding_work_t outstanding_work; +BOOST_ASIO_INLINE_VARIABLE constexpr outstanding_work_t outstanding_work; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/execution/relationship.hpp b/third_party/boost/libs/asio/include/boost/asio/execution/relationship.hpp index 4ccda00bc2..9cc0fe4f1d 100644 --- a/third_party/boost/libs/asio/include/boost/asio/execution/relationship.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/execution/relationship.hpp @@ -543,7 +543,7 @@ const T continuation_t::static_query_v; typedef detail::relationship_t<> relationship_t; -constexpr relationship_t relationship; +BOOST_ASIO_INLINE_VARIABLE constexpr relationship_t relationship; } // namespace execution diff --git a/third_party/boost/libs/asio/include/boost/asio/experimental/impl/coro.hpp b/third_party/boost/libs/asio/include/boost/asio/experimental/impl/coro.hpp index 6e0bf0cc77..80f2b4e3fb 100644 --- a/third_party/boost/libs/asio/include/boost/asio/experimental/impl/coro.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/experimental/impl/coro.hpp @@ -601,7 +601,7 @@ struct coro_promise final : cancellation_slot_type get_cancellation_slot() const noexcept { - return cancel ? cancel->slot : cancellation_slot_type{}; + return cancel ? cancel->state.slot() : cancellation_slot_type{}; } using allocator_type = diff --git a/third_party/boost/libs/asio/include/boost/asio/experimental/use_coro.hpp b/third_party/boost/libs/asio/include/boost/asio/experimental/use_coro.hpp index f65558290c..d8d0d35585 100644 --- a/third_party/boost/libs/asio/include/boost/asio/experimental/use_coro.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/experimental/use_coro.hpp @@ -174,9 +174,9 @@ struct use_coro_t * See the documentation for boost::asio::use_coro_t for a usage example. */ #if defined(GENERATING_DOCUMENTATION) -constexpr use_coro_t<> use_coro; +BOOST_ASIO_INLINE_VARIABLE constexpr use_coro_t<> use_coro; #else -constexpr use_coro_t<> use_coro(0, 0, 0); +BOOST_ASIO_INLINE_VARIABLE constexpr use_coro_t<> use_coro(0, 0, 0); #endif } // namespace experimental diff --git a/third_party/boost/libs/asio/include/boost/asio/experimental/use_promise.hpp b/third_party/boost/libs/asio/include/boost/asio/experimental/use_promise.hpp index a2fa9d51bc..e78921a412 100644 --- a/third_party/boost/libs/asio/include/boost/asio/experimental/use_promise.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/experimental/use_promise.hpp @@ -100,7 +100,7 @@ struct use_promise_t Allocator allocator_; }; -constexpr use_promise_t<> use_promise; +BOOST_ASIO_INLINE_VARIABLE constexpr use_promise_t<> use_promise; } // namespace experimental } // namespace asio diff --git a/third_party/boost/libs/asio/include/boost/asio/impl/awaitable.hpp b/third_party/boost/libs/asio/include/boost/asio/impl/awaitable.hpp index 09833ead27..477a45acff 100644 --- a/third_party/boost/libs/asio/include/boost/asio/impl/awaitable.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/impl/awaitable.hpp @@ -546,7 +546,7 @@ class awaitable_frame { this->coro_ = coroutine_handle::from_promise(*this); return awaitable(this); - }; + } template void return_value(U&& u) @@ -583,7 +583,7 @@ class awaitable_frame { this->coro_ = coroutine_handle::from_promise(*this); return awaitable(this); - }; + } void return_void() { @@ -621,7 +621,7 @@ class awaitable_frame { this->coro_ = coroutine_handle::from_promise(*this); return awaitable(this); - }; + } void return_void() { diff --git a/third_party/boost/libs/asio/include/boost/asio/impl/co_spawn.hpp b/third_party/boost/libs/asio/include/boost/asio/impl/co_spawn.hpp index f2b5137f87..31d3311c00 100644 --- a/third_party/boost/libs/asio/include/boost/asio/impl/co_spawn.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/impl/co_spawn.hpp @@ -143,7 +143,9 @@ awaitable co_spawn_entry_point( (co_await awaitable_thread_has_context_switched{}) = false; std::exception_ptr e = nullptr; bool done = false; +#if !defined(BOOST_ASIO_NO_EXCEPTIONS) try +#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) { T t = co_await s.function(); @@ -164,6 +166,7 @@ awaitable co_spawn_entry_point( co_return; } +#if !defined(BOOST_ASIO_NO_EXCEPTIONS) catch (...) { if (done) @@ -171,6 +174,7 @@ awaitable co_spawn_entry_point( e = std::current_exception(); } +#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) bool switched = (co_await awaitable_thread_has_context_switched{}); if (!switched) @@ -194,14 +198,18 @@ awaitable co_spawn_entry_point( (co_await awaitable_thread_has_context_switched{}) = false; std::exception_ptr e = nullptr; +#if !defined(BOOST_ASIO_NO_EXCEPTIONS) try +#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) { co_await s.function(); } +#if !defined(BOOST_ASIO_NO_EXCEPTIONS) catch (...) { e = std::current_exception(); } +#endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) bool switched = (co_await awaitable_thread_has_context_switched{}); if (!switched) diff --git a/third_party/boost/libs/asio/include/boost/asio/impl/spawn.hpp b/third_party/boost/libs/asio/include/boost/asio/impl/spawn.hpp index 312922deed..03800c5ca5 100644 --- a/third_party/boost/libs/asio/include/boost/asio/impl/spawn.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/impl/spawn.hpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #if defined(BOOST_ASIO_HAS_BOOST_CONTEXT_FIBER) diff --git a/third_party/boost/libs/asio/include/boost/asio/ip/impl/address_v6.ipp b/third_party/boost/libs/asio/include/boost/asio/ip/impl/address_v6.ipp index cf81cca410..adb7ae1d4e 100644 --- a/third_party/boost/libs/asio/include/boost/asio/ip/impl/address_v6.ipp +++ b/third_party/boost/libs/asio/include/boost/asio/ip/impl/address_v6.ipp @@ -282,7 +282,7 @@ address_v6 make_address_v6(const char* str, if (boost::asio::detail::socket_ops::inet_pton( BOOST_ASIO_OS_DEF(AF_INET6), str, &bytes[0], &scope_id, ec) <= 0) return address_v6(); - return address_v6(bytes, scope_id); + return address_v6(bytes, static_cast(scope_id)); } address_v6 make_address_v6(const std::string& str) diff --git a/third_party/boost/libs/asio/include/boost/asio/placeholders.hpp b/third_party/boost/libs/asio/include/boost/asio/placeholders.hpp index eacc28c727..5476c800ce 100644 --- a/third_party/boost/libs/asio/include/boost/asio/placeholders.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/placeholders.hpp @@ -59,12 +59,18 @@ unspecified signal_number; #else -static constexpr auto& error = std::placeholders::_1; -static constexpr auto& bytes_transferred = std::placeholders::_2; -static constexpr auto& iterator = std::placeholders::_2; -static constexpr auto& results = std::placeholders::_2; -static constexpr auto& endpoint = std::placeholders::_2; -static constexpr auto& signal_number = std::placeholders::_2; +static BOOST_ASIO_INLINE_VARIABLE constexpr auto& error + = std::placeholders::_1; +static BOOST_ASIO_INLINE_VARIABLE constexpr auto& bytes_transferred + = std::placeholders::_2; +static BOOST_ASIO_INLINE_VARIABLE constexpr auto& iterator + = std::placeholders::_2; +static BOOST_ASIO_INLINE_VARIABLE constexpr auto& results + = std::placeholders::_2; +static BOOST_ASIO_INLINE_VARIABLE constexpr auto& endpoint + = std::placeholders::_2; +static BOOST_ASIO_INLINE_VARIABLE constexpr auto& signal_number + = std::placeholders::_2; #endif diff --git a/third_party/boost/libs/asio/include/boost/asio/ssl/impl/context.ipp b/third_party/boost/libs/asio/include/boost/asio/ssl/impl/context.ipp index 363e9b2f23..3b1b7f5360 100644 --- a/third_party/boost/libs/asio/include/boost/asio/ssl/impl/context.ipp +++ b/third_party/boost/libs/asio/include/boost/asio/ssl/impl/context.ipp @@ -270,8 +270,9 @@ context::context(context::method m) #endif // defined(SSL_TXT_TLSV1_2) // TLS v1.3. -#if (OPENSSL_VERSION_NUMBER >= 0x10101000L) \ - && !defined(LIBRESSL_VERSION_NUMBER) +#if ((OPENSSL_VERSION_NUMBER >= 0x10101000L) \ + && !defined(LIBRESSL_VERSION_NUMBER)) \ + || defined(BOOST_ASIO_USE_WOLFSSL) case context::tlsv13: handle_ = ::SSL_CTX_new(::TLS_method()); if (handle_) @@ -296,16 +297,18 @@ context::context(context::method m) SSL_CTX_set_max_proto_version(handle_, TLS1_3_VERSION); } break; -#else // (OPENSSL_VERSION_NUMBER >= 0x10101000L) - // && !defined(LIBRESSL_VERSION_NUMBER) +#else // ((OPENSSL_VERSION_NUMBER >= 0x10101000L) + // && !defined(LIBRESSL_VERSION_NUMBER)) + // || defined(BOOST_ASIO_USE_WOLFSSL) case context::tlsv13: case context::tlsv13_client: case context::tlsv13_server: boost::asio::detail::throw_error( boost::asio::error::invalid_argument, "context"); break; -#endif // (OPENSSL_VERSION_NUMBER >= 0x10101000L) - // && !defined(LIBRESSL_VERSION_NUMBER) +#endif // ((OPENSSL_VERSION_NUMBER >= 0x10101000L) + // && !defined(LIBRESSL_VERSION_NUMBER)) + // || defined(BOOST_ASIO_USE_WOLFSSL) // Any supported SSL/TLS version. case context::sslv23: diff --git a/third_party/boost/libs/asio/include/boost/asio/this_coro.hpp b/third_party/boost/libs/asio/include/boost/asio/this_coro.hpp index 936d360b6b..02accdf787 100644 --- a/third_party/boost/libs/asio/include/boost/asio/this_coro.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/this_coro.hpp @@ -33,7 +33,7 @@ struct executor_t }; /// Awaitable object that returns the executor of the current coroutine. -constexpr executor_t executor; +BOOST_ASIO_INLINE_VARIABLE constexpr executor_t executor; /// Awaitable type that returns the cancellation state of the current coroutine. struct cancellation_state_t @@ -58,7 +58,7 @@ struct cancellation_state_t * // ... * } @endcode */ -constexpr cancellation_state_t cancellation_state; +BOOST_ASIO_INLINE_VARIABLE constexpr cancellation_state_t cancellation_state; #if defined(GENERATING_DOCUMENTATION) diff --git a/third_party/boost/libs/asio/include/boost/asio/use_awaitable.hpp b/third_party/boost/libs/asio/include/boost/asio/use_awaitable.hpp index cbb8dc52cc..5e0e95a9c7 100644 --- a/third_party/boost/libs/asio/include/boost/asio/use_awaitable.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/use_awaitable.hpp @@ -146,9 +146,9 @@ struct use_awaitable_t * See the documentation for boost::asio::use_awaitable_t for a usage example. */ #if defined(GENERATING_DOCUMENTATION) -constexpr use_awaitable_t<> use_awaitable; +BOOST_ASIO_INLINE_VARIABLE constexpr use_awaitable_t<> use_awaitable; #else -constexpr use_awaitable_t<> use_awaitable(0, 0, 0); +BOOST_ASIO_INLINE_VARIABLE constexpr use_awaitable_t<> use_awaitable(0, 0, 0); #endif } // namespace asio diff --git a/third_party/boost/libs/asio/include/boost/asio/use_future.hpp b/third_party/boost/libs/asio/include/boost/asio/use_future.hpp index 973bcfec6c..9f7bd777cf 100644 --- a/third_party/boost/libs/asio/include/boost/asio/use_future.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/use_future.hpp @@ -146,7 +146,7 @@ class use_future_t /** * See the documentation for boost::asio::use_future_t for a usage example. */ -constexpr use_future_t<> use_future; +BOOST_ASIO_INLINE_VARIABLE constexpr use_future_t<> use_future; } // namespace asio } // namespace boost diff --git a/third_party/boost/libs/asio/include/boost/asio/uses_executor.hpp b/third_party/boost/libs/asio/include/boost/asio/uses_executor.hpp index 4105c3b2a4..d91f217811 100644 --- a/third_party/boost/libs/asio/include/boost/asio/uses_executor.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/uses_executor.hpp @@ -46,7 +46,7 @@ struct executor_arg_t * See boost::asio::executor_arg_t and boost::asio::uses_executor * for more information. */ -constexpr executor_arg_t executor_arg; +BOOST_ASIO_INLINE_VARIABLE constexpr executor_arg_t executor_arg; /// The uses_executor trait detects whether a type T has an associated executor /// that is convertible from type Executor. diff --git a/third_party/boost/libs/asio/include/boost/asio/version.hpp b/third_party/boost/libs/asio/include/boost/asio/version.hpp index c12a86c07f..671e1c60db 100644 --- a/third_party/boost/libs/asio/include/boost/asio/version.hpp +++ b/third_party/boost/libs/asio/include/boost/asio/version.hpp @@ -18,6 +18,6 @@ // BOOST_ASIO_VERSION % 100 is the sub-minor version // BOOST_ASIO_VERSION / 100 % 1000 is the minor version // BOOST_ASIO_VERSION / 100000 is the major version -#define BOOST_ASIO_VERSION 103100 // 1.31.0 +#define BOOST_ASIO_VERSION 103200 // 1.32.0 #endif // BOOST_ASIO_VERSION_HPP diff --git a/third_party/boost/libs/beast/test/beast/core/buffered_read_stream.cpp b/third_party/boost/libs/beast/test/beast/core/buffered_read_stream.cpp index 4cb264068f..cf3996ed0f 100644 --- a/third_party/boost/libs/beast/test/beast/core/buffered_read_stream.cpp +++ b/third_party/boost/libs/beast/test/beast/core/buffered_read_stream.cpp @@ -26,16 +26,10 @@ #include #endif -#if BOOST_WORKAROUND(BOOST_GCC, < 80200) -#define BOOST_BEAST_SYMBOL_HIDDEN __attribute__ ((visibility("hidden"))) -#else -#define BOOST_BEAST_SYMBOL_HIDDEN -#endif - namespace boost { namespace beast { -class BOOST_BEAST_SYMBOL_HIDDEN buffered_read_stream_test +class buffered_read_stream_test : public unit_test::suite , public test::enable_yield_to { diff --git a/third_party/boost/libs/beast/test/beast/http/read.cpp b/third_party/boost/libs/beast/test/beast/http/read.cpp index 77b98abc3e..61a0c99444 100644 --- a/third_party/boost/libs/beast/test/beast/http/read.cpp +++ b/third_party/boost/libs/beast/test/beast/http/read.cpp @@ -37,17 +37,11 @@ #include #endif -#if BOOST_WORKAROUND(BOOST_GCC, < 80200) -#define BOOST_BEAST_SYMBOL_HIDDEN __attribute__ ((visibility("hidden"))) -#else -#define BOOST_BEAST_SYMBOL_HIDDEN -#endif - namespace boost { namespace beast { namespace http { -class BOOST_BEAST_SYMBOL_HIDDEN read_test +class read_test : public beast::unit_test::suite , public test::enable_yield_to { diff --git a/third_party/boost/libs/beast/test/beast/http/write.cpp b/third_party/boost/libs/beast/test/beast/http/write.cpp index f29acce208..a8a618a437 100644 --- a/third_party/boost/libs/beast/test/beast/http/write.cpp +++ b/third_party/boost/libs/beast/test/beast/http/write.cpp @@ -36,17 +36,11 @@ #include #endif -#if BOOST_WORKAROUND(BOOST_GCC, < 80200) -#define BOOST_BEAST_SYMBOL_HIDDEN __attribute__ ((visibility("hidden"))) -#else -#define BOOST_BEAST_SYMBOL_HIDDEN -#endif - namespace boost { namespace beast { namespace http { -class BOOST_BEAST_SYMBOL_HIDDEN write_test +class write_test : public beast::unit_test::suite , public test::enable_yield_to { diff --git a/third_party/boost/libs/beast/test/beast/websocket/read2.cpp b/third_party/boost/libs/beast/test/beast/websocket/read2.cpp index bda70a0042..3cb2408db3 100644 --- a/third_party/boost/libs/beast/test/beast/websocket/read2.cpp +++ b/third_party/boost/libs/beast/test/beast/websocket/read2.cpp @@ -18,18 +18,11 @@ #include #endif -#include -#if BOOST_WORKAROUND(BOOST_GCC, < 80200) -#define BOOST_BEAST_SYMBOL_HIDDEN __attribute__ ((visibility("hidden"))) -#else -#define BOOST_BEAST_SYMBOL_HIDDEN -#endif - namespace boost { namespace beast { namespace websocket { -class BOOST_BEAST_SYMBOL_HIDDEN read2_test +class read2_test : public websocket_test_suite { public: diff --git a/third_party/boost/libs/beast/test/extras/include/boost/beast/test/yield_to.hpp b/third_party/boost/libs/beast/test/extras/include/boost/beast/test/yield_to.hpp index c5d30f053f..411548eef7 100644 --- a/third_party/boost/libs/beast/test/extras/include/boost/beast/test/yield_to.hpp +++ b/third_party/boost/libs/beast/test/extras/include/boost/beast/test/yield_to.hpp @@ -19,6 +19,12 @@ #include #include +#if BOOST_WORKAROUND(BOOST_GCC, < 80200) +#define BOOST_BEAST_SYMBOL_HIDDEN __attribute__ ((visibility("hidden"))) +#else +#define BOOST_BEAST_SYMBOL_HIDDEN +#endif + namespace boost { namespace beast { namespace test { @@ -29,7 +35,7 @@ namespace test { functions inside coroutines. This is handy for testing asynchronous asio code. */ -class enable_yield_to +class BOOST_BEAST_SYMBOL_HIDDEN enable_yield_to { protected: net::io_context ioc_; diff --git a/third_party/boost/libs/container/doc/container.qbk b/third_party/boost/libs/container/doc/container.qbk index 4786cd2430..8d3fd5c6eb 100644 --- a/third_party/boost/libs/container/doc/container.qbk +++ b/third_party/boost/libs/container/doc/container.qbk @@ -1412,6 +1412,7 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes_boost_1_86_00 Boost 1.86 Release] * Fixed bugs/issues: + * [@https://github.com/boostorg/container/issues/285 GitHub #285: ['"devector<>::push_front asserts after clear()"]]. * [@https://github.com/boostorg/container/issues/280 GitHub #280: ['"Several containers don't support non-movable types when move assigning"]]. * [@https://github.com/boostorg/container/issues/279 GitHub #279: ['"small_vector cannot go back to use stack space"]]. * [@https://github.com/boostorg/container/issues/277 GitHub #277: ['"Remove dep on boost::static_assert"]]. diff --git a/third_party/boost/libs/container/include/boost/container/devector.hpp b/third_party/boost/libs/container/include/boost/container/devector.hpp index 216641ced2..9b1f643090 100644 --- a/third_party/boost/libs/container/include/boost/container/devector.hpp +++ b/third_party/boost/libs/container/include/boost/container/devector.hpp @@ -2735,10 +2735,7 @@ class devector size_type const cap = m_.capacity; //Test if enough free memory would be left if (free_cap >= n && (free_cap - n) >= cap/devector_min_free_fraction) { - //Make sure relocation is happening because there was no enough space size_type const old_size = this->size(); - BOOST_ASSERT(should_move_back(p) ? (back_free_cap < n) : (front_free_cap < n)); - T* const raw_pos = const_cast(boost::movelib::to_raw_pointer(p)); size_type const new_size = old_size + n; size_type const new_front_idx = (cap - new_size) / 2u; diff --git a/third_party/boost/libs/container/proj/to-do.txt b/third_party/boost/libs/container/proj/to-do.txt deleted file mode 100644 index 9c33223820..0000000000 --- a/third_party/boost/libs/container/proj/to-do.txt +++ /dev/null @@ -1,62 +0,0 @@ -->Change "insert" and "push_back"/"push_front" to catch non-const rvalues -->Add an example with stateful allocators -->Add test to check convertible types in push_back/insert -->Align with C++11 [multi]map::insert(P &&p) overload. -->Fix code marked with "//to-do: if possible, an efficient way to deallocate allocated blocks" -->Add BOOST_CONTAINER_TRY, etc. macros to allow disabling exceptions only in this library (just like Boost.Intrusive) -->Add macro to change the default allocator std::allocator to another one -->Add front()/back() to string - - -Review allocator traits --> Avoid any rebind<>::other --> Review select_on_container_copy_xxx --> Review propagate_on_xxx --> Put default constructed containers with their own constructor (different nothrow guarantees). Optimization, not needed --> Default + swap move constructors correct? --> Review container documentation in swap/copy/move regarding allocators - -Check all move constructors: swap might not be a valid idiom, allocators must be move constructed, -intrusive containers are now movable - -Add and test: - -Test different propagation values and with inequal allocators - -propagate_on_container_move_assignment -select_on_container_copy_construction -propagate_on_container_swap -propagate_on_container_copy_assignment - -Test move constructors with data values and unequal allocators - -An allocator should use a smart allocator not constructible from raw pointers to catch missing pointer_traits calls - -Add initializer lists - -Write forward_list - -check move if noexcept conditions in vector, deque and stable_vector - -Add noexcept testing using static_assert (Howard Hinnants's suggestion): - - #include - - struct A - { - void foo() noexcept; - }; - - static_assert(noexcept(std::declval().foo()), "A::foo() should be noexcept"); - -Detect always equal or unequal allocators at compiler time. operator== returns true_type or false_type - -change virtual functions with pointers to avoid template instantiation for every type - -Add hash for containers - -Add std:: hashing support - -Fix trivial destructor after move and other optimizing traits - -Implement n3586, "Splicing Maps and Sets" (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3586.pdf) diff --git a/third_party/boost/libs/container/proj/vs/alloc_basic_test.vcxproj b/third_party/boost/libs/container/proj/vs/alloc_basic_test.vcxproj deleted file mode 100644 index 52be763256..0000000000 --- a/third_party/boost/libs/container/proj/vs/alloc_basic_test.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CD57C283-1862-42FE-BF87-B96D3A2A7912} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;%(AdditionalLibraryDirectories) - true - $(OutDir)alloc_basic_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;%(AdditionalLibraryDirectories) - true - $(OutDir)alloc_basic_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/alloc_full_test.vcxproj b/third_party/boost/libs/container/proj/vs/alloc_full_test.vcxproj deleted file mode 100644 index cf9cd5daed..0000000000 --- a/third_party/boost/libs/container/proj/vs/alloc_full_test.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CD57C283-1862-9FE5-BF87-BA91293A76D3} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;%(AdditionalLibraryDirectories) - true - $(OutDir)alloc_full_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;%(AdditionalLibraryDirectories) - true - $(OutDir)alloc_full_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/alloc_lib.vcxproj b/third_party/boost/libs/container/proj/vs/alloc_lib.vcxproj deleted file mode 100644 index 6af11e8b02..0000000000 --- a/third_party/boost/libs/container/proj/vs/alloc_lib.vcxproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - _alloc_lib - {685AC59C-E667-4096-9DAA-AB76083C7092} - Win32Proj - 10.0 - - - - StaticLibrary - v143 - MultiByte - - - StaticLibrary - v143 - MultiByte - - - StaticLibrary - v143 - MultiByte - - - StaticLibrary - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - ..\..\Bin\Debug\ - Debug\ - $(ProjectName) - - - $(ProjectName) - - - ..\..\Bin\Release\ - Release\ - - - - Disabled - ..\..\..\..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - Level3 - EditAndContinue - - - $(OutDir)$(ProjectName)$(TargetExt) - - - - - Disabled - ..\..\..\..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - $(OutDir)$(ProjectName)$(TargetExt) - - - - - ..\..\..\..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - - Level3 - ProgramDatabase - - - $(OutDir)alloc_lib.lib - - - - - ..\..\..\..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - - - Level3 - ProgramDatabase - - - $(OutDir)alloc_lib.lib - - - - - - - true - true - true - true - - - true - true - true - true - - - - - - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/allocator_traits_test.vcxproj b/third_party/boost/libs/container/proj/vs/allocator_traits_test.vcxproj deleted file mode 100644 index a0e00c9e81..0000000000 --- a/third_party/boost/libs/container/proj/vs/allocator_traits_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {EEAD75AE-287B-4EF2-BA2B-72A35C29FC46} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)allocator_traits_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)allocator_traits_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_adaptive_node_pool.vcxproj b/third_party/boost/libs/container/proj/vs/bench_adaptive_node_pool.vcxproj deleted file mode 100644 index 87f85a7b41..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_adaptive_node_pool.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C8AD2618-79EB-8612-42FE-2A3AC9667A13} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_adaptive_node_pool.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_adaptive_node_pool.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_alloc.vcxproj b/third_party/boost/libs/container/proj/vs/bench_alloc.vcxproj deleted file mode 100644 index a39b12e3e4..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_alloc.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_alloc_expand_bwd.vcxproj b/third_party/boost/libs/container/proj/vs/bench_alloc_expand_bwd.vcxproj deleted file mode 100644 index 07d3678320..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_alloc_expand_bwd.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_expand_bwd.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_expand_bwd.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_alloc_expand_fwd.vcxproj b/third_party/boost/libs/container/proj/vs/bench_alloc_expand_fwd.vcxproj deleted file mode 100644 index 94b13e0f29..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_alloc_expand_fwd.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {66380897-0E10-49E5-B615-04F2673D6CD1} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_expand_fwd.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_expand_fwd.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_alloc_shrink_to_fit.vcxproj b/third_party/boost/libs/container/proj/vs/bench_alloc_shrink_to_fit.vcxproj deleted file mode 100644 index 34f5dbfbe6..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_alloc_shrink_to_fit.vcxproj +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D4BC8F10-4E85-4345-A77D-ABF4E4CD0874} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_shrink_to_fit.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_shrink_to_fit.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_alloc_stable_vector_burst.vcxproj b/third_party/boost/libs/container/proj/vs/bench_alloc_stable_vector_burst.vcxproj deleted file mode 100644 index b04a9b7a49..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_alloc_stable_vector_burst.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C3AD2582-79BF-2FE1-8612-BD707552A6A1} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_stable_vector_burst.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - alloc_lib.lib;%(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_alloc_stable_vector_burst.pdb - Console - false - - - - - MinSpace - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - MinSpace - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;alloc_lib.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_flat_multiset.vcxproj b/third_party/boost/libs/container/proj/vs/bench_flat_multiset.vcxproj deleted file mode 100644 index 18f259421f..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_flat_multiset.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E5C01323-3F2C-D074-F4A9-D16B31CC275B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_flat_multiset.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_flat_multiset.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_flat_set.vcxproj b/third_party/boost/libs/container/proj/vs/bench_flat_set.vcxproj deleted file mode 100644 index 14160d7890..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_flat_set.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_flat_set.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_flat_set.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set.vcxproj deleted file mode 100644 index ce44375439..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;libboost_chrono-vc71-mt-gd-1_61.lib;libboost_timer-vc71-mt-gd-1_61.lib;libboost_system-vc71-mt-gd-1_61.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;libboost_chrono-vc71-mt-gd-1_61.lib;libboost_timer-vc71-mt-gd-1_61.lib;libboost_system-vc71-mt-gd-1_61.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set_adaptive_pool.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set_adaptive_pool.vcxproj deleted file mode 100644 index e701541de3..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set_adaptive_pool.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {19275A26-49D5-4578-84C3-4FCCE80316AF} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_adaptive_pool.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_adaptive_pool.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set_alloc_v2.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set_alloc_v2.vcxproj deleted file mode 100644 index b9dc56e609..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set_alloc_v2.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5C2D1813-24CE-A826-4FE5-5732251A3FAF} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_alloc_v2.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_alloc_v2.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set_avl.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set_avl.vcxproj deleted file mode 100644 index 6b7e9236cf..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set_avl.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_avl.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_avl.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set_multi.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set_multi.vcxproj deleted file mode 100644 index 6aeb04309e..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set_multi.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {51C1C2E3-EA24-6A29-4FE5-D5C53C32271B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_multi.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_multi.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set_sg.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set_sg.vcxproj deleted file mode 100644 index e1a352d23d..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set_sg.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_sg.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_sg.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_set_sp.vcxproj b/third_party/boost/libs/container/proj/vs/bench_set_sp.vcxproj deleted file mode 100644 index 9c8e043bee..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_set_sp.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_sp.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_set_sp.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_static_vector.vcxproj b/third_party/boost/libs/container/proj/vs/bench_static_vector.vcxproj deleted file mode 100644 index e96038a1a5..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_static_vector.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_static_vector.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_static_vector.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/bench_vectors.vcxproj b/third_party/boost/libs/container/proj/vs/bench_vectors.vcxproj deleted file mode 100644 index 2b2265b79a..0000000000 --- a/third_party/boost/libs/container/proj/vs/bench_vectors.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - %(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_vectors.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - %(AdditionalDependencies) - ../../bin/debug;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)bench_vectors.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;BOOST_CONTAINER_NO_LIB;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../bin/release;../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/boost_iterator_comp_test.vcxproj b/third_party/boost/libs/container/proj/vs/boost_iterator_comp_test.vcxproj deleted file mode 100644 index ef035a6575..0000000000 --- a/third_party/boost/libs/container/proj/vs/boost_iterator_comp_test.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E219493F-B846-4A38-87A6-948905A38CBF} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_ITERATOR_DEBUG_LEVEL=0 - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)boost_iterator_comp_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)boost_iterator_comp_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/common_iterator_test.vcxproj b/third_party/boost/libs/container/proj/vs/common_iterator_test.vcxproj deleted file mode 100644 index 56b9a3eb08..0000000000 --- a/third_party/boost/libs/container/proj/vs/common_iterator_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - stdcpplatest - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)common_iterator_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - stdcpplatest - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)common_iterator_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - stdcpplatest - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - stdcpplatest - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/container.sln b/third_party/boost/libs/container/proj/vs/container.sln deleted file mode 100644 index 9d5363fdc9..0000000000 --- a/third_party/boost/libs/container/proj/vs/container.sln +++ /dev/null @@ -1,1016 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.2.32526.322 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_containerlib", "container.vcxproj", "{FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "slist_test", "slist_test.vcxproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792608}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stable_vector_test", "stable_vector_test.vcxproj", "{5E11C8D3-FA52-760A-84FE-943A6BA05A21}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "static_vector_test", "static_vector_test.vcxproj", "{58E1C1C3-096A-84FE-4FA2-D6BA79201C02}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string_test", "string_test.vcxproj", "{58CCE183-6092-48FE-A4F7-BA0D4A792607}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "throw_exception_test", "throw_exception_test.vcxproj", "{5A8D91E0-FA57-284F-84FE-D3A6BA792002}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_test", "vector_test.vcxproj", "{5CE11C83-096A-84FE-4FA2-D3A6BA792002}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deque_test", "deque_test.vcxproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792655}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_map_test", "flat_map_test.vcxproj", "{5188ECE3-6092-8FE0-44A7-BAD3A7926329}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_set_test", "flat_set_test.vcxproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792637}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "list_test", "list_test.vcxproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792632}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pair_test", "pair_test.vcxproj", "{58CA17C5-A74F-9602-48FE-B06310DA7FA6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scoped_allocator_usage_test", "scoped_allocator_usage_test.vcxproj", "{B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_tree", "doc_custom_tree.vcxproj", "{5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_extended_allocators", "doc_extended_allocators.vcxproj", "{5CE11C83-FA84-295A-4FA2-D7921A0BAB02}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_avl", "bench_set_avl.vcxproj", "{5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_multi", "bench_set_multi.vcxproj", "{51C1C2E3-EA24-6A29-4FE5-D5C53C32271B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_sg", "bench_set_sg.vcxproj", "{51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_sp", "bench_set_sp.vcxproj", "{5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_flat_set", "bench_flat_set.vcxproj", "{5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_flat_multiset", "bench_flat_multiset.vcxproj", "{E5C01323-3F2C-D074-F4A9-D16B31CC275B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_alloc_v2", "bench_set_alloc_v2.vcxproj", "{5C2D1813-24CE-A826-4FE5-5732251A3FAF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "insert_vs_emplace_test", "insert_vs_emplace_test.vcxproj", "{51EC9223-B8A9-4F6E-EA24-352DFA76C72A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null_iterators_test", "null_iterators_test.vcxproj", "{C90520E3-B8A9-EB54-76E2-25DFA3C7762A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_vector_test", "explicit_inst_vector_test.vcxproj", "{CA85EE11-096A-4F8A-4FA2-92DA72020000}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_list_test", "explicit_inst_list_test.vcxproj", "{CE1A85E0-096A-42FC-F83A-97A242002DA5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_deque_test", "explicit_inst_deque_test.vcxproj", "{CEE1A855-096A-3AC8-2F5C-9DA2420523A5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_slist_test", "explicit_inst_slist_test.vcxproj", "{CE1A8F65-AC48-096A-2F5C-7A2420D323A1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_stable_vector_test", "explicit_inst_stable_vector_test.vcxproj", "{AC285EA1-F8A3-306C-4FA2-A02029D5E720}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_static_vector_test", "explicit_inst_static_vector_test.vcxproj", "{E287ACA1-FA42-3F7A-06C2-AC72012209F5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_string_test", "explicit_inst_string_test.vcxproj", "{6A85ECE0-A596-24EA-F83A-9231D72A0217}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_set_test", "explicit_inst_set_test.vcxproj", "{C11D9E85-16A9-4A2E-C4F6-92F7E138200D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_map_test", "explicit_inst_map_test.vcxproj", "{CD9E8655-94A3-6C2E-C4F6-97E1382073FC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_flat_map_test", "explicit_inst_flat_map_test.vcxproj", "{9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_flat_set_test", "explicit_inst_flat_set_test.vcxproj", "{C811D9F8-A27E-1A91-FC44-92F14F73820B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "small_vector_test", "small_vector_test.vcxproj", "{5CE8E110-096A-84FE-4A2A-BA7E925A6002}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_stable_vector_burst", "bench_alloc_stable_vector_burst.vcxproj", "{C3AD2582-79BF-2FE1-8612-BD707552A6A1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memory_resource_test", "memory_resource_test.vcxproj", "{5711C8E3-84EE-396A-4FA2-D6B03AA79202}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scoped_allocator_adaptor_test", "scoped_allocator_adaptor_test.vcxproj", "{0010F93F-D5DF-43FE-8F2E-F013E654D169}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uses_allocator_test", "uses_allocator_test.vcxproj", "{B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "polymorphic_allocator_test", "polymorphic_allocator_test.vcxproj", "{5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "resource_adaptor_test", "resource_adaptor.vcxproj", "{5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monotonic_buffer_resource_test", "monotonic_buffer_resource_test.vcxproj", "{531AC82E-41FA-96E3-4F8E-32372DA7C3C2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unsynchronized_pool_resource_test", "unsynchronized_pool_resource_test.vcxproj", "{51FC821E-41FA-196E-F8E0-328DA3A37C72}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synchronized_pool_resource_test", "synchronized_pool_resource_test.vcxproj", "{5AC821FE-961F-4FA3-F8E0-38DC72DA3397}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "global_resource_test", "global_resource.vcxproj", "{7C85E213-963A-84EE-4FA2-970396BAA802}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_pmr", "doc_pmr.vcxproj", "{58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_small_vector_test", "explicit_inst_small_vector_test.vcxproj", "{CA85EE11-4F8A-0F96-A14F-92205A02D723}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_deque_test", "pmr_deque_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7231}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_flat_map_test", "pmr_flat_map_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E723A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_flat_set_test", "pmr_flat_set_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7239}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_list_test", "pmr_list_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7238}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_map_test", "pmr_map_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7237}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_set_test", "pmr_set_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7236}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_small_vector_test", "pmr_small_vector_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7234}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_stable_vector_test", "pmr_stable_vector_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7230}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_vector_test", "pmr_vector_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7232}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_string_test", "pmr_string_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7233}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "node_handle_test", "node_handle_test.vcxproj", "{5A17C6C5-6C29-A74F-48FE-A7FA7A063106}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string_view_compat_test", "string_view_compat_test.vcxproj", "{589975D8-0779-4174-B9DA-3B5C80A74536}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tree_test", "tree_test.vcxproj", "{5CE185C3-2609-4FA5-FE38-792BA0D3A606}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_tree_test", "flat_tree_test.vcxproj", "{DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_options_test", "vector_options_test.vcxproj", "{3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_vector", "doc_custom_vector.vcxproj", "{DB7B1CED-5670-4C9D-8478-FF4200BFF49A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_alloc_lib", "alloc_lib.vcxproj", "{685AC59C-E667-4096-9DAA-AB76083C7092}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc", "bench_alloc.vcxproj", "{7CC83A22-8612-7BF8-2F4E-BD9493C6A071}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_adaptive_node_pool", "bench_adaptive_node_pool.vcxproj", "{C8AD2618-79EB-8612-42FE-2A3AC9667A13}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_expand_bwd", "bench_alloc_expand_bwd.vcxproj", "{C7C283A2-7BF8-8612-42FE-B9D26A0793A1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_shrink_to_fit", "bench_alloc_shrink_to_fit.vcxproj", "{D4BC8F10-4E85-4345-A77D-ABF4E4CD0874}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_expand_fwd", "bench_alloc_expand_fwd.vcxproj", "{66380897-0E10-49E5-B615-04F2673D6CD1}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set", "bench_set.vcxproj", "{5E1C1C23-26A9-4FE5-A24E-DA735271C32B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_static_vector", "bench_static_vector.vcxproj", "{55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_emplace", "doc_emplace.vcxproj", "{DC3E9A5D-17A0-4BE3-A489-AD94E7130F73}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_move_containers", "doc_move_containers.vcxproj", "{5D1C8E13-255A-FA84-4FA2-DA92100BAD42}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_recursive_containers", "doc_recursive_containers.vcxproj", "{1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_type_erasure", "doc_type_erasure.vcxproj", "{5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map_test", "map_test.vcxproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792606}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_string_test", "pmr_slist_test.vcxproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7235}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_test", "set_test.vcxproj", "{9F5AD19C-BBDF-484C-9667-61B7D9406B8E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alloc_basic_test", "alloc_basic_test.vcxproj", "{CD57C283-1862-42FE-BF87-B96D3A2A7912}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alloc_full_test", "alloc_full_test.vcxproj", "{CD57C283-1862-9FE5-BF87-BA91293A76D3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allocator_traits_test", "allocator_traits_test.vcxproj", "{EEAD75AE-287B-4EF2-BA2B-72A35C29FC46}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_adaptive_pool", "bench_set_adaptive_pool.vcxproj", "{19275A26-49D5-4578-84C3-4FCCE80316AF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_map_adaptor_test", "flat_map_adaptor_test.vcxproj", "{77D65BB2-C11D-4814-BC9F-0244214D0D07}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_set_adaptor_test", "flat_set_adaptor_test.vcxproj", "{3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deque_options_test", "deque_options_test.vcxproj", "{E0690E67-1007-4653-AB8C-D2A140026C0A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_deque", "doc_custom_deque.vcxproj", "{D59A5D10-7EDB-483C-8F0F-D57E4A687250}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "static_vector_options_test", "static_vector_options_test.vcxproj", "{D5D8B915-EA1E-4196-AAD2-20560E14C4C8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_static_vector", "doc_custom_static_vector.vcxproj", "{D09D0B00-0C1A-4797-885C-6542CD621AF9}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "small_vector_options_test", "small_vector_options_test.vcxproj", "{41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_small_vector", "doc_custom_small_vector.vcxproj", "{68881A70-D4EE-4F24-A7D1-0E44A9C324E8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "devector_test", "devector_test.vcxproj", "{4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_devector_test", "explicit_inst_devector_test.vcxproj", "{F701875E-5119-452D-A77F-07FFA87385B3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_devector_test", "pmr_devector_test.vcxproj", "{280D2EC6-1FC2-47CD-A659-7A6A131F147B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "devector_options_test", "devector_options_test.vcxproj", "{2B0E2F66-E4E7-4316-86A6-EC8547CC2694}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_vectors", "bench_vectors.vcxproj", "{E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_iterator_comp_test", "boost_iterator_comp_test.vcxproj", "{E219493F-B846-4A38-87A6-948905A38CBF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common_iterator_test", "common_iterator_test.vcxproj", "{3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_hash_map_string_test", "bench_hash_map_string_test.vcxproj", "{58CCE183-6092-48FE-A4F7-B6979D8A0642}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_hash_map_uint32_test", "bench_hash_map_uint32_test.vcxproj", "{58CCE183-6092-48FE-A4F7-B7946A2D3A06}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_hash_map_uint64_test", "bench_hash_map_uint64_test.vcxproj", "{58CCE183-6092-48FE-F7A4-B6946A5D3A06}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_hash_map_test", "bench_hash_map_test.vcxproj", "{58CCE183-6092-48FE-FA47-B792603093A6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "copy_move_algo_test", "copy_move_algo_test.vcxproj", "{5CE11C83-84A7-093A-4FA2-A6BA20A30592}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_devector", "doc_custom_devector.vcxproj", "{DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Debug|x64.ActiveCfg = Debug|x64 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Debug|x64.Build.0 = Debug|x64 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Debug|x86.ActiveCfg = Debug|Win32 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Debug|x86.Build.0 = Debug|Win32 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Release|x64.ActiveCfg = Release|x64 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Release|x64.Build.0 = Release|x64 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Release|x86.ActiveCfg = Release|Win32 - {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Release|x86.Build.0 = Release|Win32 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug|x64.ActiveCfg = Debug|x64 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug|x64.Build.0 = Debug|x64 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug|x86.ActiveCfg = Debug|Win32 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug|x86.Build.0 = Debug|Win32 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Release|x64.ActiveCfg = Release|x64 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Release|x64.Build.0 = Release|x64 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Release|x86.ActiveCfg = Release|Win32 - {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Release|x86.Build.0 = Release|Win32 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug|x64.ActiveCfg = Debug|x64 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug|x64.Build.0 = Debug|x64 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug|x86.ActiveCfg = Debug|Win32 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug|x86.Build.0 = Debug|Win32 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Release|x64.ActiveCfg = Release|x64 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Release|x64.Build.0 = Release|x64 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Release|x86.ActiveCfg = Release|Win32 - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release|x86.Build.0 = Release|Win32 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug|x64.ActiveCfg = Debug|x64 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug|x64.Build.0 = Debug|x64 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug|x86.ActiveCfg = Debug|Win32 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug|x86.Build.0 = Debug|Win32 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Release|x64.ActiveCfg = Release|x64 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Release|x64.Build.0 = Release|x64 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Release|x86.ActiveCfg = Release|Win32 - {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Release|x86.Build.0 = Release|Win32 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug|x64.ActiveCfg = Debug|x64 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug|x64.Build.0 = Debug|x64 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug|x86.ActiveCfg = Debug|Win32 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug|x86.Build.0 = Debug|Win32 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release|x64.ActiveCfg = Release|x64 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release|x64.Build.0 = Release|x64 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release|x86.ActiveCfg = Release|Win32 - {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Release|x86.Build.0 = Release|Win32 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Debug|x64.ActiveCfg = Debug|x64 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Debug|x64.Build.0 = Debug|x64 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Debug|x86.ActiveCfg = Debug|Win32 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Debug|x86.Build.0 = Debug|Win32 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Release|x64.ActiveCfg = Release|x64 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Release|x64.Build.0 = Release|x64 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Release|x86.ActiveCfg = Release|Win32 - {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Release|x86.Build.0 = Release|Win32 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Debug|x64.ActiveCfg = Debug|x64 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Debug|x64.Build.0 = Debug|x64 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Debug|x86.ActiveCfg = Debug|Win32 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Debug|x86.Build.0 = Debug|Win32 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Release|x64.ActiveCfg = Release|x64 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Release|x64.Build.0 = Release|x64 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Release|x86.ActiveCfg = Release|Win32 - {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Release|x86.Build.0 = Release|Win32 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug|x64.ActiveCfg = Debug|x64 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug|x64.Build.0 = Debug|x64 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug|x86.ActiveCfg = Debug|Win32 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug|x86.Build.0 = Debug|Win32 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release|x64.ActiveCfg = Release|x64 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release|x64.Build.0 = Release|x64 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release|x86.ActiveCfg = Release|Win32 - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release|x86.Build.0 = Release|Win32 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug|x64.ActiveCfg = Debug|x64 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug|x64.Build.0 = Debug|x64 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug|x86.ActiveCfg = Debug|Win32 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug|x86.Build.0 = Debug|Win32 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release|x64.ActiveCfg = Release|x64 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release|x64.Build.0 = Release|x64 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release|x86.ActiveCfg = Release|Win32 - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release|x86.Build.0 = Release|Win32 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug|x64.ActiveCfg = Debug|x64 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug|x64.Build.0 = Debug|x64 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug|x86.ActiveCfg = Debug|Win32 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug|x86.Build.0 = Debug|Win32 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release|x64.ActiveCfg = Release|x64 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release|x64.Build.0 = Release|x64 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release|x86.ActiveCfg = Release|Win32 - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release|x86.Build.0 = Release|Win32 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Debug|x64.ActiveCfg = Debug|x64 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Debug|x64.Build.0 = Debug|x64 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Debug|x86.ActiveCfg = Debug|Win32 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Debug|x86.Build.0 = Debug|Win32 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Release|x64.ActiveCfg = Release|x64 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Release|x64.Build.0 = Release|x64 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Release|x86.ActiveCfg = Release|Win32 - {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Release|x86.Build.0 = Release|Win32 - {51C1C2E3-EA24-6A29-4FE5-D5C53C32271B}.Debug|x64.ActiveCfg = Debug|x64 - {51C1C2E3-EA24-6A29-4FE5-D5C53C32271B}.Debug|x86.ActiveCfg = Debug|Win32 - {51C1C2E3-EA24-6A29-4FE5-D5C53C32271B}.Release|x64.ActiveCfg = Release|x64 - {51C1C2E3-EA24-6A29-4FE5-D5C53C32271B}.Release|x86.ActiveCfg = Release|Win32 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Debug|x64.ActiveCfg = Debug|x64 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Debug|x64.Build.0 = Debug|x64 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Debug|x86.ActiveCfg = Debug|Win32 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Debug|x86.Build.0 = Debug|Win32 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Release|x64.ActiveCfg = Release|x64 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Release|x64.Build.0 = Release|x64 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Release|x86.ActiveCfg = Release|Win32 - {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Release|x86.Build.0 = Release|Win32 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Debug|x64.ActiveCfg = Debug|x64 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Debug|x64.Build.0 = Debug|x64 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Debug|x86.ActiveCfg = Debug|Win32 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Debug|x86.Build.0 = Debug|Win32 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Release|x64.ActiveCfg = Release|x64 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Release|x64.Build.0 = Release|x64 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Release|x86.ActiveCfg = Release|Win32 - {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Release|x86.Build.0 = Release|Win32 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Debug|x64.ActiveCfg = Debug|x64 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Debug|x64.Build.0 = Debug|x64 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Debug|x86.ActiveCfg = Debug|Win32 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Debug|x86.Build.0 = Debug|Win32 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Release|x64.ActiveCfg = Release|x64 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Release|x64.Build.0 = Release|x64 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Release|x86.ActiveCfg = Release|Win32 - {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Release|x86.Build.0 = Release|Win32 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Debug|x64.ActiveCfg = Debug|x64 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Debug|x64.Build.0 = Debug|x64 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Debug|x86.ActiveCfg = Debug|Win32 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Debug|x86.Build.0 = Debug|Win32 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Release|x64.ActiveCfg = Release|x64 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Release|x64.Build.0 = Release|x64 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Release|x86.ActiveCfg = Release|Win32 - {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Release|x86.Build.0 = Release|Win32 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug|x64.ActiveCfg = Debug|x64 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug|x64.Build.0 = Debug|x64 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug|x86.ActiveCfg = Debug|Win32 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug|x86.Build.0 = Debug|Win32 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release|x64.ActiveCfg = Release|x64 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release|x64.Build.0 = Release|x64 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release|x86.ActiveCfg = Release|Win32 - {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release|x86.Build.0 = Release|Win32 - {51EC9223-B8A9-4F6E-EA24-352DFA76C72A}.Debug|x64.ActiveCfg = Debug|x64 - {51EC9223-B8A9-4F6E-EA24-352DFA76C72A}.Debug|x86.ActiveCfg = Debug|Win32 - {51EC9223-B8A9-4F6E-EA24-352DFA76C72A}.Release|x64.ActiveCfg = Release|x64 - {51EC9223-B8A9-4F6E-EA24-352DFA76C72A}.Release|x86.ActiveCfg = Release|Win32 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Debug|x64.ActiveCfg = Debug|x64 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Debug|x64.Build.0 = Debug|x64 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Debug|x86.ActiveCfg = Debug|Win32 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Debug|x86.Build.0 = Debug|Win32 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Release|x64.ActiveCfg = Release|x64 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Release|x64.Build.0 = Release|x64 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Release|x86.ActiveCfg = Release|Win32 - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Release|x86.Build.0 = Release|Win32 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Debug|x64.ActiveCfg = Debug|x64 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Debug|x64.Build.0 = Debug|x64 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Debug|x86.ActiveCfg = Debug|Win32 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Debug|x86.Build.0 = Debug|Win32 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Release|x64.ActiveCfg = Release|x64 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Release|x64.Build.0 = Release|x64 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Release|x86.ActiveCfg = Release|Win32 - {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Release|x86.Build.0 = Release|Win32 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Debug|x64.ActiveCfg = Debug|x64 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Debug|x64.Build.0 = Debug|x64 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Debug|x86.ActiveCfg = Debug|Win32 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Debug|x86.Build.0 = Debug|Win32 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Release|x64.ActiveCfg = Release|x64 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Release|x64.Build.0 = Release|x64 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Release|x86.ActiveCfg = Release|Win32 - {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Release|x86.Build.0 = Release|Win32 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Debug|x64.ActiveCfg = Debug|x64 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Debug|x64.Build.0 = Debug|x64 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Debug|x86.ActiveCfg = Debug|Win32 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Debug|x86.Build.0 = Debug|Win32 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Release|x64.ActiveCfg = Release|x64 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Release|x64.Build.0 = Release|x64 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Release|x86.ActiveCfg = Release|Win32 - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Release|x86.Build.0 = Release|Win32 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Debug|x64.ActiveCfg = Debug|x64 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Debug|x64.Build.0 = Debug|x64 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Debug|x86.ActiveCfg = Debug|Win32 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Debug|x86.Build.0 = Debug|Win32 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Release|x64.ActiveCfg = Release|x64 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Release|x64.Build.0 = Release|x64 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Release|x86.ActiveCfg = Release|Win32 - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Release|x86.Build.0 = Release|Win32 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Debug|x64.ActiveCfg = Debug|x64 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Debug|x64.Build.0 = Debug|x64 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Debug|x86.ActiveCfg = Debug|Win32 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Debug|x86.Build.0 = Debug|Win32 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Release|x64.ActiveCfg = Release|x64 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Release|x64.Build.0 = Release|x64 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Release|x86.ActiveCfg = Release|Win32 - {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Release|x86.Build.0 = Release|Win32 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Debug|x64.ActiveCfg = Debug|x64 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Debug|x64.Build.0 = Debug|x64 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Debug|x86.ActiveCfg = Debug|Win32 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Debug|x86.Build.0 = Debug|Win32 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Release|x64.ActiveCfg = Release|x64 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Release|x64.Build.0 = Release|x64 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Release|x86.ActiveCfg = Release|Win32 - {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Release|x86.Build.0 = Release|Win32 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Debug|x64.ActiveCfg = Debug|x64 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Debug|x64.Build.0 = Debug|x64 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Debug|x86.ActiveCfg = Debug|Win32 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Debug|x86.Build.0 = Debug|Win32 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Release|x64.ActiveCfg = Release|x64 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Release|x64.Build.0 = Release|x64 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Release|x86.ActiveCfg = Release|Win32 - {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Release|x86.Build.0 = Release|Win32 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Debug|x64.ActiveCfg = Debug|x64 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Debug|x64.Build.0 = Debug|x64 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Debug|x86.ActiveCfg = Debug|Win32 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Debug|x86.Build.0 = Debug|Win32 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Release|x64.ActiveCfg = Release|x64 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Release|x64.Build.0 = Release|x64 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Release|x86.ActiveCfg = Release|Win32 - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Release|x86.Build.0 = Release|Win32 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Debug|x64.ActiveCfg = Debug|x64 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Debug|x64.Build.0 = Debug|x64 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Debug|x86.ActiveCfg = Debug|Win32 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Debug|x86.Build.0 = Debug|Win32 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Release|x64.ActiveCfg = Release|x64 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Release|x64.Build.0 = Release|x64 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Release|x86.ActiveCfg = Release|Win32 - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Release|x86.Build.0 = Release|Win32 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Debug|x64.ActiveCfg = Debug|x64 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Debug|x64.Build.0 = Debug|x64 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Debug|x86.ActiveCfg = Debug|Win32 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Debug|x86.Build.0 = Debug|Win32 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Release|x64.ActiveCfg = Release|x64 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Release|x64.Build.0 = Release|x64 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Release|x86.ActiveCfg = Release|Win32 - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Release|x86.Build.0 = Release|Win32 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Debug|x64.ActiveCfg = Debug|x64 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Debug|x64.Build.0 = Debug|x64 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Debug|x86.ActiveCfg = Debug|Win32 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Debug|x86.Build.0 = Debug|Win32 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Release|x64.ActiveCfg = Release|x64 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Release|x64.Build.0 = Release|x64 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Release|x86.ActiveCfg = Release|Win32 - {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Release|x86.Build.0 = Release|Win32 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Debug|x64.ActiveCfg = Debug|x64 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Debug|x64.Build.0 = Debug|x64 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Debug|x86.ActiveCfg = Debug|Win32 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Debug|x86.Build.0 = Debug|Win32 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Release|x64.ActiveCfg = Release|x64 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Release|x64.Build.0 = Release|x64 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Release|x86.ActiveCfg = Release|Win32 - {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Release|x86.Build.0 = Release|Win32 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Debug|x64.ActiveCfg = Debug|x64 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Debug|x64.Build.0 = Debug|x64 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Debug|x86.ActiveCfg = Debug|Win32 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Debug|x86.Build.0 = Debug|Win32 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Release|x64.ActiveCfg = Release|x64 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Release|x64.Build.0 = Release|x64 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Release|x86.ActiveCfg = Release|Win32 - {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Release|x86.Build.0 = Release|Win32 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Debug|x64.ActiveCfg = Debug|x64 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Debug|x64.Build.0 = Debug|x64 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Debug|x86.ActiveCfg = Debug|Win32 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Debug|x86.Build.0 = Debug|Win32 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Release|x64.ActiveCfg = Release|x64 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Release|x64.Build.0 = Release|x64 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Release|x86.ActiveCfg = Release|Win32 - {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Release|x86.Build.0 = Release|Win32 - {0010F93F-D5DF-43FE-8F2E-F013E654D169}.Debug|x64.ActiveCfg = Debug|x64 - {0010F93F-D5DF-43FE-8F2E-F013E654D169}.Debug|x86.ActiveCfg = Debug|Win32 - {0010F93F-D5DF-43FE-8F2E-F013E654D169}.Release|x64.ActiveCfg = Release|x64 - {0010F93F-D5DF-43FE-8F2E-F013E654D169}.Release|x86.ActiveCfg = Release|Win32 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Debug|x64.ActiveCfg = Debug|x64 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Debug|x64.Build.0 = Debug|x64 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Debug|x86.ActiveCfg = Debug|Win32 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Debug|x86.Build.0 = Debug|Win32 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Release|x64.ActiveCfg = Release|x64 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Release|x64.Build.0 = Release|x64 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Release|x86.ActiveCfg = Release|Win32 - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Release|x86.Build.0 = Release|Win32 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Debug|x64.ActiveCfg = Debug|x64 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Debug|x64.Build.0 = Debug|x64 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Debug|x86.ActiveCfg = Debug|Win32 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Debug|x86.Build.0 = Debug|Win32 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Release|x64.ActiveCfg = Release|x64 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Release|x64.Build.0 = Release|x64 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Release|x86.ActiveCfg = Release|Win32 - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Release|x86.Build.0 = Release|Win32 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Debug|x64.ActiveCfg = Debug|x64 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Debug|x64.Build.0 = Debug|x64 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Debug|x86.ActiveCfg = Debug|Win32 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Debug|x86.Build.0 = Debug|Win32 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Release|x64.ActiveCfg = Release|x64 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Release|x64.Build.0 = Release|x64 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Release|x86.ActiveCfg = Release|Win32 - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Release|x86.Build.0 = Release|Win32 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Debug|x64.ActiveCfg = Debug|x64 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Debug|x64.Build.0 = Debug|x64 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Debug|x86.ActiveCfg = Debug|Win32 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Debug|x86.Build.0 = Debug|Win32 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Release|x64.ActiveCfg = Release|x64 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Release|x64.Build.0 = Release|x64 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Release|x86.ActiveCfg = Release|Win32 - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Release|x86.Build.0 = Release|Win32 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Debug|x64.ActiveCfg = Debug|x64 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Debug|x64.Build.0 = Debug|x64 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Debug|x86.ActiveCfg = Debug|Win32 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Debug|x86.Build.0 = Debug|Win32 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Release|x64.ActiveCfg = Release|x64 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Release|x64.Build.0 = Release|x64 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Release|x86.ActiveCfg = Release|Win32 - {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Release|x86.Build.0 = Release|Win32 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Debug|x64.ActiveCfg = Debug|x64 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Debug|x64.Build.0 = Debug|x64 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Debug|x86.ActiveCfg = Debug|Win32 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Debug|x86.Build.0 = Debug|Win32 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Release|x64.ActiveCfg = Release|x64 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Release|x64.Build.0 = Release|x64 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Release|x86.ActiveCfg = Release|Win32 - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Release|x86.Build.0 = Release|Win32 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Debug|x64.ActiveCfg = Debug|x64 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Debug|x64.Build.0 = Debug|x64 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Debug|x86.ActiveCfg = Debug|Win32 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Debug|x86.Build.0 = Debug|Win32 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Release|x64.ActiveCfg = Release|x64 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Release|x64.Build.0 = Release|x64 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Release|x86.ActiveCfg = Release|Win32 - {7C85E213-963A-84EE-4FA2-970396BAA802}.Release|x86.Build.0 = Release|Win32 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Debug|x64.ActiveCfg = Debug|x64 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Debug|x64.Build.0 = Debug|x64 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Debug|x86.ActiveCfg = Debug|Win32 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Debug|x86.Build.0 = Debug|Win32 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Release|x64.ActiveCfg = Release|x64 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Release|x64.Build.0 = Release|x64 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Release|x86.ActiveCfg = Release|Win32 - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Release|x86.Build.0 = Release|Win32 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Debug|x64.ActiveCfg = Debug|x64 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Debug|x64.Build.0 = Debug|x64 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Debug|x86.ActiveCfg = Debug|Win32 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Debug|x86.Build.0 = Debug|Win32 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Release|x64.ActiveCfg = Release|x64 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Release|x64.Build.0 = Release|x64 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Release|x86.ActiveCfg = Release|Win32 - {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Release|x86.Build.0 = Release|Win32 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Debug|x64.ActiveCfg = Debug|x64 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Debug|x64.Build.0 = Debug|x64 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Debug|x86.ActiveCfg = Debug|Win32 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Debug|x86.Build.0 = Debug|Win32 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Release|x64.ActiveCfg = Release|x64 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Release|x64.Build.0 = Release|x64 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Release|x86.ActiveCfg = Release|Win32 - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Release|x86.Build.0 = Release|Win32 - {589975D8-0779-4174-B9DA-3B5C80A74536}.Debug|x64.ActiveCfg = Debug|x64 - {589975D8-0779-4174-B9DA-3B5C80A74536}.Debug|x86.ActiveCfg = Debug|Win32 - {589975D8-0779-4174-B9DA-3B5C80A74536}.Release|x64.ActiveCfg = Release|x64 - {589975D8-0779-4174-B9DA-3B5C80A74536}.Release|x86.ActiveCfg = Release|Win32 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Debug|x64.ActiveCfg = Debug|x64 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Debug|x64.Build.0 = Debug|x64 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Debug|x86.ActiveCfg = Debug|Win32 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Debug|x86.Build.0 = Debug|Win32 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Release|x64.ActiveCfg = Release|x64 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Release|x64.Build.0 = Release|x64 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Release|x86.ActiveCfg = Release|Win32 - {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Release|x86.Build.0 = Release|Win32 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Debug|x64.ActiveCfg = Debug|x64 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Debug|x64.Build.0 = Debug|x64 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Debug|x86.ActiveCfg = Debug|Win32 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Debug|x86.Build.0 = Debug|Win32 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Release|x64.ActiveCfg = Release|x64 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Release|x64.Build.0 = Release|x64 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Release|x86.ActiveCfg = Release|Win32 - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Release|x86.Build.0 = Release|Win32 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Debug|x64.ActiveCfg = Debug|x64 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Debug|x64.Build.0 = Debug|x64 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Debug|x86.ActiveCfg = Debug|Win32 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Debug|x86.Build.0 = Debug|Win32 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Release|x64.ActiveCfg = Release|x64 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Release|x64.Build.0 = Release|x64 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Release|x86.ActiveCfg = Release|Win32 - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Release|x86.Build.0 = Release|Win32 - {DB7B1CED-5670-4C9D-8478-FF4200BFF49A}.Debug|x64.ActiveCfg = Debug|x64 - {DB7B1CED-5670-4C9D-8478-FF4200BFF49A}.Debug|x86.ActiveCfg = Debug|Win32 - {DB7B1CED-5670-4C9D-8478-FF4200BFF49A}.Release|x64.ActiveCfg = Release|x64 - {DB7B1CED-5670-4C9D-8478-FF4200BFF49A}.Release|x86.ActiveCfg = Release|Win32 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Debug|x64.ActiveCfg = Debug|x64 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Debug|x64.Build.0 = Debug|x64 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Debug|x86.ActiveCfg = Debug|Win32 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Debug|x86.Build.0 = Debug|Win32 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Release|x64.ActiveCfg = Release|x64 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Release|x64.Build.0 = Release|x64 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Release|x86.ActiveCfg = Release|Win32 - {685AC59C-E667-4096-9DAA-AB76083C7092}.Release|x86.Build.0 = Release|Win32 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Debug|x64.ActiveCfg = Debug|x64 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Debug|x64.Build.0 = Debug|x64 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Debug|x86.ActiveCfg = Debug|Win32 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Debug|x86.Build.0 = Debug|Win32 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Release|x64.ActiveCfg = Release|x64 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Release|x64.Build.0 = Release|x64 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Release|x86.ActiveCfg = Release|Win32 - {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Release|x86.Build.0 = Release|Win32 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Debug|x64.ActiveCfg = Debug|x64 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Debug|x64.Build.0 = Debug|x64 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Debug|x86.ActiveCfg = Debug|Win32 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Debug|x86.Build.0 = Debug|Win32 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Release|x64.ActiveCfg = Release|x64 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Release|x64.Build.0 = Release|x64 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Release|x86.ActiveCfg = Release|Win32 - {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Release|x86.Build.0 = Release|Win32 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug|x64.ActiveCfg = Debug|x64 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug|x64.Build.0 = Debug|x64 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug|x86.ActiveCfg = Debug|Win32 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug|x86.Build.0 = Debug|Win32 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release|x64.ActiveCfg = Release|x64 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release|x64.Build.0 = Release|x64 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release|x86.ActiveCfg = Release|Win32 - {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release|x86.Build.0 = Release|Win32 - {D4BC8F10-4E85-4345-A77D-ABF4E4CD0874}.Debug|x64.ActiveCfg = Debug|x64 - {D4BC8F10-4E85-4345-A77D-ABF4E4CD0874}.Debug|x86.ActiveCfg = Debug|Win32 - {D4BC8F10-4E85-4345-A77D-ABF4E4CD0874}.Release|x64.ActiveCfg = Release|x64 - {D4BC8F10-4E85-4345-A77D-ABF4E4CD0874}.Release|x86.ActiveCfg = Release|Win32 - {66380897-0E10-49E5-B615-04F2673D6CD1}.Debug|x64.ActiveCfg = Debug|x64 - {66380897-0E10-49E5-B615-04F2673D6CD1}.Debug|x86.ActiveCfg = Debug|Win32 - {66380897-0E10-49E5-B615-04F2673D6CD1}.Release|x64.ActiveCfg = Release|x64 - {66380897-0E10-49E5-B615-04F2673D6CD1}.Release|x86.ActiveCfg = Release|Win32 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Debug|x64.ActiveCfg = Debug|x64 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Debug|x64.Build.0 = Debug|x64 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Debug|x86.ActiveCfg = Debug|Win32 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Debug|x86.Build.0 = Debug|Win32 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Release|x64.ActiveCfg = Release|x64 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Release|x64.Build.0 = Release|x64 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Release|x86.ActiveCfg = Release|Win32 - {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Release|x86.Build.0 = Release|Win32 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Debug|x64.ActiveCfg = Debug|x64 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Debug|x64.Build.0 = Debug|x64 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Debug|x86.ActiveCfg = Debug|Win32 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Debug|x86.Build.0 = Debug|Win32 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Release|x64.ActiveCfg = Release|x64 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Release|x64.Build.0 = Release|x64 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Release|x86.ActiveCfg = Release|Win32 - {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Release|x86.Build.0 = Release|Win32 - {DC3E9A5D-17A0-4BE3-A489-AD94E7130F73}.Debug|x64.ActiveCfg = Debug|x64 - {DC3E9A5D-17A0-4BE3-A489-AD94E7130F73}.Debug|x86.ActiveCfg = Debug|Win32 - {DC3E9A5D-17A0-4BE3-A489-AD94E7130F73}.Release|x64.ActiveCfg = Release|x64 - {DC3E9A5D-17A0-4BE3-A489-AD94E7130F73}.Release|x86.ActiveCfg = Release|Win32 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Debug|x64.ActiveCfg = Debug|x64 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Debug|x64.Build.0 = Debug|x64 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Debug|x86.ActiveCfg = Debug|Win32 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Debug|x86.Build.0 = Debug|Win32 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Release|x64.ActiveCfg = Release|x64 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Release|x64.Build.0 = Release|x64 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Release|x86.ActiveCfg = Release|Win32 - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Release|x86.Build.0 = Release|Win32 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Debug|x64.ActiveCfg = Debug|x64 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Debug|x64.Build.0 = Debug|x64 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Debug|x86.ActiveCfg = Debug|Win32 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Debug|x86.Build.0 = Debug|Win32 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Release|x64.ActiveCfg = Release|x64 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Release|x64.Build.0 = Release|x64 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Release|x86.ActiveCfg = Release|Win32 - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Release|x86.Build.0 = Release|Win32 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Debug|x64.ActiveCfg = Debug|x64 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Debug|x64.Build.0 = Debug|x64 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Debug|x86.ActiveCfg = Debug|Win32 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Debug|x86.Build.0 = Debug|Win32 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Release|x64.ActiveCfg = Release|x64 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Release|x64.Build.0 = Release|x64 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Release|x86.ActiveCfg = Release|Win32 - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release|x86.Build.0 = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Debug|x64.ActiveCfg = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Debug|x64.Build.0 = Debug|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Debug|x86.ActiveCfg = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Debug|x86.Build.0 = Debug|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Release|x64.ActiveCfg = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Release|x64.Build.0 = Release|x64 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Release|x86.ActiveCfg = Release|Win32 - {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Release|x86.Build.0 = Release|Win32 - {9F5AD19C-BBDF-484C-9667-61B7D9406B8E}.Debug|x64.ActiveCfg = Debug|x64 - {9F5AD19C-BBDF-484C-9667-61B7D9406B8E}.Debug|x86.ActiveCfg = Debug|Win32 - {9F5AD19C-BBDF-484C-9667-61B7D9406B8E}.Release|x64.ActiveCfg = Release|x64 - {9F5AD19C-BBDF-484C-9667-61B7D9406B8E}.Release|x86.ActiveCfg = Release|Win32 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Debug|x64.ActiveCfg = Debug|x64 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Debug|x64.Build.0 = Debug|x64 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Debug|x86.ActiveCfg = Debug|Win32 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Debug|x86.Build.0 = Debug|Win32 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Release|x64.ActiveCfg = Release|x64 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Release|x64.Build.0 = Release|x64 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Release|x86.ActiveCfg = Release|Win32 - {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Release|x86.Build.0 = Release|Win32 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Debug|x64.ActiveCfg = Debug|x64 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Debug|x64.Build.0 = Debug|x64 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Debug|x86.ActiveCfg = Debug|Win32 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Debug|x86.Build.0 = Debug|Win32 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Release|x64.ActiveCfg = Release|x64 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Release|x64.Build.0 = Release|x64 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Release|x86.ActiveCfg = Release|Win32 - {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Release|x86.Build.0 = Release|Win32 - {EEAD75AE-287B-4EF2-BA2B-72A35C29FC46}.Debug|x64.ActiveCfg = Debug|x64 - {EEAD75AE-287B-4EF2-BA2B-72A35C29FC46}.Debug|x86.ActiveCfg = Debug|Win32 - {EEAD75AE-287B-4EF2-BA2B-72A35C29FC46}.Release|x64.ActiveCfg = Release|x64 - {EEAD75AE-287B-4EF2-BA2B-72A35C29FC46}.Release|x86.ActiveCfg = Release|Win32 - {19275A26-49D5-4578-84C3-4FCCE80316AF}.Debug|x64.ActiveCfg = Debug|x64 - {19275A26-49D5-4578-84C3-4FCCE80316AF}.Debug|x86.ActiveCfg = Debug|Win32 - {19275A26-49D5-4578-84C3-4FCCE80316AF}.Release|x64.ActiveCfg = Release|x64 - {19275A26-49D5-4578-84C3-4FCCE80316AF}.Release|x86.ActiveCfg = Release|Win32 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Debug|x64.ActiveCfg = Debug|x64 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Debug|x64.Build.0 = Debug|x64 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Debug|x86.ActiveCfg = Debug|Win32 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Debug|x86.Build.0 = Debug|Win32 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Release|x64.ActiveCfg = Release|x64 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Release|x64.Build.0 = Release|x64 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Release|x86.ActiveCfg = Release|Win32 - {77D65BB2-C11D-4814-BC9F-0244214D0D07}.Release|x86.Build.0 = Release|Win32 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Debug|x64.ActiveCfg = Debug|x64 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Debug|x64.Build.0 = Debug|x64 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Debug|x86.ActiveCfg = Debug|Win32 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Debug|x86.Build.0 = Debug|Win32 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Release|x64.ActiveCfg = Release|x64 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Release|x64.Build.0 = Release|x64 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Release|x86.ActiveCfg = Release|Win32 - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A}.Release|x86.Build.0 = Release|Win32 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Debug|x64.ActiveCfg = Debug|x64 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Debug|x64.Build.0 = Debug|x64 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Debug|x86.ActiveCfg = Debug|Win32 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Debug|x86.Build.0 = Debug|Win32 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Release|x64.ActiveCfg = Release|x64 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Release|x64.Build.0 = Release|x64 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Release|x86.ActiveCfg = Release|Win32 - {E0690E67-1007-4653-AB8C-D2A140026C0A}.Release|x86.Build.0 = Release|Win32 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Debug|x64.ActiveCfg = Debug|x64 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Debug|x64.Build.0 = Debug|x64 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Debug|x86.ActiveCfg = Debug|Win32 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Debug|x86.Build.0 = Debug|Win32 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Release|x64.ActiveCfg = Release|x64 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Release|x64.Build.0 = Release|x64 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Release|x86.ActiveCfg = Release|Win32 - {D59A5D10-7EDB-483C-8F0F-D57E4A687250}.Release|x86.Build.0 = Release|Win32 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Debug|x64.ActiveCfg = Debug|x64 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Debug|x64.Build.0 = Debug|x64 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Debug|x86.ActiveCfg = Debug|Win32 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Debug|x86.Build.0 = Debug|Win32 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Release|x64.ActiveCfg = Release|x64 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Release|x64.Build.0 = Release|x64 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Release|x86.ActiveCfg = Release|Win32 - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8}.Release|x86.Build.0 = Release|Win32 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Debug|x64.ActiveCfg = Debug|x64 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Debug|x64.Build.0 = Debug|x64 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Debug|x86.ActiveCfg = Debug|Win32 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Debug|x86.Build.0 = Debug|Win32 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Release|x64.ActiveCfg = Release|x64 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Release|x64.Build.0 = Release|x64 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Release|x86.ActiveCfg = Release|Win32 - {D09D0B00-0C1A-4797-885C-6542CD621AF9}.Release|x86.Build.0 = Release|Win32 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Debug|x64.ActiveCfg = Debug|x64 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Debug|x64.Build.0 = Debug|x64 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Debug|x86.ActiveCfg = Debug|Win32 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Debug|x86.Build.0 = Debug|Win32 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Release|x64.ActiveCfg = Release|x64 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Release|x64.Build.0 = Release|x64 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Release|x86.ActiveCfg = Release|Win32 - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6}.Release|x86.Build.0 = Release|Win32 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Debug|x64.ActiveCfg = Debug|x64 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Debug|x64.Build.0 = Debug|x64 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Debug|x86.ActiveCfg = Debug|Win32 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Debug|x86.Build.0 = Debug|Win32 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Release|x64.ActiveCfg = Release|x64 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Release|x64.Build.0 = Release|x64 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Release|x86.ActiveCfg = Release|Win32 - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8}.Release|x86.Build.0 = Release|Win32 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Debug|x64.ActiveCfg = Debug|x64 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Debug|x64.Build.0 = Debug|x64 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Debug|x86.ActiveCfg = Debug|Win32 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Debug|x86.Build.0 = Debug|Win32 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Release|x64.ActiveCfg = Release|x64 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Release|x64.Build.0 = Release|x64 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Release|x86.ActiveCfg = Release|Win32 - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6}.Release|x86.Build.0 = Release|Win32 - {F701875E-5119-452D-A77F-07FFA87385B3}.Debug|x64.ActiveCfg = Debug|x64 - {F701875E-5119-452D-A77F-07FFA87385B3}.Debug|x64.Build.0 = Debug|x64 - {F701875E-5119-452D-A77F-07FFA87385B3}.Debug|x86.ActiveCfg = Debug|Win32 - {F701875E-5119-452D-A77F-07FFA87385B3}.Debug|x86.Build.0 = Debug|Win32 - {F701875E-5119-452D-A77F-07FFA87385B3}.Release|x64.ActiveCfg = Release|x64 - {F701875E-5119-452D-A77F-07FFA87385B3}.Release|x64.Build.0 = Release|x64 - {F701875E-5119-452D-A77F-07FFA87385B3}.Release|x86.ActiveCfg = Release|Win32 - {F701875E-5119-452D-A77F-07FFA87385B3}.Release|x86.Build.0 = Release|Win32 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Debug|x64.ActiveCfg = Debug|x64 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Debug|x64.Build.0 = Debug|x64 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Debug|x86.ActiveCfg = Debug|Win32 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Debug|x86.Build.0 = Debug|Win32 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Release|x64.ActiveCfg = Release|x64 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Release|x64.Build.0 = Release|x64 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Release|x86.ActiveCfg = Release|Win32 - {280D2EC6-1FC2-47CD-A659-7A6A131F147B}.Release|x86.Build.0 = Release|Win32 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Debug|x64.ActiveCfg = Debug|x64 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Debug|x64.Build.0 = Debug|x64 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Debug|x86.ActiveCfg = Debug|Win32 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Debug|x86.Build.0 = Debug|Win32 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Release|x64.ActiveCfg = Release|x64 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Release|x64.Build.0 = Release|x64 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Release|x86.ActiveCfg = Release|Win32 - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694}.Release|x86.Build.0 = Release|Win32 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Debug|x64.ActiveCfg = Debug|x64 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Debug|x64.Build.0 = Debug|x64 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Debug|x86.ActiveCfg = Debug|Win32 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Debug|x86.Build.0 = Debug|Win32 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Release|x64.ActiveCfg = Release|x64 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Release|x64.Build.0 = Release|x64 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Release|x86.ActiveCfg = Release|Win32 - {E89FB16F-2DF3-4D01-9BCD-0F21EF80D2A6}.Release|x86.Build.0 = Release|Win32 - {E219493F-B846-4A38-87A6-948905A38CBF}.Debug|x64.ActiveCfg = Debug|x64 - {E219493F-B846-4A38-87A6-948905A38CBF}.Debug|x64.Build.0 = Debug|x64 - {E219493F-B846-4A38-87A6-948905A38CBF}.Debug|x86.ActiveCfg = Debug|Win32 - {E219493F-B846-4A38-87A6-948905A38CBF}.Debug|x86.Build.0 = Debug|Win32 - {E219493F-B846-4A38-87A6-948905A38CBF}.Release|x64.ActiveCfg = Release|x64 - {E219493F-B846-4A38-87A6-948905A38CBF}.Release|x64.Build.0 = Release|x64 - {E219493F-B846-4A38-87A6-948905A38CBF}.Release|x86.ActiveCfg = Release|Win32 - {E219493F-B846-4A38-87A6-948905A38CBF}.Release|x86.Build.0 = Release|Win32 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Debug|x64.ActiveCfg = Debug|x64 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Debug|x64.Build.0 = Debug|x64 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Debug|x86.ActiveCfg = Debug|Win32 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Debug|x86.Build.0 = Debug|Win32 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Release|x64.ActiveCfg = Release|x64 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Release|x64.Build.0 = Release|x64 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Release|x86.ActiveCfg = Release|Win32 - {3E10C8C3-4F8E-96A0-4FA2-32BA7AE46392}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-B6979D8A0642}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-A4F7-B7946A2D3A06}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-F7A4-B6946A5D3A06}.Release|x86.Build.0 = Release|Win32 - {58CCE183-6092-48FE-FA47-B792603093A6}.Debug|x64.ActiveCfg = Debug|x64 - {58CCE183-6092-48FE-FA47-B792603093A6}.Debug|x64.Build.0 = Debug|x64 - {58CCE183-6092-48FE-FA47-B792603093A6}.Debug|x86.ActiveCfg = Debug|Win32 - {58CCE183-6092-48FE-FA47-B792603093A6}.Debug|x86.Build.0 = Debug|Win32 - {58CCE183-6092-48FE-FA47-B792603093A6}.Release|x64.ActiveCfg = Release|x64 - {58CCE183-6092-48FE-FA47-B792603093A6}.Release|x64.Build.0 = Release|x64 - {58CCE183-6092-48FE-FA47-B792603093A6}.Release|x86.ActiveCfg = Release|Win32 - {58CCE183-6092-48FE-FA47-B792603093A6}.Release|x86.Build.0 = Release|Win32 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Debug|x64.ActiveCfg = Debug|x64 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Debug|x64.Build.0 = Debug|x64 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Debug|x86.ActiveCfg = Debug|Win32 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Debug|x86.Build.0 = Debug|Win32 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Release|x64.ActiveCfg = Release|x64 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Release|x64.Build.0 = Release|x64 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Release|x86.ActiveCfg = Release|Win32 - {5CE11C83-84A7-093A-4FA2-A6BA20A30592}.Release|x86.Build.0 = Release|Win32 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Debug|x64.ActiveCfg = Debug|x64 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Debug|x64.Build.0 = Debug|x64 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Debug|x86.ActiveCfg = Debug|Win32 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Debug|x86.Build.0 = Debug|Win32 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Release|x64.ActiveCfg = Release|x64 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Release|x64.Build.0 = Release|x64 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Release|x86.ActiveCfg = Release|Win32 - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D9E9AD76-779B-4609-B4AB-96C5B6E3166B} - EndGlobalSection -EndGlobal diff --git a/third_party/boost/libs/container/proj/vs/copy_move_algo_test.vcxproj b/third_party/boost/libs/container/proj/vs/copy_move_algo_test.vcxproj deleted file mode 100644 index 38cd8e4171..0000000000 --- a/third_party/boost/libs/container/proj/vs/copy_move_algo_test.vcxproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5CE11C83-84A7-093A-4FA2-A6BA20A30592} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_ITERATOR_DEBUG_LEVEL=0 - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - stdcpplatest - /Zc:__cplusplus %(AdditionalOptions) - false - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)copy_move_algo_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - stdcpplatest - /Zc:__cplusplus %(AdditionalOptions) - false - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)copy_move_algo_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - stdcpplatest - /Zc:__cplusplus %(AdditionalOptions) - false - false - Sync - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - stdcpplatest - /Zc:__cplusplus %(AdditionalOptions) - false - false - Sync - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/deque_options_test.vcxproj b/third_party/boost/libs/container/proj/vs/deque_options_test.vcxproj deleted file mode 100644 index 6c010c73e3..0000000000 --- a/third_party/boost/libs/container/proj/vs/deque_options_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E0690E67-1007-4653-AB8C-D2A140026C0A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)deque_options_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)deque_options_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/devector_options_test.vcxproj b/third_party/boost/libs/container/proj/vs/devector_options_test.vcxproj deleted file mode 100644 index a409e61eca..0000000000 --- a/third_party/boost/libs/container/proj/vs/devector_options_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2B0E2F66-E4E7-4316-86A6-EC8547CC2694} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)devector_options_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)devector_options_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/devector_test.vcxproj b/third_party/boost/libs/container/proj/vs/devector_test.vcxproj deleted file mode 100644 index ede2c2428f..0000000000 --- a/third_party/boost/libs/container/proj/vs/devector_test.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {4BCDC6DD-EDB6-43E9-A6C7-7B0B94D5BCD6} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_ITERATOR_DEBUG_LEVEL=0 - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)devector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)devector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_custom_deque.vcxproj b/third_party/boost/libs/container/proj/vs/doc_custom_deque.vcxproj deleted file mode 100644 index abf593d2eb..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_custom_deque.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D59A5D10-7EDB-483C-8F0F-D57E4A687250} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_deque.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_deque.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_custom_devector.vcxproj b/third_party/boost/libs/container/proj/vs/doc_custom_devector.vcxproj deleted file mode 100644 index da4bd7eb74..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_custom_devector.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DB7B1CED-5670-8478-4C9D-F3BCF4A4209A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_devector.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_devector.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_custom_small_vector.vcxproj b/third_party/boost/libs/container/proj/vs/doc_custom_small_vector.vcxproj deleted file mode 100644 index cfd2eba714..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_custom_small_vector.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {68881A70-D4EE-4F24-A7D1-0E44A9C324E8} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_small_vector.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_small_vector.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_custom_static_vector.vcxproj b/third_party/boost/libs/container/proj/vs/doc_custom_static_vector.vcxproj deleted file mode 100644 index af33ed2d26..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_custom_static_vector.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D09D0B00-0C1A-4797-885C-6542CD621AF9} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_static_vector.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_static_vector.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_custom_tree.vcxproj b/third_party/boost/libs/container/proj/vs/doc_custom_tree.vcxproj deleted file mode 100644 index cb1f4cdf8c..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_custom_tree.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_tree.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_tree.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_custom_vector.vcxproj b/third_party/boost/libs/container/proj/vs/doc_custom_vector.vcxproj deleted file mode 100644 index 95f4fd277f..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_custom_vector.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DB7B1CED-5670-4C9D-8478-FF4200BFF49A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_vector.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_custom_vector.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_emplace.vcxproj b/third_party/boost/libs/container/proj/vs/doc_emplace.vcxproj deleted file mode 100644 index d24f7d001c..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_emplace.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DC3E9A5D-17A0-4BE3-A489-AD94E7130F73} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_emplace.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_emplace.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_extended_allocators.vcxproj b/third_party/boost/libs/container/proj/vs/doc_extended_allocators.vcxproj deleted file mode 100644 index 61bfb34f98..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_extended_allocators.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5CE11C83-FA84-295A-4FA2-D7921A0BAB02} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_extended_allocators.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_extended_allocators.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_move_containers.vcxproj b/third_party/boost/libs/container/proj/vs/doc_move_containers.vcxproj deleted file mode 100644 index c445b15fa4..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_move_containers.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5D1C8E13-255A-FA84-4FA2-DA92100BAD42} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_move_containers.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_move_containers.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_pmr.vcxproj b/third_party/boost/libs/container/proj/vs/doc_pmr.vcxproj deleted file mode 100644 index e49ab7c430..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_pmr.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_pmr.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_pmr.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_recursive_containers.vcxproj b/third_party/boost/libs/container/proj/vs/doc_recursive_containers.vcxproj deleted file mode 100644 index 336bcb0e60..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_recursive_containers.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_recursive_containers.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_recursive_containers.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/doc_type_erasure.vcxproj b/third_party/boost/libs/container/proj/vs/doc_type_erasure.vcxproj deleted file mode 100644 index 3803bef123..0000000000 --- a/third_party/boost/libs/container/proj/vs/doc_type_erasure.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_type_erasure.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)doc_type_erasure.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_deque_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_deque_test.vcxproj deleted file mode 100644 index 02b978221c..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_deque_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CEE1A855-096A-3AC8-2F5C-9DA2420523A5} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_deque_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_deque_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_devector_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_devector_test.vcxproj deleted file mode 100644 index fb36ff5911..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_devector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F701875E-5119-452D-A77F-07FFA87385B3} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_devector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_devector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_flat_map_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_flat_map_test.vcxproj deleted file mode 100644 index 0817fd5513..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_flat_map_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v90 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_flat_map_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_flat_map_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_flat_set_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_flat_set_test.vcxproj deleted file mode 100644 index 230da2b77e..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_flat_set_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C811D9F8-A27E-1A91-FC44-92F14F73820B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_flat_set_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_flat_set_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_list_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_list_test.vcxproj deleted file mode 100644 index 480c05d9b3..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_list_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CE1A85E0-096A-42FC-F83A-97A242002DA5} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_list_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_list_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_map_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_map_test.vcxproj deleted file mode 100644 index 615c11876c..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_map_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CD9E8655-94A3-6C2E-C4F6-97E1382073FC} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_map_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_map_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_set_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_set_test.vcxproj deleted file mode 100644 index 1c7708a95b..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_set_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C11D9E85-16A9-4A2E-C4F6-92F7E138200D} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_set_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_set_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_slist_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_slist_test.vcxproj deleted file mode 100644 index 5982b0d8a4..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_slist_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CE1A8F65-AC48-096A-2F5C-7A2420D323A1} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_slist_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_slist_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_small_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_small_vector_test.vcxproj deleted file mode 100644 index ecd79e4289..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_small_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CA85EE11-4F8A-0F96-A14F-92205A02D723} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_small_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_small_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_stable_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_stable_vector_test.vcxproj deleted file mode 100644 index f83ae77f9c..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_stable_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {AC285EA1-F8A3-306C-4FA2-A02029D5E720} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_stable_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_stable_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_static_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_static_vector_test.vcxproj deleted file mode 100644 index 83ab55e8f1..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_static_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {E287ACA1-FA42-3F7A-06C2-AC72012209F5} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_static_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_static_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_string_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_string_test.vcxproj deleted file mode 100644 index 7c86930aec..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_string_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6A85ECE0-A596-24EA-F83A-9231D72A0217} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_string_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_string_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/explicit_inst_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/explicit_inst_vector_test.vcxproj deleted file mode 100644 index 25a6e14c2a..0000000000 --- a/third_party/boost/libs/container/proj/vs/explicit_inst_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {CA85EE11-096A-4F8A-4FA2-92DA72020000} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)explicit_inst_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/flat_map_adaptor_test.vcxproj b/third_party/boost/libs/container/proj/vs/flat_map_adaptor_test.vcxproj deleted file mode 100644 index 34770ae4d1..0000000000 --- a/third_party/boost/libs/container/proj/vs/flat_map_adaptor_test.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {77D65BB2-C11D-4814-BC9F-0244214D0D07} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - /Zc:__cplusplus - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_map_adaptor_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - /Zc:__cplusplus - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_map_adaptor_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - /Zc:__cplusplus - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - /Zc:__cplusplus - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/flat_map_test.vcxproj b/third_party/boost/libs/container/proj/vs/flat_map_test.vcxproj deleted file mode 100644 index c5d917f6a7..0000000000 --- a/third_party/boost/libs/container/proj/vs/flat_map_test.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5188ECE3-6092-8FE0-44A7-BAD3A7926329} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v90 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - /Zc:__cplusplus - Default - true - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_map_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - /Zc:__cplusplus - Default - true - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_map_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - /Zc:__cplusplus - Default - true - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - /Zc:__cplusplus - Default - true - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/flat_set_adaptor_test.vcxproj b/third_party/boost/libs/container/proj/vs/flat_set_adaptor_test.vcxproj deleted file mode 100644 index b772874f4f..0000000000 --- a/third_party/boost/libs/container/proj/vs/flat_set_adaptor_test.vcxproj +++ /dev/null @@ -1,195 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3BBF6D2F-7DA0-482B-9745-CD2A2BE2EF9A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_set_adaptor_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_set_adaptor_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/flat_set_test.vcxproj b/third_party/boost/libs/container/proj/vs/flat_set_test.vcxproj deleted file mode 100644 index 64322f8880..0000000000 --- a/third_party/boost/libs/container/proj/vs/flat_set_test.vcxproj +++ /dev/null @@ -1,195 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58CCE183-6092-48FE-A4F7-BA0D3A792637} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_set_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_set_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/flat_tree_test.vcxproj b/third_party/boost/libs/container/proj/vs/flat_tree_test.vcxproj deleted file mode 100644 index c6a32a83d4..0000000000 --- a/third_party/boost/libs/container/proj/vs/flat_tree_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - ClangCL - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_tree_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)flat_tree_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/global_resource.vcxproj b/third_party/boost/libs/container/proj/vs/global_resource.vcxproj deleted file mode 100644 index d781f84798..0000000000 --- a/third_party/boost/libs/container/proj/vs/global_resource.vcxproj +++ /dev/null @@ -1,190 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - global_resource_test - {7C85E213-963A-84EE-4FA2-970396BAA802} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;BOOST_CONTAINER_DYN_LINK;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)global_resource_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;BOOST_CONTAINER_DYN_LINK;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)global_resource_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/insert_vs_emplace_test.vcxproj b/third_party/boost/libs/container/proj/vs/insert_vs_emplace_test.vcxproj deleted file mode 100644 index 2f4a29c22b..0000000000 --- a/third_party/boost/libs/container/proj/vs/insert_vs_emplace_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {51EC9223-B8A9-4F6E-EA24-352DFA76C72A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)insert_vs_emplace_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)insert_vs_emplace_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/list_test.vcxproj b/third_party/boost/libs/container/proj/vs/list_test.vcxproj deleted file mode 100644 index 3b90917875..0000000000 --- a/third_party/boost/libs/container/proj/vs/list_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58CCE183-6092-48FE-A4F7-BA0D3A792632} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)list_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)list_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/map_test.vcxproj b/third_party/boost/libs/container/proj/vs/map_test.vcxproj deleted file mode 100644 index d4ba8430d7..0000000000 --- a/third_party/boost/libs/container/proj/vs/map_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58CCE183-6092-48FE-A4F7-BA0D3A792606} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)map_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)map_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/memory_resource_test.vcxproj b/third_party/boost/libs/container/proj/vs/memory_resource_test.vcxproj deleted file mode 100644 index b8632be6b4..0000000000 --- a/third_party/boost/libs/container/proj/vs/memory_resource_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5711C8E3-84EE-396A-4FA2-D6B03AA79202} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;BOOST_CONTAINER_DYN_LINK;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)memory_resource_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;BOOST_CONTAINER_DYN_LINK;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)memory_resource_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/monotonic_buffer_resource_test.vcxproj b/third_party/boost/libs/container/proj/vs/monotonic_buffer_resource_test.vcxproj deleted file mode 100644 index 8e0e707303..0000000000 --- a/third_party/boost/libs/container/proj/vs/monotonic_buffer_resource_test.vcxproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {531AC82E-41FA-96E3-4F8E-32372DA7C3C2} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)monotonic_buffer_resource_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)monotonic_buffer_resource_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/node_handle_test.vcxproj b/third_party/boost/libs/container/proj/vs/node_handle_test.vcxproj deleted file mode 100644 index c167aa0cd9..0000000000 --- a/third_party/boost/libs/container/proj/vs/node_handle_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5A17C6C5-6C29-A74F-48FE-A7FA7A063106} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)node_handle_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)node_handle_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/null_iterators_test.vcxproj b/third_party/boost/libs/container/proj/vs/null_iterators_test.vcxproj deleted file mode 100644 index 089c8169e0..0000000000 --- a/third_party/boost/libs/container/proj/vs/null_iterators_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C90520E3-B8A9-EB54-76E2-25DFA3C7762A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)null_iterators_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)null_iterators_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pair_test.vcxproj b/third_party/boost/libs/container/proj/vs/pair_test.vcxproj deleted file mode 100644 index 8cf42b326e..0000000000 --- a/third_party/boost/libs/container/proj/vs/pair_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58CA17C5-A74F-9602-48FE-B06310DA7FA6} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pair_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pair_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_deque_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_deque_test.vcxproj deleted file mode 100644 index bc94c97362..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_deque_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7231} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_deque_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_deque_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_devector_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_devector_test.vcxproj deleted file mode 100644 index d97721ad11..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_devector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {280D2EC6-1FC2-47CD-A659-7A6A131F147B} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_devector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_devector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_flat_map_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_flat_map_test.vcxproj deleted file mode 100644 index b9eb1b298b..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_flat_map_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E723A} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_flat_map_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_flat_map_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_flat_set_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_flat_set_test.vcxproj deleted file mode 100644 index 746f2f531a..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_flat_set_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7239} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_flat_set_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_flat_set_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_list_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_list_test.vcxproj deleted file mode 100644 index 57611a9c34..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_list_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7238} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_list_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_list_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_map_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_map_test.vcxproj deleted file mode 100644 index 1144d93e37..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_map_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7237} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_map_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_map_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_set_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_set_test.vcxproj deleted file mode 100644 index ebb15559a9..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_set_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7236} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_set_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_set_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_slist_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_slist_test.vcxproj deleted file mode 100644 index e889ded7c2..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_slist_test.vcxproj +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - pmr_string_test - {85EADC21-42FA-F8A3-306C-A2029D5E7235} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_string_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_string_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_small_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_small_vector_test.vcxproj deleted file mode 100644 index e509929148..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_small_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7234} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_small_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_small_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_stable_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_stable_vector_test.vcxproj deleted file mode 100644 index 9c8c90a7f3..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_stable_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7230} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_stable_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_stable_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_string_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_string_test.vcxproj deleted file mode 100644 index b38fd90c1b..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_string_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7233} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_string_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_string_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/pmr_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/pmr_vector_test.vcxproj deleted file mode 100644 index acd1d2c12a..0000000000 --- a/third_party/boost/libs/container/proj/vs/pmr_vector_test.vcxproj +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {85EADC21-42FA-F8A3-306C-A2029D5E7232} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)pmr_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/polymorphic_allocator_test.vcxproj b/third_party/boost/libs/container/proj/vs/polymorphic_allocator_test.vcxproj deleted file mode 100644 index 2236354007..0000000000 --- a/third_party/boost/libs/container/proj/vs/polymorphic_allocator_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)polymorphic_allocator_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)polymorphic_allocator_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/resource_adaptor.vcxproj b/third_party/boost/libs/container/proj/vs/resource_adaptor.vcxproj deleted file mode 100644 index 44fc16d30c..0000000000 --- a/third_party/boost/libs/container/proj/vs/resource_adaptor.vcxproj +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - resource_adaptor_test - {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)resource_adaptor_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)resource_adaptor_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/scoped_allocator_adaptor_test.vcxproj b/third_party/boost/libs/container/proj/vs/scoped_allocator_adaptor_test.vcxproj deleted file mode 100644 index 032a29b5b3..0000000000 --- a/third_party/boost/libs/container/proj/vs/scoped_allocator_adaptor_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {0010F93F-D5DF-43FE-8F2E-F013E654D169} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)scoped_allocator_adaptor_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)scoped_allocator_adaptor_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/scoped_allocator_usage_test.vcxproj b/third_party/boost/libs/container/proj/vs/scoped_allocator_usage_test.vcxproj deleted file mode 100644 index 4a86dcf339..0000000000 --- a/third_party/boost/libs/container/proj/vs/scoped_allocator_usage_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)scoped_allocator_usage_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)scoped_allocator_usage_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/set_test.vcxproj b/third_party/boost/libs/container/proj/vs/set_test.vcxproj deleted file mode 100644 index 4d5a7aa012..0000000000 --- a/third_party/boost/libs/container/proj/vs/set_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {9F5AD19C-BBDF-484C-9667-61B7D9406B8E} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)set_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)set_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - /Zc:__cplusplus %(AdditionalOptions) - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/slist_test.vcxproj b/third_party/boost/libs/container/proj/vs/slist_test.vcxproj deleted file mode 100644 index 710b2f6a72..0000000000 --- a/third_party/boost/libs/container/proj/vs/slist_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58CCE183-6092-48FE-A4F7-BA0D3A792608} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)slist_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)slist_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/small_vector_options_test.vcxproj b/third_party/boost/libs/container/proj/vs/small_vector_options_test.vcxproj deleted file mode 100644 index c6ab7b5ec3..0000000000 --- a/third_party/boost/libs/container/proj/vs/small_vector_options_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {41C6C96F-C3A2-4962-A4A3-63A4F06D94F6} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)small_vector_options_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)small_vector_options_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/small_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/small_vector_test.vcxproj deleted file mode 100644 index 8a6b1efe77..0000000000 --- a/third_party/boost/libs/container/proj/vs/small_vector_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5CE8E110-096A-84FE-4A2A-BA7E925A6002} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)small_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)small_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/static_vector_options_test.vcxproj b/third_party/boost/libs/container/proj/vs/static_vector_options_test.vcxproj deleted file mode 100644 index ef72aa5cd0..0000000000 --- a/third_party/boost/libs/container/proj/vs/static_vector_options_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D5D8B915-EA1E-4196-AAD2-20560E14C4C8} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)static_vector_options_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)static_vector_options_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/static_vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/static_vector_test.vcxproj deleted file mode 100644 index 67b7ff0705..0000000000 --- a/third_party/boost/libs/container/proj/vs/static_vector_test.vcxproj +++ /dev/null @@ -1,186 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58E1C1C3-096A-84FE-4FA2-D6BA79201C02} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)static_vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)static_vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/string_test.vcxproj b/third_party/boost/libs/container/proj/vs/string_test.vcxproj deleted file mode 100644 index d048974821..0000000000 --- a/third_party/boost/libs/container/proj/vs/string_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {58CCE183-6092-48FE-A4F7-BA0D4A792607} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)string_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)string_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/string_view_compat_test.vcxproj b/third_party/boost/libs/container/proj/vs/string_view_compat_test.vcxproj deleted file mode 100644 index b52d997e0b..0000000000 --- a/third_party/boost/libs/container/proj/vs/string_view_compat_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {589975D8-0779-4174-B9DA-3B5C80A74536} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)string_view_compat_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - false - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)string_view_compat_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/synchronized_pool_resource_test.vcxproj b/third_party/boost/libs/container/proj/vs/synchronized_pool_resource_test.vcxproj deleted file mode 100644 index a3cd27f1e7..0000000000 --- a/third_party/boost/libs/container/proj/vs/synchronized_pool_resource_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5AC821FE-961F-4FA3-F8E0-38DC72DA3397} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)synchronized_pool_resource_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)synchronized_pool_resource_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/throw_exception_test.vcxproj b/third_party/boost/libs/container/proj/vs/throw_exception_test.vcxproj deleted file mode 100644 index c0069cb0a7..0000000000 --- a/third_party/boost/libs/container/proj/vs/throw_exception_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5A8D91E0-FA57-284F-84FE-D3A6BA792002} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)throw_exception_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)throw_exception_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/tree_test.vcxproj b/third_party/boost/libs/container/proj/vs/tree_test.vcxproj deleted file mode 100644 index 7612edaa65..0000000000 --- a/third_party/boost/libs/container/proj/vs/tree_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5CE185C3-2609-4FA5-FE38-792BA0D3A606} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)tree_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)tree_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/unsynchronized_pool_resource_test.vcxproj b/third_party/boost/libs/container/proj/vs/unsynchronized_pool_resource_test.vcxproj deleted file mode 100644 index b357365129..0000000000 --- a/third_party/boost/libs/container/proj/vs/unsynchronized_pool_resource_test.vcxproj +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {51FC821E-41FA-196E-F8E0-328DA3A37C72} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)unsynchronized_pool_resource_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebugDLL - true - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)unsynchronized_pool_resource_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/uses_allocator_test.vcxproj b/third_party/boost/libs/container/proj/vs/uses_allocator_test.vcxproj deleted file mode 100644 index 965989c1ce..0000000000 --- a/third_party/boost/libs/container/proj/vs/uses_allocator_test.vcxproj +++ /dev/null @@ -1,185 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)uses_allocator_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)uses_allocator_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/vector_options_test.vcxproj b/third_party/boost/libs/container/proj/vs/vector_options_test.vcxproj deleted file mode 100644 index b115abdd96..0000000000 --- a/third_party/boost/libs/container/proj/vs/vector_options_test.vcxproj +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - - - false - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)vector_options_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)vector_options_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - Default - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/proj/vs/vector_test.vcxproj b/third_party/boost/libs/container/proj/vs/vector_test.vcxproj deleted file mode 100644 index b0ba387cc9..0000000000 --- a/third_party/boost/libs/container/proj/vs/vector_test.vcxproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {5CE11C83-096A-84FE-4FA2-D3A6BA792002} - Win32Proj - 10.0 - - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - Application - v143 - MultiByte - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>15.0.27625.0 - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - false - $(ProjectName) - - - false - $(ProjectName) - $(Platform)\$(Configuration)\$(TargetName)\ - $(Platform)\$(Configuration)\$(TargetName)\Int\ - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_ITERATOR_DEBUG_LEVEL=0 - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - Level4 - ProgramDatabase - stdcpp20 - /Zc:__cplusplus %(AdditionalOptions) - false - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)vector_test.pdb - Console - MachineX86 - false - - - - - Disabled - ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - - - Level4 - ProgramDatabase - stdcpp20 - /Zc:__cplusplus %(AdditionalOptions) - false - false - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - $(OutDir)vector_test.pdb - Console - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - Level4 - - stdcpp20 - /Zc:__cplusplus %(AdditionalOptions) - false - false - Sync - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - MachineX86 - false - - - - - ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - - - stdcpp20 - /Zc:__cplusplus %(AdditionalOptions) - false - false - Sync - - - winmm.lib;%(AdditionalDependencies) - ../../../../stage/lib;%(AdditionalLibraryDirectories) - true - Console - true - true - false - - - - - - - - - \ No newline at end of file diff --git a/third_party/boost/libs/container/test/devector_test.cpp b/third_party/boost/libs/container/test/devector_test.cpp index 6b7fecde36..ad2545d4c0 100644 --- a/third_party/boost/libs/container/test/devector_test.cpp +++ b/third_party/boost/libs/container/test/devector_test.cpp @@ -25,7 +25,7 @@ #include "check_equal_containers.hpp" #include "movable_int.hpp" -#include +#include //algo_equal(), algo_lexicographical_compare #define BOOST_CONTAINER_DEVECTOR_ALLOC_STATS #include @@ -229,23 +229,22 @@ template void test_constructor_input_range() } BOOST_TEST(test_elem_base::no_living_elem()); -/* //if move_if_noexcept is implemented - #ifndef BOOST_NO_EXCEPTIONS - if (! boost::move_detail::is_nothrow_copy_constructible::value) - { - devector input; get_range >(16, input); + //if move_if_noexcept is implemented + //#ifndef BOOST_NO_EXCEPTIONS + //if (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ + //devector input; get_range >(16, input); - input_iterator input_begin = make_input_iterator(input, input.begin()); - input_iterator input_end = make_input_iterator(input, input.end()); + //input_iterator input_begin = make_input_iterator(input, input.begin()); + //input_iterator input_end = make_input_iterator(input, input.end()); - test_elem_throw::on_copy_after(4); + //test_elem_throw::on_copy_after(4); - BOOST_TEST_THROWS(Devector c(input_begin, input_end), test_exception); - } + //BOOST_TEST_THROWS(Devector c(input_begin, input_end), test_exception); + //} - BOOST_TEST(test_elem_base::no_living_elem()); - #endif //#ifndef BOOST_NO_EXCEPTIONS -*/ + //BOOST_TEST(test_elem_base::no_living_elem()); + //#endif //#ifndef BOOST_NO_EXCEPTIONS } @@ -479,25 +478,24 @@ template void test_assignment() BOOST_TEST(a.get_alloc_count() == alloc_count); } -/* - #ifndef BOOST_NO_EXCEPTIONS - typedef typename Devector::value_type T; - BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) - { + + //#ifndef BOOST_NO_EXCEPTIONS + //typedef typename Devector::value_type T; + //BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ // strong guarantee if reallocation is needed (no guarantee otherwise) - Devector a; get_range(6, a); - Devector c; get_range(12, c); - const Devector &b = c; + //Devector a; get_range(6, a); + //Devector c; get_range(12, c); + //const Devector &b = c; - test_elem_throw::on_copy_after(3); - BOOST_TEST_THROWS(a = b, test_exception); - test_elem_throw::do_not_throw(); + //test_elem_throw::on_copy_after(3); + //BOOST_TEST_THROWS(a = b, test_exception); + //test_elem_throw::do_not_throw(); - const int expected[] = {1, 2, 3, 4, 5, 6}; - test_equal_range(a, expected); - } - #endif //#ifndef BOOST_NO_EXCEPTIONS -*/ + //const int expected[] = {1, 2, 3, 4, 5, 6}; + //test_equal_range(a, expected); + //} + //#endif //#ifndef BOOST_NO_EXCEPTIONS } template void test_move_assignment_throwing(dtl::true_) @@ -624,28 +622,28 @@ template void test_il_assignment() test_equal_range(a, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}); BOOST_TEST(a.get_alloc_count() == 0u); } -/* - #ifndef BOOST_NO_EXCEPTIONS - typedef typename Devector::value_type T; - BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) - { - // strong guarantee if reallocation is needed (no guarantee otherwise) - Devector a; get_range(6, a); - test_elem_throw::on_copy_after(3); - - BOOST_CONTAINER_TRY - { - a = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; - BOOST_TEST(false); - } - BOOST_CONTAINER_CATCH(const test_exception&) {} - BOOST_CONTAINER_CATCH_END - test_elem_throw::do_not_throw(); - - test_equal_range(a, {1, 2, 3, 4, 5, 6}); - } - #endif //BOOST_NO_EXCEPTIONS*/ + //#ifndef BOOST_NO_EXCEPTIONS + //typedef typename Devector::value_type T; + //BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ + // strong guarantee if reallocation is needed (no guarantee otherwise) + //Devector a; get_range(6, a); + + //test_elem_throw::on_copy_after(3); + + //BOOST_CONTAINER_TRY + //{ + //a = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; + //BOOST_TEST(false); + //} + //BOOST_CONTAINER_CATCH(const test_exception&) {} + //BOOST_CONTAINER_CATCH_END + //test_elem_throw::do_not_throw(); + + //test_equal_range(a, {1, 2, 3, 4, 5, 6}); + //} + //#endif //BOOST_NO_EXCEPTIONS #endif //#if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST) } @@ -744,27 +742,26 @@ template void test_assign_input_range() test_equal_range(a, expected); } -/* - #ifndef BOOST_NO_EXCEPTIONS - BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) - { + + //#ifndef BOOST_NO_EXCEPTIONS + //BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ // strong guarantee if reallocation is needed (no guarantee otherwise) - devector input; get_range >(12, input); - input_iterator input_begin = make_input_iterator(input, input.begin()); - input_iterator input_end = make_input_iterator(input, input.end()); + //devector input; get_range >(12, input); + //input_iterator input_begin = make_input_iterator(input, input.begin()); + //input_iterator input_end = make_input_iterator(input, input.end()); - Devector a; get_range(6, a); + //Devector a; get_range(6, a); - test_elem_throw::on_copy_after(3); - BOOST_TEST_THROWS(a.assign(input_begin, input_end), test_exception); - test_elem_throw::do_not_throw(); + //test_elem_throw::on_copy_after(3); + //BOOST_TEST_THROWS(a.assign(input_begin, input_end), test_exception); + //test_elem_throw::do_not_throw(); - const int expected[] = {1, 2, 3, 4, 5, 6}; - test_equal_range(a, expected); - } - #endif //#ifndef BOOST_NO_EXCEPTIONS -*/ + //const int expected[] = {1, 2, 3, 4, 5, 6}; + //test_equal_range(a, expected); + //} + //#endif //#ifndef BOOST_NO_EXCEPTIONS } template void test_assign_forward_range_throwing(dtl::false_) @@ -859,21 +856,21 @@ template void test_assign_forward_range() test_equal_range(a, expected); BOOST_TEST(a.get_alloc_count() == 0u); } -/* - #ifndef BOOST_NO_EXCEPTIONS - BOOST_IF_CONSTEXPR(! boost::move_detail::is_nothrow_copy_constructible::value) - { + + //#ifndef BOOST_NO_EXCEPTIONS + //BOOST_IF_CONSTEXPR(! boost::move_detail::is_nothrow_copy_constructible::value) + //{ // strong guarantee if reallocation is needed (no guarantee otherwise) - Devector a; get_range(6, a); + //Devector a; get_range(6, a); - test_elem_throw::on_copy_after(3); - BOOST_TEST_THROWS(a.assign(one, twelve), test_exception); - test_elem_throw::do_not_throw(); + //test_elem_throw::on_copy_after(3); + //BOOST_TEST_THROWS(a.assign(one, twelve), test_exception); + //test_elem_throw::do_not_throw(); - const int expected [] = {1, 2, 3, 4, 5, 6}; - test_equal_range(a, expected); - } - #endif //#ifndef BOOST_NO_EXCEPTIONS*/ + //const int expected [] = {1, 2, 3, 4, 5, 6}; + //test_equal_range(a, expected); + //} + //#endif //#ifndef BOOST_NO_EXCEPTIONS } template void test_assign_pointer_range() @@ -947,21 +944,21 @@ template void test_assign_pointer_range() test_equal_range(a, expected); BOOST_TEST(a.get_alloc_count() == 0u); } -/* - #ifndef BOOST_NO_EXCEPTIONS - BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) - { + + //#ifndef BOOST_NO_EXCEPTIONS + //BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ // strong guarantee if reallocation is needed (no guarantee otherwise) - Devector a; get_range(6, a); + //Devector a; get_range(6, a); - test_elem_throw::on_copy_after(3); - BOOST_TEST_THROWS(a.assign(one, twelve), test_exception); - test_elem_throw::do_not_throw(); + //test_elem_throw::on_copy_after(3); + //BOOST_TEST_THROWS(a.assign(one, twelve), test_exception); + //test_elem_throw::do_not_throw(); - const int expected[] = {1, 2, 3, 4, 5, 6}; - test_equal_range(a, expected); - } - #endif //#ifndef BOOST_NO_EXCEPTIONS*/ + //const int expected[] = {1, 2, 3, 4, 5, 6}; + //test_equal_range(a, expected); + //} + //#endif //#ifndef BOOST_NO_EXCEPTIONS } template void test_assign_n() @@ -1030,22 +1027,22 @@ template void test_assign_n() test_equal_range(a, expected); BOOST_TEST(a.get_alloc_count() == 0u); } -/* - #ifndef BOOST_NO_EXCEPTIONS - BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) - { + + //#ifndef BOOST_NO_EXCEPTIONS + //BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ // strong guarantee if reallocation is needed (no guarantee otherwise) - Devector a; get_range(6, a); + //Devector a; get_range(6, a); - test_elem_throw::on_copy_after(3); - BOOST_TEST_THROWS(a.assign(32, T(9)), test_exception); - test_elem_throw::do_not_throw(); + //test_elem_throw::on_copy_after(3); + //BOOST_TEST_THROWS(a.assign(32, T(9)), test_exception); + //test_elem_throw::do_not_throw(); + + //const int expected[] = {1, 2, 3, 4, 5, 6}; + //test_equal_range(a, expected); + //} + //#endif //#ifndef BOOST_NO_EXCEPTIONS - const int expected[] = {1, 2, 3, 4, 5, 6}; - test_equal_range(a, expected); - } - #endif //#ifndef BOOST_NO_EXCEPTIONS -*/ } template void test_assign_il() @@ -1109,21 +1106,21 @@ template void test_assign_il() test_equal_range(a, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}); BOOST_TEST(a.get_alloc_count() == 0u); } -/* - #ifndef BOOST_NO_EXCEPTIONS - typedef typename Devector::value_type T; - BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) - { + + //#ifndef BOOST_NO_EXCEPTIONS + //typedef typename Devector::value_type T; + //BOOST_IF_CONSTEXPR (! boost::move_detail::is_nothrow_copy_constructible::value) + //{ // strong guarantee if reallocation is needed (no guarantee otherwise) - Devector a; get_range(6, a); + //Devector a; get_range(6, a); - test_elem_throw::on_copy_after(3); - BOOST_TEST_THROWS(a.assign({1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18}), test_exception); - test_elem_throw::do_not_throw(); + //test_elem_throw::on_copy_after(3); + //BOOST_TEST_THROWS(a.assign({1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18}), test_exception); + //test_elem_throw::do_not_throw(); - test_equal_range(a, {1, 2, 3, 4, 5, 6}); - } - #endif //#ifndef BOOST_NO_EXCEPTIONS*/ + //test_equal_range(a, {1, 2, 3, 4, 5, 6}); + //} + //#endif //#ifndef BOOST_NO_EXCEPTIONS #endif //#if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST) } @@ -1139,17 +1136,17 @@ template void test_begin_end() { Devector actual; get_range(10, actual); - BOOST_TEST(boost::algorithm::equal(expected.begin(), expected.end(), actual.begin(), actual.end())); - BOOST_TEST(boost::algorithm::equal(expected.rbegin(), expected.rend(), actual.rbegin(), actual.rend())); - BOOST_TEST(boost::algorithm::equal(expected.cbegin(), expected.cend(), actual.cbegin(), actual.cend())); - BOOST_TEST(boost::algorithm::equal(expected.crbegin(), expected.crend(), actual.crbegin(), actual.crend())); + BOOST_TEST(::boost::container::algo_equal(expected.begin(), expected.end(), actual.begin(), actual.end())); + BOOST_TEST(::boost::container::algo_equal(expected.rbegin(), expected.rend(), actual.rbegin(), actual.rend())); + BOOST_TEST(::boost::container::algo_equal(expected.cbegin(), expected.cend(), actual.cbegin(), actual.cend())); + BOOST_TEST(::boost::container::algo_equal(expected.crbegin(), expected.crend(), actual.crbegin(), actual.crend())); } { Devector cactual; get_range(10, cactual); - BOOST_TEST(boost::algorithm::equal(expected.begin(), expected.end(), cactual.begin(), cactual.end())); - BOOST_TEST(boost::algorithm::equal(expected.rbegin(), expected.rend(), cactual.rbegin(), cactual.rend())); + BOOST_TEST(::boost::container::algo_equal(expected.begin(), expected.end(), cactual.begin(), cactual.end())); + BOOST_TEST(::boost::container::algo_equal(expected.rbegin(), expected.rend(), cactual.rbegin(), cactual.rend())); } } @@ -1177,30 +1174,32 @@ template void test_empty() //using gp_devector = devector; void test_max_size() -{/* - gp_devector a; - BOOST_TEST(a.max_size() == (std::numeric_limits::max)()); +{ + #if 0 + gp_devector a; + BOOST_TEST(a.max_size() == (std::numeric_limits::max)()); - gp_devector b; - BOOST_TEST(b.max_size() == (std::numeric_limits::max)()); + gp_devector b; + BOOST_TEST(b.max_size() == (std::numeric_limits::max)()); - gp_devector c; - BOOST_TEST(c.max_size() >= b.max_size()); + gp_devector c; + BOOST_TEST(c.max_size() >= b.max_size()); - gp_devector d; - BOOST_TEST(d.max_size() >= c.max_size()); -*/ + gp_devector d; + BOOST_TEST(d.max_size() >= c.max_size()); + #endif } void test_exceeding_max_size() -{/* +{ + #if 0 #ifndef BOOST_NO_EXCEPTIONS using Devector = gp_devector; Devector a((std::numeric_limits::max)()); BOOST_TEST_THROWS(a.emplace_back(404), std::length_error); #endif //#ifndef BOOST_NO_EXCEPTIONS -*/ + #endif } template void test_size() @@ -1277,7 +1276,7 @@ template void test_resize_front() const int expected [] = {0, 0, 0, 1, 2, 3, 4, 5}; test_equal_range(b, expected); } - /* + #if 0 // size < required, move would throw if (! boost::is_nothrow_move_constructible::value && std::is_copy_constructible::value) { @@ -1289,7 +1288,7 @@ template void test_resize_front() test_equal_range(c, {0, 0, 0, 1, 2, 3, 4, 5}); } - */ + #endif test_resize_front_throwing (dtl::bool_::value>()); @@ -1456,7 +1455,7 @@ template void test_resize_back() const int expected [] = {1, 2, 3, 4, 5, 0, 0, 0}; test_equal_range(b, expected); } - /* + #if 0 // size < required, move would throw if (! boost::is_nothrow_move_constructible::value && std::is_copy_constructible::value) { @@ -1468,7 +1467,7 @@ template void test_resize_back() test_equal_range(c, {1, 2, 3, 4, 5, 0, 0, 0}); } - */ + #endif test_resize_back_throwing (dtl::bool_::value>()); @@ -1607,128 +1606,6 @@ template void test_resize_back_copy() } } -/* -template void test_constructor_unsafe_uninitialized() -{ - { - Devector a(8, unsafe_uninitialized_tag_t()); - BOOST_TEST(a.size() == 8u); - - for (int i = 0; i < 8; ++i) - { - new (a.data() + i) T(i+1); - } - - const int expected [] = {1, 2, 3, 4, 5, 6, 7, 8}; - test_equal_range(a, expected); - } - - { - Devector b(0, unsafe_uninitialized_tag_t()); - BOOST_TEST(b.get_alloc_count() == 0u); - } -} -*/ - -/* -template void test_unsafe_uninitialized_resize_front() -{ - typedef typename Devector::value_type T; - - { // noop - Devector a; get_range(8, a); - a.reset_alloc_stats(); - - a.unsafe_uninitialized_resize_front(a.size()); - - const int expected [] = {1, 2, 3, 4, 5, 6, 7, 8}; - test_equal_range(a, expected); - BOOST_TEST(a.get_alloc_count() == 0u); - } - - { // grow (maybe has enough capacity) - Devector b; get_range(0, 0, 5, 9, b); - - b.unsafe_uninitialized_resize_front(8); - - for (int i = 0; i < 4; ++i) - { - new (b.data() + i) T(i+1); - } - - const int expected [] = {1, 2, 3, 4, 5, 6, 7, 8}; - test_equal_range(b, expected); - } - - { // shrink uninitialized - Devector c; get_range(8, c); - - c.unsafe_uninitialized_resize_front(16); - c.unsafe_uninitialized_resize_front(8); - - const int expected [] = {1, 2, 3, 4, 5, 6, 7, 8}; - test_equal_range(c, expected ); - } - - if (std::is_trivially_destructible::value) - { - // shrink - Devector d; get_range(8, d); - - d.unsafe_uninitialized_resize_front(4); - - test_equal_range(d, {5, 6, 7, 8}); - } -} - -template void test_unsafe_uninitialized_resize_back() -{ - typedef typename Devector::value_type T; - - { // noop - Devector a; get_range(8, a); - a.reset_alloc_stats(); - - a.unsafe_uninitialized_resize_back(a.size()); - - test_equal_range(a, {1, 2, 3, 4, 5, 6, 7, 8}); - BOOST_TEST(a.get_alloc_count() == 0u); - } - - { // grow (maybe has enough capacity) - Devector b; get_range(1, 5, 0, 0, b); - - b.unsafe_uninitialized_resize_back(8); - - for (int i = 0; i < 4; ++i) - { - new (b.data() + 4 + i) T(i+5); - } - - test_equal_range(b, {1, 2, 3, 4, 5, 6, 7, 8}); - } - - { // shrink uninitialized - Devector c; get_range(8, c); - - c.unsafe_uninitialized_resize_back(16); - c.unsafe_uninitialized_resize_back(8); - - test_equal_range(c, {1, 2, 3, 4, 5, 6, 7, 8}); - } - - if (std::is_trivially_destructible::value) - { - // shrink - Devector d; get_range(8, d); - - d.unsafe_uninitialized_resize_back(4); - - test_equal_range(d, {1, 2, 3, 4}); - } -} -*/ - template void test_reserve_front() { typedef typename Devector::value_type value_type; @@ -3625,6 +3502,39 @@ template void test_clear() BOOST_TEST(a.empty()); BOOST_TEST(cp == a.capacity()); } + + { + Devector a; + a.push_front(42); + typename Devector::size_type cp = a.capacity(); + a.clear(); + BOOST_TEST(a.empty()); + BOOST_TEST(cp == a.capacity()); + a.push_front(42); + a.clear(); + BOOST_TEST(a.empty()); + BOOST_TEST(cp == a.capacity()); + a.push_back(42); + a.clear(); + BOOST_TEST(a.empty()); + BOOST_TEST(cp == a.capacity()); + } + { + Devector a; + a.push_back(42); + typename Devector::size_type cp = a.capacity(); + a.clear(); + BOOST_TEST(a.empty()); + BOOST_TEST(cp == a.capacity()); + a.push_back(42); + a.clear(); + BOOST_TEST(a.empty()); + BOOST_TEST(cp == a.capacity()); + a.push_front(42); + a.clear(); + BOOST_TEST(a.empty()); + BOOST_TEST(cp == a.capacity()); + } } template void test_op_eq() @@ -3916,10 +3826,10 @@ struct GetAllocatorCont void test_all() { - test_recursive_devector();/* + test_recursive_devector(); test_max_size(); - test_exceeding_max_size(); - shrink_to_fit();*/ + //test_exceeding_max_size(); + //shrink_to_fit(); test_data(); test_il_assignment< devector >(); test_assign_forward_range< devector >(); diff --git a/third_party/boost/libs/container/test/test_util.hpp b/third_party/boost/libs/container/test/test_util.hpp index bf129a1218..9161011480 100644 --- a/third_party/boost/libs/container/test/test_util.hpp +++ b/third_party/boost/libs/container/test/test_util.hpp @@ -13,6 +13,7 @@ #define BOOST_CONTAINER_TEST_TEST_UTIL_HPP #include "test_elem.hpp" +#include //algo_equal(), algo_lexicographical_compare // get_range @@ -86,8 +87,7 @@ void print_range(std::ostream& out, Array (&range)[N]) template void test_equal_range(const C1& a, const C2 (&b)[N]) { - bool equals = boost::algorithm::equal - (a.begin(), a.end(), b, b+N); + bool equals = ::boost::container::algo_equal(a.begin(), a.end(), b, b+N); BOOST_TEST(equals); @@ -104,7 +104,7 @@ void test_equal_range(const C1& a, const C2 (&b)[N]) template void test_equal_range(const C1& a, const C2&b) { - bool equals = boost::algorithm::equal + bool equals = boost::container::algo_equal (a.begin(), a.end(), b.begin(), b.end()); BOOST_TEST(equals); diff --git a/third_party/boost/libs/core/.drone.jsonnet b/third_party/boost/libs/core/.drone.jsonnet index c6881fbf1a..4927b18877 100644 --- a/third_party/boost/libs/core/.drone.jsonnet +++ b/third_party/boost/libs/core/.drone.jsonnet @@ -200,31 +200,38 @@ local windows_pipeline(name, image, environment, arch = "amd64") = ), linux_pipeline( - "Linux 23.04 GCC 13 32 ASAN", + "Linux 23.04 GCC 13 32/64", "cppalliance/droneubuntu2304:1", - { TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '32' } + asan, + { TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '32,64' }, "g++-13-multilib", ), linux_pipeline( - "Linux 23.04 GCC 13 64 ASAN", - "cppalliance/droneubuntu2304:1", - { TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '64' } + asan, - "g++-13-multilib", + "Linux 24.04 GCC 14 32 ASAN", + "cppalliance/droneubuntu2404:1", + { TOOLSET: 'gcc', COMPILER: 'g++-14', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '32' } + asan, + "g++-14-multilib", ), linux_pipeline( - "Linux 23.04 GCC 13 32 UBSAN", - "cppalliance/droneubuntu2304:1", - { TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '32' } + ubsan, - "g++-13-multilib", + "Linux 24.04 GCC 14 64 ASAN", + "cppalliance/droneubuntu2404:1", + { TOOLSET: 'gcc', COMPILER: 'g++-14', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '64' } + asan, + "g++-14-multilib", ), linux_pipeline( - "Linux 23.04 GCC 13 64 UBSAN", - "cppalliance/droneubuntu2304:1", - { TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '64' } + ubsan, - "g++-13-multilib", + "Linux 24.04 GCC 14 32 UBSAN", + "cppalliance/droneubuntu2404:1", + { TOOLSET: 'gcc', COMPILER: 'g++-14', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '32' } + ubsan, + "g++-14-multilib", + ), + + linux_pipeline( + "Linux 24.04 GCC 14 64 UBSAN", + "cppalliance/droneubuntu2404:1", + { TOOLSET: 'gcc', COMPILER: 'g++-14', CXXSTD: '03,11,14,17,20,2b', ADDRMD: '64' } + ubsan, + "g++-14-multilib", ), linux_pipeline( @@ -354,17 +361,24 @@ local windows_pipeline(name, image, environment, arch = "amd64") = ), linux_pipeline( - "Linux 23.10 Clang 17 UBSAN", + "Linux 23.10 Clang 17", "cppalliance/droneubuntu2310:1", - { TOOLSET: 'clang', COMPILER: 'clang++-17', CXXSTD: '03,11,14,17,20,2b' } + ubsan, + { TOOLSET: 'clang', COMPILER: 'clang++-17', CXXSTD: '03,11,14,17,20,2b' }, "clang-17", ), linux_pipeline( - "Linux 23.10 Clang 17 ASAN", - "cppalliance/droneubuntu2310:1", - { TOOLSET: 'clang', COMPILER: 'clang++-17', CXXSTD: '03,11,14,17,20,2b' } + asan, - "clang-17", + "Linux 24.04 Clang 18 UBSAN", + "cppalliance/droneubuntu2404:1", + { TOOLSET: 'clang', COMPILER: 'clang++-18', CXXSTD: '03,11,14,17,20,2b' } + ubsan, + "clang-18", + ), + + linux_pipeline( + "Linux 24.04 Clang 18 ASAN", + "cppalliance/droneubuntu2404:1", + { TOOLSET: 'clang', COMPILER: 'clang++-18', CXXSTD: '03,11,14,17,20,2b' } + asan, + "clang-18", ), macos_pipeline( diff --git a/third_party/boost/libs/core/.github/workflows/ci.yml b/third_party/boost/libs/core/.github/workflows/ci.yml index d4bdfc6574..9408e6bc4e 100644 --- a/third_party/boost/libs/core/.github/workflows/ci.yml +++ b/third_party/boost/libs/core/.github/workflows/ci.yml @@ -128,6 +128,13 @@ jobs: container: ubuntu:23.04 install: - g++-13-multilib + - toolset: gcc-14 + cxxstd: "03,11,14,17,20,23" + address-model: 32,64 + os: ubuntu-latest + container: ubuntu:24.04 + install: + - g++-14-multilib - name: UBSAN toolset: gcc-12 cxxstd: "03,11,14,17,20,23" @@ -286,15 +293,23 @@ jobs: - toolset: clang compiler: clang++-17 cxxstd: "03,11,14,17,20,2b" - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:23.10 install: - clang-17 - libc++-17-dev - libc++abi-17-dev - sources: - - "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main" - source_keys: - - "https://apt.llvm.org/llvm-snapshot.gpg.key" + cxxflags: -stdlib=libc++ + linkflags: -stdlib=libc++ + - toolset: clang + compiler: clang++-18 + cxxstd: "03,11,14,17,20,2b" + os: ubuntu-latest + container: ubuntu:24.04 + install: + - clang-18 + - libc++-18-dev + - libc++abi-18-dev cxxflags: -stdlib=libc++ linkflags: -stdlib=libc++ - name: UBSAN diff --git a/third_party/boost/libs/core/doc/changes.qbk b/third_party/boost/libs/core/doc/changes.qbk index 0213c9cb37..7144c835e2 100644 --- a/third_party/boost/libs/core/doc/changes.qbk +++ b/third_party/boost/libs/core/doc/changes.qbk @@ -7,12 +7,24 @@ [section Revision History] +[section Changes in 1.86.0] + +* Added a [link core.pointer_in_range `boost/core/pointer_in_range.hpp`] header with a `pointer_in_range` + function template to check if a pointer is within a given range. +* Fixed `type_name` for abstract classes. ([github_issue 172]) +* Fixed `boost/core/type_name.hpp` compilation error with MSVC with disabled native `wchar_t` type. + ([github_issue 173]) +* Added a workaround for an MSVC [@https://developercommunity.visualstudio.com/t/Compiler-bug:-Incorrect-C2247-and-C2248/10690025 bug] + causing `empty_value` compilation errors when it is used with a nested class. ([github_pr 175]) + +[endsect] + [section Changes in 1.85.0] * Added a new [link core.functor `boost/core/functor.hpp`] header with a `functor` class template for wrapping a raw function into a function object class. * Changed [link core.null_deleter `null_deleter`], [link core.fclose_deleter `fclose_deleter`] - and [link.checked_delete checked deleter] definitions so that they don't bring namespace `boost` + and [link core.checked_delete checked deleter] definitions so that they don't bring namespace `boost` into argument-dependent lookup in cases like this: ``` std::unique_ptr< std::FILE, boost::fclose_deleter > p1, p2; diff --git a/third_party/boost/libs/core/doc/core.qbk b/third_party/boost/libs/core/doc/core.qbk index bce8975c40..3398aa8ab0 100644 --- a/third_party/boost/libs/core/doc/core.qbk +++ b/third_party/boost/libs/core/doc/core.qbk @@ -20,6 +20,9 @@ or copy at http://boost.org/LICENSE_1_0.txt) ] ] +[template github_issue[key]'''#'''[key]''''''] +[template github_pr[key]'''PR#'''[key]''''''] + [template simplesect[title] [block ''''''[title]'''''']] diff --git a/third_party/boost/libs/core/include/boost/core/empty_value.hpp b/third_party/boost/libs/core/include/boost/core/empty_value.hpp index d8ffa30b4b..5eeee51f9d 100644 --- a/third_party/boost/libs/core/include/boost/core/empty_value.hpp +++ b/third_party/boost/libs/core/include/boost/core/empty_value.hpp @@ -95,9 +95,57 @@ class empty_value { }; #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) +#if defined(BOOST_MSVC) +/* +This is a workaround to an MSVC bug when T is a nested class: +https://developercommunity.visualstudio.com/t/Compiler-bug:-Incorrect-C2247-and-C2248/10690025 +*/ +namespace detail { + +template +class empty_value_base + : public T { +public: +#if !defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) + empty_value_base() = default; +#else + BOOST_CONSTEXPR empty_value_base() { } +#endif + +#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) +#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) + template + BOOST_CONSTEXPR empty_value_base(U&& value, Args&&... args) + : T(std::forward(value), std::forward(args)...) { } +#else + template + BOOST_CONSTEXPR empty_value_base(U&& value) + : T(std::forward(value)) { } +#endif +#else + template + BOOST_CONSTEXPR empty_value_base(const U& value) + : T(value) { } + + template + BOOST_CONSTEXPR empty_value_base(U& value) + : T(value) { } +#endif +}; + +} /* detail */ +#endif + template class empty_value +#if defined(BOOST_MSVC) + : detail::empty_value_base { + typedef detail::empty_value_base empty_base_; +#else : T { + typedef T empty_base_; +#endif + public: typedef T type; @@ -108,26 +156,26 @@ class empty_value #endif BOOST_CONSTEXPR empty_value(boost::empty_init_t) - : T() { } + : empty_base_() { } #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) template BOOST_CONSTEXPR empty_value(boost::empty_init_t, U&& value, Args&&... args) - : T(std::forward(value), std::forward(args)...) { } + : empty_base_(std::forward(value), std::forward(args)...) { } #else template BOOST_CONSTEXPR empty_value(boost::empty_init_t, U&& value) - : T(std::forward(value)) { } + : empty_base_(std::forward(value)) { } #endif #else template BOOST_CONSTEXPR empty_value(boost::empty_init_t, const U& value) - : T(value) { } + : empty_base_(value) { } template BOOST_CONSTEXPR empty_value(boost::empty_init_t, U& value) - : T(value) { } + : empty_base_(value) { } #endif BOOST_CONSTEXPR const T& get() const BOOST_NOEXCEPT { diff --git a/third_party/boost/libs/core/test/Jamfile.v2 b/third_party/boost/libs/core/test/Jamfile.v2 index 5df924266d..8c27813b67 100644 --- a/third_party/boost/libs/core/test/Jamfile.v2 +++ b/third_party/boost/libs/core/test/Jamfile.v2 @@ -226,6 +226,8 @@ run empty_value_test.cpp ; run empty_value_size_test.cpp ; run empty_value_final_test.cpp ; run empty_value_constexpr_test.cpp ; +compile empty_value_nested_test.cpp ; +compile-fail empty_value_compile_fail_casting.cpp ; run quick_exit_test.cpp ; run-fail quick_exit_fail.cpp ; diff --git a/third_party/boost/libs/core/test/empty_value_compile_fail_casting.cpp b/third_party/boost/libs/core/test/empty_value_compile_fail_casting.cpp new file mode 100644 index 0000000000..e4cac42d6b --- /dev/null +++ b/third_party/boost/libs/core/test/empty_value_compile_fail_casting.cpp @@ -0,0 +1,20 @@ +// Copyright 2024 Braden Ganetsky +// Distributed under the Boost Software License, Version 1.0. +// https://www.boost.org/LICENSE_1_0.txt + +#include + +struct empty {}; + +// This test ensures private inheritance of `boost::empty_value` for empty `T`. +// With public inheritance, `boost::empty_value*` could cast to `empty*`. +void test_empty_not_convertible_to_base() +{ + const boost::empty_value x(boost::empty_init); + const empty* x2 = static_cast(&x); + (void)x2; +} + +int main() +{ +} diff --git a/third_party/boost/libs/core/test/empty_value_nested_test.cpp b/third_party/boost/libs/core/test/empty_value_nested_test.cpp new file mode 100644 index 0000000000..7c011a5b07 --- /dev/null +++ b/third_party/boost/libs/core/test/empty_value_nested_test.cpp @@ -0,0 +1,45 @@ +/* +Copyright 2024 Braden Ganetsky +(glenjofe@gmail.com) + +Distributed under the Boost Software License, Version 1.0. +(http://www.boost.org/LICENSE_1_0.txt) +*/ +#include + +/* +Tests workaround for MSVC bug: +https://developercommunity.visualstudio.com/t/Compiler-bug:-Incorrect-C2247-and-C2248/10690025 +*/ +template +struct derived + : boost::empty_value { + typedef typename boost::empty_value::type type; + derived(boost::empty_init_t e) + : boost::empty_value(e) { } +}; + +struct outer { + struct inner_empty { }; + struct inner_non_empty { + inner_non_empty() + : value() { } + int value; + }; +}; + +void test() +{ + const boost::empty_value x1(boost::empty_init); + (void)x1; + const boost::empty_value x2(boost::empty_init); + (void)x2; + const boost::empty_value x3(boost::empty_init); + (void)x3; + const derived x4(boost::empty_init); + (void)x4; + const derived x5(boost::empty_init); + (void)x5; + const derived x6(boost::empty_init); + (void)x6; +} diff --git a/third_party/boost/libs/interprocess/CMakeLists.txt b/third_party/boost/libs/interprocess/CMakeLists.txt index d57c44e860..55988b32a3 100644 --- a/third_party/boost/libs/interprocess/CMakeLists.txt +++ b/third_party/boost/libs/interprocess/CMakeLists.txt @@ -27,6 +27,15 @@ target_link_libraries(boost_interprocess Boost::winapi ) +if(CMAKE_VERSION VERSION_GREATER 3.18 AND CMAKE_GENERATOR MATCHES "Visual Studio") + + file(GLOB_RECURSE boost_interprocess_IDEFILES CONFIGURE_DEPENDS include/*.hpp) + source_group(TREE ${PROJECT_SOURCE_DIR}/include FILES ${boost_interprocess_IDEFILES} PREFIX "Header Files") + list(APPEND boost_interprocess_IDEFILES extra/boost_interprocess.natvis) + target_sources(boost_interprocess PRIVATE ${boost_interprocess_IDEFILES}) + +endif() + if (CMAKE_SYSTEM_NAME STREQUAL "Linux") target_link_libraries(boost_interprocess INTERFACE rt) elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows") diff --git a/third_party/boost/libs/interprocess/extra/boost_interprocess.natvis b/third_party/boost/libs/interprocess/extra/boost_interprocess.natvis new file mode 100644 index 0000000000..320cb2e5a7 --- /dev/null +++ b/third_party/boost/libs/interprocess/extra/boost_interprocess.natvis @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + {get()} + + get() + + + + diff --git a/third_party/boost/libs/intrusive/doc/intrusive.qbk b/third_party/boost/libs/intrusive/doc/intrusive.qbk index 21b7bed52b..49c4401c70 100644 --- a/third_party/boost/libs/intrusive/doc/intrusive.qbk +++ b/third_party/boost/libs/intrusive/doc/intrusive.qbk @@ -3902,6 +3902,13 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes Release Notes] +[section:release_notes_boost_1_86_00 Boost 1.86 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/intrusive/issues/86 GitHub #86: ['Invalid UTF-8 character in comment]] + +[endsect] + [section:release_notes_boost_1_85_00 Boost 1.85 Release] * Fixed bugs: diff --git a/third_party/boost/libs/intrusive/include/boost/intrusive/detail/algorithm.hpp b/third_party/boost/libs/intrusive/include/boost/intrusive/detail/algorithm.hpp index d2421ffaad..f20c9d1030 100644 --- a/third_party/boost/libs/intrusive/include/boost/intrusive/detail/algorithm.hpp +++ b/third_party/boost/libs/intrusive/include/boost/intrusive/detail/algorithm.hpp @@ -26,15 +26,15 @@ namespace intrusive { struct algo_pred_equal { - template - bool operator()(const T &x, const T &y) const + template + bool operator()(const T &x, const T2 &y) const { return x == y; } }; struct algo_pred_less { - template - bool operator()(const T &x, const T &y) const + template + bool operator()(const T &x, const T2 &y) const { return x < y; } }; @@ -49,10 +49,6 @@ bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, BinaryPredicat return true; } -template -bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2) -{ return (algo_equal)(first1, last1, first2, algo_pred_equal()); } - template bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, BinaryPredicate pred) { @@ -62,6 +58,10 @@ bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2 return first1 == last1 && first2 == last2; } +template +bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2) +{ return (algo_equal)(first1, last1, first2, algo_pred_equal()); } + template bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2) { return (algo_equal)(first1, last1, first2, last2, algo_pred_equal()); } diff --git a/third_party/boost/libs/intrusive/include/boost/intrusive/detail/hash.hpp b/third_party/boost/libs/intrusive/include/boost/intrusive/detail/hash.hpp index 3ddfa2ce23..a18aa3abbe 100644 --- a/third_party/boost/libs/intrusive/include/boost/intrusive/detail/hash.hpp +++ b/third_party/boost/libs/intrusive/include/boost/intrusive/detail/hash.hpp @@ -2,7 +2,7 @@ // // Copyright 2005-2014 Daniel James. // Copyright 2021, 2022 Peter Dimov. -// Copyright 2024 Ion Gaztañaga. +// Copyright 2024 Ion Gaztanaga. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // diff --git a/third_party/boost/libs/json/.drone.star b/third_party/boost/libs/json/.drone.star index 0dcb3621c5..df82e1fdf9 100644 --- a/third_party/boost/libs/json/.drone.star +++ b/third_party/boost/libs/json/.drone.star @@ -27,8 +27,8 @@ def main(ctx): linux_cxx("UBSan Clang", "clang++-14", packages="clang-14 libstdc++-10-dev", buildtype="boost", buildscript="drone", image="cppalliance/droneubuntu2204:1", environment={'COMMENT': 'ubsan', 'B2_VARIANT': 'debug', 'B2_TOOLSET': 'clang-14', 'B2_CXXSTD': '11,14,17', 'B2_UBSAN': '1', 'B2_DEFINES': 'define=BOOST_NO_STRESS_TEST=1'}, globalenv=globalenv), linux_cxx("TSan", "g++-12", packages="g++-12", buildscript="drone", buildtype="boost", image="cppalliance/droneubuntu2204:1", environment={'COMMENT': 'tsan', 'B2_VARIANT': 'debug', 'B2_TOOLSET': 'gcc-12', 'B2_CXXSTD': '11,14,17', 'B2_TSAN': '1', 'B2_DEFINES': 'BOOST_NO_STRESS_TEST=1'}, globalenv=globalenv, privileged=True), linux_cxx("gcc 4.8 C++03 (no op)", "g++-4.8", packages="g++-4.8", image=linuxglobalimage, buildtype="boost", buildscript="drone", environment={"B2_TOOLSET": "gcc-4.8", "B2_CXXSTD": "03", 'B2_SEPARATE_BOOTSTRAP': '1'}, globalenv=globalenv), - linux_cxx("gcc 4.8", "g++-4.8", packages="g++-4.8", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-4.8', 'B2_CXXSTD': '11', 'B2_SEPARATE_BOOTSTRAP': '1', 'DRONE_JOB_UUID': '0ade7c2cf9', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on define=BOOST_ALLOW_DEPRECATED'}, globalenv=globalenv), - linux_cxx("gcc 4.9", "g++-4.9", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-4.9', 'B2_CXXSTD': '11', 'B2_SEPARATE_BOOTSTRAP': '1', 'DRONE_JOB_UUID': 'b1d5781111', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on define=BOOST_ALLOW_DEPRECATED'}, globalenv=globalenv), + linux_cxx("gcc 4.8", "g++-4.8", packages="g++-4.8", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-4.8', 'B2_CXXSTD': '11', 'B2_SEPARATE_BOOTSTRAP': '1', 'DRONE_JOB_UUID': '0ade7c2cf9', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on define=BOOST_JSON_ALLOW_DEPRECATED'}, globalenv=globalenv), + linux_cxx("gcc 4.9", "g++-4.9", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-4.9', 'B2_CXXSTD': '11', 'B2_SEPARATE_BOOTSTRAP': '1', 'DRONE_JOB_UUID': 'b1d5781111', 'B2_FLAGS': 'warnings=extra warnings-as-errors=on define=BOOST_JSON_ALLOW_DEPRECATED'}, globalenv=globalenv), linux_cxx("gcc 5", "g++-5", packages="g++-5", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-5', 'B2_CXXSTD': '11', 'DRONE_JOB_UUID': '17ba079149'}, globalenv=globalenv), linux_cxx("gcc 6", "g++-6", packages="g++-6", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-6', 'B2_CXXSTD': '11,14', 'DRONE_JOB_UUID': '7b52009b64'}, globalenv=globalenv), linux_cxx("gcc 7", "g++-7", packages="g++-7", buildtype="boost", buildscript="drone", image=linuxglobalimage, environment={'B2_TOOLSET': 'gcc-7', 'B2_CXXSTD': '14,17', 'DRONE_JOB_UUID': 'bd307a3ec3'}, globalenv=globalenv), diff --git a/third_party/boost/libs/json/bench/README.md b/third_party/boost/libs/json/bench/README.md index 9c93c2a3bd..fad2f1718d 100644 --- a/third_party/boost/libs/json/bench/README.md +++ b/third_party/boost/libs/json/bench/README.md @@ -5,6 +5,31 @@ fetch the third party repositories. Then run the bench program with no arguments for a list of command line options. +``` +Usage: bench [options...] ... + +Options: -t:[p][s] Test parsing, serialization or both + (default both) + -i:[b][d][r][c][n] Test the specified implementations + (b: Boost.JSON, pool storage) + (d: Boost.JSON, default storage) + (u: Boost.JSON, null parser) + (s: Boost.JSON, convenient functions) + (o: Boost.JSON, stream operators) + (r: RapidJSON, memory storage) + (c: RapidJSON, CRT storage) + (n: nlohmann/json) + (default all) + -n: Number of trials (default 6) + -b: Branch label for boost implementations + -m:(i|p|n) Number parsing mode + (i: imprecise) + (p: precise) + (n: none) + (default imprecise) + -f Include file IO into consideration when testing parsers +``` + When building with b2, it is possible to create several different copies of the bench program for different build properties (toolset, build variant, etc.). Rather than figuring out where those programs are located from b2 output you diff --git a/third_party/boost/libs/json/doc/externals.hpp b/third_party/boost/libs/json/doc/externals.hpp index 32f7e320cf..5b0e48c9ae 100644 --- a/third_party/boost/libs/json/doc/externals.hpp +++ b/third_party/boost/libs/json/doc/externals.hpp @@ -6,7 +6,7 @@ namespace boost { /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/release/libs/assert/doc/html/assert.html#source_location -using source_location = void; +struct source_location {}; namespace container { namespace pmr { @@ -15,12 +15,12 @@ namespace pmr { /// /// @see https://www.boost.org/doc/libs/release/doc/html/boost/container/pmr/polymorphic_allocator.html template -using polymorphic_allocator = void; +struct polymorphic_allocator {}; /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/1_85_0/doc/html/boost/container/pmr/memory_resource.html -using memory_resource = void; +struct memory_resource {}; } // namespace pmr } // namespace container @@ -30,27 +30,27 @@ namespace system { /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/release/libs/system/doc/html/system.html#ref_error_code -using error_code = void; +struct error_code {}; /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/release/libs/system/doc/html/system.html#ref_error_category -using error_category = void; +struct error_category {}; /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/release/libs/system/doc/html/system.html#ref_error_condition -using error_condition = void; +struct error_condition {}; /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/release/libs/system/doc/html/system.html#ref_system_error -using system_error = void; +struct system_error {}; /// !EXTERNAL! /// /// @see https://www.boost.org/doc/libs/release/libs/system/doc/html/system.html#ref_boostsystemresult_hpp -using result = void; +struct result {}; } // namespace system } // namespace boost @@ -61,62 +61,62 @@ namespace std { /// /// @see https://en.cppreference.com/w/cpp/iterator/reverse_iterator template -using reverse_iterator = void; +struct reverse_iterator {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/types/size_t -using size_t = void; +struct size_t {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/types/integer -using uint64_t = void; +struct uint64_t {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/types/integer -using int64_t = void; +struct int64_t {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/types/nullptr_t -using nullptr_t = void; +struct nullptr_t {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/types/ptrdiff_t -using ptrdiff_t = void; +struct ptrdiff_t {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/utility/initializer_list template -using initializer_list= void; +struct initializer_list {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/error/error_code -using error_code = void; +struct error_code {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/utility/pair -using pair = void; +struct pair {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/types/byte -using byte = void; +struct byte {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/io/basic_ostream -using ostream = void; +struct ostream {}; /// !EXTERNAL! /// /// @see https://en.cppreference.com/w/cpp/io/basic_istream -using istream = void; +struct istream {}; } // namespace std diff --git a/third_party/boost/libs/json/include/boost/json/detail/config.hpp b/third_party/boost/libs/json/include/boost/json/detail/config.hpp index 2185fb84e4..24062b7a53 100644 --- a/third_party/boost/libs/json/include/boost/json/detail/config.hpp +++ b/third_party/boost/libs/json/include/boost/json/detail/config.hpp @@ -217,8 +217,20 @@ constexpr T static_const::value; } // namespace json } // namespace boost -#if defined(BOOST_GCC) && BOOST_GCC < 50000 && !defined(BOOST_ALLOW_DEPRECATED) -# pragma GCC warning "Support for GCC versions below 5.0 is deprecated and will stop in Boost 1.88.0. To suppress this message define macro BOOST_ALLOW_DEPRECATED." +#ifndef BOOST_JSON_ALLOW_DEPRECATED +# ifdef BOOST_ALLOW_DEPRECATED +# define BOOST_JSON_ALLOW_DEPRECATED +# endif +#endif + +#if defined(BOOST_GCC) && BOOST_GCC < 50000 && !defined(BOOST_JSON_ALLOW_DEPRECATED) +# pragma GCC warning "Support for GCC versions below 5.0 is deprecated and will stop in Boost 1.88.0. To suppress this message define macro BOOST_JSON_ALLOW_DEPRECATED." +#endif + +#ifndef BOOST_JSON_ALLOW_DEPRECATED +# define BOOST_JSON_DEPRECATED(x) BOOST_DEPRECATED(x) +#else +# define BOOST_JSON_DEPRECATED(x) #endif #endif diff --git a/third_party/boost/libs/json/include/boost/json/memory_resource.hpp b/third_party/boost/libs/json/include/boost/json/memory_resource.hpp index ffa9ce980e..df32804348 100644 --- a/third_party/boost/libs/json/include/boost/json/memory_resource.hpp +++ b/third_party/boost/libs/json/include/boost/json/memory_resource.hpp @@ -27,7 +27,7 @@ namespace json { completely in version 1.87.0. */ typedef boost::container::pmr::memory_resource - BOOST_DEPRECATED("Use boost::container::pmr::memory_resource instead") + BOOST_JSON_DEPRECATED("Use boost::container::pmr::memory_resource instead") memory_resource; /** The type of polymorphic allocator used by the library. @@ -41,7 +41,7 @@ template using polymorphic_allocator #ifndef BOOST_MSVC - BOOST_DEPRECATED("Use boost::container::pmr::polymorphic_allocator instead") + BOOST_JSON_DEPRECATED("Use boost::container::pmr::polymorphic_allocator instead") #endif = boost::container::pmr::polymorphic_allocator; diff --git a/third_party/boost/libs/json/include/boost/json/system_error.hpp b/third_party/boost/libs/json/include/boost/json/system_error.hpp index 931379f73a..20314dbcb1 100644 --- a/third_party/boost/libs/json/include/boost/json/system_error.hpp +++ b/third_party/boost/libs/json/include/boost/json/system_error.hpp @@ -29,7 +29,7 @@ namespace json { code. It will be removed completely in version 1.87.0. */ typedef boost::system::error_code - BOOST_DEPRECATED("Use boost::system::error_code instead") + BOOST_JSON_DEPRECATED("Use boost::system::error_code instead") error_code; /** The type of error category used by the library. @@ -39,7 +39,7 @@ typedef boost::system::error_code code. It will be removed completely in version 1.87.0. */ typedef boost::system::error_category - BOOST_DEPRECATED("Use boost::system::error_category instead") + BOOST_JSON_DEPRECATED("Use boost::system::error_category instead") error_category; /** The type of error condition used by the library. @@ -50,7 +50,7 @@ typedef boost::system::error_category completely in version 1.87.0. */ typedef boost::system::error_condition - BOOST_DEPRECATED("Use boost::system::error_condition instead") + BOOST_JSON_DEPRECATED("Use boost::system::error_condition instead") error_condition; /** The type of system error thrown by the library. @@ -60,7 +60,7 @@ typedef boost::system::error_condition code. It will be removed completely in version 1.87.0. */ typedef boost::system::system_error - BOOST_DEPRECATED("Use boost::system::system_error instead") + BOOST_JSON_DEPRECATED("Use boost::system::system_error instead") system_error; /** The type of result returned by library functions @@ -130,7 +130,7 @@ template< class T > using result #ifndef BOOST_MSVC - BOOST_DEPRECATED("Use boost::system::result instead") + BOOST_JSON_DEPRECATED("Use boost::system::result instead") #endif = boost::system::result; diff --git a/third_party/boost/libs/leaf/.github/workflows/ci.yml b/third_party/boost/libs/leaf/.github/workflows/ci.yml index c0adda2bb2..969c4a4fa8 100644 --- a/third_party/boost/libs/leaf/.github/workflows/ci.yml +++ b/third_party/boost/libs/leaf/.github/workflows/ci.yml @@ -66,6 +66,12 @@ jobs: container: ubuntu:23.04 install: g++-13-multilib address-model: 32,64 + - toolset: gcc-14 + cxxstd: "11,14,17,20,2b" + os: ubuntu-latest + container: ubuntu:24.04 + install: g++-14-multilib + address-model: 32,64 - toolset: clang compiler: clang++-3.9 cxxstd: "11,14" @@ -137,11 +143,23 @@ jobs: - toolset: clang compiler: clang++-16 cxxstd: "11,14,17,20,2b" - os: ubuntu-latest container: ubuntu:23.04 + os: ubuntu-latest install: clang-16 - toolset: clang - cxxstd: "11,14,17,2a" + compiler: clang++-17 + cxxstd: "11,14,17,20,2b" + container: ubuntu:23.10 + os: ubuntu-latest + install: clang-17 + - toolset: clang + compiler: clang++-18 + cxxstd: "11,14,17,20,2b" + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-18 + - toolset: clang + cxxstd: "11,14,17,20,2b" os: macos-12 - toolset: clang cxxstd: "11,14,17,20,2b" @@ -158,6 +176,10 @@ jobs: shell: bash steps: + - name: Enable Node 16 + run: | + echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV + - uses: actions/checkout@v3 - name: Setup container environment @@ -223,7 +245,7 @@ jobs: addrmd: 32,64 os: windows-2022 - toolset: clang-win - cxxstd: "14,17,latest" + cxxstd: "14,17,20,latest" addrmd: 64 os: windows-2022 - toolset: gcc @@ -234,7 +256,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Boost shell: cmd diff --git a/third_party/boost/libs/leaf/.github/workflows/gh-pages.yml b/third_party/boost/libs/leaf/.github/workflows/gh-pages.yml index 1957f7dbb0..2744801b18 100644 --- a/third_party/boost/libs/leaf/.github/workflows/gh-pages.yml +++ b/third_party/boost/libs/leaf/.github/workflows/gh-pages.yml @@ -4,12 +4,13 @@ on: push: branches: - master + - feature/gha_fixes jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install packages run: | @@ -24,6 +25,7 @@ jobs: cd boost-root cp -r $GITHUB_WORKSPACE/* libs/leaf git submodule update --init tools/build + git submodule update --init tools/boost_install git submodule update --init libs/config ./bootstrap.sh @@ -43,8 +45,8 @@ jobs: python gen/generate_single_header.py -i include/boost/leaf/detail/all.hpp -p include -o doc/html/leaf.hpp boost/leaf --hash "$REF" - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@4.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - branch: gh-pages + branch: gh-pages folder: ../boost-root/libs/leaf/doc/html diff --git a/third_party/boost/libs/leaf/.vscode/tasks.json b/third_party/boost/libs/leaf/.vscode/tasks.json index 441d3618ae..727a7973e4 100644 --- a/third_party/boost/libs/leaf/.vscode/tasks.json +++ b/third_party/boost/libs/leaf/.vscode/tasks.json @@ -6,13 +6,25 @@ { "label": "Configure Meson build directories", "type": "shell", - "command": "cd ${workspaceRoot} && meson -D leaf_boost_examples=true -D leaf_lua_examples=true _bld/debug && meson -D leaf_boost_examples=true -D leaf_lua_examples=true -D leaf_hpp=true _bld/debug_leaf_hpp && meson -D leaf_boost_examples=true -D leaf_lua_examples=true _bld/release --buildtype release && meson -D leaf_boost_examples=true -D leaf_lua_examples=true -D leaf_hpp=true _bld/release_leaf_hpp --buildtype release && meson -D leaf_diagnostics=0 -D cpp_eh=none -D b_ndebug=true -D b_lto=true -D leaf_enable_benchmarks=true _bld/benchmark --buildtype release", + "command": "cd ${workspaceRoot} && meson setup -D leaf_boost_examples=true -D leaf_lua_examples=true _bld/debug && meson setup -D leaf_boost_examples=true -D leaf_lua_examples=true -D leaf_hpp=true _bld/debug_leaf_hpp && meson setup -D leaf_boost_examples=true -D leaf_lua_examples=true _bld/release --buildtype release && meson setup -D leaf_boost_examples=true -D leaf_lua_examples=true -D leaf_hpp=true _bld/release_leaf_hpp --buildtype release && meson setup -D leaf_diagnostics=0 -D cpp_eh=none -D b_ndebug=true -D b_lto=true -D leaf_enable_benchmarks=true _bld/benchmark --buildtype release", "problemMatcher": [] }, { "label": "Configure Meson build directories (no Boost)", "type": "shell", - "command": "cd ${workspaceRoot} && meson -D leaf_lua_examples=true _bld/debug && meson -D leaf_lua_examples=true -D leaf_hpp=true _bld/debug_leaf_hpp && meson -D leaf_lua_examples=true _bld/release --buildtype release && meson -D leaf_lua_examples=true -D leaf_hpp=true _bld/release_leaf_hpp --buildtype release", + "command": "cd ${workspaceRoot} && meson setup -D leaf_lua_examples=true _bld/debug && meson setup -D leaf_lua_examples=true -D leaf_hpp=true _bld/debug_leaf_hpp && meson setup -D leaf_lua_examples=true _bld/release --buildtype release && meson setup -D leaf_lua_examples=true -D leaf_hpp=true _bld/release_leaf_hpp --buildtype release", + "problemMatcher": [] + }, + { + "label": "Configure Meson build directories (test embedded)", + "type": "shell", + "command": "cd ${workspaceRoot} && meson setup -D leaf_embedded=true -D leaf_diagnostics=0 _bld/debug && meson setup -D leaf_embedded=true -D leaf_diagnostics=0 -D leaf_hpp=true _bld/debug_leaf_hpp && meson setup -D leaf_embedded=true -D leaf_diagnostics=0 _bld/release --buildtype release && meson setup -D leaf_embedded=true -D leaf_diagnostics=0 -D leaf_hpp=true _bld/release_leaf_hpp --buildtype release", + "problemMatcher": [] + }, + { + "label": "Configure Meson build directories (test embedded, no exceptions)", + "type": "shell", + "command": "cd ${workspaceRoot} && meson setup -D cpp_eh=none -D leaf_embedded=true -D leaf_diagnostics=0 _bld/debug && meson setup -D cpp_eh=none -D leaf_embedded=true -D leaf_diagnostics=0 -D leaf_hpp=true _bld/debug_leaf_hpp && meson setup -D cpp_eh=none -D leaf_embedded=true -D leaf_diagnostics=0 _bld/release --buildtype release && meson setup -D cpp_eh=none -D leaf_embedded=true -D leaf_diagnostics=0 -D leaf_hpp=true _bld/release_leaf_hpp --buildtype release", "problemMatcher": [] }, { diff --git a/third_party/boost/libs/leaf/doc/Jamfile b/third_party/boost/libs/leaf/doc/Jamfile index 1443ba55e9..e5c8c4b459 100644 --- a/third_party/boost/libs/leaf/doc/Jamfile +++ b/third_party/boost/libs/leaf/doc/Jamfile @@ -6,7 +6,7 @@ # http://www.boost.org/LICENSE_1_0.txt) project doc/leaf ; -import asciidoctor ; +using asciidoctor ; html index.html : leaf.adoc : stylesheet=zajo-dark.css linkcss ; install html_ : index.html skin.png zajo-dark.css zajo-light.css rouge-github.css : html ; diff --git a/third_party/boost/libs/leaf/doc/leaf.adoc b/third_party/boost/libs/leaf/doc/leaf.adoc index 3af15c9473..d0407a2d9d 100644 --- a/third_party/boost/libs/leaf/doc/leaf.adoc +++ b/third_party/boost/libs/leaf/doc/leaf.adoc @@ -29,7 +29,7 @@ Boost LEAF is a lightweight error handling library for {CPP}11. Features: ==== * Portable single-header format, no dependencies. -* Tiny code size when configured for embedded development. +* Tiny code size, configurable for embedded development. * No dynamic memory allocations, even with very large payloads. @@ -5561,6 +5561,8 @@ For other embedded platforms, please define `BOOST_LEAF_USE_TLS_ARRAY`, see < + +#if !BOOST_LEAF_CFG_CAPTURE || defined(BOOST_LEAF_NO_EXCEPTIONS) + +#include + +int main() +{ + std::cout << "Unit test not applicable." << std::endl; + return 0; +} + +#else + #include #include #include @@ -88,3 +102,5 @@ int main() } ); } } + +#endif diff --git a/third_party/boost/libs/leaf/example/try_capture_all_result.cpp b/third_party/boost/libs/leaf/example/try_capture_all_result.cpp index 42475dec2c..d274ae4b6c 100644 --- a/third_party/boost/libs/leaf/example/try_capture_all_result.cpp +++ b/third_party/boost/libs/leaf/example/try_capture_all_result.cpp @@ -7,6 +7,20 @@ // objects between threads, without using exception handling. See capture_eh.cpp // for the version that uses exception handling. +#include + +#if !BOOST_LEAF_CFG_CAPTURE + +#include + +int main() +{ + std::cout << "Unit test not applicable." << std::endl; + return 0; +} + +#else + #include #include #include @@ -110,3 +124,5 @@ namespace boost } #endif + +#endif diff --git a/third_party/boost/libs/leaf/include/boost/leaf/config.hpp b/third_party/boost/libs/leaf/include/boost/leaf/config.hpp index dadd915f24..7b7c6ceae7 100644 --- a/third_party/boost/libs/leaf/include/boost/leaf/config.hpp +++ b/third_party/boost/libs/leaf/include/boost/leaf/config.hpp @@ -214,8 +214,8 @@ # define BOOST_LEAF_ATTRIBUTE_NODISCARD [[nodiscard]] # endif #elif defined(__has_cpp_attribute) - //clang-6 accepts [[nodiscard]] with -std=c++14, but warns about it -pedantic -# if __has_cpp_attribute(nodiscard) && !(defined(__clang__) && (__cplusplus < 201703L)) && !(defined(__GNUC__) && (__cplusplus < 201100)) +// require c++17 regardless of compiler +# if __has_cpp_attribute(nodiscard) && __cplusplus >= 201703L # define BOOST_LEAF_ATTRIBUTE_NODISCARD [[nodiscard]] # endif #endif @@ -257,7 +257,7 @@ //////////////////////////////////////// #ifdef __GNUC__ -# define BOOST_LEAF_SYMBOL_VISIBLE __attribute__((__visibility__("default"))) +# define BOOST_LEAF_SYMBOL_VISIBLE [[gnu::visibility("default")]] #else # define BOOST_LEAF_SYMBOL_VISIBLE #endif diff --git a/third_party/boost/libs/leaf/include/boost/leaf/result.hpp b/third_party/boost/libs/leaf/include/boost/leaf/result.hpp index 63822a2a5c..f2d1caa324 100644 --- a/third_party/boost/libs/leaf/include/boost/leaf/result.hpp +++ b/third_party/boost/libs/leaf/include/boost/leaf/result.hpp @@ -174,7 +174,7 @@ namespace leaf_detail //////////////////////////////////////// template -class BOOST_LEAF_SYMBOL_VISIBLE result +class BOOST_LEAF_SYMBOL_VISIBLE BOOST_LEAF_ATTRIBUTE_NODISCARD result { template friend class result; @@ -620,7 +620,7 @@ namespace leaf_detail } template <> -class BOOST_LEAF_SYMBOL_VISIBLE result: +class BOOST_LEAF_SYMBOL_VISIBLE BOOST_LEAF_ATTRIBUTE_NODISCARD result: result { template diff --git a/third_party/boost/libs/math/doc/html/backgrounders.html b/third_party/boost/libs/math/doc/html/backgrounders.html index b8295c9523..6ed338bf81 100644 --- a/third_party/boost/libs/math/doc/html/backgrounders.html +++ b/third_party/boost/libs/math/doc/html/backgrounders.html @@ -4,8 +4,8 @@ Chapter 24. Backgrounders - - + + diff --git a/third_party/boost/libs/math/doc/html/constants.html b/third_party/boost/libs/math/doc/html/constants.html index f5cc209064..2c6e0c52d8 100644 --- a/third_party/boost/libs/math/doc/html/constants.html +++ b/third_party/boost/libs/math/doc/html/constants.html @@ -4,8 +4,8 @@ Chapter 4. Mathematical Constants - - + + diff --git a/third_party/boost/libs/math/doc/html/cstdfloat.html b/third_party/boost/libs/math/doc/html/cstdfloat.html index adb45da799..76449322e1 100644 --- a/third_party/boost/libs/math/doc/html/cstdfloat.html +++ b/third_party/boost/libs/math/doc/html/cstdfloat.html @@ -4,8 +4,8 @@ Chapter 3. Specified-width floating-point typedefs - - + + diff --git a/third_party/boost/libs/math/doc/html/dist.html b/third_party/boost/libs/math/doc/html/dist.html index e2d243ff68..125f3fb0c2 100644 --- a/third_party/boost/libs/math/doc/html/dist.html +++ b/third_party/boost/libs/math/doc/html/dist.html @@ -4,8 +4,8 @@ Chapter 5. Statistical Distributions and Functions - - + + diff --git a/third_party/boost/libs/math/doc/html/extern_c.html b/third_party/boost/libs/math/doc/html/extern_c.html index 8bed2d4519..bac9d3e2e2 100644 --- a/third_party/boost/libs/math/doc/html/extern_c.html +++ b/third_party/boost/libs/math/doc/html/extern_c.html @@ -4,8 +4,8 @@ Chapter 9. TR1 and C99 external "C" Functions - - + + diff --git a/third_party/boost/libs/math/doc/html/filters.html b/third_party/boost/libs/math/doc/html/filters.html index be4fdc21b1..bd75b2a9fc 100644 --- a/third_party/boost/libs/math/doc/html/filters.html +++ b/third_party/boost/libs/math/doc/html/filters.html @@ -4,8 +4,8 @@ Chapter 15. Filters - - + + diff --git a/third_party/boost/libs/math/doc/html/gcd_lcm.html b/third_party/boost/libs/math/doc/html/gcd_lcm.html index 30a60e561a..bdff04e201 100644 --- a/third_party/boost/libs/math/doc/html/gcd_lcm.html +++ b/third_party/boost/libs/math/doc/html/gcd_lcm.html @@ -4,8 +4,8 @@ Chapter 19. Integer Utilities (Greatest Common Divisor and Least Common Multiple) - - + + diff --git a/third_party/boost/libs/math/doc/html/index.html b/third_party/boost/libs/math/doc/html/index.html index 4eb46d9917..7f4e54c239 100644 --- a/third_party/boost/libs/math/doc/html/index.html +++ b/third_party/boost/libs/math/doc/html/index.html @@ -1,10 +1,10 @@ -Math Toolkit 4.2.0 +Math Toolkit 4.2.1 - + @@ -23,7 +23,7 @@

-Math Toolkit 4.2.0

+Math Toolkit 4.2.1

Nikhar Agrawal diff --git a/third_party/boost/libs/math/doc/html/indexes.html b/third_party/boost/libs/math/doc/html/indexes.html index 10f519d7f8..503e08acb3 100644 --- a/third_party/boost/libs/math/doc/html/indexes.html +++ b/third_party/boost/libs/math/doc/html/indexes.html @@ -4,8 +4,8 @@ Chapter 26. Indexes - - + + diff --git a/third_party/boost/libs/math/doc/html/indexes/s01.html b/third_party/boost/libs/math/doc/html/indexes/s01.html index ec90db619b..60131cc276 100644 --- a/third_party/boost/libs/math/doc/html/indexes/s01.html +++ b/third_party/boost/libs/math/doc/html/indexes/s01.html @@ -4,7 +4,7 @@ Function Index - + @@ -25,7 +25,7 @@

-Function Index

+Function Index

1 2 4 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

diff --git a/third_party/boost/libs/math/doc/html/indexes/s02.html b/third_party/boost/libs/math/doc/html/indexes/s02.html index 59f5864bb9..09442edd35 100644 --- a/third_party/boost/libs/math/doc/html/indexes/s02.html +++ b/third_party/boost/libs/math/doc/html/indexes/s02.html @@ -4,7 +4,7 @@ Class Index - + @@ -25,7 +25,7 @@

-Class Index

+Class Index

A B C D E F G H I J K L M N O P Q R S T U V W

diff --git a/third_party/boost/libs/math/doc/html/indexes/s03.html b/third_party/boost/libs/math/doc/html/indexes/s03.html index dff4fb7413..9596923cd3 100644 --- a/third_party/boost/libs/math/doc/html/indexes/s03.html +++ b/third_party/boost/libs/math/doc/html/indexes/s03.html @@ -4,7 +4,7 @@ Typedef Index - + @@ -25,7 +25,7 @@

-Typedef Index

+Typedef Index

A B C D E F G H I K L N P R S T U V W

diff --git a/third_party/boost/libs/math/doc/html/indexes/s04.html b/third_party/boost/libs/math/doc/html/indexes/s04.html index 8820358481..9b59fc71df 100644 --- a/third_party/boost/libs/math/doc/html/indexes/s04.html +++ b/third_party/boost/libs/math/doc/html/indexes/s04.html @@ -4,7 +4,7 @@ Macro Index - + @@ -25,7 +25,7 @@

-Macro Index

+Macro Index

B F

diff --git a/third_party/boost/libs/math/doc/html/indexes/s05.html b/third_party/boost/libs/math/doc/html/indexes/s05.html index 715e0b664e..f9fe4007e2 100644 --- a/third_party/boost/libs/math/doc/html/indexes/s05.html +++ b/third_party/boost/libs/math/doc/html/indexes/s05.html @@ -4,7 +4,7 @@ Index - + @@ -24,7 +24,7 @@

-Index

+Index

1 2 4 5 7 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

diff --git a/third_party/boost/libs/math/doc/html/internals.html b/third_party/boost/libs/math/doc/html/internals.html index 3beadd063e..23ae9a55bd 100644 --- a/third_party/boost/libs/math/doc/html/internals.html +++ b/third_party/boost/libs/math/doc/html/internals.html @@ -4,8 +4,8 @@ Chapter 20. Internal Details: Series, Rationals and Continued Fractions, Testing, and Development Tools - - + + diff --git a/third_party/boost/libs/math/doc/html/interpolation.html b/third_party/boost/libs/math/doc/html/interpolation.html index ba454e538f..82e65b902d 100644 --- a/third_party/boost/libs/math/doc/html/interpolation.html +++ b/third_party/boost/libs/math/doc/html/interpolation.html @@ -4,8 +4,8 @@ Chapter 13. Interpolation - - + + diff --git a/third_party/boost/libs/math/doc/html/inverse_complex.html b/third_party/boost/libs/math/doc/html/inverse_complex.html index 7f6cb35f49..79514eb07f 100644 --- a/third_party/boost/libs/math/doc/html/inverse_complex.html +++ b/third_party/boost/libs/math/doc/html/inverse_complex.html @@ -4,8 +4,8 @@ Chapter 16. Complex Number Functions - - + + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgement.html b/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgement.html index b85e54fe4c..15542b14c7 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgement.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgement.html @@ -4,7 +4,7 @@ Acknowledgements - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgements.html b/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgements.html index e4cd7abe1b..817f12df3c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgements.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/acknowledgements.html @@ -4,7 +4,7 @@ Acknowledgements - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/acos.html b/third_party/boost/libs/math/doc/html/math_toolkit/acos.html index 7da3218158..bbb9e6437a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/acos.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/acos.html @@ -4,7 +4,7 @@ acos - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/acosh.html b/third_party/boost/libs/math/doc/html/math_toolkit/acosh.html index b1883df593..4444ab6cff 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/acosh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/acosh.html @@ -4,7 +4,7 @@ acosh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/airy.html b/third_party/boost/libs/math/doc/html/math_toolkit/airy.html index fcf2e19a6b..2855ed4b91 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/airy.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/airy.html @@ -4,7 +4,7 @@ Airy Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/airy/ai.html b/third_party/boost/libs/math/doc/html/math_toolkit/airy/ai.html index 1bc95b391f..b62f3081a1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/airy/ai.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/airy/ai.html @@ -4,7 +4,7 @@ Airy Ai Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/airy/aip.html b/third_party/boost/libs/math/doc/html/math_toolkit/airy/aip.html index e38764480a..fae32bf59d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/airy/aip.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/airy/aip.html @@ -4,7 +4,7 @@ Airy Ai' Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/airy/airy_root.html b/third_party/boost/libs/math/doc/html/math_toolkit/airy/airy_root.html index a029d93549..1d780df949 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/airy/airy_root.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/airy/airy_root.html @@ -4,7 +4,7 @@ Finding Zeros of Airy Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/airy/bi.html b/third_party/boost/libs/math/doc/html/math_toolkit/airy/bi.html index d3a1edef28..052e03ee29 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/airy/bi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/airy/bi.html @@ -4,7 +4,7 @@ Airy Bi Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/airy/bip.html b/third_party/boost/libs/math/doc/html/math_toolkit/airy/bip.html index 024288f54b..fa26c3f176 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/airy/bip.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/airy/bip.html @@ -4,7 +4,7 @@ Airy Bi' Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/anderson_darling.html b/third_party/boost/libs/math/doc/html/math_toolkit/anderson_darling.html index 067b048d6f..f75771979f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/anderson_darling.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/anderson_darling.html @@ -4,7 +4,7 @@ The Anderson-Darling Test - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/archetypes.html b/third_party/boost/libs/math/doc/html/math_toolkit/archetypes.html index c600f4ce7f..0123959fdc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/archetypes.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/archetypes.html @@ -4,7 +4,7 @@ Conceptual Archetypes for Reals and Distributions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/asin.html b/third_party/boost/libs/math/doc/html/math_toolkit/asin.html index c04c8cae4c..f31c675b10 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/asin.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/asin.html @@ -4,7 +4,7 @@ asin - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/asinh.html b/third_party/boost/libs/math/doc/html/math_toolkit/asinh.html index 8561306846..1e3511df17 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/asinh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/asinh.html @@ -4,7 +4,7 @@ asinh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/atan.html b/third_party/boost/libs/math/doc/html/math_toolkit/atan.html index cbaf1cd84d..54fe207cbc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/atan.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/atan.html @@ -4,7 +4,7 @@ atan - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/atanh.html b/third_party/boost/libs/math/doc/html/math_toolkit/atanh.html index 8c1396719e..e2777fcdba 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/atanh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/atanh.html @@ -4,7 +4,7 @@ atanh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/autodiff.html b/third_party/boost/libs/math/doc/html/math_toolkit/autodiff.html index a2ff89981a..9931d9d62b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/autodiff.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/autodiff.html @@ -4,7 +4,7 @@ Automatic Differentiation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bad_guess.html b/third_party/boost/libs/math/doc/html/math_toolkit/bad_guess.html index 4744413d7c..a0a857e025 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bad_guess.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bad_guess.html @@ -4,7 +4,7 @@ The Effect of a Poor Initial Guess - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bad_roots.html b/third_party/boost/libs/math/doc/html/math_toolkit/bad_roots.html index 786b7ae482..16d1d70dea 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bad_roots.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bad_roots.html @@ -4,7 +4,7 @@ Examples Where Root Finding Goes Wrong - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/barycentric.html b/third_party/boost/libs/math/doc/html/math_toolkit/barycentric.html index f3fd5df505..320a4811be 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/barycentric.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/barycentric.html @@ -4,7 +4,7 @@ Barycentric Rational Interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel.html index 904bb11923..3662cb911e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel.html @@ -4,7 +4,7 @@ Bessel Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_derivatives.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_derivatives.html index e1b69b5343..0c8dd1515f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_derivatives.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_derivatives.html @@ -4,7 +4,7 @@ Derivatives of the Bessel Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_first.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_first.html index 2628db2337..fb54f0cd0d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_first.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_first.html @@ -4,7 +4,7 @@ Bessel Functions of the First and Second Kinds - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_over.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_over.html index edb630db59..bf27ddbbf4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_over.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_over.html @@ -4,7 +4,7 @@ Bessel Function Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_root.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_root.html index 0aee056842..10b323750e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_root.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/bessel_root.html @@ -4,7 +4,7 @@ Finding Zeros of Bessel Functions of the First and Second Kinds - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/mbessel.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/mbessel.html index 863ff27e2c..651625f6b2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/mbessel.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/mbessel.html @@ -4,7 +4,7 @@ Modified Bessel Functions of the First and Second Kinds - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html index 921340d111..3c34e84d91 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html @@ -4,7 +4,7 @@ Spherical Bessel Functions of the First and Second Kinds - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bezier_polynomial.html b/third_party/boost/libs/math/doc/html/math_toolkit/bezier_polynomial.html index d38cd89f86..1df69bf74c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bezier_polynomial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bezier_polynomial.html @@ -4,7 +4,7 @@ Bezier Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bilinear_uniform.html b/third_party/boost/libs/math/doc/html/math_toolkit/bilinear_uniform.html index 321feca9f5..50d130b7d9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bilinear_uniform.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bilinear_uniform.html @@ -4,7 +4,7 @@ Bilinear Uniform Interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/bivariate_statistics.html b/third_party/boost/libs/math/doc/html/math_toolkit/bivariate_statistics.html index 02eaeaaf8d..b6fdb650c2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/bivariate_statistics.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/bivariate_statistics.html @@ -4,7 +4,7 @@ Bivariate Statistics - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/brent_minima.html b/third_party/boost/libs/math/doc/html/math_toolkit/brent_minima.html index ee7d88b6a8..8257bc5091 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/brent_minima.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/brent_minima.html @@ -4,7 +4,7 @@ Locating Function Minima using Brent's algorithm - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/building.html b/third_party/boost/libs/math/doc/html/math_toolkit/building.html index 876d6e8257..5a3057156e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/building.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/building.html @@ -4,7 +4,7 @@ If and How to Build a Boost.Math Library, and its Examples and Tests - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/c99.html b/third_party/boost/libs/math/doc/html/math_toolkit/c99.html index b2802dc7da..2d8c5a1867 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/c99.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/c99.html @@ -4,7 +4,7 @@ C99 C Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_cubic_b.html b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_cubic_b.html index 18420e3036..6435c6065b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_cubic_b.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_cubic_b.html @@ -4,7 +4,7 @@ Cardinal Cubic B-spline interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quadratic_b.html b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quadratic_b.html index add1232772..9dbcde3c59 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quadratic_b.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quadratic_b.html @@ -4,7 +4,7 @@ Cardinal Quadratic B-spline interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quintic_b.html b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quintic_b.html index 0067651b51..87a298e569 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quintic_b.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_quintic_b.html @@ -4,7 +4,7 @@ Cardinal Quintic B-spline interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_trigonometric.html b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_trigonometric.html index deb45ecff0..e72030b992 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_trigonometric.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cardinal_trigonometric.html @@ -4,7 +4,7 @@ Cardinal Trigonometric interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/catmull_rom.html b/third_party/boost/libs/math/doc/html/math_toolkit/catmull_rom.html index d2dc037fee..5ca73cedce 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/catmull_rom.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/catmull_rom.html @@ -4,7 +4,7 @@ Catmull-Rom Splines - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ccmath.html b/third_party/boost/libs/math/doc/html/math_toolkit/ccmath.html index 050fc7b78e..a3f98b5984 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ccmath.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ccmath.html @@ -4,7 +4,7 @@ Constexpr CMath - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/chatterjee_correlation.html b/third_party/boost/libs/math/doc/html/math_toolkit/chatterjee_correlation.html index e6d84df58e..e0b8782831 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/chatterjee_correlation.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/chatterjee_correlation.html @@ -4,7 +4,7 @@ Chatterjee Correlation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cma_es.html b/third_party/boost/libs/math/doc/html/math_toolkit/cma_es.html index 2043435079..ecb50b5a3a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cma_es.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cma_es.html @@ -4,7 +4,7 @@ Evolution Strategy with Covariance Matrix Adaptation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/comp_compilers.html b/third_party/boost/libs/math/doc/html/math_toolkit/comp_compilers.html index a27d2153f3..5877ccacaf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/comp_compilers.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/comp_compilers.html @@ -4,7 +4,7 @@ Comparing Different Compilers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/comparisons.html b/third_party/boost/libs/math/doc/html/math_toolkit/comparisons.html index 8fa788d927..45399736fe 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/comparisons.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/comparisons.html @@ -4,7 +4,7 @@ Comparisons to Other Open Source Libraries - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/compilers_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/compilers_overview.html index 2214dcff69..3727ab6fda 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/compilers_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/compilers_overview.html @@ -4,7 +4,7 @@ Compilers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/complex_history.html b/third_party/boost/libs/math/doc/html/math_toolkit/complex_history.html index ecfb3759d3..e4831cea05 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/complex_history.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/complex_history.html @@ -4,7 +4,7 @@ History - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/complex_implementation.html b/third_party/boost/libs/math/doc/html/math_toolkit/complex_implementation.html index aadc1e2e6c..b9f5b64390 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/complex_implementation.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/complex_implementation.html @@ -4,7 +4,7 @@ Implementation and Accuracy - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cond.html b/third_party/boost/libs/math/doc/html/math_toolkit/cond.html index dbad640871..b7512e261f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cond.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cond.html @@ -4,7 +4,7 @@ Condition Numbers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/config_macros.html b/third_party/boost/libs/math/doc/html/math_toolkit/config_macros.html index d32bdb355d..35bf0711cb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/config_macros.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/config_macros.html @@ -4,7 +4,7 @@ Configuration Macros - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/constants.html b/third_party/boost/libs/math/doc/html/math_toolkit/constants.html index e8e3ac350f..7a9d459b3a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/constants.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/constants.html @@ -4,7 +4,7 @@ The Mathematical Constants - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/constants_faq.html b/third_party/boost/libs/math/doc/html/math_toolkit/constants_faq.html index d2b4697083..b4c696d4b9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/constants_faq.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/constants_faq.html @@ -4,7 +4,7 @@ Math Constants FAQs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/constants_intro.html b/third_party/boost/libs/math/doc/html/math_toolkit/constants_intro.html index 8a94509411..7b488296bb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/constants_intro.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/constants_intro.html @@ -4,7 +4,7 @@ Introduction - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/contact.html b/third_party/boost/libs/math/doc/html/math_toolkit/contact.html index 924cc9c615..2ec44ba806 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/contact.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/contact.html @@ -4,7 +4,7 @@ Contact Info and Support - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/conventions.html b/third_party/boost/libs/math/doc/html/math_toolkit/conventions.html index 4c2b609b5c..837f7cc4f8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/conventions.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/conventions.html @@ -4,7 +4,7 @@ Document Conventions - + @@ -28,7 +28,7 @@ Document Conventions

- +

This documentation aims to use of the following naming and formatting conventions. diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/create.html b/third_party/boost/libs/math/doc/html/math_toolkit/create.html index f83dc4f153..17afc48d57 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/create.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/create.html @@ -4,7 +4,7 @@ Quaternion Creation Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/credits.html b/third_party/boost/libs/math/doc/html/math_toolkit/credits.html index 23ea44d818..584446746e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/credits.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/credits.html @@ -4,7 +4,7 @@ Credits and Acknowledgements - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cubic_hermite.html b/third_party/boost/libs/math/doc/html/math_toolkit/cubic_hermite.html index 8ead3f3f87..5a1fbb1e11 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cubic_hermite.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cubic_hermite.html @@ -4,7 +4,7 @@ Cubic Hermite interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/cubic_roots.html b/third_party/boost/libs/math/doc/html/math_toolkit/cubic_roots.html index 19a00bf225..73feb81333 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/cubic_roots.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/cubic_roots.html @@ -4,7 +4,7 @@ Roots of Cubic Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/daubechies.html b/third_party/boost/libs/math/doc/html/math_toolkit/daubechies.html index 674b011097..ee4323a466 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/daubechies.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/daubechies.html @@ -4,7 +4,7 @@ Daubechies Wavelets and Scaling Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/daubechies_filters.html b/third_party/boost/libs/math/doc/html/math_toolkit/daubechies_filters.html index bc4d37c06b..08bf6afeaf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/daubechies_filters.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/daubechies_filters.html @@ -4,7 +4,7 @@ Daubechies Filters - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/diff.html b/third_party/boost/libs/math/doc/html/math_toolkit/diff.html index c85869be7b..1672639bcd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/diff.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/diff.html @@ -4,7 +4,7 @@ Numerical Differentiation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/diff0.html b/third_party/boost/libs/math/doc/html/math_toolkit/diff0.html index ef5a8d5308..c99a182cfa 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/diff0.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/diff0.html @@ -4,7 +4,7 @@ Lanczos Smoothing Derivatives - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/differential_evolution.html b/third_party/boost/libs/math/doc/html/math_toolkit/differential_evolution.html index 0c56d2ad8f..10432ca596 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/differential_evolution.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/differential_evolution.html @@ -4,7 +4,7 @@ Differential Evolution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/directories.html b/third_party/boost/libs/math/doc/html/math_toolkit/directories.html index 88c585f421..27f76db0da 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/directories.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/directories.html @@ -4,7 +4,7 @@ Directory and File Structure - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_concept.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_concept.html index b1eb774686..d0c2bf3714 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_concept.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_concept.html @@ -4,7 +4,7 @@ Conceptual Requirements for Distribution Types - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref.html index db327ee863..61bc3ee46b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref.html @@ -4,7 +4,7 @@ Statistical Distributions Reference - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html index 31175972a4..ffda71c14b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html @@ -4,7 +4,7 @@ Distribution Algorithms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists.html index bbecc7f029..0cbf649144 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists.html @@ -4,7 +4,7 @@ Distributions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html index 8b60564ff0..4f4afed843 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html @@ -4,7 +4,7 @@ Arcsine Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html index a808ad93a8..a70a19cecd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html @@ -4,7 +4,7 @@ Bernoulli Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html index 085bfb84bc..b1cf114fd9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html @@ -4,7 +4,7 @@ Beta Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html index 0e237df7f9..0cec272b91 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html @@ -4,7 +4,7 @@ Binomial Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html index c3562135a4..9328fa44b9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html @@ -4,7 +4,7 @@ Cauchy-Lorentz Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html index e28cea40b9..2629b7bb98 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html @@ -4,7 +4,7 @@ Chi Squared Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/empirical_cdf.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/empirical_cdf.html index 3b8bc56cf9..4e99d3da77 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/empirical_cdf.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/empirical_cdf.html @@ -4,7 +4,7 @@ Empirical Cumulative Distribution Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html index 2dae952e38..bd580bac34 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html @@ -4,7 +4,7 @@ Exponential Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html index cdaeb7fcab..7ca6ac89c2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html @@ -4,7 +4,7 @@ Extreme Value Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html index 9f22ffd723..cb967469c8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html @@ -4,7 +4,7 @@ F Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html index 191c1fb5df..a07236561a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html @@ -4,7 +4,7 @@ Gamma (and Erlang) Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html index 5b977490dd..bbf0ad2eb1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html @@ -4,7 +4,7 @@ Geometric Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hyperexponential_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hyperexponential_dist.html index 92b46cb410..a3fedd35e8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hyperexponential_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hyperexponential_dist.html @@ -4,7 +4,7 @@ Hyperexponential Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html index 28fd8fb8e9..8846f8061a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html @@ -4,7 +4,7 @@ Hypergeometric Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html index a80cda5b1a..feeef7fda7 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html @@ -4,7 +4,7 @@ Inverse Chi Squared Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html index 7374e97d53..01972b3856 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html @@ -4,7 +4,7 @@ Inverse Gamma Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html index 2a1c406ad4..4589d47197 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html @@ -4,7 +4,7 @@ Inverse Gaussian (or Inverse Normal) Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/kolmogorov_smirnov_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/kolmogorov_smirnov_dist.html index f0964c7527..eb2e5ca315 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/kolmogorov_smirnov_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/kolmogorov_smirnov_dist.html @@ -4,7 +4,7 @@ Kolmogorov-Smirnov Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html index 9f8dda9e97..816ebf4e32 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html @@ -4,7 +4,7 @@ Laplace Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html index 08447fdbdd..61a1be7286 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html @@ -4,7 +4,7 @@ Logistic Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html index 75202cadf6..d4e3b8f55e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html @@ -4,7 +4,7 @@ Log Normal Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html index c6a6b7d54f..192e2948a3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html @@ -4,7 +4,7 @@ Noncentral Beta Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html index 2b7ffecf93..fab03c0adb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html @@ -4,7 +4,7 @@ Noncentral Chi-Squared Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html index b5fbb44c29..cc058b0565 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html @@ -4,7 +4,7 @@ Noncentral F Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html index 3cbfe6562e..d7dd9fbb08 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html @@ -4,7 +4,7 @@ Noncentral T Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html index 66466dfb9d..7a3d2c2702 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html @@ -4,7 +4,7 @@ Negative Binomial Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html index 191b6a51a5..9378403bf5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html @@ -4,7 +4,7 @@ Normal (Gaussian) Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html index bccb4f5f12..2cc90b5d5c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html @@ -4,7 +4,7 @@ Pareto Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html index 655e5893cc..9c3d2f7579 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html @@ -4,7 +4,7 @@ Poisson Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html index 48c971b20d..9dc5db4bb9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html @@ -4,7 +4,7 @@ Rayleigh Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html index b7b9a0dd06..5d664fb951 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html @@ -4,7 +4,7 @@ Skew Normal Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html index eed70e7aa5..92c010e04d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html @@ -4,7 +4,7 @@ Students t Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html index b225ed783d..459e1dec05 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html @@ -4,7 +4,7 @@ Triangular Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html index 5cedd4de10..5101d858a5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html @@ -4,7 +4,7 @@ Uniform Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html index 5c80425d5e..33be3dc4b8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html @@ -4,7 +4,7 @@ Weibull Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/nmp.html b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/nmp.html index dd85df1231..9f62e2a8bb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/nmp.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/dist_ref/nmp.html @@ -4,7 +4,7 @@ Non-Member Properties - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential.html index 8090b000eb..7d1fbfe4b1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential.html @@ -4,7 +4,7 @@ Double-exponential quadrature - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_caveats.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_caveats.html index cf29465195..f21351117f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_caveats.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_caveats.html @@ -4,7 +4,7 @@ Caveats - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_exp_sinh.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_exp_sinh.html index 6f98d970e4..4f4198222c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_exp_sinh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_exp_sinh.html @@ -4,7 +4,7 @@ exp_sinh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_levels.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_levels.html index 8c70c3096d..a0c89c0d7d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_levels.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_levels.html @@ -4,7 +4,7 @@ Setting the Maximum Interval Halvings and Memory Requirements - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_overview.html index 3cadb37fed..777811872f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_overview.html @@ -4,7 +4,7 @@ Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_refes.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_refes.html index 38fdde1057..6bbbef9f3f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_refes.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_refes.html @@ -4,7 +4,7 @@ References - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_sinh_sinh.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_sinh_sinh.html index b0dee95883..b56fe65307 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_sinh_sinh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_sinh_sinh.html @@ -4,7 +4,7 @@ sinh_sinh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh.html index 43b709c062..920e6736b3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh.html @@ -4,7 +4,7 @@ tanh_sinh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh_2_arg.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh_2_arg.html index 4fffbdffb1..2049f610c4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh_2_arg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tanh_sinh_2_arg.html @@ -4,7 +4,7 @@ Handling functions with large features near an endpoint with tanh-sinh quadrature - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_thread.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_thread.html index 8687d4ec54..2f91b8c780 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_thread.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_thread.html @@ -4,7 +4,7 @@ Thread Safety - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tol.html b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tol.html index 5524c39e41..37dee12afc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tol.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/double_exponential/de_tol.html @@ -4,7 +4,7 @@ Setting the Termination Condition for Integration - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint.html index 1b16194258..160d7cb49c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint.html @@ -4,7 +4,7 @@ Elliptic Integrals - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_1.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_1.html index 7e5ab0496c..0f998085af 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_1.html @@ -4,7 +4,7 @@ Elliptic Integrals of the First Kind - Legendre Form - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_2.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_2.html index ead2959e5f..72a10be887 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_2.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_2.html @@ -4,7 +4,7 @@ Elliptic Integrals of the Second Kind - Legendre Form - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_3.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_3.html index 185a11f91c..9692430fff 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_3.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_3.html @@ -4,7 +4,7 @@ Elliptic Integrals of the Third Kind - Legendre Form - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html index 041df8c065..d598490ed4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html @@ -4,7 +4,7 @@ Elliptic Integrals - Carlson Form - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_d.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_d.html index 297e43a3cd..aac40f1135 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_d.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_d.html @@ -4,7 +4,7 @@ Elliptic Integral D - Legendre Form - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html index eff43c141e..d050d4db4f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html @@ -4,7 +4,7 @@ Elliptic Integral Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/heuman_lambda.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/heuman_lambda.html index 5de8b361c5..a8141636c7 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/heuman_lambda.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/heuman_lambda.html @@ -4,7 +4,7 @@ Heuman Lambda Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/jacobi_zeta.html b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/jacobi_zeta.html index 7fb135d8e3..e73e75808a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ellint/jacobi_zeta.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ellint/jacobi_zeta.html @@ -4,7 +4,7 @@ Jacobi Zeta Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/error_handling.html b/third_party/boost/libs/math/doc/html/math_toolkit/error_handling.html index 01b6396564..82db089a74 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/error_handling.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/error_handling.html @@ -4,7 +4,7 @@ Error Handling - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/estrin.html b/third_party/boost/libs/math/doc/html/math_toolkit/estrin.html index e971fc5ec1..cbed796eb8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/estrin.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/estrin.html @@ -4,7 +4,7 @@ Estrin's method for polynomial evaluation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/exact_typdefs.html b/third_party/boost/libs/math/doc/html/math_toolkit/exact_typdefs.html index c39faaafb2..d6d28ea2ce 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/exact_typdefs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/exact_typdefs.html @@ -4,7 +4,7 @@ Exact-Width Floating-Point typedefs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/examples.html b/third_party/boost/libs/math/doc/html/math_toolkit/examples.html index ed1173b8c8..6e12374fd1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/examples.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/examples.html @@ -4,7 +4,7 @@ Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/exp.html b/third_party/boost/libs/math/doc/html/math_toolkit/exp.html index cf521f2745..cd76870c14 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/exp.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/exp.html @@ -4,7 +4,7 @@ The Quaternionic Exponential - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/expint.html b/third_party/boost/libs/math/doc/html/math_toolkit/expint.html index fa5c59dc67..1567aee256 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/expint.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/expint.html @@ -4,7 +4,7 @@ Exponential Integrals - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_i.html b/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_i.html index 968cbd1e62..05279e2307 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_i.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_i.html @@ -4,7 +4,7 @@ Exponential Integral Ei - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_n.html b/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_n.html index e723a8f1a0..94d41d38f9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_n.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/expint/expint_n.html @@ -4,7 +4,7 @@ Exponential Integral En - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/factorials.html b/third_party/boost/libs/math/doc/html/math_toolkit/factorials.html index cd838c93b8..67590f79b5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/factorials.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/factorials.html @@ -4,7 +4,7 @@ Factorials and Binomial Coefficients - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html index 54478721c8..a938003baf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html @@ -4,7 +4,7 @@ Binomial Coefficients - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html index c4d7b7186c..15aeeec541 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html @@ -4,7 +4,7 @@ Double Factorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html index 3bb07bda1e..8bfb0ff33b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html @@ -4,7 +4,7 @@ Factorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html index b079b53cfa..1c0386179a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html @@ -4,7 +4,7 @@ Falling Factorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html index 8b01d1bb1f..932e1b38ca 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html @@ -4,7 +4,7 @@ Rising Factorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fastest_typdefs.html b/third_party/boost/libs/math/doc/html/math_toolkit/fastest_typdefs.html index 35ac5ca454..aa0993a5dd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fastest_typdefs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fastest_typdefs.html @@ -4,7 +4,7 @@ Fastest floating-point typedefs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/float128.html b/third_party/boost/libs/math/doc/html/math_toolkit/float128.html index e0f22fd9d7..6ad37935d4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/float128.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/float128.html @@ -4,7 +4,7 @@ Implementation of Float128 type - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/float128/exp_function.html b/third_party/boost/libs/math/doc/html/math_toolkit/float128/exp_function.html index 66ed8e56be..76fcf8f8c0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/float128/exp_function.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/float128/exp_function.html @@ -4,7 +4,7 @@ Exponential function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/float128/overloading.html b/third_party/boost/libs/math/doc/html/math_toolkit/float128/overloading.html index 053b931fe3..f8da72f63a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/float128/overloading.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/float128/overloading.html @@ -4,7 +4,7 @@ Overloading template functions with float128_t - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/float128/typeinfo.html b/third_party/boost/libs/math/doc/html/math_toolkit/float128/typeinfo.html index 194f0f594f..12fd81c5b8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/float128/typeinfo.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/float128/typeinfo.html @@ -4,7 +4,7 @@ typeinfo - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/float128_hints.html b/third_party/boost/libs/math/doc/html/math_toolkit/float128_hints.html index ae84b8e332..8db013b065 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/float128_hints.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/float128_hints.html @@ -4,7 +4,7 @@ Hints on using float128 (and __float128) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/float_comparison.html b/third_party/boost/libs/math/doc/html/math_toolkit/float_comparison.html index e11d36c910..38dc6381da 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/float_comparison.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/float_comparison.html @@ -4,7 +4,7 @@ Floating-point Comparison - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fourier_integrals.html b/third_party/boost/libs/math/doc/html/math_toolkit/fourier_integrals.html index c206f2d1c1..007296b3ca 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fourier_integrals.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fourier_integrals.html @@ -4,7 +4,7 @@ Fourier Integrals - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets.html b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets.html index c3fcbdf458..894829bbc4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets.html @@ -4,7 +4,7 @@ Facets for Floating-Point Infinities and NaNs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/examples.html b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/examples.html index 0da0fd8417..875286bb88 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/examples.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/examples.html @@ -4,7 +4,7 @@ Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html index fe7923a376..33cf16e5bc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html @@ -4,7 +4,7 @@ Introduction - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/portability.html b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/portability.html index 7c4f3a7036..df321165dd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/portability.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/portability.html @@ -4,7 +4,7 @@ Portability - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/rationale.html b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/rationale.html index c80de3a104..a83be60e0f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/rationale.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/rationale.html @@ -4,7 +4,7 @@ Design Rationale - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/reference.html b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/reference.html index de9b79ea81..ffbd211b8e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/reference.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fp_facets/reference.html @@ -4,7 +4,7 @@ Reference - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/fpclass.html b/third_party/boost/libs/math/doc/html/math_toolkit/fpclass.html index 33b828fcff..c7760c86e8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/fpclass.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/fpclass.html @@ -4,7 +4,7 @@ Floating-Point Classification: Infinities and NaNs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/future.html b/third_party/boost/libs/math/doc/html/math_toolkit/future.html index 92ab30a8f5..251e23aa74 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/future.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/future.html @@ -4,7 +4,7 @@ Extras/Future Directions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/gauss.html b/third_party/boost/libs/math/doc/html/math_toolkit/gauss.html index 8c2bde1e62..92d50b6ea4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/gauss.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/gauss.html @@ -4,7 +4,7 @@ Gauss-Legendre quadrature - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/gauss_kronrod.html b/third_party/boost/libs/math/doc/html/math_toolkit/gauss_kronrod.html index 48ed04b0b5..07cf7c02ab 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/gauss_kronrod.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/gauss_kronrod.html @@ -4,7 +4,7 @@ Gauss-Kronrod Quadrature - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/getting_best.html b/third_party/boost/libs/math/doc/html/math_toolkit/getting_best.html index 34a618f2f0..01d1940e01 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/getting_best.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/getting_best.html @@ -4,7 +4,7 @@ Getting the Best Performance from this Library: Compiler and Compiler Options - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/greatest_typdefs.html b/third_party/boost/libs/math/doc/html/math_toolkit/greatest_typdefs.html index 5ec483486a..023cf911f3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/greatest_typdefs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/greatest_typdefs.html @@ -4,7 +4,7 @@ Greatest-width floating-point typedef - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hankel.html b/third_party/boost/libs/math/doc/html/math_toolkit/hankel.html index 6fdb33634a..9f8a0a8123 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hankel.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hankel.html @@ -4,7 +4,7 @@ Hankel Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html b/third_party/boost/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html index 2fd2a21e5a..d36754bdc5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html @@ -4,7 +4,7 @@ Cyclic Hankel Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html b/third_party/boost/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html index d50dce302c..8da5a9f789 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html @@ -4,7 +4,7 @@ Spherical Hankel Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision.html index c860f5488e..91922e1106 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision.html @@ -4,7 +4,7 @@ Using Boost.Math with High-Precision Floating-Point Libraries - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/e_float.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/e_float.html index 9e6114c664..dded564393 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/e_float.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/e_float.html @@ -4,7 +4,7 @@ Using e_float Library - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/float128.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/float128.html index 27403a319a..fd51196dcb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/float128.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/float128.html @@ -4,7 +4,7 @@ Using with GCC's __float128 datatype - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html index 808dce329e..ebf1d47b9c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html @@ -4,7 +4,7 @@ Using With MPFR or GMP - High-Precision Floating-Point Library - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html index 7f0c21889f..8b2be3fb16 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html @@ -4,7 +4,7 @@ Using Boost.Multiprecision - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html index b60c7fef8f..7c38a23eb5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html @@ -4,7 +4,7 @@ Using NTL Library - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/using_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/using_test.html index e73c04a638..f06fc876e3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/using_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/using_test.html @@ -4,7 +4,7 @@ Using without expression templates for Boost.Test and others - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html index 4f40ea4450..3fe5c901cb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html @@ -4,7 +4,7 @@ Why use a high-precision library rather than built-in floating-point types? - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hints.html b/third_party/boost/libs/math/doc/html/math_toolkit/hints.html index 8b91f73c62..76b95114d9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hints.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hints.html @@ -4,7 +4,7 @@ Other Hints and tips - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/history1.html b/third_party/boost/libs/math/doc/html/math_toolkit/history1.html index 9b987f6998..713350e8ed 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/history1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/history1.html @@ -4,7 +4,7 @@ History and What's New - + @@ -39,6 +39,34 @@

+ Math-4.2.1 + (Boost-1.86) +
+
    +
  • + Correct Bessel function results at infinity, see 1143. +
  • +
  • + Improve Non Central T numerical stability, see scipy20693. +
  • +
  • + Correct float_next/float_prior behaviour at infinity. +
  • +
  • + Prevent spurious underflow in non-central beta, see scipy20693. +
  • +
  • + Add improvement to Heuman Lambda precision. +
  • +
  • + Improve Skew Normal root finding, see 1120. +
  • +
  • + Lots of minor fixes and improved code coverage. +
  • +
+
+ Math-4.2.0 (Boost-1.85)
@@ -70,7 +98,7 @@
- + Math-4.1.1 (Boost-1.84)
@@ -117,7 +145,7 @@
- + Math-4.1.0 (Boost-1.82)
@@ -195,7 +223,7 @@
- + Math-4.0.0 (Boost-1.81)
@@ -259,7 +287,7 @@
- + Math-3.4.0 (Boost-1.80)
@@ -287,7 +315,7 @@
- + Math-3.3.0 (Boost-1.79)
@@ -329,7 +357,7 @@
- + Math-3.2.0 (Boost-1.78)
@@ -366,7 +394,7 @@
- + Math-3.1.0 (Boost-1.77)
@@ -402,7 +430,7 @@
- + Math-3.0.0 (Boost-1.76)
@@ -453,7 +481,7 @@
- + Math-2.13.0 (Boost-1.75)
@@ -504,7 +532,7 @@
- + Math-2.12.0 (Boost-1.73)
@@ -546,7 +574,7 @@
- + Math-2.11.0 (Boost-1.72)
@@ -608,7 +636,7 @@
- + Math-2.10.0 (Boost-1.71)
@@ -642,7 +670,7 @@
- + Math-2.9.0 (Boost-1.70)
@@ -696,7 +724,7 @@
- + Math-2.8.0 (Boost-1.69)
@@ -753,7 +781,7 @@
- + Math-2.7.1 (Boost-1.68)
@@ -767,7 +795,7 @@
- + Math-2.7.0 (Boost-1.66)
@@ -784,7 +812,7 @@
- + Math-2.6.0 (Boost-1.65)
@@ -821,7 +849,7 @@
- + Math-2.5.2 (Boost-1.64)
@@ -838,7 +866,7 @@
- + Math-2.5.1 (Boost-1.63)
@@ -854,7 +882,7 @@
- + Math-2.5.0 (Boost-1.62)
@@ -879,7 +907,7 @@
- + Math-2.4.0 (Boost-1.61)
@@ -890,7 +918,7 @@
Polynomial arithmetic added to tools.
- + Math-2.3.0 (Boost-1.60)
@@ -969,7 +997,7 @@
- + Math-2.2.1

@@ -988,7 +1016,7 @@

- + Math-2.2.0 (boost-1.58.0)
@@ -1032,7 +1060,7 @@
- + Math-2.1.0 (boost-1.57.0)
@@ -1058,7 +1086,7 @@
- + Math-2.0.0 (Boost-1.56.0)
@@ -1109,7 +1137,7 @@
- + Math-1.9.1
    @@ -1124,7 +1152,7 @@
- + Math-1.9.0
    @@ -1191,7 +1219,7 @@
- + Boost-1.55
    @@ -1250,7 +1278,7 @@
    and Accurate Parallel Inversion of the Gamma Distribution, Thomas Luu

    - + Boost-1.54
    @@ -1304,7 +1332,7 @@
- + Boost-1.53
    @@ -1339,7 +1367,7 @@
- + Boost-1.52
    @@ -1386,14 +1414,14 @@
- + Boost-1.51

See Boost-1.52 - some items were added but not listed in time for the release.

- + Boost-1.50
    @@ -1430,7 +1458,7 @@
- + Boost-1.49
    @@ -1474,7 +1502,7 @@
- + Boost-1.48
    @@ -1525,7 +1553,7 @@
- + Boost-1.47
    @@ -1542,7 +1570,7 @@
- + Boost-1.46.1
  • @@ -1550,7 +1578,7 @@
    #5113.
- + Boost-1.46.0
    @@ -1565,7 +1593,7 @@
- + Boost-1.45.0
    @@ -1582,7 +1610,7 @@
- + Boost-1.44.0
    @@ -1596,7 +1624,7 @@
- + Boost-1.41.0
  • @@ -1604,7 +1632,7 @@
    its inverse.
- + Boost-1.40.0
    @@ -1640,7 +1668,7 @@
- + Boost-1.38.0
    @@ -1652,14 +1680,14 @@
- + Boost-1.37.0
  • Improved accuracy and testing of the inverse hypergeometric functions.
- + Boost-1.36.0
    @@ -1692,7 +1720,7 @@
- + Boost-1.35.0: Post Review First Official Release
@@ -1724,7 +1752,7 @@
- + Milestone 4: Second Review Candidate (1st March 2007)
@@ -1738,7 +1766,7 @@
- + Milestone 3: First Review Candidate (31st Dec 2006)
@@ -1766,7 +1794,7 @@
- + Milestone 2: Released September 10th 2006
@@ -1802,7 +1830,7 @@
- + Milestone 1: Released March 31st 2006
diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/history2.html b/third_party/boost/libs/math/doc/html/math_toolkit/history2.html index 4457184aa1..e91c823737 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/history2.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/history2.html @@ -4,7 +4,7 @@ History and What's New - + @@ -39,6 +39,34 @@

+ Math-4.2.1 + (Boost-1.86) +
+
    +
  • + Correct Bessel function results at infinity, see 1143. +
  • +
  • + Improve Non Central T numerical stability, see scipy20693. +
  • +
  • + Correct float_next/float_prior behaviour at infinity. +
  • +
  • + Prevent spurious underflow in non-central beta, see scipy20693. +
  • +
  • + Add improvement to Heuman Lambda precision. +
  • +
  • + Improve Skew Normal root finding, see 1120. +
  • +
  • + Lots of minor fixes and improved code coverage. +
  • +
+
+ Math-4.2.0 (Boost-1.85)
@@ -70,7 +98,7 @@
- + Math-4.1.1 (Boost-1.84)
@@ -117,7 +145,7 @@
- + Math-4.1.0 (Boost-1.82)
@@ -195,7 +223,7 @@
- + Math-4.0.0 (Boost-1.81)
@@ -259,7 +287,7 @@
- + Math-3.4.0 (Boost-1.80)
@@ -287,7 +315,7 @@
- + Math-3.3.0 (Boost-1.79)
@@ -329,7 +357,7 @@
- + Math-3.2.0 (Boost-1.78)
@@ -366,7 +394,7 @@
- + Math-3.1.0 (Boost-1.77)
@@ -402,7 +430,7 @@
- + Math-3.0.0 (Boost-1.76)
@@ -453,7 +481,7 @@
- + Math-2.13.0 (Boost-1.75)
@@ -504,7 +532,7 @@
- + Math-2.12.0 (Boost-1.73)
@@ -546,7 +574,7 @@
- + Math-2.11.0 (Boost-1.72)
@@ -608,7 +636,7 @@
- + Math-2.10.0 (Boost-1.71)
@@ -642,7 +670,7 @@
- + Math-2.9.0 (Boost-1.70)
@@ -696,7 +724,7 @@
- + Math-2.8.0 (Boost-1.69)
@@ -753,7 +781,7 @@
- + Math-2.7.1 (Boost-1.68)
@@ -767,7 +795,7 @@
- + Math-2.7.0 (Boost-1.66)
@@ -784,7 +812,7 @@
- + Math-2.6.0 (Boost-1.65)
@@ -821,7 +849,7 @@
- + Math-2.5.2 (Boost-1.64)
@@ -838,7 +866,7 @@
- + Math-2.5.1 (Boost-1.63)
@@ -854,7 +882,7 @@
- + Math-2.5.0 (Boost-1.62)
@@ -879,7 +907,7 @@
- + Math-2.4.0 (Boost-1.61)
@@ -890,7 +918,7 @@
Polynomial arithmetic added to tools.
- + Math-2.3.0 (Boost-1.60)
@@ -969,7 +997,7 @@
- + Math-2.2.1

@@ -988,7 +1016,7 @@

- + Math-2.2.0 (boost-1.58.0)
@@ -1032,7 +1060,7 @@
- + Math-2.1.0 (boost-1.57.0)
@@ -1058,7 +1086,7 @@
- + Math-2.0.0 (Boost-1.56.0)
@@ -1109,7 +1137,7 @@
- + Math-1.9.1
    @@ -1124,7 +1152,7 @@
- + Math-1.9.0
    @@ -1191,7 +1219,7 @@
- + Boost-1.55
    @@ -1250,7 +1278,7 @@
    and Accurate Parallel Inversion of the Gamma Distribution, Thomas Luu

    - + Boost-1.54
    @@ -1304,7 +1332,7 @@
- + Boost-1.53
    @@ -1339,7 +1367,7 @@
- + Boost-1.52
    @@ -1386,14 +1414,14 @@
- + Boost-1.51

See Boost-1.52 - some items were added but not listed in time for the release.

- + Boost-1.50
    @@ -1430,7 +1458,7 @@
- + Boost-1.49
    @@ -1474,7 +1502,7 @@
- + Boost-1.48
    @@ -1525,7 +1553,7 @@
- + Boost-1.47
    @@ -1542,7 +1570,7 @@
- + Boost-1.46.1
  • @@ -1550,7 +1578,7 @@
    #5113.
- + Boost-1.46.0
    @@ -1565,7 +1593,7 @@
- + Boost-1.45.0
    @@ -1582,7 +1610,7 @@
- + Boost-1.44.0
    @@ -1596,7 +1624,7 @@
- + Boost-1.41.0
  • @@ -1604,7 +1632,7 @@
    its inverse.
- + Boost-1.40.0
    @@ -1640,7 +1668,7 @@
- + Boost-1.38.0
    @@ -1652,14 +1680,14 @@
- + Boost-1.37.0
  • Improved accuracy and testing of the inverse hypergeometric functions.
- + Boost-1.36.0
    @@ -1692,7 +1720,7 @@
- + Boost-1.35.0: Post Review First Official Release
@@ -1724,7 +1752,7 @@
- + Milestone 4: Second Review Candidate (1st March 2007)
@@ -1738,7 +1766,7 @@
- + Milestone 3: First Review Candidate (31st Dec 2006)
@@ -1766,7 +1794,7 @@
- + Milestone 2: Released September 10th 2006
@@ -1802,7 +1830,7 @@
- + Milestone 1: Released March 31st 2006
diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric.html index 04a209d68c..74e8a2b75b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric.html @@ -4,7 +4,7 @@ Hypergeometric Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_0f1.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_0f1.html index 921f076882..432dfa0fd6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_0f1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_0f1.html @@ -4,7 +4,7 @@ Hypergeometric 0F1 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f0.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f0.html index 53e5b01ab8..26c5761b13 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f0.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f0.html @@ -4,7 +4,7 @@ Hypergeometric 1F0 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f1.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f1.html index a7f1f26f62..fd8bc8cccd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_1f1.html @@ -4,7 +4,7 @@ Hypergeometric 1F1 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_2f0.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_2f0.html index 3a7552fd02..ba2c4a9c11 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_2f0.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_2f0.html @@ -4,7 +4,7 @@ Hypergeometric 2F0 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_pfq.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_pfq.html index 1e415f184a..2fc2fdc245 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_pfq.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_pfq.html @@ -4,7 +4,7 @@ Hypergeometric pFq - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_refs.html b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_refs.html index 2a2dcffe39..7df5c309ad 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_refs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/hypergeometric/hypergeometric_refs.html @@ -4,7 +4,7 @@ Hypergeometric References - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals.html index 2f09adf613..e49ea9df2f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals.html @@ -4,7 +4,7 @@ Internal tools - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/agm.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/agm.html index 4894735545..eb08be2030 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/agm.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/agm.html @@ -4,7 +4,7 @@ Arithmetic-Geometric Mean - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/centered_continued_fraction.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/centered_continued_fraction.html index f41ebed959..036a56b811 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/centered_continued_fraction.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/centered_continued_fraction.html @@ -4,7 +4,7 @@ Centered Continued Fractions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/cf.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/cf.html index 8add7a0d14..38d9655903 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/cf.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/cf.html @@ -4,7 +4,7 @@ Continued Fraction Evaluation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/cohen_acceleration.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/cohen_acceleration.html index e1fd2b67b7..df9e28f353 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/cohen_acceleration.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/cohen_acceleration.html @@ -4,7 +4,7 @@ Cohen Acceleration - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/color_maps.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/color_maps.html index a1cc69ffe2..240ba42775 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/color_maps.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/color_maps.html @@ -4,7 +4,7 @@ Color Maps - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/engel_expansion.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/engel_expansion.html index 7e641999b4..cf74a40d51 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/engel_expansion.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/engel_expansion.html @@ -4,7 +4,7 @@ Engel Expansion - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/error_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/error_test.html index 6debef407b..b622ec1f89 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/error_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/error_test.html @@ -4,7 +4,7 @@ Relative Error and Testing - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/luroth_expansion.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/luroth_expansion.html index d5304c83a2..8d88cb9574 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/luroth_expansion.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/luroth_expansion.html @@ -4,7 +4,7 @@ Luroth Expansions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/minimax.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/minimax.html index 8d780f03a5..949ea2ef85 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/minimax.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/minimax.html @@ -4,7 +4,7 @@ Minimax Approximations and the Remez Algorithm - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/recurrence.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/recurrence.html index 69139bac7a..2cbde0402b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/recurrence.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/recurrence.html @@ -4,7 +4,7 @@ Tools For 3-Term Recurrence Relations - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/series_evaluation.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/series_evaluation.html index 778475a5a4..24f0196be9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/series_evaluation.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/series_evaluation.html @@ -4,7 +4,7 @@ Series Evaluation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/simple_continued_fraction.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/simple_continued_fraction.html index 8885b45f65..af6834515a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/simple_continued_fraction.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/simple_continued_fraction.html @@ -4,7 +4,7 @@ Simple Continued Fractions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/test_data.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/test_data.html index 7e4ea10771..5b893620be 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/test_data.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/test_data.html @@ -4,7 +4,7 @@ Graphing, Profiling, and Generating Test Data for Special Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals/tuples.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals/tuples.html index 0f41d8d7df..ac3578ee00 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals/tuples.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals/tuples.html @@ -4,7 +4,7 @@ Tuples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/internals_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/internals_overview.html index eaa1ea4e44..2ab4751169 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/internals_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/internals_overview.html @@ -4,7 +4,7 @@ Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/interp.html b/third_party/boost/libs/math/doc/html/math_toolkit/interp.html index 9e765daffe..4b38b830e2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/interp.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/interp.html @@ -4,7 +4,7 @@ Interpreting these Results - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/intro_pol_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/intro_pol_overview.html index 21beb39878..fa996551fc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/intro_pol_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/intro_pol_overview.html @@ -4,7 +4,7 @@ Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper.html b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper.html index 1f435e8d06..ad9c144e07 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper.html @@ -4,7 +4,7 @@ Inverse Hyperbolic Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html index 5cafab4ed5..3b6112fdb0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html @@ -4,7 +4,7 @@ acosh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html index 1f9322ec4b..3fa19efe8e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html @@ -4,7 +4,7 @@ asinh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html index e193ac16b2..740dada613 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html @@ -4,7 +4,7 @@ atanh - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html index 4cd499356a..8811dde4fb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html @@ -4,7 +4,7 @@ Inverse Hyperbolic Functions Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/issues.html b/third_party/boost/libs/math/doc/html/math_toolkit/issues.html index 2a4efb4946..f2c62a3c63 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/issues.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/issues.html @@ -4,7 +4,7 @@ Known Issues, and TODO List - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi.html index 38d67eb7d4..24ce7b425a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi.html @@ -4,7 +4,7 @@ Jacobi Elliptic Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jac_over.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jac_over.html index da8482983f..29d0ad2ea3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jac_over.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jac_over.html @@ -4,7 +4,7 @@ Overview of the Jacobi Elliptic Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html index b965c51e4c..f04b899f25 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function cd - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html index f4ac81d0ef..e65cbe29c6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function cn - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html index 65d823ad08..b6d4500be5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function cs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html index 49220109f7..a2add0ca3d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function dc - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html index 67a49b318e..8f62efd77f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function dn - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html index cfe1bfb296..322255d1bf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function ds - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html index 6baed4cb00..9a2c1faed3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html @@ -4,7 +4,7 @@ Jacobi Elliptic SN, CN and DN - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html index 46d6528ced..4410b42af9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function nc - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html index 49d6875454..ca9c4034c9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function nd - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html index f0ddb6e29f..627715fb19 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function ns - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html index 0f418f30e4..e4fd594646 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function sc - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html index f8fb4c6c35..787328015e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function sd - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html index f1ab120d84..b8f417be3a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html @@ -4,7 +4,7 @@ Jacobi Elliptic Function sn - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta.html index 5704ece6c3..a1cece63ad 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta.html @@ -4,7 +4,7 @@ Jacobi Theta Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta1.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta1.html index bd5a8d3faf..8043b6f25e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta1.html @@ -4,7 +4,7 @@ Jacobi Theta Function θ1 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta2.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta2.html index 75de2b3a28..5aae8ceeb0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta2.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta2.html @@ -4,7 +4,7 @@ Jacobi Theta Function θ2 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta3.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta3.html index 623206dcbf..1aaab7be9b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta3.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta3.html @@ -4,7 +4,7 @@ Jacobi Theta Function θ3 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta4.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta4.html index 0a3f16c771..fb99431dac 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta4.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta4.html @@ -4,7 +4,7 @@ Jacobi Theta Function θ4 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta_overview.html index 0a72aa237e..e1a5601873 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jacobi_theta/jacobi_theta_overview.html @@ -4,7 +4,7 @@ Overview of the Jacobi Theta Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/jso.html b/third_party/boost/libs/math/doc/html/math_toolkit/jso.html index 308ad1849a..8e0cc038c2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/jso.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/jso.html @@ -4,7 +4,7 @@ Algorithm jSO - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/lambert_w.html b/third_party/boost/libs/math/doc/html/math_toolkit/lambert_w.html index e117f3d635..dba2238c66 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/lambert_w.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/lambert_w.html @@ -4,7 +4,7 @@ Lambert W function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/lanczos.html b/third_party/boost/libs/math/doc/html/math_toolkit/lanczos.html index 145ffaad2e..7d59785da6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/lanczos.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/lanczos.html @@ -4,7 +4,7 @@ The Lanczos Approximation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/linear_regression.html b/third_party/boost/libs/math/doc/html/math_toolkit/linear_regression.html index e7c9624f71..bed68e01cf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/linear_regression.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/linear_regression.html @@ -4,7 +4,7 @@ Linear Regression - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ljung_box.html b/third_party/boost/libs/math/doc/html/math_toolkit/ljung_box.html index 526110a6c5..7d4040d0b9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ljung_box.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ljung_box.html @@ -4,7 +4,7 @@ The Ljung-Box Test - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables.html b/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables.html index f6dac75125..67878a8c7a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables.html @@ -4,7 +4,7 @@ Error logs and tables - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/all_table.html b/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/all_table.html index 76019e5a09..fcd6fd1f82 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/all_table.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/all_table.html @@ -4,7 +4,7 @@ Tables of Error Rates for all Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/logs.html b/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/logs.html index 39b436c693..a7a768b862 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/logs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/logs_and_tables/logs.html @@ -4,7 +4,7 @@ Error Logs For Error Rate Tables - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/macros.html b/third_party/boost/libs/math/doc/html/math_toolkit/macros.html index 86954f5814..20aa6a6de5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/macros.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/macros.html @@ -4,7 +4,7 @@ Floating-Point Constant Macros - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/main_faq.html b/third_party/boost/libs/math/doc/html/math_toolkit/main_faq.html index 5b9ac3685b..ba09069cf0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/main_faq.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/main_faq.html @@ -4,7 +4,7 @@ Boost.Math Frequently Asked Questions (FAQs) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/main_intro.html b/third_party/boost/libs/math/doc/html/math_toolkit/main_intro.html index c8618d5480..6248b1712b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/main_intro.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/main_intro.html @@ -4,7 +4,7 @@ About the Math Toolkit - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/main_tr1.html b/third_party/boost/libs/math/doc/html/math_toolkit/main_tr1.html index a208a35e43..bdf7cb6bd4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/main_tr1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/main_tr1.html @@ -4,7 +4,7 @@ C99 and TR1 C Functions Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/makima.html b/third_party/boost/libs/math/doc/html/math_toolkit/makima.html index 2f5a31eacc..2c147bcc19 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/makima.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/makima.html @@ -4,7 +4,7 @@ Modified Akima interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/mem_typedef.html b/third_party/boost/libs/math/doc/html/math_toolkit/mem_typedef.html index d8edeef8a5..417ef86786 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/mem_typedef.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/mem_typedef.html @@ -4,7 +4,7 @@ Quaternion Member Typedefs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/minimum_typdefs.html b/third_party/boost/libs/math/doc/html/math_toolkit/minimum_typdefs.html index 3147157702..cfe2d97a30 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/minimum_typdefs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/minimum_typdefs.html @@ -4,7 +4,7 @@ Minimum-width floating-point typedefs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/multiprecision.html b/third_party/boost/libs/math/doc/html/math_toolkit/multiprecision.html index 749055e6c9..4a1598a130 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/multiprecision.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/multiprecision.html @@ -4,7 +4,7 @@ Cost of High-Precision Non-built-in Floating-point - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/naive_monte_carlo.html b/third_party/boost/libs/math/doc/html/math_toolkit/naive_monte_carlo.html index c9e7534211..4b1856b298 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/naive_monte_carlo.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/naive_monte_carlo.html @@ -4,7 +4,7 @@ Naive Monte Carlo Integration - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/namespaces.html b/third_party/boost/libs/math/doc/html/math_toolkit/namespaces.html index c8d830112c..000cdf2ca2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/namespaces.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/namespaces.html @@ -4,7 +4,7 @@ Namespaces - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/navigation.html b/third_party/boost/libs/math/doc/html/math_toolkit/navigation.html index bef5d6aabb..ce4c419a1d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/navigation.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/navigation.html @@ -4,7 +4,7 @@ Navigation - + @@ -28,7 +28,7 @@ Navigation

- +

Boost.Math documentation is provided in both HTML and PDF formats. diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/new_const.html b/third_party/boost/libs/math/doc/html/math_toolkit/new_const.html index a4c4154ec2..868e3bcb6c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/new_const.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/new_const.html @@ -4,7 +4,7 @@ Defining New Constants - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float.html index 0fcabb032a..31a2fc5619 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float.html @@ -4,7 +4,7 @@ Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_advance.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_advance.html index 988a035031..d7db8b931a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_advance.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_advance.html @@ -4,7 +4,7 @@ Advancing a floating-point Value by a Specific Representation Distance (ULP) float_advance - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_distance.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_distance.html index 6febb7132e..ea794357cc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_distance.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_distance.html @@ -4,7 +4,7 @@ Calculating the Representation Distance Between Two floating-point Values (ULP) float_distance - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_next.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_next.html index 879168ea20..13b6f9c604 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_next.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_next.html @@ -4,7 +4,7 @@ Finding the Next Greater Representable Value (float_next) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_prior.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_prior.html index 8cc3815d8c..f78c965cc0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_prior.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/float_prior.html @@ -4,7 +4,7 @@ Finding the Next Smaller Representable Value (float_prior) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/nextafter.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/nextafter.html index cc4b5754b6..282e5de846 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/nextafter.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/nextafter.html @@ -4,7 +4,7 @@ Finding the Next Representable Value in a Specific Direction (nextafter) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/ulp.html b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/ulp.html index da471516ae..d05e76e9b9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/next_float/ulp.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/next_float/ulp.html @@ -4,7 +4,7 @@ Obtaining the Size of a Unit In the Last Place - ULP - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/norms.html b/third_party/boost/libs/math/doc/html/math_toolkit/norms.html index 8242951488..7f148db217 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/norms.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/norms.html @@ -4,7 +4,7 @@ Norms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/number_series.html b/third_party/boost/libs/math/doc/html/math_toolkit/number_series.html index 816468ce8f..f6862de61f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/number_series.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/number_series.html @@ -4,7 +4,7 @@ Number Series - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/bernoulli_numbers.html b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/bernoulli_numbers.html index 509277a424..81f6900ab5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/bernoulli_numbers.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/bernoulli_numbers.html @@ -4,7 +4,7 @@ Bernoulli Numbers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/fibonacci_numbers.html b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/fibonacci_numbers.html index 744ead5f18..518eb90e1d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/fibonacci_numbers.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/fibonacci_numbers.html @@ -4,7 +4,7 @@ Fibonacci Numbers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/primes.html b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/primes.html index 7b50f714c4..060a2bd38b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/primes.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/primes.html @@ -4,7 +4,7 @@ Prime Numbers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/tangent_numbers.html b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/tangent_numbers.html index 5e3cebba1b..92872bee58 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/number_series/tangent_numbers.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/number_series/tangent_numbers.html @@ -4,7 +4,7 @@ Tangent Numbers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_create.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_create.html index 253013b454..b27488e7cd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_create.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_create.html @@ -4,7 +4,7 @@ Octonion Creation Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_header.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_header.html index 4466371941..d943454009 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_header.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_header.html @@ -4,7 +4,7 @@ Header File - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_history.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_history.html index 036d296e9f..cf31768a3a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_history.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_history.html @@ -4,7 +4,7 @@ History - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_mem_fun.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_mem_fun.html index 4dcb282d14..c269d1ff1a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_mem_fun.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_mem_fun.html @@ -4,7 +4,7 @@ Octonion Member Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_non_mem.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_non_mem.html index d2cc6830e8..80c727e211 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_non_mem.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_non_mem.html @@ -4,7 +4,7 @@ Octonion Non-Member Operators - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_overview.html index b9cc81fa2e..48a8ecfd71 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_overview.html @@ -4,7 +4,7 @@ Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_specialization.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_specialization.html index ee87e51219..ba45f49849 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_specialization.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_specialization.html @@ -4,7 +4,7 @@ Octonion Specializations - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_synopsis.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_synopsis.html index 6b05374d33..3561c1c484 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_synopsis.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_synopsis.html @@ -4,7 +4,7 @@ Synopsis - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_tests.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_tests.html index ab0314b636..bd2209a678 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_tests.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_tests.html @@ -4,7 +4,7 @@ Test Program - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_todo.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_todo.html index c164c69ca0..f83fd64df4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_todo.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_todo.html @@ -4,7 +4,7 @@ To Do - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_trans.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_trans.html index 5b23b40909..4ddbf83eab 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_trans.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_trans.html @@ -4,7 +4,7 @@ Octonions Transcendentals - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_typedefs.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_typedefs.html index dfffa77df1..f09e24d5aa 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_typedefs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_typedefs.html @@ -4,7 +4,7 @@ Octonion Member Typedefs - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/oct_value_ops.html b/third_party/boost/libs/math/doc/html/math_toolkit/oct_value_ops.html index c9c96a72fa..fd1de4f4e5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/oct_value_ops.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/oct_value_ops.html @@ -4,7 +4,7 @@ Octonion Value Operations - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/octonion.html b/third_party/boost/libs/math/doc/html/math_toolkit/octonion.html index 4101f4a4f7..e40d03a3e8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/octonion.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/octonion.html @@ -4,7 +4,7 @@ Template Class octonion - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/overview_tr1.html b/third_party/boost/libs/math/doc/html/math_toolkit/overview_tr1.html index 7591b5748c..e462e7f5ba 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/overview_tr1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/overview_tr1.html @@ -4,7 +4,7 @@ C99 and C++ TR1 C-style Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/owens_t.html b/third_party/boost/libs/math/doc/html/math_toolkit/owens_t.html index 248ec6dcda..9c38592428 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/owens_t.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/owens_t.html @@ -4,7 +4,7 @@ Owen's T function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pchip.html b/third_party/boost/libs/math/doc/html/math_toolkit/pchip.html index 4ab512917c..727afb510e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pchip.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pchip.html @@ -4,7 +4,7 @@ PCHIP interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/perf_over1.html b/third_party/boost/libs/math/doc/html/math_toolkit/perf_over1.html index 1bd91467d1..76bc4cd8f1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/perf_over1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/perf_over1.html @@ -4,7 +4,7 @@ Performance - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/perf_over2.html b/third_party/boost/libs/math/doc/html/math_toolkit/perf_over2.html index b564e8b6a3..ed0b43391b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/perf_over2.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/perf_over2.html @@ -4,7 +4,7 @@ Performance Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/perf_test_app.html b/third_party/boost/libs/math/doc/html/math_toolkit/perf_test_app.html index 31b3c21fae..2e5f2675e3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/perf_test_app.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/perf_test_app.html @@ -4,7 +4,7 @@ The Performance Test Applications - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_overview.html index 5cf9f4d5ed..02fa9dac49 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_overview.html @@ -4,7 +4,7 @@ Policy Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref.html index 50d099fae2..dc9be5cfbc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref.html @@ -4,7 +4,7 @@ Policy Reference - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html index f826a34364..b2f804f4a0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html @@ -4,7 +4,7 @@ Mathematically Undefined Function Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html index f308a5e835..cd312d0d90 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html @@ -4,7 +4,7 @@ Discrete Quantile Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html index b56c83deb5..bae066d44c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html @@ -4,7 +4,7 @@ Error Handling Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html index e57752e52f..1f1a4fc244 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html @@ -4,7 +4,7 @@ Internal Floating-point Promotion Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html index 62b42c127a..f6e0305b9f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html @@ -4,7 +4,7 @@ Iteration Limits Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html index 3162d45bd0..f194b25607 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html @@ -4,7 +4,7 @@ Setting Polices at Namespace Scope - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html index e7eaa35cb2..f9aad696ed 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html @@ -4,7 +4,7 @@ Policy Class Reference - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html index ebc207b3be..eeb506ab00 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html @@ -4,7 +4,7 @@ Using Macros to Change the Policy Defaults - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html index f2a1e5d936..cf6cd0c193 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html @@ -4,7 +4,7 @@ Precision Policies - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial.html index 6e668d471b..5fa1936a3a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial.html @@ -4,7 +4,7 @@ Policy Tutorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html index fa6fd45c58..4d82db7553 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html @@ -4,7 +4,7 @@ Setting Policies for Distributions on an Ad Hoc Basis - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html index dc4f752d9d..f33c278644 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html @@ -4,7 +4,7 @@ Changing the Policy on an Ad Hoc Basis for the Special Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html index 449a878693..608b8d5e83 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html @@ -4,7 +4,7 @@ Changing the Policy Defaults - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html index bf89d7c9a6..91a570fdab 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html @@ -4,7 +4,7 @@ Setting Policies at Namespace or Translation Unit Scope - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html index 68d11b38c6..30f2369262 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html @@ -4,7 +4,7 @@ Policies Have Sensible Defaults - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html index 7909a38d20..a970d06878 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html @@ -4,7 +4,7 @@ So How are Policies Used Anyway? - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html index 9eaff78f5f..90867e22ed 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html @@ -4,7 +4,7 @@ Understanding Quantiles of Discrete Distributions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html index c22e59c923..b0b82167e3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html @@ -4,7 +4,7 @@ Calling User Defined Error Handlers - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html index 123d1d7eff..338d6469d9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html @@ -4,7 +4,7 @@ So Just What is a Policy Anyway? - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/polynomials.html b/third_party/boost/libs/math/doc/html/math_toolkit/polynomials.html index edfa2e64dc..fab79b6baf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/polynomials.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/polynomials.html @@ -4,7 +4,7 @@ Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers.html index ad3f182ed7..de2ec36367 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers.html @@ -4,7 +4,7 @@ Basic Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/cbrt.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/cbrt.html index 2863c6cab5..6f0f0aef8b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/cbrt.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/cbrt.html @@ -4,7 +4,7 @@ cbrt - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/cos_pi.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/cos_pi.html index 7346023be5..3e1d33e328 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/cos_pi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/cos_pi.html @@ -4,7 +4,7 @@ cos_pi - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/ct_pow.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/ct_pow.html index 41cee3567b..ec6bb6e3a6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/ct_pow.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/ct_pow.html @@ -4,7 +4,7 @@ Compile Time Power of a Runtime Base - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/expm1.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/expm1.html index 4048db6320..81e0e3649f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/expm1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/expm1.html @@ -4,7 +4,7 @@ expm1 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/hypot.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/hypot.html index fae3b0b6cc..00c6ec88c3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/hypot.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/hypot.html @@ -4,7 +4,7 @@ hypot - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/log1p.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/log1p.html index 1058e11c4a..9894c3fd72 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/log1p.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/log1p.html @@ -4,7 +4,7 @@ log1p - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/logaddexp.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/logaddexp.html index 138ffe6893..e0d5d989fb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/logaddexp.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/logaddexp.html @@ -4,7 +4,7 @@ logaddexp and logsumexp - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/powm1.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/powm1.html index 20e049b1f8..a1fca99ed9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/powm1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/powm1.html @@ -4,7 +4,7 @@ powm1 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/rsqrt.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/rsqrt.html index dc2855c5d1..bd60816563 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/rsqrt.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/rsqrt.html @@ -4,7 +4,7 @@ Reciprocal square root - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/sin_pi.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/sin_pi.html index a066669709..c362a9331a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/sin_pi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/sin_pi.html @@ -4,7 +4,7 @@ sin_pi - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html b/third_party/boost/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html index 4bdb56e7e7..3eba5d089f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html @@ -4,7 +4,7 @@ sqrt1pm1 - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quartic_roots.html b/third_party/boost/libs/math/doc/html/math_toolkit/quartic_roots.html index f853857a21..41b2cbc48d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quartic_roots.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quartic_roots.html @@ -4,7 +4,7 @@ Roots of Quartic Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat.html index 46538da82f..0e09d5efef 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat.html @@ -4,7 +4,7 @@ Template Class quaternion - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_header.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_header.html index b032d61768..1cf29bde83 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_header.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_header.html @@ -4,7 +4,7 @@ Header File - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_history.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_history.html index 72c7222d0c..dca6835c16 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_history.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_history.html @@ -4,7 +4,7 @@ History - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_mem_fun.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_mem_fun.html index 5328353842..f8fe80d4e2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_mem_fun.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_mem_fun.html @@ -4,7 +4,7 @@ Quaternion Member Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_non_mem.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_non_mem.html index 47d9882e4d..347edfdfe9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_non_mem.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_non_mem.html @@ -4,7 +4,7 @@ Quaternion Non-Member Operators - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_overview.html index 8e17414138..c40d4fadba 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_overview.html @@ -4,7 +4,7 @@ Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_synopsis.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_synopsis.html index f8ef8ee627..09d605d64d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_synopsis.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_synopsis.html @@ -4,7 +4,7 @@ Synopsis - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_tests.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_tests.html index 6dab008f0c..25b30c45e0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_tests.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_tests.html @@ -4,7 +4,7 @@ Test Program - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quat_todo.html b/third_party/boost/libs/math/doc/html/math_toolkit/quat_todo.html index e2597d6d29..0e87d4c26d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quat_todo.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quat_todo.html @@ -4,7 +4,7 @@ To Do - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/quintic_hermite.html b/third_party/boost/libs/math/doc/html/math_toolkit/quintic_hermite.html index 2f56e350c0..6b40ccb2fe 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/quintic_hermite.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/quintic_hermite.html @@ -4,7 +4,7 @@ Quintic Hermite interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/random_search.html b/third_party/boost/libs/math/doc/html/math_toolkit/random_search.html index 4e6c65f7e4..5c8f036466 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/random_search.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/random_search.html @@ -4,7 +4,7 @@ Random Search - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/rational.html b/third_party/boost/libs/math/doc/html/math_toolkit/rational.html index c68d9dc9bd..6be0b987b9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/rational.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/rational.html @@ -4,7 +4,7 @@ Polynomial and Rational Function Evaluation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/rationale.html b/third_party/boost/libs/math/doc/html/math_toolkit/rationale.html index 0b8592e43d..da3f66ff0b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/rationale.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/rationale.html @@ -4,7 +4,7 @@ Rationale - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/real_concepts.html b/third_party/boost/libs/math/doc/html/math_toolkit/real_concepts.html index 0cd7ddb2fc..24e43fa396 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/real_concepts.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/real_concepts.html @@ -4,7 +4,7 @@ Conceptual Requirements for Real Number Types - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/refs.html b/third_party/boost/libs/math/doc/html/math_toolkit/refs.html index 710128a701..747f4e1a16 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/refs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/refs.html @@ -4,7 +4,7 @@ References - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/relative_error.html b/third_party/boost/libs/math/doc/html/math_toolkit/relative_error.html index a5fd2933c3..01140ec60f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/relative_error.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/relative_error.html @@ -4,7 +4,7 @@ Relative Error - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/remez.html b/third_party/boost/libs/math/doc/html/math_toolkit/remez.html index 2717479550..bb873ab912 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/remez.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/remez.html @@ -4,7 +4,7 @@ The Remez Method - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/result_type.html b/third_party/boost/libs/math/doc/html/math_toolkit/result_type.html index 087a5838a9..35ab5f7aa1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/result_type.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/result_type.html @@ -4,7 +4,7 @@ Calculation of the Type of the Result - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison.html index cd014668f6..d9913d9bc2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison.html @@ -4,7 +4,7 @@ Comparison of Root Finding Algorithms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/cbrt_comparison.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/cbrt_comparison.html index 7556209ca3..70fabe399d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/cbrt_comparison.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/cbrt_comparison.html @@ -4,7 +4,7 @@ Comparison of Cube Root Finding Algorithms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/elliptic_comparison.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/elliptic_comparison.html index cce8dea7f6..74028299d5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/elliptic_comparison.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/elliptic_comparison.html @@ -4,7 +4,7 @@ Comparison of Elliptic Integral Root Finding Algorithms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/root_n_comparison.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/root_n_comparison.html index 7a37fc6609..e1ce065da3 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/root_n_comparison.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_comparison/root_n_comparison.html @@ -4,7 +4,7 @@ Comparison of Nth-root Finding Algorithms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples.html index d4e1cff694..3bc995d0d1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples.html @@ -4,7 +4,7 @@ Examples of Root-Finding (with and without derivatives) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/5th_root_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/5th_root_eg.html index e10a633cc9..5e96e0742d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/5th_root_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/5th_root_eg.html @@ -4,7 +4,7 @@ Computing the Fifth Root - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/cbrt_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/cbrt_eg.html index 7e37ecbb36..c6d6dd8379 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/cbrt_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/cbrt_eg.html @@ -4,7 +4,7 @@ Finding the Cubed Root With and Without Derivatives - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/elliptic_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/elliptic_eg.html index 586738ef4d..6713531608 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/elliptic_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/elliptic_eg.html @@ -4,7 +4,7 @@ A More complex example - Inverting the Elliptic Integrals - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/lambda.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/lambda.html index a32b81003c..1f63c954e8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/lambda.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/lambda.html @@ -4,7 +4,7 @@ Using C++11 Lambda's - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/multiprecision_root.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/multiprecision_root.html index ef9cdce1a0..5cc76e6489 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/multiprecision_root.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/multiprecision_root.html @@ -4,7 +4,7 @@ Root-finding using Boost.Multiprecision - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/nth_root.html b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/nth_root.html index c6f4a6e0e0..8f702d8314 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/nth_root.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/root_finding_examples/nth_root.html @@ -4,7 +4,7 @@ Generalizing to Compute the nth root - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_deriv.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_deriv.html index 7ba9ce3d7b..9d03cae8b2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_deriv.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_deriv.html @@ -4,7 +4,7 @@ Root Finding With Derivatives: Newton-Raphson, Halley & Schröder - + @@ -57,8 +57,8 @@

template <class F, class T> T schroder_iterate(F f, T guess, T min, T max, int digits, std::uintmax_t& max_iter); -template <class F, class Complex> -Complex complex_newton(F f, Complex guess, int max_iterations = std::numeric_limits<typename Complex::value_type>::digits); +template <class F, class ComplexType> +Complex complex_newton(F f, Complex guess, int max_iterations = std::numeric_limits<typename ComplexType::value_type>::digits); template<class T> auto quadratic_roots(T const & a, T const & b, T const & c); diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv.html index 50a97ef31d..8a29cac8d9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv.html @@ -4,7 +4,7 @@ Root Finding Without Derivatives - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/TOMS748.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/TOMS748.html index 8c09964d65..eae54122d8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/TOMS748.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/TOMS748.html @@ -4,7 +4,7 @@ Algorithm TOMS 748: Alefeld, Potra and Shi: Enclosing zeros of continuous functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bisect.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bisect.html index 226670b554..1460bb12e6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bisect.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bisect.html @@ -4,7 +4,7 @@ Bisection - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bracket_solve.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bracket_solve.html index bdc2a676a6..c51bc11880 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bracket_solve.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/bracket_solve.html @@ -4,7 +4,7 @@ Bracket and Solve Root - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/brent.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/brent.html index 1d298f1233..6421dc8136 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/brent.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/brent.html @@ -4,7 +4,7 @@ Brent-Decker Algorithm - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/implementation.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/implementation.html index 7e99cfa6ea..5243362fe4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/implementation.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/implementation.html @@ -4,7 +4,7 @@ Implementation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/root_termination.html b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/root_termination.html index 179209447a..eac179508d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/root_termination.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/roots_noderiv/root_termination.html @@ -4,7 +4,7 @@ Termination Condition Functors - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/rounding.html b/third_party/boost/libs/math/doc/html/math_toolkit/rounding.html index 9057a61d81..6cc26209c8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/rounding.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/rounding.html @@ -4,7 +4,7 @@ Rounding Truncation and Integer Conversion - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/rounding/modf.html b/third_party/boost/libs/math/doc/html/math_toolkit/rounding/modf.html index f10577b70f..383d732388 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/rounding/modf.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/rounding/modf.html @@ -4,7 +4,7 @@ Integer and Fractional Part Splitting (modf) - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/rounding/round.html b/third_party/boost/libs/math/doc/html/math_toolkit/rounding/round.html index 602086f8d2..a8d47d9baf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/rounding/round.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/rounding/round.html @@ -4,7 +4,7 @@ Rounding Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/rounding/trunc.html b/third_party/boost/libs/math/doc/html/math_toolkit/rounding/trunc.html index f5d74b7ce7..67c244f892 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/rounding/trunc.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/rounding/trunc.html @@ -4,7 +4,7 @@ Truncation Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/runs_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/runs_test.html index 24292fbc28..bf8fc5cb7a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/runs_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/runs_test.html @@ -4,7 +4,7 @@ Runs tests - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta.html index 77f2ba29f6..29a4c0c4ef 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta.html @@ -4,7 +4,7 @@ Beta Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html index d60945344a..0f972a33b0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html @@ -4,7 +4,7 @@ Derivative of the Incomplete Beta Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html index fc3140aa18..19f38f361f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html @@ -4,7 +4,7 @@ Beta - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html index b5bb1f301a..f88171accd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html @@ -4,7 +4,7 @@ Incomplete Beta Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html index f9dd9ddc18..3e3e7c6fae 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html @@ -4,7 +4,7 @@ The Incomplete Beta Function Inverses - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf.html index 19732749f4..0e11e99721 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf.html @@ -4,7 +4,7 @@ Error Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_function.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_function.html index 331463ef43..2d41758c3f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_function.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_function.html @@ -4,7 +4,7 @@ Error Function erf and complement erfc - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html index 2629e6e9ef..dde4b93ed4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html @@ -4,7 +4,7 @@ Error Function Inverses - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma.html index b3ff6c1d4a..ece4e529cb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma.html @@ -4,7 +4,7 @@ Gamma Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html index fe14f16476..569432a435 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html @@ -4,7 +4,7 @@ Digamma - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html index 9674c0fcfd..d5ca38ea64 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html @@ -4,7 +4,7 @@ Derivative of the Incomplete Gamma Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html index 4a43031b24..5522aaacdc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html @@ -4,7 +4,7 @@ Ratios of Gamma Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html index 8dd7a45ba2..7b1d6801d2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html @@ -4,7 +4,7 @@ Incomplete Gamma Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html index c8fae1649c..abda951bd5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html @@ -4,7 +4,7 @@ Incomplete Gamma Function Inverses - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html index 6934963e7c..d19124ad9a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html @@ -4,7 +4,7 @@ Log Gamma - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/polygamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/polygamma.html index f656e42e0c..3edb16329b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/polygamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/polygamma.html @@ -4,7 +4,7 @@ Polygamma - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html index ab93b2f95a..bdcdb0e4f8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html @@ -4,7 +4,7 @@ Gamma - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/trigamma.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/trigamma.html index 8c9826abcb..5e97f21508 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/trigamma.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_gamma/trigamma.html @@ -4,7 +4,7 @@ Trigamma - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_implementation.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_implementation.html index 4b21700ed7..e5839f63b6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_implementation.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_implementation.html @@ -4,7 +4,7 @@ Additional Implementation Notes - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly.html index d8c3f9bef4..a61798359e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly.html @@ -4,7 +4,7 @@ Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/cardinal_b_splines.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/cardinal_b_splines.html index dd24ed13a2..eb4dac20d1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/cardinal_b_splines.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/cardinal_b_splines.html @@ -4,7 +4,7 @@ Cardinal B-splines - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/chebyshev.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/chebyshev.html index ccf5777a4b..be6881bc51 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/chebyshev.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/chebyshev.html @@ -4,7 +4,7 @@ Chebyshev Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/gegenbauer.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/gegenbauer.html index 86e8fc13b2..8768c4e3f2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/gegenbauer.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/gegenbauer.html @@ -4,7 +4,7 @@ Gegenbauer Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/hermite.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/hermite.html index 47b377e7b2..92693bbc4c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/hermite.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/hermite.html @@ -4,7 +4,7 @@ Hermite Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/jacobi.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/jacobi.html index 1e99747508..4cf07a1efa 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/jacobi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/jacobi.html @@ -4,7 +4,7 @@ Jacobi Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html index 87ac41ad61..ce282a103e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html @@ -4,7 +4,7 @@ Laguerre (and Associated) Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre.html index e65d05fabe..65888f33e6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre.html @@ -4,7 +4,7 @@ Legendre (and Associated) Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre_stieltjes.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre_stieltjes.html index 93f8c8057d..a8643d1a3e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre_stieltjes.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/legendre_stieltjes.html @@ -4,7 +4,7 @@ Legendre-Stieltjes Polynomials - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html index 2c64bf6963..a8c6b3e68f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html @@ -4,7 +4,7 @@ Spherical Harmonics - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sign_functions.html b/third_party/boost/libs/math/doc/html/math_toolkit/sign_functions.html index 27fc4a0015..d44a7585da 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sign_functions.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sign_functions.html @@ -4,7 +4,7 @@ Sign Manipulation Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/signal_statistics.html b/third_party/boost/libs/math/doc/html/math_toolkit/signal_statistics.html index c056bdcf8c..4fa6b987ba 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/signal_statistics.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/signal_statistics.html @@ -4,7 +4,7 @@ Signal Statistics - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sinc.html b/third_party/boost/libs/math/doc/html/math_toolkit/sinc.html index a4d171359b..1e0e1bb0fb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sinc.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sinc.html @@ -4,7 +4,7 @@ Sinus Cardinal and Hyperbolic Sinus Cardinal Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html index 00dda2ee03..ab6d4fdd00 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html @@ -4,7 +4,7 @@ Sinus Cardinal and Hyperbolic Sinus Cardinal Functions Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html b/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html index 4980b0dff9..4d8981998b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html @@ -4,7 +4,7 @@ sinc_pi - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html b/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html index 2265f44d35..41e0e34453 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html @@ -4,7 +4,7 @@ sinhc_pi - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/spec.html b/third_party/boost/libs/math/doc/html/math_toolkit/spec.html index f3275dd890..54de65acb0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/spec.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/spec.html @@ -4,7 +4,7 @@ Quaternion Specializations - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/special_tut.html b/third_party/boost/libs/math/doc/html/math_toolkit/special_tut.html index ff1751e900..2e2e958df2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/special_tut.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/special_tut.html @@ -4,7 +4,7 @@ Tutorial: How to Write a New Special Function - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html b/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html index 247f4f726f..21c5c37a3e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html @@ -4,7 +4,7 @@ Implementation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html index 83b7a34a4a..b88057e3bd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html @@ -4,7 +4,7 @@ Testing - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/specified_typedefs.html b/third_party/boost/libs/math/doc/html/math_toolkit/specified_typedefs.html index edfb25b184..01fb88dfd7 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/specified_typedefs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/specified_typedefs.html @@ -4,7 +4,7 @@ Overview - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/standalone.html b/third_party/boost/libs/math/doc/html/math_toolkit/standalone.html index 8343f020b8..43137148e8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/standalone.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/standalone.html @@ -4,7 +4,7 @@ Standalone Usage - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut.html index a33861588a..3dfa96eab6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut.html @@ -4,7 +4,7 @@ Statistical Distributions Tutorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html index f759eaf010..c2b57e7b9c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html @@ -4,7 +4,7 @@ Discrete Probability Distributions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview.html index 8f4f18e397..bbde10f4a8 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview.html @@ -4,7 +4,7 @@ Overview of Statistical Distributions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html index 6934b024a2..5f1f3fd6e4 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html @@ -4,7 +4,7 @@ Complements are supported too - and when to use them - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html index cba3fb5ea9..8fd3c26d3e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html @@ -4,7 +4,7 @@ Generic operations common to all distributions are non-member functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html index 9bf59b34d9..8bd7edd3b0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html @@ -4,7 +4,7 @@ Headers and Namespaces - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html index c54074d81c..b6394bc1bf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html @@ -4,7 +4,7 @@ Distributions are Objects - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html index 4bdb61d96d..3776ae1e4a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html @@ -4,7 +4,7 @@ Parameters can be calculated - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html index 6584fa1e6f..9acc5d898f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html @@ -4,7 +4,7 @@ Summary - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/variates.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/variates.html index 9de961c928..e53c35131d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/variates.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/variates.html @@ -4,7 +4,7 @@ Random Variates and Distribution Parameters - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg.html index 0cb00efeeb..ae65e05218 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg.html @@ -4,7 +4,7 @@ Worked Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html index 07de3cc10b..10742eb644 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html @@ -4,7 +4,7 @@ Binomial Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html index 7097db8d1d..bca6b5a781 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html @@ -4,7 +4,7 @@ Calculating Confidence Limits on the Frequency of Occurrence for a Binomial Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html index 6bde03cec5..849d02f773 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html @@ -4,7 +4,7 @@ Estimating Sample Sizes for a Binomial Distribution. - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html index 4fcc8c0d14..011b9763a0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html @@ -4,7 +4,7 @@ Binomial Coin-Flipping Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html index f374b7aa81..55810e0379 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html @@ -4,7 +4,7 @@ Binomial Quiz Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html index b60a36bdef..e76d0706c1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html @@ -4,7 +4,7 @@ Using the Distributions from Within C# - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html index d79aec1585..ca94a0da1a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html @@ -4,7 +4,7 @@ Chi Squared Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html index 45bf553884..6da1e2c5f2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html @@ -4,7 +4,7 @@ Confidence Intervals on the Standard Deviation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html index 3fff12a9cb..866f3d33cb 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html @@ -4,7 +4,7 @@ Estimating the Required Sample Sizes for a Chi-Square Test for the Standard Deviation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html index bc8e7a8ba2..576368e838 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html @@ -4,7 +4,7 @@ Chi-Square Test for the Standard Deviation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html index cc999aa7dd..b576708e26 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html @@ -4,7 +4,7 @@ Distribution Construction Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html index 22c87ecad7..5fc9304fc7 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html @@ -4,7 +4,7 @@ Error Handling Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html index 0473f09486..f60a138202 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html @@ -4,7 +4,7 @@ F Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html index 99e81d9e0b..7390f77dd6 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html @@ -4,7 +4,7 @@ Find Location and Scale Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html index bc1fc24012..bd4fcba8e1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html @@ -4,7 +4,7 @@ Find Location (Mean) Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html index 6fedb676a0..abc3db975b 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html @@ -4,7 +4,7 @@ Find mean and standard deviation example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html index f3e8d89618..50a0fd162a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html @@ -4,7 +4,7 @@ Find Scale (Standard Deviation) Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html index 84d8b553d3..500f6bf70a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html @@ -4,7 +4,7 @@ Geometric Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html index 844943039f..788137d6dc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html @@ -4,7 +4,7 @@ Inverse Chi-Squared Distribution Bayes Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html index 95ef9ca135..52f9b177cd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html @@ -4,7 +4,7 @@ Comparison with C, R, FORTRAN-style Free Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html index e885624bc7..bfeafc5a50 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html @@ -4,7 +4,7 @@ Non Central Chi Squared Example - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html index 87f3e6c295..95f5fc6a76 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html @@ -4,7 +4,7 @@ Tables of the power function of the chi2 test. - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html index c7fe5ee9bd..99d58c7ec5 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html @@ -4,7 +4,7 @@ Negative Binomial Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html index 0702a68de9..5af7b44af9 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html @@ -4,7 +4,7 @@ Calculating Confidence Limits on the Frequency of Occurrence for the Negative Binomial Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html index 5b9310580c..d424dca31d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html @@ -4,7 +4,7 @@ Estimating Sample Sizes for the Negative Binomial. - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html index 81ef069ace..5f9021533f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html @@ -4,7 +4,7 @@ Negative Binomial Sales Quota Example. - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html index 5197acee92..176f14a0cf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html @@ -4,7 +4,7 @@ Negative Binomial Table Printing Example. - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html index 88154c3133..188a7a2977 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html @@ -4,7 +4,7 @@ Normal Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html index bd43e5d043..539ae54016 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html @@ -4,7 +4,7 @@ Some Miscellaneous Examples of the Normal (Gaussian) Distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html index 10d9e5dbab..253fa04287 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html @@ -4,7 +4,7 @@ Student's t Distribution Examples - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html index cda95ee3b4..545837ce2c 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html @@ -4,7 +4,7 @@ Comparing two paired samples with the Student's t distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html index acfceb18dd..53a6bf8f02 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html @@ -4,7 +4,7 @@ Calculating confidence intervals on the mean with the Students-t distribution - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html index f0ade2b036..b517d9c5a0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html @@ -4,7 +4,7 @@ Estimating how large a sample size would have to become in order to give a significant Students-t test result with a single sample test - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html index 98fdd48037..151789b574 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html @@ -4,7 +4,7 @@ Testing a sample mean for difference from a "true" mean - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html index b6c845fa0f..3b79fbcd4a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html @@ -4,7 +4,7 @@ Comparing the means of two samples with the Students-t test - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/t_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/t_test.html index e42083fa8b..dd984073ed 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/t_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/t_test.html @@ -4,7 +4,7 @@ t-tests - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/threads.html b/third_party/boost/libs/math/doc/html/math_toolkit/threads.html index 42843fddaf..5ef7cfbd45 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/threads.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/threads.html @@ -4,7 +4,7 @@ Thread Safety - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tr1_ref.html b/third_party/boost/libs/math/doc/html/math_toolkit/tr1_ref.html index 58d4d44f76..0ece2e9cdf 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tr1_ref.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tr1_ref.html @@ -4,7 +4,7 @@ TR1 C Functions Quick Reference - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tradoffs.html b/third_party/boost/libs/math/doc/html/math_toolkit/tradoffs.html index 03b5f2d49b..ef923c3d93 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tradoffs.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tradoffs.html @@ -4,7 +4,7 @@ Trading Accuracy for Performance - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/trans.html b/third_party/boost/libs/math/doc/html/math_toolkit/trans.html index 7d65970046..fa24f731af 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/trans.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/trans.html @@ -4,7 +4,7 @@ Quaternion Transcendentals - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/trapezoidal.html b/third_party/boost/libs/math/doc/html/math_toolkit/trapezoidal.html index 6e00bca9c7..d94c49684f 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/trapezoidal.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/trapezoidal.html @@ -4,7 +4,7 @@ Trapezoidal Quadrature - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tuning.html b/third_party/boost/libs/math/doc/html/math_toolkit/tuning.html index 8fb58bbc84..5d76e2bba0 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tuning.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tuning.html @@ -4,7 +4,7 @@ Performance Tuning Macros - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial.html b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial.html index e0d9c2a733..64dc15bdaa 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial.html @@ -4,7 +4,7 @@ Tutorial - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/non_templ.html b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/non_templ.html index b4cf725c3e..aaf075dcb1 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/non_templ.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/non_templ.html @@ -4,7 +4,7 @@ Use in non-template code - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/templ.html b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/templ.html index 2ca1243275..53cf4e9296 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/templ.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/templ.html @@ -4,7 +4,7 @@ Use in template code - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/user_def.html b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/user_def.html index 9f7483df27..9d4a4402cc 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/user_def.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/tutorial/user_def.html @@ -4,7 +4,7 @@ Use With User-Defined Types - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/ulps_plots.html b/third_party/boost/libs/math/doc/html/math_toolkit/ulps_plots.html index 89f7b6270f..f148160404 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/ulps_plots.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/ulps_plots.html @@ -4,7 +4,7 @@ ULPs Plots - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/univariate_statistics.html b/third_party/boost/libs/math/doc/html/math_toolkit/univariate_statistics.html index 2f9f752924..c309f99c7e 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/univariate_statistics.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/univariate_statistics.html @@ -4,7 +4,7 @@ Univariate Statistics - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/value_op.html b/third_party/boost/libs/math/doc/html/math_toolkit/value_op.html index ab28704bc7..cf4b6dc283 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/value_op.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/value_op.html @@ -4,7 +4,7 @@ Quaternion Value Operations - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/vector_barycentric.html b/third_party/boost/libs/math/doc/html/math_toolkit/vector_barycentric.html index f7d9fe124e..3a7c3de9fd 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/vector_barycentric.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/vector_barycentric.html @@ -4,7 +4,7 @@ Vector-valued Barycentric Rational Interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/wavelet_transforms.html b/third_party/boost/libs/math/doc/html/math_toolkit/wavelet_transforms.html index 1f858c6ab8..55e83a770a 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/wavelet_transforms.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/wavelet_transforms.html @@ -4,7 +4,7 @@ Wavelet Transforms - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/whittaker_shannon.html b/third_party/boost/libs/math/doc/html/math_toolkit/whittaker_shannon.html index a4c81bfab9..242ee4306d 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/whittaker_shannon.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/whittaker_shannon.html @@ -4,7 +4,7 @@ Whittaker-Shannon interpolation - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/z_test.html b/third_party/boost/libs/math/doc/html/math_toolkit/z_test.html index c22d070d6e..bbda367fae 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/z_test.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/z_test.html @@ -4,7 +4,7 @@ z-tests - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/zetas.html b/third_party/boost/libs/math/doc/html/math_toolkit/zetas.html index 3784cb60c3..f38d0e8cec 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/zetas.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/zetas.html @@ -4,7 +4,7 @@ Zeta Functions - + diff --git a/third_party/boost/libs/math/doc/html/math_toolkit/zetas/zeta.html b/third_party/boost/libs/math/doc/html/math_toolkit/zetas/zeta.html index 88297a7e39..4a517596c2 100644 --- a/third_party/boost/libs/math/doc/html/math_toolkit/zetas/zeta.html +++ b/third_party/boost/libs/math/doc/html/math_toolkit/zetas/zeta.html @@ -4,7 +4,7 @@ Riemann Zeta Function - + diff --git a/third_party/boost/libs/math/doc/html/octonions.html b/third_party/boost/libs/math/doc/html/octonions.html index f6120887d5..acb41c9d74 100644 --- a/third_party/boost/libs/math/doc/html/octonions.html +++ b/third_party/boost/libs/math/doc/html/octonions.html @@ -4,8 +4,8 @@ Chapter 18. Octonions - - + + diff --git a/third_party/boost/libs/math/doc/html/optimization.html b/third_party/boost/libs/math/doc/html/optimization.html index 6e26a7544c..b4ab502bd4 100644 --- a/third_party/boost/libs/math/doc/html/optimization.html +++ b/third_party/boost/libs/math/doc/html/optimization.html @@ -4,8 +4,8 @@ Chapter 11. Optimization - - + + diff --git a/third_party/boost/libs/math/doc/html/overview.html b/third_party/boost/libs/math/doc/html/overview.html index 22577ad696..2fe65ad1b5 100644 --- a/third_party/boost/libs/math/doc/html/overview.html +++ b/third_party/boost/libs/math/doc/html/overview.html @@ -4,9 +4,9 @@ Chapter 1. Overview - - - + + + diff --git a/third_party/boost/libs/math/doc/html/perf.html b/third_party/boost/libs/math/doc/html/perf.html index 7708ff69f5..7b6abe893e 100644 --- a/third_party/boost/libs/math/doc/html/perf.html +++ b/third_party/boost/libs/math/doc/html/perf.html @@ -4,8 +4,8 @@ Chapter 23. Performance - - + + diff --git a/third_party/boost/libs/math/doc/html/policy.html b/third_party/boost/libs/math/doc/html/policy.html index 7289958af4..e4ee830b81 100644 --- a/third_party/boost/libs/math/doc/html/policy.html +++ b/third_party/boost/libs/math/doc/html/policy.html @@ -4,8 +4,8 @@ Chapter 22. Policies: Controlling Precision, Error Handling etc - - + + diff --git a/third_party/boost/libs/math/doc/html/poly.html b/third_party/boost/libs/math/doc/html/poly.html index 2141dc792c..65fb08f74b 100644 --- a/third_party/boost/libs/math/doc/html/poly.html +++ b/third_party/boost/libs/math/doc/html/poly.html @@ -4,8 +4,8 @@ Chapter 12. Polynomials and Rational Functions - - + + diff --git a/third_party/boost/libs/math/doc/html/quadrature.html b/third_party/boost/libs/math/doc/html/quadrature.html index 6a9cb1c301..10a1e895ff 100644 --- a/third_party/boost/libs/math/doc/html/quadrature.html +++ b/third_party/boost/libs/math/doc/html/quadrature.html @@ -4,8 +4,8 @@ Chapter 14. Quadrature and Differentiation - - + + diff --git a/third_party/boost/libs/math/doc/html/quaternions.html b/third_party/boost/libs/math/doc/html/quaternions.html index c9e40a82f4..c522167816 100644 --- a/third_party/boost/libs/math/doc/html/quaternions.html +++ b/third_party/boost/libs/math/doc/html/quaternions.html @@ -4,8 +4,8 @@ Chapter 17. Quaternions - - + + diff --git a/third_party/boost/libs/math/doc/html/root_finding.html b/third_party/boost/libs/math/doc/html/root_finding.html index a83d71964b..b5c76f8fba 100644 --- a/third_party/boost/libs/math/doc/html/root_finding.html +++ b/third_party/boost/libs/math/doc/html/root_finding.html @@ -4,8 +4,8 @@ Chapter 10. Root Finding & Minimization Algorithms - - + + diff --git a/third_party/boost/libs/math/doc/html/special.html b/third_party/boost/libs/math/doc/html/special.html index 3839c9a556..d4a2388980 100644 --- a/third_party/boost/libs/math/doc/html/special.html +++ b/third_party/boost/libs/math/doc/html/special.html @@ -4,8 +4,8 @@ Chapter 8. Special Functions - - + + diff --git a/third_party/boost/libs/math/doc/html/statistics.html b/third_party/boost/libs/math/doc/html/statistics.html index b58f82958d..4587fdcc9e 100644 --- a/third_party/boost/libs/math/doc/html/statistics.html +++ b/third_party/boost/libs/math/doc/html/statistics.html @@ -4,8 +4,8 @@ Chapter 6. Statistics - - + + diff --git a/third_party/boost/libs/math/doc/html/status.html b/third_party/boost/libs/math/doc/html/status.html index 835bad577a..7df20600cd 100644 --- a/third_party/boost/libs/math/doc/html/status.html +++ b/third_party/boost/libs/math/doc/html/status.html @@ -4,8 +4,8 @@ Chapter 25. Library Status - - + + diff --git a/third_party/boost/libs/math/doc/html/using_udt.html b/third_party/boost/libs/math/doc/html/using_udt.html index d7916c27f9..23f10a352a 100644 --- a/third_party/boost/libs/math/doc/html/using_udt.html +++ b/third_party/boost/libs/math/doc/html/using_udt.html @@ -4,8 +4,8 @@ Chapter 21. Use with User-Defined Floating-Point Types - Boost.Multiprecision and others - - + + diff --git a/third_party/boost/libs/math/doc/html/utils.html b/third_party/boost/libs/math/doc/html/utils.html index b90afa7faa..1f860241c2 100644 --- a/third_party/boost/libs/math/doc/html/utils.html +++ b/third_party/boost/libs/math/doc/html/utils.html @@ -4,8 +4,8 @@ Chapter 2. Floating Point Utilities - - + + diff --git a/third_party/boost/libs/math/doc/html/vector_functionals.html b/third_party/boost/libs/math/doc/html/vector_functionals.html index d223465d59..877256f5f5 100644 --- a/third_party/boost/libs/math/doc/html/vector_functionals.html +++ b/third_party/boost/libs/math/doc/html/vector_functionals.html @@ -4,8 +4,8 @@ Chapter 7. Vector Functionals - Norms - - + + diff --git a/third_party/boost/libs/math/doc/math.qbk b/third_party/boost/libs/math/doc/math.qbk index 30bc533398..4b8804dbbb 100644 --- a/third_party/boost/libs/math/doc/math.qbk +++ b/third_party/boost/libs/math/doc/math.qbk @@ -9,7 +9,7 @@ ] [authors [Agrawal, Nikhar], [Bikineev, Anton], [Borland, Matthew], [Bristow, Paul A.], [Holin, Hubert], [Guazzone, Marco], [Kormanyos, Christopher], [Lalande, Bruno], [Maddock, John], [Miller, Evan], [Murphy, Jeremy W.], [Pulver, Matthew], [Råde, Johan], [Sobotta, Benjamin], [Sewani, Gautam], [Thompson, Nicholas], [van den Berg, Thijs], [Walker, Daryle], [Zhang, Xiaogang]] [/last-revision $Date$] - [version 4.2.0] + [version 4.2.1] ] [template mathpart[id title] diff --git a/third_party/boost/libs/math/doc/overview/roadmap.qbk b/third_party/boost/libs/math/doc/overview/roadmap.qbk index f217c815bc..4f356ea5e4 100644 --- a/third_party/boost/libs/math/doc/overview/roadmap.qbk +++ b/third_party/boost/libs/math/doc/overview/roadmap.qbk @@ -8,6 +8,16 @@ All old bug reports including closed ones can be viewed on Trac Recent issues on GitHub [@https://github.com/boostorg/math/issues?utf8=%E2%9C%93&q=is%3Aissue here]. +[h4 Math-4.2.1 (Boost-1.86)] + +* Correct Bessel function results at infinity, see [@https://github.com/boostorg/math/issues/1143 1143]. +* Improve Non Central T numerical stability, see [@https://github.com/scipy/scipy/issues/20693 scipy20693]. +* Correct `float_next`/`float_prior` behaviour at infinity. +* Prevent spurious underflow in non-central beta, see [@https://github.com/scipy/scipy/issues/20693 scipy20693]. +* Add improvement to Heuman Lambda precision. +* Improve Skew Normal root finding, see [@https://github.com/boostorg/math/issues/1120 1120]. +* Lots of minor fixes and improved code coverage. + [h4 Math-4.2.0 (Boost-1.85)] * Add support for [link math_toolkit.jso Single objective real-parameter optimization: Algorithm jSO]. diff --git a/third_party/boost/libs/multiprecision/.github/workflows/codecov.yml b/third_party/boost/libs/multiprecision/.github/workflows/codecov.yml index 77adb985e0..ddf2bcb56f 100644 --- a/third_party/boost/libs/multiprecision/.github/workflows/codecov.yml +++ b/third_party/boost/libs/multiprecision/.github/workflows/codecov.yml @@ -28,6 +28,7 @@ env: B2_LINK: shared,static LCOV_BRANCH_COVERAGE: 0 CODECOV_NAME: Github Actions + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: posix: diff --git a/third_party/boost/libs/multiprecision/README.md b/third_party/boost/libs/multiprecision/README.md index dbc29eac1b..2c0882963b 100644 --- a/third_party/boost/libs/multiprecision/README.md +++ b/third_party/boost/libs/multiprecision/README.md @@ -1,8 +1,6 @@ Boost Multiprecision Library ============================ ->ANNOUNCEMENT: This library requires a compliant C++14 compiler. - | | Master | Develop | |------------------|----------|-------------| | Drone | [![Build Status](https://drone.cpp.al/api/badges/boostorg/multiprecision/status.svg?ref=refs/heads/master)](https://drone.cpp.al/boostorg/multiprecision) | [![Build Status](https://drone.cpp.al/api/badges/boostorg/multiprecision/status.svg)](https://drone.cpp.al/boostorg/multiprecision) | @@ -10,27 +8,35 @@ Boost Multiprecision Library | Codecov | [![codecov](https://codecov.io/gh/boostorg/multiprecision/branch/master/graph/badge.svg)](https://codecov.io/gh/boostorg/multiprecision/branch/master) | [![codecov](https://codecov.io/gh/boostorg/multiprecision/branch/develop/graph/badge.svg)](https://codecov.io/gh/boostorg/multiprecision/branch/develop) | -The Multiprecision Library provides integer, rational, floating-point, complex and interval number types in C++ that have more range and -precision than C++'s ordinary built-in types. The big number types in Multiprecision can be used with a wide selection of basic -mathematical operations, elementary transcendental functions as well as the functions in Boost.Math. The Multiprecision types can -also interoperate with the built-in types in C++ using clearly defined conversion rules. This allows Boost.Multiprecision to be +`Boost.Multiprecision` is a C++ library that provides integer, rational, floating-point, complex and interval number types +having more range and precision than the language's ordinary built-in types. + +Language adherence: + - `Boost.Multiprecision` requires a compliant C++14 compiler. + - It is compatible with C++14, 17, 20, 23 and beyond. + +The big number types in `Boost.Multiprecision` can be used with a wide selection of basic +mathematical operations, elementary transcendental functions as well as the functions in Boost.Math. The Multiprecision types can +also interoperate with the built-in types in C++ using clearly defined conversion rules. This allows `Boost.Multiprecision` to be used for all kinds of mathematical calculations involving integer, rational and floating-point types requiring extended range and precision. -Multiprecision consists of a generic interface to the mathematics of large numbers as well as a selection of big number back ends, with -support for integer, rational and floating-point types. Boost.Multiprecision provides a selection of back ends provided off-the-rack in -including interfaces to GMP, MPFR, MPIR, TomMath as well as its own collection of Boost-licensed, header-only back ends for integers, -rationals, floats and complex. In addition, user-defined back ends can be created and used with the interface of Multiprecision, provided the class implementation adheres to the necessary concepts. +Multiprecision consists of a generic interface to the mathematics of large numbers as well as a selection of big number back ends, with +support for integer, rational and floating-point types. `Boost.Multiprecision` provides a selection of back ends provided off-the-rack in +including interfaces to GMP, MPFR, MPIR, TomMath as well as its own collection of Boost-licensed, header-only back ends for integers, +rationals, floats and complex. In addition, user-defined back ends can be created and used with the interface of Multiprecision, +provided the class implementation adheres to the necessary concepts. -Depending upon the number type, precision may be arbitrarily large (limited only by available memory), fixed at compile time -(for example 50 or 100 decimal digits), or a variable controlled at run-time by member functions. The types are expression-template-enabled -for better performance than naive user-defined types. +Depending upon the number type, precision may be arbitrarily large (limited only by available memory), fixed at compile time +(for example $50$ or $100$ decimal digits), or a variable controlled at run-time by member functions. +The types are expression-template-enabled by default. This usually provides better performance than naive user-defined types. +If not needed, expression templates can be disabled when configuring the `number` type with its backend. The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/multiprecision/index.html). ## Using Multiprecision ##

- +

@@ -42,9 +48,10 @@ $$\sqrt{\pi} = \Gamma \left( \frac{1}{2} \right)~{\approx}~1.7724538509055160272 where we also observe that Multiprecision can seemlesly interoperate with [Boost.Math](https://github.com/boostorg/math). -``` +```cpp #include #include +#include #include #include @@ -55,20 +62,30 @@ auto main() -> int const big_float_type sqrt_pi { sqrt(boost::math::constants::pi()) }; - const big_float_type one_half { big_float_type(1) / 2 }; + const big_float_type half { big_float_type(1) / 2 }; + + const big_float_type gamma_half { boost::math::tgamma(half) }; + + std::stringstream strm { }; - const big_float_type gamma_half { boost::math::tgamma(one_half) }; + strm << std::setprecision(std::numeric_limits::digits10) << "sqrt_pi : " << sqrt_pi << '\n'; + strm << std::setprecision(std::numeric_limits::digits10) << "gamma_half: " << gamma_half; - std::cout << std::setprecision(std::numeric_limits::digits10) << "sqrt_pi : " << sqrt_pi << std::endl; - std::cout << std::setprecision(std::numeric_limits::digits10) << "gamma_half: " << gamma_half << std::endl; + std::cout << strm.str() << std::endl; } ``` ## Standalone ## -Defining BOOST_MP_STANDALONE allows Boost.Multiprecision to be used with the only dependency being [Boost.Config](https://github.com/boostorg/config). Our [package on this page](https://github.com/boostorg/multiprecision/releases) -already includes a copy of Boost.Config so no other downloads are required. Some functionality is reduced in this mode. A static_assert message will alert you if a particular feature has been disabled by standalone mode. -[Boost.Math](https://github.com/boostorg/math) standalone mode is compatiable, and recommended if special functions are required for the floating point types. +Defining `BOOST_MP_STANDALONE` allows `Boost.Multiprecision` +to be used with the only dependency being [Boost.Config](https://github.com/boostorg/config). + +Our [package on this page](https://github.com/boostorg/multiprecision/releases) +already includes a copy of Boost.Config so no other downloads are required. +Some functionality is reduced in this mode. +A static_assert message will alert you if a particular feature has been disabled by standalone mode. +[Boost.Math](https://github.com/boostorg/math) standalone mode is compatiable, +and recommended if special functions are required for the floating point types. ## Support, bugs and feature requests ## @@ -78,26 +95,34 @@ Bugs and feature requests can be reported through the [Gitub issue tracker](http You can submit your changes through a [pull request](https://github.com/boostorg/multiprecision/pulls). -There is no mailing-list specific to Boost Multiprecision, although you can use the general-purpose Boost [mailing-list](http://lists.boost.org/mailman/listinfo.cgi/boost-users) using the tag [multiprecision]. +There is no mailing-list specific to `Boost Multiprecision`, +although you can use the general-purpose Boost [mailing-list](http://lists.boost.org/mailman/listinfo.cgi/boost-users) +using the tag [multiprecision]. ## Development ## -Clone the whole boost project, which includes the individual Boost projects as submodules ([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)): +Clone the whole boost project, which includes the individual Boost projects as submodules +([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)): - git clone https://github.com/boostorg/boost - cd boost - git submodule update --init +```sh + git clone https://github.com/boostorg/boost + cd boost + git submodule update --init +``` -The Boost Multiprecision Library is located in `libs/multiprecision/`. +The Boost Multiprecision Library is located in `libs/multiprecision/`. ### Running tests ### -First, build the B2 engine by running `bootstrap.sh` in the root of the boost directory. This will generate B2 configuration in `project-config.jam`. - - ./bootstrap.sh +First, build the `b2` engine by running `bootstrap.sh` in the root of the boost directory. This will generate `b2` configuration in `project-config.jam`. -Now make sure you are in `libs/multiprecision/test`. You can either run all the tests listed in `Jamfile.v2` or run a single test: +```sh + ./bootstrap.sh +``` - ../../../b2 <- run all tests - ../../../b2 test_complex <- single test +Now make sure you are in `libs/multiprecision/test`. You can either run all the tests listed in `Jamfile.v2` or run a single test: +```sh + ../../../b2 <- run all tests + ../../../b2 test_complex <- single test +``` diff --git a/third_party/boost/libs/multiprecision/include/boost/multiprecision/cpp_bin_float.hpp b/third_party/boost/libs/multiprecision/include/boost/multiprecision/cpp_bin_float.hpp index cc0ff46890..4d873b4bea 100644 --- a/third_party/boost/libs/multiprecision/include/boost/multiprecision/cpp_bin_float.hpp +++ b/third_party/boost/libs/multiprecision/include/boost/multiprecision/cpp_bin_float.hpp @@ -37,7 +37,10 @@ #endif #ifdef BOOST_HAS_FLOAT128 -#include +# if __has_include() +# include +# define BOOST_MP_HAS_FLOAT128_SUPPORT +# endif #endif namespace boost { @@ -66,7 +69,7 @@ template struct is_cpp_bin_float_implicitly_constructible_from_type { static constexpr bool value = (std::numeric_limits::digits <= static_cast(bit_count)) && (std::numeric_limits::radix == 2) && std::numeric_limits::is_specialized -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT && !std::is_same::value #endif && (std::is_floating_point::value || is_number::value); @@ -82,7 +85,7 @@ template struct is_cpp_bin_float_explicitly_constructible_from_type { static constexpr bool value = (std::numeric_limits::digits > static_cast(bit_count)) && (std::numeric_limits::radix == 2) && std::numeric_limits::is_specialized -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT && !std::is_same::value #endif ; @@ -167,7 +170,7 @@ class cpp_bin_float { this->assign_float(f); } -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT template cpp_bin_float(const Float& f, typename std::enable_if< @@ -277,7 +280,7 @@ class cpp_bin_float } return *this; } -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT template typename std::enable_if< (number_category::value == number_kind_floating_point) @@ -298,7 +301,7 @@ class cpp_bin_float return assign_float(f); } -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT template typename std::enable_if::value && (std::numeric_limits::digits > Digits), cpp_bin_float&>::type assign_float(Float f) { @@ -371,7 +374,7 @@ class cpp_bin_float return *this; } #endif -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT template typename std::enable_if::value && !std::is_same::value && (std::numeric_limits::digits > Digits), cpp_bin_float&>::type assign_float(Float f) #else @@ -382,7 +385,7 @@ class cpp_bin_float cpp_bin_float::digits, DigitBase, Allocator, Exponent, MinExponent, MaxExponent> bf(f); return *this = bf; } -#ifdef BOOST_HAS_FLOAT128 +#ifdef BOOST_MP_HAS_FLOAT128_SUPPORT template typename std::enable_if::value && !std::is_same::value && (std::numeric_limits::digits <= Digits), cpp_bin_float&>::type assign_float(Float f) #else diff --git a/third_party/boost/libs/outcome/doc/html/credits.html b/third_party/boost/libs/outcome/doc/html/credits.html index a3944b37c1..1094003fe7 100644 --- a/third_party/boost/libs/outcome/doc/html/credits.html +++ b/third_party/boost/libs/outcome/doc/html/credits.html @@ -41,7 +41,7 @@

github contributors

- 1495 commits + 1500 commits
diff --git a/third_party/boost/libs/outcome/include/boost/outcome/outcome_gdb.h b/third_party/boost/libs/outcome/include/boost/outcome/outcome_gdb.h index 36e6faeac2..f8ac42436a 100644 --- a/third_party/boost/libs/outcome/include/boost/outcome/outcome_gdb.h +++ b/third_party/boost/libs/outcome/include/boost/outcome/outcome_gdb.h @@ -33,6 +33,10 @@ DEALINGS IN THE SOFTWARE. #ifndef BOOST_OUTCOME_DISABLE_INLINE_GDB_PRETTY_PRINTERS #if defined(__ELF__) +#ifdef __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Woverlength-strings" +#endif __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" ".byte 4 /* Python Text */\n" ".ascii \"gdb.inlined-script\\n\"\n" @@ -155,6 +159,9 @@ __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" ".byte 0\n" ".popsection\n"); +#ifdef __clang__ +#pragma clang diagnostic pop +#endif #endif #endif diff --git a/third_party/boost/libs/parameter/appveyor.yml b/third_party/boost/libs/parameter/appveyor.yml index e7d44c7d0c..0fa36352c9 100644 --- a/third_party/boost/libs/parameter/appveyor.yml +++ b/third_party/boost/libs/parameter/appveyor.yml @@ -33,9 +33,6 @@ environment: - ARGS: toolset=gcc address-model=64 cxxstd=11,14,1z PATH: C:\cygwin64\bin;%PATH% APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - - ARGS: toolset=gcc address-model=32 cxxstd=11 linkflags=-Wl,-allow-multiple-definition - PATH: C:\MinGW\bin;%PATH% - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - ARGS: toolset=gcc address-model=32 cxxstd=11,14 PATH: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH% APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 diff --git a/third_party/boost/libs/process/CMakeLists.txt b/third_party/boost/libs/process/CMakeLists.txt index c009f2f662..be4cba054f 100644 --- a/third_party/boost/libs/process/CMakeLists.txt +++ b/third_party/boost/libs/process/CMakeLists.txt @@ -57,7 +57,7 @@ else() endif() if (WIN32) - target_link_libraries(boost_process PUBLIC ntdll shell32 Advapi32 user32) + target_link_libraries(boost_process PUBLIC ntdll shell32 advapi32 user32) endif() if(BUILD_SHARED_LIBS) diff --git a/third_party/boost/libs/process/src/detail/utf8.cpp b/third_party/boost/libs/process/src/detail/utf8.cpp index a70fd1cc24..f13a0b6d1b 100644 --- a/third_party/boost/libs/process/src/detail/utf8.cpp +++ b/third_party/boost/libs/process/src/detail/utf8.cpp @@ -9,7 +9,7 @@ #include #if defined(BOOST_PROCESS_V2_WINDOWS) -#include +#include #endif BOOST_PROCESS_V2_BEGIN_NAMESPACE diff --git a/third_party/boost/libs/qvm/.github/workflows/ci.yml b/third_party/boost/libs/qvm/.github/workflows/ci.yml index e414b8e912..dc97a8f1d1 100644 --- a/third_party/boost/libs/qvm/.github/workflows/ci.yml +++ b/third_party/boost/libs/qvm/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: address-model: 32,64 - toolset: gcc-11 cxxstd: "03,11,14,17,20" - os: ubuntu-20.04 + os: ubuntu-22.04 install: g++-11-multilib address-model: 32,64 - toolset: gcc-12 @@ -72,6 +72,12 @@ jobs: container: ubuntu:23.04 install: g++-13-multilib address-model: 32,64 + - toolset: gcc-14 + cxxstd: "03,11,14,17,20,2b" + os: ubuntu-latest + container: ubuntu:24.04 + install: g++-14-multilib + address-model: 32,64 - toolset: clang compiler: clang++-3.9 cxxstd: "03,11,14" @@ -143,18 +149,30 @@ jobs: - toolset: clang compiler: clang++-16 cxxstd: "03,11,14,17,20,2b" - os: ubuntu-latest container: ubuntu:23.04 + os: ubuntu-latest install: clang-16 - toolset: clang - cxxstd: "03,11,14,17,2a" - os: macos-11 + compiler: clang++-17 + cxxstd: "03,11,14,17,20,2b" + container: ubuntu:23.10 + os: ubuntu-latest + install: clang-17 + - toolset: clang + compiler: clang++-18 + cxxstd: "03,11,14,17,20,2b" + container: ubuntu:24.04 + os: ubuntu-latest + install: clang-18 - toolset: clang cxxstd: "03,11,14,17,20,2b" os: macos-12 - toolset: clang cxxstd: "03,11,14,17,20,2b" os: macos-13 + - toolset: clang + cxxstd: "03,11,14,17,20,2b" + os: macos-14 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -164,6 +182,10 @@ jobs: shell: bash steps: + - name: Enable Node 16 + run: | + echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV + - uses: actions/checkout@v3 - name: Setup container environment @@ -245,7 +267,7 @@ jobs: runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Boost shell: cmd diff --git a/third_party/boost/libs/qvm/.github/workflows/gh-pages.yml b/third_party/boost/libs/qvm/.github/workflows/gh-pages.yml index c58fcffae2..5af6d447b8 100644 --- a/third_party/boost/libs/qvm/.github/workflows/gh-pages.yml +++ b/third_party/boost/libs/qvm/.github/workflows/gh-pages.yml @@ -4,12 +4,13 @@ on: push: branches: - master + - feature/gha_fixes jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install packages run: | @@ -24,6 +25,7 @@ jobs: cd boost-root cp -r $GITHUB_WORKSPACE/* libs/qvm git submodule update --init tools/build + git submodule update --init tools/boost_install git submodule update --init libs/config ./bootstrap.sh @@ -44,8 +46,8 @@ jobs: python gen/generate_single_header.py -i include/boost/qvm_lite.hpp -p include -o doc/html/qvm_lite.hpp boost/qvm --hash "$REF" - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@4.0.0 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: ../boost-root/libs/qvm/doc/html + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: ../boost-root/libs/qvm/doc/html diff --git a/third_party/boost/libs/qvm/doc/Jamfile b/third_party/boost/libs/qvm/doc/Jamfile index 5c8d103d14..d8ece408dd 100644 --- a/third_party/boost/libs/qvm/doc/Jamfile +++ b/third_party/boost/libs/qvm/doc/Jamfile @@ -6,7 +6,7 @@ # http://www.boost.org/LICENSE_1_0.txt) project doc/qvm ; -import asciidoctor ; +using asciidoctor ; html index.html : qvm.adoc : stylesheet=zajo-dark.css linkcss ; install html_ : index.html skin.png zajo-dark.css zajo-light.css rouge-github.css : html ;