From 689939379c0f8fb53ec25d239ab98a55fd90edb7 Mon Sep 17 00:00:00 2001 From: Tzvetan Mikov Date: Thu, 5 Dec 2024 16:11:42 -0800 Subject: [PATCH] Complete rename of Boost to Hoost (#1574) Summary: Pull Request resolved: https://github.com/facebook/hermes/pull/1574 Change the include paths from `boost/` to `hoost/`. Reviewed By: avp Differential Revision: D66799413 --- external/boost/README.md | 1 + .../config/detail/select_compiler_config.hpp | 157 ------------------ .../config/detail/select_platform_config.hpp | 147 ---------------- .../boost_1_86_0/{boost => hoost}/assert.hpp | 6 +- .../boost_1_86_0/{boost => hoost}/config.hpp | 16 +- .../config/abi/borland_prefix.hpp | 0 .../config/abi/borland_suffix.hpp | 0 .../config/abi/msvc_prefix.hpp | 0 .../config/abi/msvc_suffix.hpp | 0 .../{boost => hoost}/config/abi_prefix.hpp | 7 +- .../{boost => hoost}/config/abi_suffix.hpp | 6 +- .../{boost => hoost}/config/assert_cxx03.hpp | 6 +- .../{boost => hoost}/config/assert_cxx11.hpp | 8 +- .../{boost => hoost}/config/assert_cxx14.hpp | 8 +- .../{boost => hoost}/config/assert_cxx17.hpp | 8 +- .../{boost => hoost}/config/assert_cxx20.hpp | 8 +- .../{boost => hoost}/config/assert_cxx23.hpp | 8 +- .../{boost => hoost}/config/assert_cxx98.hpp | 8 +- .../{boost => hoost}/config/auto_link.hpp | 8 +- .../config/compiler/borland.hpp | 4 +- .../config/compiler/clang.hpp | 6 +- .../config/compiler/clang_version.hpp | 0 .../config/compiler/codegear.hpp | 4 +- .../config/compiler/comeau.hpp | 22 +-- .../config/compiler/common_edg.hpp | 0 .../config/compiler/compaq_cxx.hpp | 11 +- .../{boost => hoost}/config/compiler/cray.hpp | 18 +- .../{boost => hoost}/config/compiler/diab.hpp | 4 +- .../config/compiler/digitalmars.hpp | 0 .../{boost => hoost}/config/compiler/gcc.hpp | 9 +- .../config/compiler/gcc_xml.hpp | 0 .../config/compiler/greenhills.hpp | 10 +- .../config/compiler/hp_acc.hpp | 2 +- .../config/compiler/intel.hpp | 13 +- .../{boost => hoost}/config/compiler/kai.hpp | 15 +- .../config/compiler/metrowerks.hpp | 0 .../{boost => hoost}/config/compiler/mpw.hpp | 0 .../{boost => hoost}/config/compiler/nvcc.hpp | 8 +- .../config/compiler/pathscale.hpp | 12 +- .../{boost => hoost}/config/compiler/pgi.hpp | 2 +- .../config/compiler/sgi_mipspro.hpp | 10 +- .../config/compiler/sunpro_cc.hpp | 4 +- .../config/compiler/vacpp.hpp | 0 .../config/compiler/visualc.hpp | 16 +- .../config/compiler/xlcpp.hpp | 0 .../config/compiler/xlcpp_zos.hpp | 0 .../config/detail/cxx_composite.hpp | 0 .../config/detail/posix_features.hpp | 0 .../config/detail/select_compiler_config.hpp | 156 +++++++++++++++++ .../config/detail/select_platform_config.hpp | 146 ++++++++++++++++ .../config/detail/select_stdlib_config.hpp | 61 ++++--- .../{boost => hoost}/config/detail/suffix.hpp | 10 +- .../config/header_deprecated.hpp | 2 +- .../{boost => hoost}/config/helper_macros.hpp | 0 .../{boost => hoost}/config/platform/aix.hpp | 14 +- .../config/platform/amigaos.hpp | 0 .../{boost => hoost}/config/platform/beos.hpp | 11 +- .../{boost => hoost}/config/platform/bsd.hpp | 14 +- .../config/platform/cloudabi.hpp | 0 .../{boost => hoost}/config/platform/cray.hpp | 5 +- .../config/platform/cygwin.hpp | 12 +- .../config/platform/haiku.hpp | 2 +- .../{boost => hoost}/config/platform/hpux.hpp | 19 +-- .../{boost => hoost}/config/platform/irix.hpp | 15 +- .../config/platform/linux.hpp | 14 +- .../config/platform/macos.hpp | 19 +-- .../config/platform/qnxnto.hpp | 13 +- .../config/platform/solaris.hpp | 18 +- .../config/platform/symbian.hpp | 14 +- .../{boost => hoost}/config/platform/vms.hpp | 0 .../config/platform/vxworks.hpp | 55 +++--- .../{boost => hoost}/config/platform/wasm.hpp | 2 +- .../config/platform/win32.hpp | 14 +- .../{boost => hoost}/config/platform/zos.hpp | 0 .../config/pragma_message.hpp | 2 +- .../config/requires_threads.hpp | 8 +- .../config/stdlib/dinkumware.hpp | 18 +- .../config/stdlib/libcomo.hpp | 12 +- .../{boost => hoost}/config/stdlib/libcpp.hpp | 0 .../config/stdlib/libstdcpp3.hpp | 12 +- .../{boost => hoost}/config/stdlib/modena.hpp | 13 +- .../{boost => hoost}/config/stdlib/msl.hpp | 12 +- .../config/stdlib/roguewave.hpp | 16 +- .../{boost => hoost}/config/stdlib/sgi.hpp | 14 +- .../config/stdlib/stlport.hpp | 0 .../{boost => hoost}/config/stdlib/vacpp.hpp | 0 .../config/stdlib/xlcpp_zos.hpp | 0 .../{boost => hoost}/config/user.hpp | 82 ++++----- .../config/warning_disable.hpp | 0 .../{boost => hoost}/config/workaround.hpp | 2 +- .../{boost => hoost}/context/detail/apply.hpp | 12 +- .../context/detail/config.hpp | 8 +- .../context/detail/disable_overload.hpp | 4 +- .../context/detail/exception.hpp | 6 +- .../context/detail/exchange.hpp | 2 +- .../context/detail/externc.hpp | 4 +- .../context/detail/fcontext.hpp | 6 +- .../context/detail/index_sequence.hpp | 6 +- .../context/detail/invoke.hpp | 6 +- .../context/detail/prefetch.hpp | 6 +- .../{boost => hoost}/context/detail/tuple.hpp | 6 +- .../{boost => hoost}/context/fiber.hpp | 6 +- .../context/fiber_fcontext.hpp | 28 ++-- .../context/fiber_ucontext.hpp | 36 ++-- .../{boost => hoost}/context/fiber_winfib.hpp | 34 ++-- .../context/fixedsize_stack.hpp | 10 +- .../{boost => hoost}/context/flags.hpp | 2 +- .../posix/protected_fixedsize_stack.hpp | 12 +- .../context/posix/segmented_stack.hpp | 8 +- .../{boost => hoost}/context/preallocated.hpp | 4 +- .../context/protected_fixedsize_stack.hpp | 6 +- .../context/segmented_stack.hpp | 4 +- .../context/stack_context.hpp | 4 +- .../{boost => hoost}/context/stack_traits.hpp | 4 +- .../windows/protected_fixedsize_stack.hpp | 12 +- .../{boost => hoost}/core/ignore_unused.hpp | 2 +- .../boost_1_86_0/{boost => hoost}/cstdint.hpp | 36 ++-- .../{boost => hoost}/detail/workaround.hpp | 2 +- .../context/src/asm/tail_ontop_ppc32_sysv.cpp | 2 +- .../libs/context/src/continuation.cpp | 6 +- .../boost_1_86_0/libs/context/src/fiber.cpp | 6 +- .../libs/context/src/posix/stack_traits.cpp | 6 +- .../libs/context/src/windows/stack_traits.cpp | 8 +- .../boost_1_86_0/libs/context/test/Jamfile.v2 | 4 +- .../libs/context/test/is_libstdcxx.cpp | 2 +- .../libs/context/test/test_apply.cpp | 8 +- .../libs/context/test/test_callcc.cpp | 20 +-- .../libs/context/test/test_fcontext.cpp | 12 +- .../libs/context/test/test_fiber.cpp | 18 +- .../libs/context/test/test_invoke.cpp | 10 +- lib/Support/StackExecutor.cpp | 4 +- 131 files changed, 850 insertions(+), 911 deletions(-) delete mode 100644 external/boost/boost_1_86_0/boost/config/detail/select_compiler_config.hpp delete mode 100644 external/boost/boost_1_86_0/boost/config/detail/select_platform_config.hpp rename external/boost/boost_1_86_0/{boost => hoost}/assert.hpp (95%) rename external/boost/boost_1_86_0/{boost => hoost}/config.hpp (80%) rename external/boost/boost_1_86_0/{boost => hoost}/config/abi/borland_prefix.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/abi/borland_suffix.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/abi/msvc_prefix.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/abi/msvc_suffix.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/abi_prefix.hpp (86%) rename external/boost/boost_1_86_0/{boost => hoost}/config/abi_suffix.hpp (82%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx03.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx11.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx14.hpp (91%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx17.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx20.hpp (93%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx23.hpp (90%) rename external/boost/boost_1_86_0/{boost => hoost}/config/assert_cxx98.hpp (80%) rename external/boost/boost_1_86_0/{boost => hoost}/config/auto_link.hpp (99%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/borland.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/clang.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/clang_version.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/codegear.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/comeau.hpp (75%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/common_edg.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/compaq_cxx.hpp (56%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/cray.hpp (97%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/diab.hpp (90%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/digitalmars.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/gcc.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/gcc_xml.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/greenhills.hpp (74%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/hp_acc.hpp (99%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/intel.hpp (99%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/kai.hpp (71%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/metrowerks.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/mpw.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/nvcc.hpp (90%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/pathscale.hpp (97%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/pgi.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/sgi_mipspro.hpp (71%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/sunpro_cc.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/vacpp.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/visualc.hpp (97%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/xlcpp.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/compiler/xlcpp_zos.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/detail/cxx_composite.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/detail/posix_features.hpp (100%) create mode 100644 external/boost/boost_1_86_0/hoost/config/detail/select_compiler_config.hpp create mode 100644 external/boost/boost_1_86_0/hoost/config/detail/select_platform_config.hpp rename external/boost/boost_1_86_0/{boost => hoost}/config/detail/select_stdlib_config.hpp (67%) rename external/boost/boost_1_86_0/{boost => hoost}/config/detail/suffix.hpp (99%) rename external/boost/boost_1_86_0/{boost => hoost}/config/header_deprecated.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/config/helper_macros.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/aix.hpp (67%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/amigaos.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/beos.hpp (64%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/bsd.hpp (86%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/cloudabi.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/cray.hpp (88%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/cygwin.hpp (88%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/haiku.hpp (93%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/hpux.hpp (84%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/irix.hpp (64%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/linux.hpp (89%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/macos.hpp (85%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/qnxnto.hpp (72%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/solaris.hpp (57%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/symbian.hpp (88%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/vms.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/vxworks.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/wasm.hpp (91%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/win32.hpp (86%) rename external/boost/boost_1_86_0/{boost => hoost}/config/platform/zos.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/pragma_message.hpp (95%) rename external/boost/boost_1_86_0/{boost => hoost}/config/requires_threads.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/dinkumware.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/libcomo.hpp (89%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/libcpp.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/libstdcpp3.hpp (98%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/modena.hpp (90%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/msl.hpp (89%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/roguewave.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/sgi.hpp (92%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/stlport.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/vacpp.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/stdlib/xlcpp_zos.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/user.hpp (85%) rename external/boost/boost_1_86_0/{boost => hoost}/config/warning_disable.hpp (100%) rename external/boost/boost_1_86_0/{boost => hoost}/config/workaround.hpp (99%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/apply.hpp (87%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/config.hpp (96%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/disable_overload.hpp (92%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/exception.hpp (87%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/exchange.hpp (96%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/externc.hpp (89%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/fcontext.hpp (91%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/index_sequence.hpp (91%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/invoke.hpp (89%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/prefetch.hpp (95%) rename external/boost/boost_1_86_0/{boost => hoost}/context/detail/tuple.hpp (96%) rename external/boost/boost_1_86_0/{boost => hoost}/context/fiber.hpp (69%) rename external/boost/boost_1_86_0/{boost => hoost}/context/fiber_fcontext.hpp (95%) rename external/boost/boost_1_86_0/{boost => hoost}/context/fiber_ucontext.hpp (96%) rename external/boost/boost_1_86_0/{boost => hoost}/context/fiber_winfib.hpp (96%) rename external/boost/boost_1_86_0/{boost => hoost}/context/fixedsize_stack.hpp (92%) rename external/boost/boost_1_86_0/{boost => hoost}/context/flags.hpp (95%) rename external/boost/boost_1_86_0/{boost => hoost}/context/posix/protected_fixedsize_stack.hpp (92%) rename external/boost/boost_1_86_0/{boost => hoost}/context/posix/segmented_stack.hpp (92%) rename external/boost/boost_1_86_0/{boost => hoost}/context/preallocated.hpp (91%) rename external/boost/boost_1_86_0/{boost => hoost}/context/protected_fixedsize_stack.hpp (62%) rename external/boost/boost_1_86_0/{boost => hoost}/context/segmented_stack.hpp (78%) rename external/boost/boost_1_86_0/{boost => hoost}/context/stack_context.hpp (95%) rename external/boost/boost_1_86_0/{boost => hoost}/context/stack_traits.hpp (92%) rename external/boost/boost_1_86_0/{boost => hoost}/context/windows/protected_fixedsize_stack.hpp (90%) rename external/boost/boost_1_86_0/{boost => hoost}/core/ignore_unused.hpp (99%) rename external/boost/boost_1_86_0/{boost => hoost}/cstdint.hpp (94%) rename external/boost/boost_1_86_0/{boost => hoost}/detail/workaround.hpp (88%) diff --git a/external/boost/README.md b/external/boost/README.md index 48f931758c5..0c7a3e4763c 100644 --- a/external/boost/README.md +++ b/external/boost/README.md @@ -12,3 +12,4 @@ bz2. dependencies, remove library alias, support `CMAKE_OSX_ARCHITECTURES` 7. Rename the `boost` namespace to `hoost` using a preprocessor define. 8. Rename the `xxx_fcontext()` globals to have a `hoost_` prefix. +9. Change the include path from `boost/` to `hoost/`. diff --git a/external/boost/boost_1_86_0/boost/config/detail/select_compiler_config.hpp b/external/boost/boost_1_86_0/boost/config/detail/select_compiler_config.hpp deleted file mode 100644 index c3d99e1a43a..00000000000 --- a/external/boost/boost_1_86_0/boost/config/detail/select_compiler_config.hpp +++ /dev/null @@ -1,157 +0,0 @@ -// Boost compiler configuration selection header file - -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Martin Wille 2003. -// (C) Copyright Guillaume Melquiond 2003. -// -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -// See http://www.boost.org/ for most recent version. - -// locate which compiler we are using and define -// BOOST_COMPILER_CONFIG as needed: - -#if defined __CUDACC__ -// NVIDIA CUDA C++ compiler for GPU -# include "boost/config/compiler/nvcc.hpp" - -#endif - -#if defined(__GCCXML__) -// GCC-XML emulates other compilers, it has to appear first here! -# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc_xml.hpp" - -#elif defined(_CRAYC) -// EDG based Cray compiler: -# define BOOST_COMPILER_CONFIG "boost/config/compiler/cray.hpp" - -#elif defined __COMO__ -// Comeau C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp" - -#elif defined(__PATHSCALE__) && (__PATHCC__ >= 4) -// PathScale EKOPath compiler (has to come before clang and gcc) -# define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp" - -#elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC) -// Intel -# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp" - -#elif defined __clang__ && !defined(__ibmxl__) && !defined(__CODEGEARC__) -// Clang C++ emulates GCC, so it has to appear early. -# define BOOST_COMPILER_CONFIG "boost/config/compiler/clang.hpp" - -#elif defined __DMC__ -// Digital Mars C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/digitalmars.hpp" - -#elif defined __DCC__ -// Wind River Diab C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/diab.hpp" - -#elif defined(__PGI) -// Portland Group Inc. -# define BOOST_COMPILER_CONFIG "boost/config/compiler/pgi.hpp" - -# elif defined(__GNUC__) && !defined(__ibmxl__) -// GNU C++: -# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp" - -#elif defined __KCC -// Kai C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/kai.hpp" - -#elif defined __sgi -// SGI MIPSpro C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/sgi_mipspro.hpp" - -#elif defined __DECCXX -// Compaq Tru64 Unix cxx -# define BOOST_COMPILER_CONFIG "boost/config/compiler/compaq_cxx.hpp" - -#elif defined __ghs -// Greenhills C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/greenhills.hpp" - -#elif defined __CODEGEARC__ -// CodeGear - must be checked for before Borland -# define BOOST_COMPILER_CONFIG "boost/config/compiler/codegear.hpp" - -#elif defined __BORLANDC__ -// Borland -# define BOOST_COMPILER_CONFIG "boost/config/compiler/borland.hpp" - -#elif defined __MWERKS__ -// Metrowerks CodeWarrior -# define BOOST_COMPILER_CONFIG "boost/config/compiler/metrowerks.hpp" - -#elif defined __SUNPRO_CC -// Sun Workshop Compiler C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/sunpro_cc.hpp" - -#elif defined __HP_aCC -// HP aCC -# define BOOST_COMPILER_CONFIG "boost/config/compiler/hp_acc.hpp" - -#elif defined(__MRC__) || defined(__SC__) -// MPW MrCpp or SCpp -# define BOOST_COMPILER_CONFIG "boost/config/compiler/mpw.hpp" - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) && defined(__MVS__) -// IBM z/OS XL C/C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/xlcpp_zos.hpp" - -#elif defined(__ibmxl__) -// IBM XL C/C++ for Linux (Little Endian) -# define BOOST_COMPILER_CONFIG "boost/config/compiler/xlcpp.hpp" - -#elif defined(__IBMCPP__) -// IBM Visual Age or IBM XL C/C++ for Linux (Big Endian) -# define BOOST_COMPILER_CONFIG "boost/config/compiler/vacpp.hpp" - -#elif defined _MSC_VER -// Microsoft Visual C++ -// -// Must remain the last #elif since some other vendors (Metrowerks, for -// example) also #define _MSC_VER -# define BOOST_COMPILER_CONFIG "boost/config/compiler/visualc.hpp" - -#elif defined (BOOST_ASSERT_CONFIG) -// this must come last - generate an error if we don't -// recognise the compiler: -# error "Unknown compiler - please configure (http://www.boost.org/libs/config/config.htm#configuring) and report the results to the main boost mailing list (http://www.boost.org/more/mailing_lists.htm#main)" - -#endif - -#if 0 -// -// This section allows dependency scanners to find all the headers we *might* include: -// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#endif - diff --git a/external/boost/boost_1_86_0/boost/config/detail/select_platform_config.hpp b/external/boost/boost_1_86_0/boost/config/detail/select_platform_config.hpp deleted file mode 100644 index dbff74aaf74..00000000000 --- a/external/boost/boost_1_86_0/boost/config/detail/select_platform_config.hpp +++ /dev/null @@ -1,147 +0,0 @@ -// Boost compiler configuration selection header file - -// (C) Copyright John Maddock 2001 - 2002. -// (C) Copyright Jens Maurer 2001. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - -// See http://www.boost.org for most recent version. - -// locate which platform we are on and define BOOST_PLATFORM_CONFIG as needed. -// Note that we define the headers to include using "header_name" not -// in order to prevent macro expansion within the header -// name (for example "linux" is a macro on linux systems). - -#if (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC) -// linux, also other platforms (Hurd etc) that use GLIBC, should these really have their own config headers though? -# define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp" - -#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) -// BSD: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/bsd.hpp" - -#elif defined(sun) || defined(__sun) -// solaris: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/solaris.hpp" - -#elif defined(__sgi) -// SGI Irix: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/irix.hpp" - -#elif defined(__hpux) -// hp unix: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/hpux.hpp" - -#elif defined(__CYGWIN__) -// cygwin is not win32: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/cygwin.hpp" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -// win32: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/win32.hpp" - -#elif defined(__HAIKU__) -// Haiku -# define BOOST_PLATFORM_CONFIG "boost/config/platform/haiku.hpp" - -#elif defined(__BEOS__) -// BeOS -# define BOOST_PLATFORM_CONFIG "boost/config/platform/beos.hpp" - -#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) -// MacOS -# define BOOST_PLATFORM_CONFIG "boost/config/platform/macos.hpp" - -#elif defined(__TOS_MVS__) -// IBM z/OS -# define BOOST_PLATFORM_CONFIG "boost/config/platform/zos.hpp" - -#elif defined(__IBMCPP__) || defined(_AIX) -// IBM AIX -# define BOOST_PLATFORM_CONFIG "boost/config/platform/aix.hpp" - -#elif defined(__amigaos__) -// AmigaOS -# define BOOST_PLATFORM_CONFIG "boost/config/platform/amigaos.hpp" - -#elif defined(__QNXNTO__) -// QNX: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/qnxnto.hpp" - -#elif defined(__VXWORKS__) -// vxWorks: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/vxworks.hpp" - -#elif defined(__SYMBIAN32__) -// Symbian: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/symbian.hpp" - -#elif defined(_CRAYC) -// Cray: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/cray.hpp" - -#elif defined(__VMS) -// VMS: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/vms.hpp" - -#elif defined(__CloudABI__) -// Nuxi CloudABI: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/cloudabi.hpp" - -#elif defined (__wasm__) -// Web assembly: -# define BOOST_PLATFORM_CONFIG "boost/config/platform/wasm.hpp" - -#else - -# if defined(unix) \ - || defined(__unix) \ - || defined(_XOPEN_SOURCE) \ - || defined(_POSIX_SOURCE) - - // generic unix platform: - -# ifndef BOOST_HAS_UNISTD_H -# define BOOST_HAS_UNISTD_H -# endif - -# include - -# endif - -# if defined (BOOST_ASSERT_CONFIG) - // this must come last - generate an error if we don't - // recognise the platform: -# error "Unknown platform - please configure and report the results to boost.org" -# endif - -#endif - -#if 0 -// -// This section allows dependency scanners to find all the files we *might* include: -// -# include "boost/config/platform/linux.hpp" -# include "boost/config/platform/bsd.hpp" -# include "boost/config/platform/solaris.hpp" -# include "boost/config/platform/irix.hpp" -# include "boost/config/platform/hpux.hpp" -# include "boost/config/platform/cygwin.hpp" -# include "boost/config/platform/win32.hpp" -# include "boost/config/platform/beos.hpp" -# include "boost/config/platform/macos.hpp" -# include "boost/config/platform/zos.hpp" -# include "boost/config/platform/aix.hpp" -# include "boost/config/platform/amigaos.hpp" -# include "boost/config/platform/qnxnto.hpp" -# include "boost/config/platform/vxworks.hpp" -# include "boost/config/platform/symbian.hpp" -# include "boost/config/platform/cray.hpp" -# include "boost/config/platform/vms.hpp" -# include - - - -#endif - diff --git a/external/boost/boost_1_86_0/boost/assert.hpp b/external/boost/boost_1_86_0/hoost/assert.hpp similarity index 95% rename from external/boost/boost_1_86_0/boost/assert.hpp rename to external/boost/boost_1_86_0/hoost/assert.hpp index 9650d7a2908..5e3624f4841 100644 --- a/external/boost/boost_1_86_0/boost/assert.hpp +++ b/external/boost/boost_1_86_0/hoost/assert.hpp @@ -1,5 +1,5 @@ // -// boost/assert.hpp - BOOST_ASSERT(expr) +// hoost/assert.hpp - BOOST_ASSERT(expr) // BOOST_ASSERT_MSG(expr, msg) // BOOST_VERIFY(expr) // BOOST_VERIFY_MSG(expr, msg) @@ -41,8 +41,8 @@ #elif defined(BOOST_ENABLE_ASSERT_HANDLER) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) ) -#include // for BOOST_LIKELY -#include +#include // for BOOST_LIKELY +#include namespace boost { diff --git a/external/boost/boost_1_86_0/boost/config.hpp b/external/boost/boost_1_86_0/hoost/config.hpp similarity index 80% rename from external/boost/boost_1_86_0/boost/config.hpp rename to external/boost/boost_1_86_0/hoost/config.hpp index f00a9805790..2a7bcdeb5cb 100644 --- a/external/boost/boost_1_86_0/boost/config.hpp +++ b/external/boost/boost_1_86_0/hoost/config.hpp @@ -1,8 +1,8 @@ // Boost config.hpp configuration header file ------------------------------// // (C) Copyright John Maddock 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for most recent version. @@ -19,10 +19,10 @@ // if we don't have a user config, then use the default location: #if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG) -# define BOOST_USER_CONFIG +# define BOOST_USER_CONFIG #if 0 // For dependency trackers: -# include +# include #endif #endif // include it first: @@ -32,7 +32,7 @@ // if we don't have a compiler config set, try and find one: #if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG) && !defined(BOOST_NO_CONFIG) -# include +# include #endif // if we have a compiler config, include it now: #ifdef BOOST_COMPILER_CONFIG @@ -41,7 +41,7 @@ // if we don't have a std library config set, try and find one: #if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) && defined(__cplusplus) -# include +# include #endif // if we have a std library config, include it now: #ifdef BOOST_STDLIB_CONFIG @@ -50,7 +50,7 @@ // if we don't have a platform config set, try and find one: #if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) && !defined(BOOST_NO_CONFIG) -# include +# include #endif // if we have a platform config, include it now: #ifdef BOOST_PLATFORM_CONFIG @@ -58,7 +58,7 @@ #endif // get config suffix code: -#include +#include #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once diff --git a/external/boost/boost_1_86_0/boost/config/abi/borland_prefix.hpp b/external/boost/boost_1_86_0/hoost/config/abi/borland_prefix.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/abi/borland_prefix.hpp rename to external/boost/boost_1_86_0/hoost/config/abi/borland_prefix.hpp diff --git a/external/boost/boost_1_86_0/boost/config/abi/borland_suffix.hpp b/external/boost/boost_1_86_0/hoost/config/abi/borland_suffix.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/abi/borland_suffix.hpp rename to external/boost/boost_1_86_0/hoost/config/abi/borland_suffix.hpp diff --git a/external/boost/boost_1_86_0/boost/config/abi/msvc_prefix.hpp b/external/boost/boost_1_86_0/hoost/config/abi/msvc_prefix.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/abi/msvc_prefix.hpp rename to external/boost/boost_1_86_0/hoost/config/abi/msvc_prefix.hpp diff --git a/external/boost/boost_1_86_0/boost/config/abi/msvc_suffix.hpp b/external/boost/boost_1_86_0/hoost/config/abi/msvc_suffix.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/abi/msvc_suffix.hpp rename to external/boost/boost_1_86_0/hoost/config/abi/msvc_suffix.hpp diff --git a/external/boost/boost_1_86_0/boost/config/abi_prefix.hpp b/external/boost/boost_1_86_0/hoost/config/abi_prefix.hpp similarity index 86% rename from external/boost/boost_1_86_0/boost/config/abi_prefix.hpp rename to external/boost/boost_1_86_0/hoost/config/abi_prefix.hpp index bcdc26d9dc8..02fd77d86d9 100644 --- a/external/boost/boost_1_86_0/boost/config/abi_prefix.hpp +++ b/external/boost/boost_1_86_0/hoost/config/abi_prefix.hpp @@ -1,7 +1,7 @@ // abi_prefix header -------------------------------------------------------// // (c) Copyright John Maddock 2003 - + // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). @@ -9,10 +9,10 @@ #ifndef BOOST_CONFIG_ABI_PREFIX_HPP # define BOOST_CONFIG_ABI_PREFIX_HPP #else -# error double inclusion of header boost/config/abi_prefix.hpp is an error +# error double inclusion of header hoost/config/abi_prefix.hpp is an error #endif -#include +#include // this must occur after all other includes and before any code appears: #ifdef BOOST_HAS_ABI_HEADERS @@ -22,4 +22,3 @@ #if defined( BOOST_BORLANDC ) #pragma nopushoptwarn #endif - diff --git a/external/boost/boost_1_86_0/boost/config/abi_suffix.hpp b/external/boost/boost_1_86_0/hoost/config/abi_suffix.hpp similarity index 82% rename from external/boost/boost_1_86_0/boost/config/abi_suffix.hpp rename to external/boost/boost_1_86_0/hoost/config/abi_suffix.hpp index a1eb78db90a..92db3c47a88 100644 --- a/external/boost/boost_1_86_0/boost/config/abi_suffix.hpp +++ b/external/boost/boost_1_86_0/hoost/config/abi_suffix.hpp @@ -1,16 +1,16 @@ // abi_sufffix header -------------------------------------------------------// // (c) Copyright John Maddock 2003 - + // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). // This header should be #included AFTER code that was preceded by a #include -// . +// . #ifndef BOOST_CONFIG_ABI_PREFIX_HPP -# error Header boost/config/abi_suffix.hpp must only be used after boost/config/abi_prefix.hpp +# error Header hoost/config/abi_suffix.hpp must only be used after hoost/config/abi_prefix.hpp #else # undef BOOST_CONFIG_ABI_PREFIX_HPP #endif diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx03.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx03.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/assert_cxx03.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx03.hpp index c914aa86f3f..8d55559f2f8 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx03.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx03.hpp @@ -1,15 +1,15 @@ // This file was automatically generated on Fri Oct 13 19:09:38 2023 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-21. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include +#include #ifdef BOOST_NO_ADL_BARRIER # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_NO_ADL_BARRIER." diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx11.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx11.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/assert_cxx11.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx11.hpp index addd06ad8b0..c5d4e82e2c2 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx11.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx11.hpp @@ -1,16 +1,16 @@ // This file was automatically generated on Fri Oct 13 19:09:38 2023 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-21. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include -#include +#include +#include #ifdef BOOST_NO_CXX11_ADDRESSOF # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_NO_CXX11_ADDRESSOF." diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx14.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx14.hpp similarity index 91% rename from external/boost/boost_1_86_0/boost/config/assert_cxx14.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx14.hpp index 061aba3f12f..f45630db2f9 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx14.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx14.hpp @@ -1,16 +1,16 @@ // This file was automatically generated on Fri Oct 13 19:09:38 2023 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-21. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include -#include +#include +#include #ifdef BOOST_NO_CXX14_AGGREGATE_NSDMI # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_AGGREGATE_NSDMI." diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx17.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx17.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/config/assert_cxx17.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx17.hpp index e2402515f64..6e721262f81 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx17.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx17.hpp @@ -1,16 +1,16 @@ // This file was automatically generated on Fri Oct 13 19:09:38 2023 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-21. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include -#include +#include +#include #ifdef BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS # error "Your compiler appears not to be fully C++17 compliant. Detected via defect macro BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS." diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx20.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx20.hpp similarity index 93% rename from external/boost/boost_1_86_0/boost/config/assert_cxx20.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx20.hpp index 71a74154f58..8e42b4973a8 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx20.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx20.hpp @@ -1,16 +1,16 @@ // This file was automatically generated on Fri Oct 13 19:09:38 2023 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-21. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include -#include +#include +#include #ifdef BOOST_NO_CXX20_HDR_BARRIER # error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_BARRIER." diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx23.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx23.hpp similarity index 90% rename from external/boost/boost_1_86_0/boost/config/assert_cxx23.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx23.hpp index feb445737cc..86e51b59c26 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx23.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx23.hpp @@ -1,16 +1,16 @@ // This file was automatically generated on Fri Oct 13 19:09:38 2023 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-21. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include -#include +#include +#include #ifdef BOOST_NO_CXX23_HDR_EXPECTED # error "Your compiler appears not to be fully C++23 compliant. Detected via defect macro BOOST_NO_CXX23_HDR_EXPECTED." diff --git a/external/boost/boost_1_86_0/boost/config/assert_cxx98.hpp b/external/boost/boost_1_86_0/hoost/config/assert_cxx98.hpp similarity index 80% rename from external/boost/boost_1_86_0/boost/config/assert_cxx98.hpp rename to external/boost/boost_1_86_0/hoost/config/assert_cxx98.hpp index aa745d43f98..c801ff7f05e 100644 --- a/external/boost/boost_1_86_0/boost/config/assert_cxx98.hpp +++ b/external/boost/boost_1_86_0/hoost/config/assert_cxx98.hpp @@ -1,16 +1,16 @@ // This file was automatically generated on Wed Mar 3 08:46:11 2021 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-4. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for the most recent version.// // Revision $Id$ // -#include -#include +#include +#include #ifdef BOOST_NO_CXX98_BINDERS # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_BINDERS." diff --git a/external/boost/boost_1_86_0/boost/config/auto_link.hpp b/external/boost/boost_1_86_0/hoost/config/auto_link.hpp similarity index 99% rename from external/boost/boost_1_86_0/boost/config/auto_link.hpp rename to external/boost/boost_1_86_0/hoost/config/auto_link.hpp index 64dee1ef16f..6ae41eb17d0 100644 --- a/external/boost/boost_1_86_0/boost/config/auto_link.hpp +++ b/external/boost/boost_1_86_0/hoost/config/auto_link.hpp @@ -6,7 +6,7 @@ /* * LOCATION: see http://www.boost.org for most recent version. * FILE auto_link.hpp - * VERSION see + * VERSION see * DESCRIPTION: Automatic library inclusion for Borland/Microsoft compilers. */ @@ -85,7 +85,7 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c #ifdef __cplusplus # ifndef BOOST_CONFIG_HPP -# include +# include # endif #elif defined(_MSC_VER) && !defined(__MWERKS__) && !defined(__EDG_VERSION__) // @@ -106,7 +106,7 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c || (defined(BOOST_CLANG) && defined(BOOST_WINDOWS) && defined(_MSC_VER) && (__clang_major__ >= 4)) #ifndef BOOST_VERSION_HPP -# include +# include #endif #ifndef BOOST_LIB_NAME @@ -497,7 +497,7 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c #if defined(BOOST_LIB_NAME) # undef BOOST_LIB_NAME #endif -// Don't undef this one: it can be set by the user and should be the +// Don't undef this one: it can be set by the user and should be the // same for all libraries: //#if defined(BOOST_LIB_TOOLSET) //# undef BOOST_LIB_TOOLSET diff --git a/external/boost/boost_1_86_0/boost/config/compiler/borland.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/borland.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/compiler/borland.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/borland.hpp index 51d5188693c..09d54b14443 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/borland.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/borland.hpp @@ -308,10 +308,10 @@ // #if __BORLANDC__ != 0x600 // not implemented for version 6 compiler yet #ifndef BOOST_ABI_PREFIX -# define BOOST_ABI_PREFIX "boost/config/abi/borland_prefix.hpp" +# define BOOST_ABI_PREFIX "hoost/config/abi/borland_prefix.hpp" #endif #ifndef BOOST_ABI_SUFFIX -# define BOOST_ABI_SUFFIX "boost/config/abi/borland_suffix.hpp" +# define BOOST_ABI_SUFFIX "hoost/config/abi/borland_suffix.hpp" #endif #endif // diff --git a/external/boost/boost_1_86_0/boost/config/compiler/clang.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/clang.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/compiler/clang.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/clang.hpp index f9a5050b431..1916e12cfce 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/clang.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/clang.hpp @@ -83,8 +83,8 @@ // We disable this if the compiler is really nvcc with C++03 as it // doesn't actually support __int128 as of CUDA_VERSION=7500 // even though it defines __SIZEOF_INT128__. -// See https://svn.boost.org/trac/boost/ticket/10418 -// https://svn.boost.org/trac/boost/ticket/11852 +// See https://svn.boost.org/trac/hoost/ticket/10418 +// https://svn.boost.org/trac/hoost/ticket/11852 // Only re-enable this for nvcc if you're absolutely sure // of the circumstances under which it's supported. // Similarly __SIZEOF_INT128__ is defined when targetting msvc @@ -367,4 +367,4 @@ #define BOOST_CLANG 1 // BOOST_CLANG_VERSION -#include +#include diff --git a/external/boost/boost_1_86_0/boost/config/compiler/clang_version.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/clang_version.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/clang_version.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/clang_version.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/codegear.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/codegear.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/compiler/codegear.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/codegear.hpp index 49f934c0280..baa1057dee5 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/codegear.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/codegear.hpp @@ -366,10 +366,10 @@ // ABI fixing headers: // #ifndef BOOST_ABI_PREFIX -# define BOOST_ABI_PREFIX "boost/config/abi/borland_prefix.hpp" +# define BOOST_ABI_PREFIX "hoost/config/abi/borland_prefix.hpp" #endif #ifndef BOOST_ABI_SUFFIX -# define BOOST_ABI_SUFFIX "boost/config/abi/borland_suffix.hpp" +# define BOOST_ABI_SUFFIX "hoost/config/abi/borland_suffix.hpp" #endif // // Disable Win32 support in ANSI mode: diff --git a/external/boost/boost_1_86_0/boost/config/compiler/comeau.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/comeau.hpp similarity index 75% rename from external/boost/boost_1_86_0/boost/config/compiler/comeau.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/comeau.hpp index ca80fac37a2..42173bffb59 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/comeau.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/comeau.hpp @@ -1,18 +1,18 @@ -// (C) Copyright John Maddock 2001. -// (C) Copyright Douglas Gregor 2001. -// (C) Copyright Peter Dimov 2001. -// (C) Copyright Aleksey Gurtovoy 2003. -// (C) Copyright Beman Dawes 2003. -// (C) Copyright Jens Maurer 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001. +// (C) Copyright Douglas Gregor 2001. +// (C) Copyright Peter Dimov 2001. +// (C) Copyright Aleksey Gurtovoy 2003. +// (C) Copyright Beman Dawes 2003. +// (C) Copyright Jens Maurer 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. // Comeau C++ compiler setup: -#include +#include #if (__COMO_VERSION__ <= 4245) @@ -53,7 +53,3 @@ # error "boost: Unknown compiler version - please run the configure tests and report the results" # endif #endif - - - - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/common_edg.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/common_edg.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/common_edg.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/common_edg.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/compaq_cxx.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/compaq_cxx.hpp similarity index 56% rename from external/boost/boost_1_86_0/boost/config/compiler/compaq_cxx.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/compaq_cxx.hpp index 4d6b8ab3ac7..d94ea3ffbf4 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/compaq_cxx.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/compaq_cxx.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2001 - 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -9,11 +9,8 @@ #define BOOST_COMPILER "HP Tru64 C++ " BOOST_STRINGIZE(__DECCXX_VER) -#include +#include // // versions check: // Nothing to do here? - - - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/cray.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/cray.hpp similarity index 97% rename from external/boost/boost_1_86_0/boost/config/compiler/cray.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/cray.hpp index e40fd05acf9..4ed09c49aa1 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/cray.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/cray.hpp @@ -35,7 +35,7 @@ // // ``` // module load cce/8.6.5 # Pick the version you want to test. -// cd boost/libs/config/test/all +// cd hoost/libs/config/test/all // b2 -j 8 toolset=cray cxxstd=03 cxxstd=11 cxxstd=14 cxxstd-dialect=gnu linkflags=-lrt // ``` // Note: Using 'cxxstd-dialect=iso' is not supported at this time (the @@ -57,7 +57,7 @@ // // Macro definitions are available in the source code at: // -// `boost/libs/config/doc/html/boost_config/boost_macro_reference.html` +// `hoost/libs/config/doc/html/boost_config/boost_macro_reference.html` // // Macro definitions are also available online at: // @@ -66,7 +66,7 @@ // Typically, if you enable a feature, and the tests pass, then you have // nothing to worry about. However, it's sometimes hard to figure out if a // disabled feature needs to stay disabled. To get a list of disabled -// features, run 'b2' in 'boost/libs/config/checks'. These are the macros +// features, run 'b2' in 'hoost/libs/config/checks'. These are the macros // you should pay attention to (in addition to macros that cause test // failures). @@ -186,7 +186,7 @@ //// Baseline values //// -#include +#include #define BOOST_HAS_NRVO #define BOOST_NO_COMPLETE_VALUE_INITIALIZATION @@ -229,8 +229,8 @@ #define BOOST_MATH_DISABLE_STD_FPCLASSIFY //#define BOOST_HAS_FPCLASSIFY -#define BOOST_SP_USE_PTHREADS -#define BOOST_AC_USE_PTHREADS +#define BOOST_SP_USE_PTHREADS +#define BOOST_AC_USE_PTHREADS // // Everything that follows is working around what are thought to be @@ -300,8 +300,8 @@ #undef BOOST_NO_SFINAE_EXPR #undef BOOST_NO_TWO_PHASE_NAME_LOOKUP #undef BOOST_MATH_DISABLE_STD_FPCLASSIFY -#undef BOOST_SP_USE_PTHREADS -#undef BOOST_AC_USE_PTHREADS +#undef BOOST_SP_USE_PTHREADS +#undef BOOST_AC_USE_PTHREADS #define BOOST_HAS_VARIADIC_TMPL #define BOOST_HAS_UNISTD_H @@ -357,7 +357,7 @@ #undef BOOST_NO_CXX11_VARIADIC_TEMPLATES // 'BOOST_NO_DEDUCED_TYPENAME' test is broken. The test files are enabled / // disabled with an '#ifdef BOOST_DEDUCED_TYPENAME'. However, -// 'boost/libs/config/include/boost/config/detail/suffix.hpp' ensures that +// 'hoost/libs/config/include/hoost/config/detail/suffix.hpp' ensures that // 'BOOST_DEDUCED_TYPENAME' is always defined (the value it is defined as // depends on 'BOOST_NO_DEDUCED_TYPENAME'). So, modifying // 'BOOST_NO_DEDUCED_TYPENAME' has no effect on which tests are run. diff --git a/external/boost/boost_1_86_0/boost/config/compiler/diab.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/diab.hpp similarity index 90% rename from external/boost/boost_1_86_0/boost/config/compiler/diab.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/diab.hpp index 943db83fd6e..80ebc8b5de1 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/diab.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/diab.hpp @@ -10,7 +10,7 @@ # error "Unknown Diab compiler version - please run the configure tests and report the results" #endif -#include "boost/config/compiler/common_edg.hpp" +#include "hoost/config/compiler/common_edg.hpp" #define BOOST_NO_TWO_PHASE_NAME_LOOKUP #define BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS @@ -21,6 +21,6 @@ #define BOOST_NO_CXX11_HDR_INITIALIZER_LIST #define BOOST_NO_CXX11_HDR_CODECVT -#define BOOST_NO_CXX11_NUMERIC_LIMITS +#define BOOST_NO_CXX11_NUMERIC_LIMITS #define BOOST_COMPILER "Wind River Diab " BOOST_STRINGIZE(__VERSION_NUMBER__) diff --git a/external/boost/boost_1_86_0/boost/config/compiler/digitalmars.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/digitalmars.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/digitalmars.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/digitalmars.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/gcc.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/gcc.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/compiler/gcc.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/gcc.hpp index fc05a91860f..a373306df2f 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/gcc.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/gcc.hpp @@ -136,8 +136,8 @@ // We disable this if the compiler is really nvcc with C++03 as it // doesn't actually support __int128 as of CUDA_VERSION=7500 // even though it defines __SIZEOF_INT128__. -// See https://svn.boost.org/trac/boost/ticket/8048 -// https://svn.boost.org/trac/boost/ticket/11852 +// See https://svn.boost.org/trac/hoost/ticket/8048 +// https://svn.boost.org/trac/hoost/ticket/11852 // Only re-enable this for nvcc if you're absolutely sure // of the circumstances under which it's supported: // @@ -159,7 +159,7 @@ // // Nevertheless, as of CUDA 7.5, using __float128 with the host // compiler in pre-C++11 mode is still not supported. -// See https://svn.boost.org/trac/boost/ticket/11852 +// See https://svn.boost.org/trac/hoost/ticket/11852 // #ifdef __cplusplus #include @@ -243,7 +243,7 @@ // C++0x features in 4.7.n and later // #if (BOOST_GCC_VERSION < 40700) || !defined(BOOST_GCC_CXX11) -// Note that while constexpr is partly supported in gcc-4.6 it's a +// Note that while constexpr is partly supported in gcc-4.6 it's a // pre-std version with several bugs: # define BOOST_NO_CXX11_CONSTEXPR # define BOOST_NO_CXX11_FINAL @@ -383,4 +383,3 @@ //# warning "boost: Unknown compiler version - please run the configure tests and report the results" # endif #endif - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/gcc_xml.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/gcc_xml.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/gcc_xml.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/gcc_xml.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/greenhills.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/greenhills.hpp similarity index 74% rename from external/boost/boost_1_86_0/boost/config/compiler/greenhills.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/greenhills.hpp index 39112c2c1cf..214c763be19 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/greenhills.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/greenhills.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2001. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -9,7 +9,7 @@ #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs) -#include +#include // // versions check: @@ -24,5 +24,3 @@ # error "boost: Unknown compiler version - please run the configure tests and report the results" # endif #endif - - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/hp_acc.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/hp_acc.hpp similarity index 99% rename from external/boost/boost_1_86_0/boost/config/compiler/hp_acc.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/hp_acc.hpp index 42e35e553ee..f8c27e8b7b2 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/hp_acc.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/hp_acc.hpp @@ -13,7 +13,7 @@ // HP aCC C++ compiler setup: #if defined(__EDG__) -#include +#include #endif #if (__HP_aCC <= 33100) diff --git a/external/boost/boost_1_86_0/boost/config/compiler/intel.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/intel.hpp similarity index 99% rename from external/boost/boost_1_86_0/boost/config/compiler/intel.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/intel.hpp index 6a343972e2e..f845aa636d8 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/intel.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/intel.hpp @@ -18,7 +18,7 @@ #ifdef _MSC_VER -#include +#include #undef BOOST_MSVC #undef BOOST_MSVC_FULL_VER @@ -41,7 +41,7 @@ #else // defined(_MSC_VER) -#include +#include #undef BOOST_GCC_VERSION #undef BOOST_GCC_CXX11 @@ -105,7 +105,7 @@ #else // defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 1500) && (defined(_MSC_VER) || defined(__GNUC__)) -#include +#include #if defined(__INTEL_COMPILER) #if __INTEL_COMPILER == 9999 @@ -180,7 +180,7 @@ # define BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS #endif -// See http://aspn.activestate.com/ASPN/Mail/Message/boost/1614864 +// See http://aspn.activestate.com/ASPN/Mail/Message/hoost/1614864 #if BOOST_INTEL_CXX_VERSION < 600 # define BOOST_NO_INTRINSIC_WCHAR_T #else @@ -325,7 +325,7 @@ template<> struct assert_intrinsic_wchar_t {}; // // C++0x features -// For each feature we need to check both the Intel compiler version, +// For each feature we need to check both the Intel compiler version, // and the version of MSVC or GCC that we are emulating. // See http://software.intel.com/en-us/articles/c0x-features-supported-by-intel-c-compiler/ // for a list of which features were implemented in which Intel releases. @@ -465,7 +465,7 @@ template<> struct assert_intrinsic_wchar_t {}; // BOOST_NO_CXX11_NOEXCEPT #if (BOOST_INTEL_CXX_VERSION >= 1500) && (!defined(BOOST_INTEL_GCC_VERSION) || (BOOST_INTEL_GCC_VERSION >= 40600)) && (!defined(_MSC_VER) || (_MSC_VER >= 9999)) -// Available in earlier Intel release, but generates errors when used with +// Available in earlier Intel release, but generates errors when used with // conditional exception specifications, for example in multiprecision: # undef BOOST_NO_CXX11_NOEXCEPT #endif @@ -574,4 +574,3 @@ template<> struct assert_intrinsic_wchar_t {}; //# pragma message("boost: Unknown compiler version - please run the configure tests and report the results") # endif #endif - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/kai.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/kai.hpp similarity index 71% rename from external/boost/boost_1_86_0/boost/config/compiler/kai.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/kai.hpp index 0b22ec1d6c5..718c9200f98 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/kai.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/kai.hpp @@ -1,15 +1,15 @@ -// (C) Copyright John Maddock 2001. -// (C) Copyright David Abrahams 2002. -// (C) Copyright Aleksey Gurtovoy 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001. +// (C) Copyright David Abrahams 2002. +// (C) Copyright Aleksey Gurtovoy 2002. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. // Kai C++ compiler setup: -#include +#include # if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG) // at least on Sun, the contents of is not in namespace std @@ -28,6 +28,3 @@ # error "boost: Unknown compiler version - please run the configure tests and report the results" # endif #endif - - - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/metrowerks.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/metrowerks.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/metrowerks.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/metrowerks.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/mpw.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/mpw.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/mpw.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/mpw.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/nvcc.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/nvcc.hpp similarity index 90% rename from external/boost/boost_1_86_0/boost/config/compiler/nvcc.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/nvcc.hpp index 147f75dbf6d..651cf2c1313 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/nvcc.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/nvcc.hpp @@ -1,6 +1,6 @@ // (C) Copyright Eric Jourdanneau, Joel Falcou 2010 -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -24,7 +24,7 @@ #if !defined(__clang__) || defined(__NVCC__) // A bug in version 7.0 of CUDA prevents use of variadic templates in some occasions -// https://svn.boost.org/trac/boost/ticket/11897 +// https://svn.boost.org/trac/hoost/ticket/11897 // This is fixed in 7.5. As the following version macro was introduced in 7.5 an existance // check is enough to detect versions < 7.5 #if BOOST_CUDA_VERSION < 7050000 @@ -51,7 +51,7 @@ #endif // // And this one effects the NVCC front end, -// See https://svn.boost.org/trac/boost/ticket/13049 +// See https://svn.boost.org/trac/hoost/ticket/13049 // #if (BOOST_CUDA_VERSION >= 8000000) && (BOOST_CUDA_VERSION < 8010000) # define BOOST_NO_CXX11_NOEXCEPT diff --git a/external/boost/boost_1_86_0/boost/config/compiler/pathscale.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/pathscale.hpp similarity index 97% rename from external/boost/boost_1_86_0/boost/config/compiler/pathscale.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/pathscale.hpp index 59ab9b0077a..e509b19e5d7 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/pathscale.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/pathscale.hpp @@ -12,12 +12,12 @@ # define BOOST_COMPILER "PathScale EKOPath C++ Compiler version " __PATHSCALE__ #endif -#if __PATHCC__ >= 6 -// PathCC is based on clang, and supports the __has_*() builtins used -// to detect features in clang.hpp. Since the clang toolset is much -// better maintained, it is more convenient to reuse its definitions. -# include "boost/config/compiler/clang.hpp" -#elif __PATHCC__ >= 4 +#if __PATHCC__ >= 6 +// PathCC is based on clang, and supports the __has_*() builtins used +// to detect features in clang.hpp. Since the clang toolset is much +// better maintained, it is more convenient to reuse its definitions. +# include "hoost/config/compiler/clang.hpp" +#elif __PATHCC__ >= 4 # define BOOST_MSVC6_MEMBER_TEMPLATES # define BOOST_HAS_UNISTD_H # define BOOST_HAS_STDINT_H diff --git a/external/boost/boost_1_86_0/boost/config/compiler/pgi.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/pgi.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/config/compiler/pgi.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/pgi.hpp index 4e909d8a17e..554a1325bbf 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/pgi.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/pgi.hpp @@ -12,7 +12,7 @@ #define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) // PGI is mostly GNU compatible. So start with that. -#include +#include // Now adjust for things that are different. diff --git a/external/boost/boost_1_86_0/boost/config/compiler/sgi_mipspro.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/sgi_mipspro.hpp similarity index 71% rename from external/boost/boost_1_86_0/boost/config/compiler/sgi_mipspro.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/sgi_mipspro.hpp index 54433c99789..51724a7d673 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/sgi_mipspro.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/sgi_mipspro.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2001 - 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2002. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -9,7 +9,7 @@ #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) -#include +#include // // Threading support: @@ -25,5 +25,3 @@ // // version check: // probably nothing to do here? - - diff --git a/external/boost/boost_1_86_0/boost/config/compiler/sunpro_cc.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/sunpro_cc.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/compiler/sunpro_cc.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/sunpro_cc.hpp index 334b604bb45..cc6edfc5959 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/sunpro_cc.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/sunpro_cc.hpp @@ -59,8 +59,8 @@ # if (__SUNPRO_CC < 0x570) # define BOOST_NO_TEMPLATE_TEMPLATES - // see http://lists.boost.org/MailArchives/boost/msg47184.php - // and http://lists.boost.org/MailArchives/boost/msg47220.php + // see http://lists.boost.org/MailArchives/hoost/msg47184.php + // and http://lists.boost.org/MailArchives/hoost/msg47220.php # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_NO_SFINAE # define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS diff --git a/external/boost/boost_1_86_0/boost/config/compiler/vacpp.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/vacpp.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/vacpp.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/vacpp.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/visualc.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/visualc.hpp similarity index 97% rename from external/boost/boost_1_86_0/boost/config/compiler/visualc.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/visualc.hpp index ce0fc15e331..a7e0b5ae9e8 100644 --- a/external/boost/boost_1_86_0/boost/config/compiler/visualc.hpp +++ b/external/boost/boost_1_86_0/hoost/config/compiler/visualc.hpp @@ -291,10 +291,10 @@ // prefix and suffix headers: // #ifndef BOOST_ABI_PREFIX -# define BOOST_ABI_PREFIX "boost/config/abi/msvc_prefix.hpp" +# define BOOST_ABI_PREFIX "hoost/config/abi/msvc_prefix.hpp" #endif #ifndef BOOST_ABI_SUFFIX -# define BOOST_ABI_SUFFIX "boost/config/abi/msvc_suffix.hpp" +# define BOOST_ABI_SUFFIX "hoost/config/abi/msvc_suffix.hpp" #endif // @@ -333,11 +333,11 @@ # define BOOST_COMPILER_VERSION evc9 # elif _MSC_VER < 1700 # define BOOST_COMPILER_VERSION evc10 -# elif _MSC_VER < 1800 -# define BOOST_COMPILER_VERSION evc11 -# elif _MSC_VER < 1900 +# elif _MSC_VER < 1800 +# define BOOST_COMPILER_VERSION evc11 +# elif _MSC_VER < 1900 # define BOOST_COMPILER_VERSION evc12 -# elif _MSC_VER < 2000 +# elif _MSC_VER < 2000 # define BOOST_COMPILER_VERSION evc14 # else # if defined(BOOST_ASSERT_CONFIG) @@ -362,7 +362,7 @@ # define BOOST_COMPILER_VERSION 9.0 # elif _MSC_VER < 1700 # define BOOST_COMPILER_VERSION 10.0 -# elif _MSC_VER < 1800 +# elif _MSC_VER < 1800 # define BOOST_COMPILER_VERSION 11.0 # elif _MSC_VER < 1900 # define BOOST_COMPILER_VERSION 12.0 @@ -382,7 +382,7 @@ # define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) #endif -#include +#include // // last known and checked version is 19.3x (VS2022): diff --git a/external/boost/boost_1_86_0/boost/config/compiler/xlcpp.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/xlcpp.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/xlcpp.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/xlcpp.hpp diff --git a/external/boost/boost_1_86_0/boost/config/compiler/xlcpp_zos.hpp b/external/boost/boost_1_86_0/hoost/config/compiler/xlcpp_zos.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/compiler/xlcpp_zos.hpp rename to external/boost/boost_1_86_0/hoost/config/compiler/xlcpp_zos.hpp diff --git a/external/boost/boost_1_86_0/boost/config/detail/cxx_composite.hpp b/external/boost/boost_1_86_0/hoost/config/detail/cxx_composite.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/detail/cxx_composite.hpp rename to external/boost/boost_1_86_0/hoost/config/detail/cxx_composite.hpp diff --git a/external/boost/boost_1_86_0/boost/config/detail/posix_features.hpp b/external/boost/boost_1_86_0/hoost/config/detail/posix_features.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/detail/posix_features.hpp rename to external/boost/boost_1_86_0/hoost/config/detail/posix_features.hpp diff --git a/external/boost/boost_1_86_0/hoost/config/detail/select_compiler_config.hpp b/external/boost/boost_1_86_0/hoost/config/detail/select_compiler_config.hpp new file mode 100644 index 00000000000..ab9b111a03f --- /dev/null +++ b/external/boost/boost_1_86_0/hoost/config/detail/select_compiler_config.hpp @@ -0,0 +1,156 @@ +// Boost compiler configuration selection header file + +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Martin Wille 2003. +// (C) Copyright Guillaume Melquiond 2003. +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org/ for most recent version. + +// locate which compiler we are using and define +// BOOST_COMPILER_CONFIG as needed: + +#if defined __CUDACC__ +// NVIDIA CUDA C++ compiler for GPU +# include "hoost/config/compiler/nvcc.hpp" + +#endif + +#if defined(__GCCXML__) +// GCC-XML emulates other compilers, it has to appear first here! +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/gcc_xml.hpp" + +#elif defined(_CRAYC) +// EDG based Cray compiler: +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/cray.hpp" + +#elif defined __COMO__ +// Comeau C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/comeau.hpp" + +#elif defined(__PATHSCALE__) && (__PATHCC__ >= 4) +// PathScale EKOPath compiler (has to come before clang and gcc) +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/pathscale.hpp" + +#elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC) +// Intel +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/intel.hpp" + +#elif defined __clang__ && !defined(__ibmxl__) && !defined(__CODEGEARC__) +// Clang C++ emulates GCC, so it has to appear early. +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/clang.hpp" + +#elif defined __DMC__ +// Digital Mars C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/digitalmars.hpp" + +#elif defined __DCC__ +// Wind River Diab C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/diab.hpp" + +#elif defined(__PGI) +// Portland Group Inc. +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/pgi.hpp" + +# elif defined(__GNUC__) && !defined(__ibmxl__) +// GNU C++: +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/gcc.hpp" + +#elif defined __KCC +// Kai C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/kai.hpp" + +#elif defined __sgi +// SGI MIPSpro C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/sgi_mipspro.hpp" + +#elif defined __DECCXX +// Compaq Tru64 Unix cxx +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/compaq_cxx.hpp" + +#elif defined __ghs +// Greenhills C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/greenhills.hpp" + +#elif defined __CODEGEARC__ +// CodeGear - must be checked for before Borland +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/codegear.hpp" + +#elif defined __BORLANDC__ +// Borland +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/borland.hpp" + +#elif defined __MWERKS__ +// Metrowerks CodeWarrior +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/metrowerks.hpp" + +#elif defined __SUNPRO_CC +// Sun Workshop Compiler C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/sunpro_cc.hpp" + +#elif defined __HP_aCC +// HP aCC +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/hp_acc.hpp" + +#elif defined(__MRC__) || defined(__SC__) +// MPW MrCpp or SCpp +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/mpw.hpp" + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) && defined(__MVS__) +// IBM z/OS XL C/C++ +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/xlcpp_zos.hpp" + +#elif defined(__ibmxl__) +// IBM XL C/C++ for Linux (Little Endian) +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/xlcpp.hpp" + +#elif defined(__IBMCPP__) +// IBM Visual Age or IBM XL C/C++ for Linux (Big Endian) +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/vacpp.hpp" + +#elif defined _MSC_VER +// Microsoft Visual C++ +// +// Must remain the last #elif since some other vendors (Metrowerks, for +// example) also #define _MSC_VER +# define BOOST_COMPILER_CONFIG "hoost/config/compiler/visualc.hpp" + +#elif defined (BOOST_ASSERT_CONFIG) +// this must come last - generate an error if we don't +// recognise the compiler: +# error "Unknown compiler - please configure (http://www.boost.org/libs/config/config.htm#configuring) and report the results to the main boost mailing list (http://www.boost.org/more/mailing_lists.htm#main)" + +#endif + +#if 0 +// +// This section allows dependency scanners to find all the headers we *might* include: +// +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif diff --git a/external/boost/boost_1_86_0/hoost/config/detail/select_platform_config.hpp b/external/boost/boost_1_86_0/hoost/config/detail/select_platform_config.hpp new file mode 100644 index 00000000000..6724c9a812c --- /dev/null +++ b/external/boost/boost_1_86_0/hoost/config/detail/select_platform_config.hpp @@ -0,0 +1,146 @@ +// Boost compiler configuration selection header file + +// (C) Copyright John Maddock 2001 - 2002. +// (C) Copyright Jens Maurer 2001. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +// See http://www.boost.org for most recent version. + +// locate which platform we are on and define BOOST_PLATFORM_CONFIG as needed. +// Note that we define the headers to include using "header_name" not +// in order to prevent macro expansion within the header +// name (for example "linux" is a macro on linux systems). + +#if (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC) +// linux, also other platforms (Hurd etc) that use GLIBC, should these really have their own config headers though? +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/linux.hpp" + +#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) +// BSD: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/bsd.hpp" + +#elif defined(sun) || defined(__sun) +// solaris: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/solaris.hpp" + +#elif defined(__sgi) +// SGI Irix: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/irix.hpp" + +#elif defined(__hpux) +// hp unix: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/hpux.hpp" + +#elif defined(__CYGWIN__) +// cygwin is not win32: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/cygwin.hpp" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +// win32: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/win32.hpp" + +#elif defined(__HAIKU__) +// Haiku +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/haiku.hpp" + +#elif defined(__BEOS__) +// BeOS +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/beos.hpp" + +#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) +// MacOS +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/macos.hpp" + +#elif defined(__TOS_MVS__) +// IBM z/OS +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/zos.hpp" + +#elif defined(__IBMCPP__) || defined(_AIX) +// IBM AIX +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/aix.hpp" + +#elif defined(__amigaos__) +// AmigaOS +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/amigaos.hpp" + +#elif defined(__QNXNTO__) +// QNX: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/qnxnto.hpp" + +#elif defined(__VXWORKS__) +// vxWorks: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/vxworks.hpp" + +#elif defined(__SYMBIAN32__) +// Symbian: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/symbian.hpp" + +#elif defined(_CRAYC) +// Cray: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/cray.hpp" + +#elif defined(__VMS) +// VMS: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/vms.hpp" + +#elif defined(__CloudABI__) +// Nuxi CloudABI: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/cloudabi.hpp" + +#elif defined (__wasm__) +// Web assembly: +# define BOOST_PLATFORM_CONFIG "hoost/config/platform/wasm.hpp" + +#else + +# if defined(unix) \ + || defined(__unix) \ + || defined(_XOPEN_SOURCE) \ + || defined(_POSIX_SOURCE) + + // generic unix platform: + +# ifndef BOOST_HAS_UNISTD_H +# define BOOST_HAS_UNISTD_H +# endif + +# include + +# endif + +# if defined (BOOST_ASSERT_CONFIG) + // this must come last - generate an error if we don't + // recognise the platform: +# error "Unknown platform - please configure and report the results to boost.org" +# endif + +#endif + +#if 0 +// +// This section allows dependency scanners to find all the files we *might* include: +// +# include "hoost/config/platform/linux.hpp" +# include "hoost/config/platform/bsd.hpp" +# include "hoost/config/platform/solaris.hpp" +# include "hoost/config/platform/irix.hpp" +# include "hoost/config/platform/hpux.hpp" +# include "hoost/config/platform/cygwin.hpp" +# include "hoost/config/platform/win32.hpp" +# include "hoost/config/platform/beos.hpp" +# include "hoost/config/platform/macos.hpp" +# include "hoost/config/platform/zos.hpp" +# include "hoost/config/platform/aix.hpp" +# include "hoost/config/platform/amigaos.hpp" +# include "hoost/config/platform/qnxnto.hpp" +# include "hoost/config/platform/vxworks.hpp" +# include "hoost/config/platform/symbian.hpp" +# include "hoost/config/platform/cray.hpp" +# include "hoost/config/platform/vms.hpp" +# include + + + +#endif diff --git a/external/boost/boost_1_86_0/boost/config/detail/select_stdlib_config.hpp b/external/boost/boost_1_86_0/hoost/config/detail/select_stdlib_config.hpp similarity index 67% rename from external/boost/boost_1_86_0/boost/config/detail/select_stdlib_config.hpp rename to external/boost/boost_1_86_0/hoost/config/detail/select_stdlib_config.hpp index 1a09dda1261..48ab964057c 100644 --- a/external/boost/boost_1_86_0/boost/config/detail/select_stdlib_config.hpp +++ b/external/boost/boost_1_86_0/hoost/config/detail/select_stdlib_config.hpp @@ -1,9 +1,9 @@ // Boost compiler configuration selection header file -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2001 - 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2001 - 2002. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ // First, check if __has_include is available and include can be located, // otherwise include to determine if some version of STLport is in use as the std lib -// (do not rely on this header being included since users can short-circuit this header +// (do not rely on this header being included since users can short-circuit this header // if they know whose std lib they are using.) #if defined(__cplusplus) && defined(__has_include) # if __has_include() @@ -35,16 +35,16 @@ // STLPort library; this _must_ come first, otherwise since // STLport typically sits on top of some other library, we // can end up detecting that first rather than STLport: -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/stlport.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/stlport.hpp" #else // If our std lib was not some version of STLport, and has not otherwise -// been detected, then include as it is about +// been detected, then include as it is about // the smallest of the std lib headers that includes real C++ stuff. -// Some std libs do not include their C++-related macros in +// Some std libs do not include their C++-related macros in // so this additional include makes sure we get those definitions. -// Note: do not rely on this header being included since users can short-circuit this +// Note: do not rely on this header being included since users can short-circuit this // #include if they know whose std lib they are using. #if !defined(__LIBCOMO__) && !defined(__STD_RWCOMPILER_H__) && !defined(_RWSTD_VER)\ && !defined(_LIBCPP_VERSION) && !defined(__GLIBCPP__) && !defined(__GLIBCXX__)\ @@ -55,43 +55,43 @@ #if defined(__LIBCOMO__) // Comeau STL: -#define BOOST_STDLIB_CONFIG "boost/config/stdlib/libcomo.hpp" +#define BOOST_STDLIB_CONFIG "hoost/config/stdlib/libcomo.hpp" #elif defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER) // Rogue Wave library: -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/roguewave.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/roguewave.hpp" #elif defined(_LIBCPP_VERSION) // libc++ -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/libcpp.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/libcpp.hpp" #elif defined(__GLIBCPP__) || defined(__GLIBCXX__) // GNU libstdc++ 3 -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/libstdcpp3.hpp" #elif defined(__STL_CONFIG_H) // generic SGI STL -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/sgi.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/sgi.hpp" #elif defined(__MSL_CPP__) // MSL standard lib: -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/msl.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/msl.hpp" #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) && defined(__MVS__) // IBM z/OS XL C/C++ -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/xlcpp_zos.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/xlcpp_zos.hpp" #elif defined(__IBMCPP__) // take the default VACPP std lib -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/vacpp.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/vacpp.hpp" #elif defined(MSIPL_COMPILE_H) // Modena C++ standard library -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/modena.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/modena.hpp" #elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER) // Dinkumware Library (this has to appear after any possible replacement libraries): -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/dinkumware.hpp" +# define BOOST_STDLIB_CONFIG "hoost/config/stdlib/dinkumware.hpp" #elif defined (BOOST_ASSERT_CONFIG) // this must come last - generate an error if we don't @@ -106,16 +106,15 @@ // // This section allows dependency scanners to find all the files we *might* include: // -# include "boost/config/stdlib/stlport.hpp" -# include "boost/config/stdlib/libcomo.hpp" -# include "boost/config/stdlib/roguewave.hpp" -# include "boost/config/stdlib/libcpp.hpp" -# include "boost/config/stdlib/libstdcpp3.hpp" -# include "boost/config/stdlib/sgi.hpp" -# include "boost/config/stdlib/msl.hpp" -# include "boost/config/stdlib/xlcpp_zos.hpp" -# include "boost/config/stdlib/vacpp.hpp" -# include "boost/config/stdlib/modena.hpp" -# include "boost/config/stdlib/dinkumware.hpp" +# include "hoost/config/stdlib/stlport.hpp" +# include "hoost/config/stdlib/libcomo.hpp" +# include "hoost/config/stdlib/roguewave.hpp" +# include "hoost/config/stdlib/libcpp.hpp" +# include "hoost/config/stdlib/libstdcpp3.hpp" +# include "hoost/config/stdlib/sgi.hpp" +# include "hoost/config/stdlib/msl.hpp" +# include "hoost/config/stdlib/xlcpp_zos.hpp" +# include "hoost/config/stdlib/vacpp.hpp" +# include "hoost/config/stdlib/modena.hpp" +# include "hoost/config/stdlib/dinkumware.hpp" #endif - diff --git a/external/boost/boost_1_86_0/boost/config/detail/suffix.hpp b/external/boost/boost_1_86_0/hoost/config/detail/suffix.hpp similarity index 99% rename from external/boost/boost_1_86_0/boost/config/detail/suffix.hpp rename to external/boost/boost_1_86_0/hoost/config/detail/suffix.hpp index 2650510f680..043b1e502ad 100644 --- a/external/boost/boost_1_86_0/boost/config/detail/suffix.hpp +++ b/external/boost/boost_1_86_0/hoost/config/detail/suffix.hpp @@ -555,7 +555,7 @@ namespace boost { # define BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE_SPEC(t, v) // When BOOST_NO_STD_TYPEINFO is defined, we can just import -// the global definition into std namespace, +// the global definition into std namespace, // see https://svn.boost.org/trac10/ticket/4115 #if defined(BOOST_NO_STD_TYPEINFO) && defined(__cplusplus) && defined(BOOST_MSVC) #include @@ -569,7 +569,7 @@ namespace std{ using ::type_info; } // Helper macro BOOST_STRINGIZE: // Helper macro BOOST_JOIN: -#include +#include // // Set some default values for compiler/library/platform names. @@ -646,7 +646,7 @@ namespace std{ using ::type_info; } // Clang also defines __GNUC__ (as 4) # if defined(__CUDACC__) // nvcc doesn't always parse __noinline__, - // see: https://svn.boost.org/trac/boost/ticket/9392 + // see: https://svn.boost.org/trac/hoost/ticket/9392 # define BOOST_NOINLINE __attribute__ ((noinline)) # elif defined(__HIP__) // See https://github.com/boostorg/config/issues/392 @@ -672,7 +672,7 @@ namespace std{ using ::type_info; } # if __has_attribute(noreturn) # define BOOST_NORETURN [[noreturn]] # endif -# elif defined(__has_cpp_attribute) +# elif defined(__has_cpp_attribute) # if __has_cpp_attribute(noreturn) # define BOOST_NORETURN [[noreturn]] # endif @@ -1319,7 +1319,7 @@ namespace std{ using ::type_info; } // // Define composite agregate macros: // -#include +#include // // Finish off with checks for macros that are depricated / no longer supported, diff --git a/external/boost/boost_1_86_0/boost/config/header_deprecated.hpp b/external/boost/boost_1_86_0/hoost/config/header_deprecated.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/config/header_deprecated.hpp rename to external/boost/boost_1_86_0/hoost/config/header_deprecated.hpp index 120b4b3a92f..22bd5807b32 100644 --- a/external/boost/boost_1_86_0/boost/config/header_deprecated.hpp +++ b/external/boost/boost_1_86_0/hoost/config/header_deprecated.hpp @@ -15,7 +15,7 @@ // // Note that this header is C compatible. -#include +#include #if defined(BOOST_ALLOW_DEPRECATED_HEADERS) || defined(BOOST_ALLOW_DEPRECATED) # define BOOST_HEADER_DEPRECATED(a) diff --git a/external/boost/boost_1_86_0/boost/config/helper_macros.hpp b/external/boost/boost_1_86_0/hoost/config/helper_macros.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/helper_macros.hpp rename to external/boost/boost_1_86_0/hoost/config/helper_macros.hpp diff --git a/external/boost/boost_1_86_0/boost/config/platform/aix.hpp b/external/boost/boost_1_86_0/hoost/config/platform/aix.hpp similarity index 67% rename from external/boost/boost_1_86_0/boost/config/platform/aix.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/aix.hpp index a48e2320618..719cca7b07b 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/aix.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/aix.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2001 - 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2002. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -14,7 +14,7 @@ #define BOOST_HAS_NANOSLEEP #define BOOST_HAS_CLOCK_GETTIME -// This needs support in "boost/cstdint.hpp" exactly like FreeBSD. +// This needs support in "hoost/cstdint.hpp" exactly like FreeBSD. // This platform has header named which includes all // the things needed. #define BOOST_HAS_STDINT_H @@ -26,8 +26,4 @@ //#define BOOST_HAS_PTHREAD_YIELD // boilerplate code: -#include - - - - +#include diff --git a/external/boost/boost_1_86_0/boost/config/platform/amigaos.hpp b/external/boost/boost_1_86_0/hoost/config/platform/amigaos.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/platform/amigaos.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/amigaos.hpp diff --git a/external/boost/boost_1_86_0/boost/config/platform/beos.hpp b/external/boost/boost_1_86_0/hoost/config/platform/beos.hpp similarity index 64% rename from external/boost/boost_1_86_0/boost/config/platform/beos.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/beos.hpp index 6158c1c20be..19335c3d7b9 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/beos.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/beos.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2001. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -20,7 +20,4 @@ #endif // boilerplate code: -#include - - - +#include diff --git a/external/boost/boost_1_86_0/boost/config/platform/bsd.hpp b/external/boost/boost_1_86_0/hoost/config/platform/bsd.hpp similarity index 86% rename from external/boost/boost_1_86_0/boost/config/platform/bsd.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/bsd.hpp index ccc7eb05ad2..17bdf603215 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/bsd.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/bsd.hpp @@ -1,8 +1,8 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Darin Adler 2001. -// (C) Copyright Douglas Gregor 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Darin Adler 2001. +// (C) Copyright Douglas Gregor 2002. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -38,7 +38,7 @@ // and not in // #if (defined(__FreeBSD__) && (__FreeBSD__ <= 3))\ - || defined(__OpenBSD__) || defined(__DragonFly__) + || defined(__OpenBSD__) || defined(__DragonFly__) # define BOOST_HAS_PTHREADS #endif @@ -80,4 +80,4 @@ // boilerplate code: #define BOOST_HAS_UNISTD_H -#include +#include diff --git a/external/boost/boost_1_86_0/boost/config/platform/cloudabi.hpp b/external/boost/boost_1_86_0/hoost/config/platform/cloudabi.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/platform/cloudabi.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/cloudabi.hpp diff --git a/external/boost/boost_1_86_0/boost/config/platform/cray.hpp b/external/boost/boost_1_86_0/hoost/config/platform/cray.hpp similarity index 88% rename from external/boost/boost_1_86_0/boost/config/platform/cray.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/cray.hpp index 103e9c06204..b6a26681871 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/cray.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/cray.hpp @@ -12,7 +12,4 @@ // boilerplate code: #define BOOST_HAS_UNISTD_H -#include - - - +#include diff --git a/external/boost/boost_1_86_0/boost/config/platform/cygwin.hpp b/external/boost/boost_1_86_0/hoost/config/platform/cygwin.hpp similarity index 88% rename from external/boost/boost_1_86_0/boost/config/platform/cygwin.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/cygwin.hpp index d0052d8b45f..3f72a4e5a1d 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/cygwin.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/cygwin.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2001 - 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -57,7 +57,7 @@ #endif // boilerplate code: -#include +#include // // Cygwin lies about XSI conformance, there is no nl_types.h: @@ -65,7 +65,3 @@ #ifdef BOOST_HAS_NL_TYPES_H # undef BOOST_HAS_NL_TYPES_H #endif - - - - diff --git a/external/boost/boost_1_86_0/boost/config/platform/haiku.hpp b/external/boost/boost_1_86_0/hoost/config/platform/haiku.hpp similarity index 93% rename from external/boost/boost_1_86_0/boost/config/platform/haiku.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/haiku.hpp index 04244c5677f..1b61d03357d 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/haiku.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/haiku.hpp @@ -28,4 +28,4 @@ #define BOOST_HAS_GETTIMEOFDAY // boilerplate code: -#include +#include diff --git a/external/boost/boost_1_86_0/boost/config/platform/hpux.hpp b/external/boost/boost_1_86_0/hoost/config/platform/hpux.hpp similarity index 84% rename from external/boost/boost_1_86_0/boost/config/platform/hpux.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/hpux.hpp index 222622e7ee5..28bf7ee6a08 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/hpux.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/hpux.hpp @@ -1,10 +1,10 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2001 - 2003. -// (C) Copyright David Abrahams 2002. -// (C) Copyright Toon Knapen 2003. +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2001 - 2003. +// (C) Copyright David Abrahams 2002. +// (C) Copyright Toon Knapen 2003. // (C) Copyright Boris Gubenko 2006 - 2007. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -43,7 +43,7 @@ // boilerplate code: #define BOOST_HAS_UNISTD_H -#include +#include // the following are always available: #ifndef BOOST_HAS_GETTIMEOFDAY @@ -73,15 +73,14 @@ #ifndef BOOST_HAS_SIGACTION # define BOOST_HAS_SIGACTION #endif -#ifndef BOOST_HAS_NRVO +#ifndef BOOST_HAS_NRVO # ifndef __parisc # define BOOST_HAS_NRVO # endif #endif -#ifndef BOOST_HAS_LOG1P +#ifndef BOOST_HAS_LOG1P # define BOOST_HAS_LOG1P #endif #ifndef BOOST_HAS_EXPM1 # define BOOST_HAS_EXPM1 #endif - diff --git a/external/boost/boost_1_86_0/boost/config/platform/irix.hpp b/external/boost/boost_1_86_0/hoost/config/platform/irix.hpp similarity index 64% rename from external/boost/boost_1_86_0/boost/config/platform/irix.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/irix.hpp index 0acb651552e..1b06e9eba54 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/irix.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/irix.hpp @@ -1,7 +1,7 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -11,7 +11,7 @@ #define BOOST_PLATFORM "SGI Irix" -#define BOOST_NO_SWPRINTF +#define BOOST_NO_SWPRINTF // // these are not auto detected by POSIX feature tests: // @@ -25,7 +25,4 @@ // boilerplate code: #define BOOST_HAS_UNISTD_H -#include - - - +#include diff --git a/external/boost/boost_1_86_0/boost/config/platform/linux.hpp b/external/boost/boost_1_86_0/hoost/config/platform/linux.hpp similarity index 89% rename from external/boost/boost_1_86_0/boost/config/platform/linux.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/linux.hpp index c4eef8f80cb..7dbb24c5763 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/linux.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/linux.hpp @@ -1,7 +1,7 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2001 - 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2001 - 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -25,7 +25,7 @@ // defines int64_t unconditionally, but defines // int64_t only if __GNUC__. Thus, assume a fully usable // only when using GCC. Update 2017: this appears not to be the case for - // recent glibc releases, see bug report: https://svn.boost.org/trac/boost/ticket/13045 + // recent glibc releases, see bug report: https://svn.boost.org/trac/hoost/ticket/13045 # if defined(__GNUC__) || ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 5))) # define BOOST_HAS_STDINT_H # endif @@ -72,7 +72,7 @@ // boilerplate code: #define BOOST_HAS_UNISTD_H -#include +#include #if defined(__USE_GNU) && !defined(__ANDROID__) && !defined(ANDROID) #define BOOST_HAS_PTHREAD_YIELD #endif @@ -102,5 +102,3 @@ # define __inline__ inline # endif #endif - - diff --git a/external/boost/boost_1_86_0/boost/config/platform/macos.hpp b/external/boost/boost_1_86_0/hoost/config/platform/macos.hpp similarity index 85% rename from external/boost/boost_1_86_0/boost/config/platform/macos.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/macos.hpp index ed7dc15f282..3252eeb1b15 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/macos.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/macos.hpp @@ -1,8 +1,8 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Darin Adler 2001 - 2002. -// (C) Copyright Bill Kempf 2002. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Darin Adler 2001 - 2002. +// (C) Copyright Bill Kempf 2002. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -25,14 +25,14 @@ // to replace the platform-native BSD one. G++ users // should also always be able to do this on MaxOS X. // -# include +# include # ifndef BOOST_HAS_STDINT_H # define BOOST_HAS_STDINT_H # endif // // BSD runtime has pthreads, sigaction, sched_yield and gettimeofday, -// of these only pthreads are advertised in , so set the +// of these only pthreads are advertised in , so set the // other options explicitly: // # define BOOST_HAS_SCHED_YIELD @@ -49,7 +49,7 @@ # if (__GNUC__ >= 4) -// Both gcc and intel require these. +// Both gcc and intel require these. # define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE # define BOOST_HAS_NANOSLEEP @@ -82,6 +82,3 @@ # endif #endif - - - diff --git a/external/boost/boost_1_86_0/boost/config/platform/qnxnto.hpp b/external/boost/boost_1_86_0/hoost/config/platform/qnxnto.hpp similarity index 72% rename from external/boost/boost_1_86_0/boost/config/platform/qnxnto.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/qnxnto.hpp index d0298cb4ecb..8d2e92d8b01 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/qnxnto.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/qnxnto.hpp @@ -1,6 +1,6 @@ -// (C) Copyright Jim Douglas 2005. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright Jim Douglas 2005. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -10,7 +10,7 @@ #define BOOST_PLATFORM "QNX" #define BOOST_HAS_UNISTD_H -#include +#include // QNX claims XOpen version 5 compatibility, but doesn't have an nl_types.h // or log1p and expm1: @@ -24,8 +24,3 @@ #define BOOST_HAS_GETTIMEOFDAY #define BOOST_HAS_CLOCK_GETTIME #define BOOST_HAS_NANOSLEEP - - - - - diff --git a/external/boost/boost_1_86_0/boost/config/platform/solaris.hpp b/external/boost/boost_1_86_0/hoost/config/platform/solaris.hpp similarity index 57% rename from external/boost/boost_1_86_0/boost/config/platform/solaris.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/solaris.hpp index 51ffe67f331..775920235e0 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/solaris.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/solaris.hpp @@ -1,7 +1,7 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -14,7 +14,7 @@ // boilerplate code: #define BOOST_HAS_UNISTD_H -#include +#include // // pthreads don't actually work with gcc unless _PTHREADS is defined: @@ -23,9 +23,7 @@ # undef BOOST_HAS_PTHREADS #endif -#define BOOST_HAS_STDINT_H -#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE -#define BOOST_HAS_LOG1P +#define BOOST_HAS_STDINT_H +#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE +#define BOOST_HAS_LOG1P #define BOOST_HAS_EXPM1 - - diff --git a/external/boost/boost_1_86_0/boost/config/platform/symbian.hpp b/external/boost/boost_1_86_0/hoost/config/platform/symbian.hpp similarity index 88% rename from external/boost/boost_1_86_0/boost/config/platform/symbian.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/symbian.hpp index f814d00b5b7..ba637363fc1 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/symbian.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/symbian.hpp @@ -1,8 +1,8 @@ -// (C) Copyright Yuriy Krasnoschek 2009. -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2001 - 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright Yuriy Krasnoschek 2009. +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2001 - 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -24,7 +24,7 @@ #include #endif// boilerplate code: # define BOOST_HAS_UNISTD_H -# include +# include // S60 SDK defines _POSIX_VERSION as POSIX.1 # ifndef BOOST_HAS_STDINT_H # define BOOST_HAS_STDINT_H @@ -93,5 +93,3 @@ #if defined(__WINSCW__) && !defined(BOOST_DISABLE_WIN32) # define BOOST_DISABLE_WIN32 // winscw defines WIN32 macro #endif - - diff --git a/external/boost/boost_1_86_0/boost/config/platform/vms.hpp b/external/boost/boost_1_86_0/hoost/config/platform/vms.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/platform/vms.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/vms.hpp diff --git a/external/boost/boost_1_86_0/boost/config/platform/vxworks.hpp b/external/boost/boost_1_86_0/hoost/config/platform/vxworks.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/config/platform/vxworks.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/vxworks.hpp index 0564b9443f8..55f3831773e 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/vxworks.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/vxworks.hpp @@ -8,19 +8,19 @@ // See http://www.boost.org for most recent version. // Old versions of vxWorks (namely everything below 6.x) are -// absolutely unable to use boost. Old STLs and compilers -// like (GCC 2.96) . Do not even think of getting this to work, +// absolutely unable to use boost. Old STLs and compilers +// like (GCC 2.96) . Do not even think of getting this to work, // a miserable failure will be guaranteed! // // VxWorks supports C++ linkage in the kernel with -// DKMs (Downloadable Kernel Modules). But, until recently +// DKMs (Downloadable Kernel Modules). But, until recently // the kernel used a C89 library with no -// wide character support and no guarantee of ANSI C. -// Regardless of the C library the same Dinkum -// STL library is used in both contexts. +// wide character support and no guarantee of ANSI C. +// Regardless of the C library the same Dinkum +// STL library is used in both contexts. // -// Similarly the Dinkum abridged STL that supports the loosely specified -// embedded C++ standard has not been tested and is unlikely to work +// Similarly the Dinkum abridged STL that supports the loosely specified +// embedded C++ standard has not been tested and is unlikely to work // on anything but the simplest library. // ==================================================================== // @@ -38,10 +38,10 @@ // which could easily pose a serious problem for a real time process. // // To change the default properties for POSIX-semaphores in VxWorks 7 -// enable core > CORE_USER Menu > DEFAULT_PTHREAD_PRIO_INHERIT -// -// In VxWorks 6.x so as to integrate with boost. -// - Edit the file +// enable core > CORE_USER Menu > DEFAULT_PTHREAD_PRIO_INHERIT +// +// In VxWorks 6.x so as to integrate with boost. +// - Edit the file // installDir/vxworks-6.x/target/usr/src/posix/pthreadLib.c // - Around line 917 there should be the definition of the default // mutex attributes: @@ -141,7 +141,7 @@ # define BOOST_THREAD_USES_GETPAGESIZE #endif -#if (_WRS_VXWORKS_MAJOR < 7) +#if (_WRS_VXWORKS_MAJOR < 7) // vxWorks-around: #defines CLOCKS_PER_SEC as sysClkRateGet() but // miserably fails to #include the required to make // sysClkRateGet() available! So we manually include it here. @@ -272,11 +272,11 @@ inline int gettimeofday(struct timeval *tv, void * /*tzv*/) { } // extern "C" #endif -/* +/* * moved to os/utils/unix/freind_h/times.h in VxWorks 7 * to avoid conflict with MPL operator times */ -#if (_WRS_VXWORKS_MAJOR < 7) +#if (_WRS_VXWORKS_MAJOR < 7) # ifdef __cplusplus // vxWorks provides neither struct tms nor function times()! @@ -329,9 +329,9 @@ namespace std { using ::truncate; using ::symlink; using ::readlink; -# if (_WRS_VXWORKS_MAJOR < 7) +# if (_WRS_VXWORKS_MAJOR < 7) using ::gettimeofday; -# endif +# endif } #endif // __cplusplus @@ -359,20 +359,20 @@ inline int lstat(p, b) { return stat(p, b); } // lstat() == stat(), as vxWorks typedef int locale_t; // locale_t is a POSIX-extension, currently not present in vxWorks! // #include boilerplate code: -#include +#include // vxWorks lies about XSI conformance, there is no nl_types.h: #undef BOOST_HAS_NL_TYPES_H -// vxWorks 7 adds C++11 support +// vxWorks 7 adds C++11 support // however it is optional, and does not match exactly the support determined -// by examining the Dinkum STL version and GCC version (or ICC and DCC) +// by examining the Dinkum STL version and GCC version (or ICC and DCC) #if !( defined( _WRS_CONFIG_LANG_LIB_CPLUS_CPLUS_USER_2011) || defined(_WRS_CONFIG_LIBCPLUS_STD)) # define BOOST_NO_CXX11_ADDRESSOF // C11 addressof operator on memory location # define BOOST_NO_CXX11_ALLOCATOR # define BOOST_NO_CXX11_ATOMIC_SMART_PTR # define BOOST_NO_CXX11_NUMERIC_LIMITS // max_digits10 in test/../print_helper.hpp -# define BOOST_NO_CXX11_SMART_PTR +# define BOOST_NO_CXX11_SMART_PTR # define BOOST_NO_CXX11_STD_ALIGN @@ -381,7 +381,7 @@ typedef int locale_t; // locale_t is a POSIX-ex # define BOOST_NO_CXX11_HDR_CHRONO # define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE # define BOOST_NO_CXX11_HDR_FORWARD_LIST //serialization/test/test_list.cpp -# define BOOST_NO_CXX11_HDR_FUNCTIONAL +# define BOOST_NO_CXX11_HDR_FUNCTIONAL # define BOOST_NO_CXX11_HDR_FUTURE # define BOOST_NO_CXX11_HDR_MUTEX # define BOOST_NO_CXX11_HDR_RANDOM //math/../test_data.hpp @@ -390,11 +390,11 @@ typedef int locale_t; // locale_t is a POSIX-ex # define BOOST_NO_CXX14_HDR_SHARED_MUTEX # define BOOST_NO_CXX11_HDR_SYSTEM_ERROR # define BOOST_NO_CXX11_HDR_THREAD -# define BOOST_NO_CXX11_HDR_TYPEINDEX +# define BOOST_NO_CXX11_HDR_TYPEINDEX # define BOOST_NO_CXX11_HDR_TYPE_TRAITS -# define BOOST_NO_CXX11_HDR_TUPLE +# define BOOST_NO_CXX11_HDR_TUPLE # define BOOST_NO_CXX11_HDR_UNORDERED_MAP -# define BOOST_NO_CXX11_HDR_UNORDERED_SET +# define BOOST_NO_CXX11_HDR_UNORDERED_SET #else # ifndef BOOST_SYSTEM_NO_DEPRECATED # define BOOST_SYSTEM_NO_DEPRECATED // workaround link error in spirit @@ -409,14 +409,13 @@ typedef int locale_t; // locale_t is a POSIX-ex // affects some typeof tests #undef V7 -// use fake poll() from Unix layer in ASIO to get full functionality +// use fake poll() from Unix layer in ASIO to get full functionality // most libraries will use select() but this define allows 'iostream' functionality // which is based on poll() only #if (_WRS_VXWORKS_MAJOR > 6) # ifndef BOOST_ASIO_HAS_POSIX_STREAM_DESCRIPTOR # define BOOST_ASIO_HAS_POSIX_STREAM_DESCRIPTOR # endif -#else +#else # define BOOST_ASIO_DISABLE_SERIAL_PORT #endif - diff --git a/external/boost/boost_1_86_0/boost/config/platform/wasm.hpp b/external/boost/boost_1_86_0/hoost/config/platform/wasm.hpp similarity index 91% rename from external/boost/boost_1_86_0/boost/config/platform/wasm.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/wasm.hpp index 682b84859a0..dd4f0ed3191 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/wasm.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/wasm.hpp @@ -16,7 +16,7 @@ #endif // boilerplate code: -#include +#include // // fenv lacks the C++11 macros: // diff --git a/external/boost/boost_1_86_0/boost/config/platform/win32.hpp b/external/boost/boost_1_86_0/hoost/config/platform/win32.hpp similarity index 86% rename from external/boost/boost_1_86_0/boost/config/platform/win32.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/win32.hpp index 450158fbaab..72df4752982 100644 --- a/external/boost/boost_1_86_0/boost/config/platform/win32.hpp +++ b/external/boost/boost_1_86_0/hoost/config/platform/win32.hpp @@ -1,9 +1,9 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Bill Kempf 2001. -// (C) Copyright Aleksey Gurtovoy 2003. +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Bill Kempf 2001. +// (C) Copyright Aleksey Gurtovoy 2003. // (C) Copyright Rene Rivera 2005. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -23,7 +23,7 @@ // Default defines for BOOST_SYMBOL_EXPORT and BOOST_SYMBOL_IMPORT // If a compiler doesn't support __declspec(dllexport)/__declspec(dllimport), -// its boost/config/compiler/ file must define BOOST_SYMBOL_EXPORT and +// its hoost/config/compiler/ file must define BOOST_SYMBOL_EXPORT and // BOOST_SYMBOL_IMPORT #ifndef BOOST_SYMBOL_EXPORT # define BOOST_HAS_DECLSPEC @@ -50,7 +50,7 @@ // // Win32 will normally be using native Win32 threads, // but there is a pthread library avaliable as an option, -// we used to disable this when BOOST_DISABLE_WIN32 was +// we used to disable this when BOOST_DISABLE_WIN32 was // defined but no longer - this should allow some // files to be compiled in strict mode - while maintaining // a consistent setting of BOOST_HAS_THREADS across diff --git a/external/boost/boost_1_86_0/boost/config/platform/zos.hpp b/external/boost/boost_1_86_0/hoost/config/platform/zos.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/platform/zos.hpp rename to external/boost/boost_1_86_0/hoost/config/platform/zos.hpp diff --git a/external/boost/boost_1_86_0/boost/config/pragma_message.hpp b/external/boost/boost_1_86_0/hoost/config/pragma_message.hpp similarity index 95% rename from external/boost/boost_1_86_0/boost/config/pragma_message.hpp rename to external/boost/boost_1_86_0/hoost/config/pragma_message.hpp index b2c5ff2e868..7343d37e2e6 100644 --- a/external/boost/boost_1_86_0/boost/config/pragma_message.hpp +++ b/external/boost/boost_1_86_0/hoost/config/pragma_message.hpp @@ -14,7 +14,7 @@ // // Note that this header is C compatible. -#include +#include #if defined(BOOST_DISABLE_PRAGMA_MESSAGE) # define BOOST_PRAGMA_MESSAGE(x) diff --git a/external/boost/boost_1_86_0/boost/config/requires_threads.hpp b/external/boost/boost_1_86_0/hoost/config/requires_threads.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/config/requires_threads.hpp rename to external/boost/boost_1_86_0/hoost/config/requires_threads.hpp index c23a2ce3c9e..bffe241d668 100644 --- a/external/boost/boost_1_86_0/boost/config/requires_threads.hpp +++ b/external/boost/boost_1_86_0/hoost/config/requires_threads.hpp @@ -1,6 +1,6 @@ -// (C) Copyright John Maddock 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -8,7 +8,7 @@ #define BOOST_CONFIG_REQUIRES_THREADS_HPP #ifndef BOOST_CONFIG_HPP -# include +# include #endif #if defined(BOOST_DISABLE_THREADS) diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/dinkumware.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/dinkumware.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/stdlib/dinkumware.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/dinkumware.hpp index 46ffe093ee4..2aa1fa29f7c 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/dinkumware.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/dinkumware.hpp @@ -12,7 +12,7 @@ // Dinkumware standard library config: #if !defined(_YVALS) && !defined(_CPPLIB_VER) -#include +#include #if !defined(_YVALS) && !defined(_CPPLIB_VER) #error This is not the Dinkumware lib! #endif @@ -56,7 +56,7 @@ # ifndef _CPPLIB_VER // Updated Dinkum library defines this, and provides // its own min and max definitions, as does MTA version. -# ifndef __MTA__ +# ifndef __MTA__ # define BOOST_NO_STD_MIN_MAX # endif # define BOOST_NO_MS_INT64_NUMERIC_LIMITS @@ -64,7 +64,7 @@ #endif // -// std extension namespace is stdext for vc7.1 and later, +// std extension namespace is stdext for vc7.1 and later, // the same applies to other compilers that sit on top // of vc7.1 (Intel and Comeau): // @@ -88,10 +88,10 @@ #if ((defined(BOOST_MSVC) && BOOST_MSVC >= 1400) || (defined(__clang__) && defined(_MSC_VER))) && (_MSC_VER < 1800) // Fix for VC++ 8.0 on up ( I do not have a previous version to test ) -// or clang-cl. If exceptions are off you must manually include the -// header before including the header. Admittedly -// trying to use Boost libraries or the standard C++ libraries without -// exception support is not suggested but currently clang-cl ( v 3.4 ) +// or clang-cl. If exceptions are off you must manually include the +// header before including the header. Admittedly +// trying to use Boost libraries or the standard C++ libraries without +// exception support is not suggested but currently clang-cl ( v 3.4 ) // does not support exceptions and must be compiled with exceptions off. #if !_HAS_EXCEPTIONS #include @@ -99,7 +99,7 @@ #include #if !_HAS_EXCEPTIONS # define BOOST_NO_STD_TYPEINFO -#endif +#endif #endif #if defined(__ghs__) && !_HAS_NAMESPACE # define BOOST_NO_STD_TYPEINFO @@ -216,7 +216,7 @@ # define BOOST_NO_CXX11_ADDRESSOF #endif -// Bug specific to VC14, +// Bug specific to VC14, // See https://connect.microsoft.com/VisualStudio/feedback/details/1348277/link-error-when-using-std-codecvt-utf8-utf16-char16-t // and discussion here: http://blogs.msdn.com/b/vcblog/archive/2014/11/12/visual-studio-2015-preview-now-available.aspx?PageIndex=2 #if defined(_CPPLIB_VER) && (_CPPLIB_VER == 650) && (!defined(_MSVC_STL_VERSION) || (_MSVC_STL_VERSION < 142)) diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/libcomo.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/libcomo.hpp similarity index 89% rename from external/boost/boost_1_86_0/boost/config/stdlib/libcomo.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/libcomo.hpp index 6a8a1619625..6f11105e3e9 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/libcomo.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/libcomo.hpp @@ -1,8 +1,8 @@ -// (C) Copyright John Maddock 2002 - 2003. -// (C) Copyright Jens Maurer 2002 - 2003. -// (C) Copyright Beman Dawes 2002 - 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2002 - 2003. +// (C) Copyright Jens Maurer 2002 - 2003. +// (C) Copyright Beman Dawes 2002 - 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -10,7 +10,7 @@ // Comeau STL: #if !defined(__LIBCOMO__) -# include +# include # if !defined(__LIBCOMO__) # error "This is not the Comeau STL!" # endif diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/libcpp.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/libcpp.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/stdlib/libcpp.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/libcpp.hpp diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/libstdcpp3.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/libstdcpp3.hpp similarity index 98% rename from external/boost/boost_1_86_0/boost/config/stdlib/libstdcpp3.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/libstdcpp3.hpp index ad70936deae..a92f074d179 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/libstdcpp3.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/libstdcpp3.hpp @@ -78,7 +78,7 @@ # include #endif -#ifndef __VXWORKS__ // VxWorks uses Dinkum, not GNU STL with GCC +#ifndef __VXWORKS__ // VxWorks uses Dinkum, not GNU STL with GCC #if defined(__GLIBCXX__) || (defined(__GLIBCPP__) && __GLIBCPP__>=20020514) // GCC >= 3.1.0 # define BOOST_STD_EXTENSION_NAMESPACE __gnu_cxx # define BOOST_HAS_SLIST @@ -130,7 +130,7 @@ // http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#manual.intro.status.standard.200x // // However, using the GCC version number fails when the compiler is clang since this -// only ever claims to emulate GCC-4.2, see https://svn.boost.org/trac/boost/ticket/7473 +// only ever claims to emulate GCC-4.2, see https://svn.boost.org/trac/hoost/ticket/7473 // for a long discussion on this issue. What we can do though is use clang's __has_include // to detect the presence of a C++11 header that was introduced with a specific GCC release. // We still have to be careful though as many such headers were buggy and/or incomplete when @@ -246,7 +246,7 @@ extern "C" char *gets (char *__s); #if defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x5130) && (__cplusplus >= 201103L) // -// Oracle Solaris compiler uses it's own verison of libstdc++ but doesn't +// Oracle Solaris compiler uses it's own verison of libstdc++ but doesn't // set __GNUC__ // #if __SUNPRO_CC >= 0x5140 @@ -295,8 +295,8 @@ extern "C" char *gets (char *__s); # define BOOST_NO_CXX11_SMART_PTR # define BOOST_NO_CXX11_HDR_EXCEPTION #else -# define BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG -# define BOOST_HAS_TR1_COMPLEX_OVERLOADS +# define BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG +# define BOOST_HAS_TR1_COMPLEX_OVERLOADS #endif // C++0x features in GCC 4.5.0 and later @@ -450,7 +450,7 @@ extern "C" char *gets (char *__s); // Headers not present on Solaris with the Oracle compiler: #if defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x5140) #define BOOST_NO_CXX11_HDR_FUTURE -#define BOOST_NO_CXX11_HDR_FORWARD_LIST +#define BOOST_NO_CXX11_HDR_FORWARD_LIST #define BOOST_NO_CXX11_HDR_ATOMIC // shared_ptr is present, but is not convertible to bool // which causes all kinds of problems especially in Boost.Thread diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/modena.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/modena.hpp similarity index 90% rename from external/boost/boost_1_86_0/boost/config/stdlib/modena.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/modena.hpp index 31a26c856a2..aad5f084a67 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/modena.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/modena.hpp @@ -1,6 +1,6 @@ -// (C) Copyright Jens Maurer 2001. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright Jens Maurer 2001. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -8,7 +8,7 @@ // Modena C++ standard library (comes with KAI C++) #if !defined(MSIPL_COMPILE_H) -# include +# include # if !defined(__MSIPL_COMPILE_H) # error "This is not the Modena C++ library!" # endif @@ -72,8 +72,3 @@ # define BOOST_NO_CXX17_ITERATOR_TRAITS #define BOOST_STDLIB "Modena C++ standard library" - - - - - diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/msl.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/msl.hpp similarity index 89% rename from external/boost/boost_1_86_0/boost/config/stdlib/msl.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/msl.hpp index f2f825983be..db8d23a8378 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/msl.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/msl.hpp @@ -1,7 +1,7 @@ -// (C) Copyright John Maddock 2001. -// (C) Copyright Darin Adler 2001. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001. +// (C) Copyright Darin Adler 2001. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -9,7 +9,7 @@ // Metrowerks standard library: #ifndef __MSL_CPP__ -# include +# include # ifndef __MSL_CPP__ # error This is not the MSL standard library! # endif @@ -34,7 +34,7 @@ # define BOOST_HAS_UNISTD_H # endif // boilerplate code: -# include +# include #endif #if defined(_MWMT) || _MSL_THREADSAFE diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/roguewave.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/roguewave.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/config/stdlib/roguewave.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/roguewave.hpp index 03a65768c0e..215c1700bfc 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/roguewave.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/roguewave.hpp @@ -1,19 +1,19 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2001. -// (C) Copyright David Abrahams 2003. -// (C) Copyright Boris Gubenko 2007. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Jens Maurer 2001. +// (C) Copyright David Abrahams 2003. +// (C) Copyright Boris Gubenko 2007. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. // Rogue Wave std lib: -#define BOOST_RW_STDLIB 1 +#define BOOST_RW_STDLIB 1 #if !defined(__STD_RWCOMPILER_H__) && !defined(_RWSTD_VER) -# include +# include # if !defined(__STD_RWCOMPILER_H__) && !defined(_RWSTD_VER) # error This is not the Rogue Wave standard library # endif diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/sgi.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/sgi.hpp similarity index 92% rename from external/boost/boost_1_86_0/boost/config/stdlib/sgi.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/sgi.hpp index c49957cef8b..aff29786504 100644 --- a/external/boost/boost_1_86_0/boost/config/stdlib/sgi.hpp +++ b/external/boost/boost_1_86_0/hoost/config/stdlib/sgi.hpp @@ -1,8 +1,8 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Darin Adler 2001. -// (C) Copyright Jens Maurer 2001 - 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file +// (C) Copyright John Maddock 2001 - 2003. +// (C) Copyright Darin Adler 2001. +// (C) Copyright Jens Maurer 2001 - 2003. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for most recent version. @@ -10,7 +10,7 @@ // generic SGI STL: #if !defined(__STL_CONFIG_H) -# include +# include # if !defined(__STL_CONFIG_H) # error "This is not the SGI STL!" # endif @@ -95,7 +95,7 @@ # include # if defined(__BASTRING__) # define BOOST_NO_LIMITS -// Note: will provide compile-time constants +// Note: will provide compile-time constants # undef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS # define BOOST_NO_STD_WSTRING # endif diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/stlport.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/stlport.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/stdlib/stlport.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/stlport.hpp diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/vacpp.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/vacpp.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/stdlib/vacpp.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/vacpp.hpp diff --git a/external/boost/boost_1_86_0/boost/config/stdlib/xlcpp_zos.hpp b/external/boost/boost_1_86_0/hoost/config/stdlib/xlcpp_zos.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/stdlib/xlcpp_zos.hpp rename to external/boost/boost_1_86_0/hoost/config/stdlib/xlcpp_zos.hpp diff --git a/external/boost/boost_1_86_0/boost/config/user.hpp b/external/boost/boost_1_86_0/hoost/config/user.hpp similarity index 85% rename from external/boost/boost_1_86_0/boost/config/user.hpp rename to external/boost/boost_1_86_0/hoost/config/user.hpp index f43f05bce01..6c10c063e4c 100644 --- a/external/boost/boost_1_86_0/boost/config/user.hpp +++ b/external/boost/boost_1_86_0/hoost/config/user.hpp @@ -1,6 +1,6 @@ -// boost/config/user.hpp ---------------------------------------------------// +// hoost/config/user.hpp ---------------------------------------------------// -// (C) Copyright John Maddock 2001. +// (C) Copyright John Maddock 2001. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -65,60 +65,60 @@ // even when available: // #define BOOST_DISABLE_WIN32 -// BOOST_DISABLE_ABI_HEADERS: Stops boost headers from including any -// prefix/suffix headers that normally control things like struct -// packing and alignment. +// BOOST_DISABLE_ABI_HEADERS: Stops boost headers from including any +// prefix/suffix headers that normally control things like struct +// packing and alignment. // #define BOOST_DISABLE_ABI_HEADERS // BOOST_ABI_PREFIX: A prefix header to include in place of whatever -// boost.config would normally select, any replacement should set up -// struct packing and alignment options as required. +// boost.config would normally select, any replacement should set up +// struct packing and alignment options as required. // #define BOOST_ABI_PREFIX my-header-name -// BOOST_ABI_SUFFIX: A suffix header to include in place of whatever -// boost.config would normally select, any replacement should undo -// the effects of the prefix header. +// BOOST_ABI_SUFFIX: A suffix header to include in place of whatever +// boost.config would normally select, any replacement should undo +// the effects of the prefix header. // #define BOOST_ABI_SUFFIX my-header-name -// BOOST_ALL_DYN_LINK: Forces all libraries that have separate source, -// to be linked as dll's rather than static libraries on Microsoft Windows -// (this macro is used to turn on __declspec(dllimport) modifiers, so that -// the compiler knows which symbols to look for in a dll rather than in a -// static library). Note that there may be some libraries that can only -// be linked in one way (statically or dynamically), in these cases this +// BOOST_ALL_DYN_LINK: Forces all libraries that have separate source, +// to be linked as dll's rather than static libraries on Microsoft Windows +// (this macro is used to turn on __declspec(dllimport) modifiers, so that +// the compiler knows which symbols to look for in a dll rather than in a +// static library). Note that there may be some libraries that can only +// be linked in one way (statically or dynamically), in these cases this // macro has no effect. // #define BOOST_ALL_DYN_LINK - -// BOOST_WHATEVER_DYN_LINK: Forces library "whatever" to be linked as a dll -// rather than a static library on Microsoft Windows: replace the WHATEVER -// part of the macro name with the name of the library that you want to -// dynamically link to, for example use BOOST_DATE_TIME_DYN_LINK or -// BOOST_REGEX_DYN_LINK etc (this macro is used to turn on __declspec(dllimport) -// modifiers, so that the compiler knows which symbols to look for in a dll -// rather than in a static library). -// Note that there may be some libraries that can only -// be linked in one way (statically or dynamically), + +// BOOST_WHATEVER_DYN_LINK: Forces library "whatever" to be linked as a dll +// rather than a static library on Microsoft Windows: replace the WHATEVER +// part of the macro name with the name of the library that you want to +// dynamically link to, for example use BOOST_DATE_TIME_DYN_LINK or +// BOOST_REGEX_DYN_LINK etc (this macro is used to turn on __declspec(dllimport) +// modifiers, so that the compiler knows which symbols to look for in a dll +// rather than in a static library). +// Note that there may be some libraries that can only +// be linked in one way (statically or dynamically), // in these cases this macro is unsupported. // #define BOOST_WHATEVER_DYN_LINK - -// BOOST_ALL_NO_LIB: Tells the config system not to automatically select -// which libraries to link against. -// Normally if a compiler supports #pragma lib, then the correct library -// build variant will be automatically selected and linked against, -// simply by the act of including one of that library's headers. + +// BOOST_ALL_NO_LIB: Tells the config system not to automatically select +// which libraries to link against. +// Normally if a compiler supports #pragma lib, then the correct library +// build variant will be automatically selected and linked against, +// simply by the act of including one of that library's headers. // This macro turns that feature off. // #define BOOST_ALL_NO_LIB - -// BOOST_WHATEVER_NO_LIB: Tells the config system not to automatically -// select which library to link against for library "whatever", -// replace WHATEVER in the macro name with the name of the library; -// for example BOOST_DATE_TIME_NO_LIB or BOOST_REGEX_NO_LIB. -// Normally if a compiler supports #pragma lib, then the correct library -// build variant will be automatically selected and linked against, simply -// by the act of including one of that library's headers. This macro turns + +// BOOST_WHATEVER_NO_LIB: Tells the config system not to automatically +// select which library to link against for library "whatever", +// replace WHATEVER in the macro name with the name of the library; +// for example BOOST_DATE_TIME_NO_LIB or BOOST_REGEX_NO_LIB. +// Normally if a compiler supports #pragma lib, then the correct library +// build variant will be automatically selected and linked against, simply +// by the act of including one of that library's headers. This macro turns // that feature off. // #define BOOST_WHATEVER_NO_LIB - + // BOOST_LIB_BUILDID: Set to the same value as the value passed to Boost.Build's // --buildid command line option. For example if you built using: // diff --git a/external/boost/boost_1_86_0/boost/config/warning_disable.hpp b/external/boost/boost_1_86_0/hoost/config/warning_disable.hpp similarity index 100% rename from external/boost/boost_1_86_0/boost/config/warning_disable.hpp rename to external/boost/boost_1_86_0/hoost/config/warning_disable.hpp diff --git a/external/boost/boost_1_86_0/boost/config/workaround.hpp b/external/boost/boost_1_86_0/hoost/config/workaround.hpp similarity index 99% rename from external/boost/boost_1_86_0/boost/config/workaround.hpp rename to external/boost/boost_1_86_0/hoost/config/workaround.hpp index 688f9636609..3d1e30ab263 100644 --- a/external/boost/boost_1_86_0/boost/config/workaround.hpp +++ b/external/boost/boost_1_86_0/hoost/config/workaround.hpp @@ -38,7 +38,7 @@ #ifndef BOOST_STRICT_CONFIG -#include +#include #ifndef __BORLANDC__ #define __BORLANDC___WORKAROUND_GUARD 1 diff --git a/external/boost/boost_1_86_0/boost/context/detail/apply.hpp b/external/boost/boost_1_86_0/hoost/context/detail/apply.hpp similarity index 87% rename from external/boost/boost_1_86_0/boost/context/detail/apply.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/apply.hpp index fbf0ca61764..744de1744d4 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/apply.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/apply.hpp @@ -12,13 +12,13 @@ #include #include -#include +#include -#include +#include #if defined(BOOST_NO_CXX17_STD_INVOKE) -#include +#include #endif -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX @@ -35,7 +35,7 @@ namespace detail { template< typename Fn, typename Tpl, std::size_t ... I > auto -apply_impl( Fn && fn, Tpl && tpl, index_sequence< I ... >) +apply_impl( Fn && fn, Tpl && tpl, index_sequence< I ... >) #if defined(BOOST_NO_CXX17_STD_INVOKE) -> decltype( boost::context::detail::invoke( std::forward< Fn >( fn), std::get< I >( std::forward< Tpl >( tpl) ) ... ) ) #else @@ -51,7 +51,7 @@ apply_impl( Fn && fn, Tpl && tpl, index_sequence< I ... >) template< typename Fn, typename Tpl > auto -apply( Fn && fn, Tpl && tpl) +apply( Fn && fn, Tpl && tpl) -> decltype( apply_impl( std::forward< Fn >( fn), std::forward< Tpl >( tpl), make_index_sequence< std::tuple_size< typename std::decay< Tpl >::type >::value >{}) ) diff --git a/external/boost/boost_1_86_0/boost/context/detail/config.hpp b/external/boost/boost_1_86_0/hoost/context/detail/config.hpp similarity index 96% rename from external/boost/boost_1_86_0/boost/context/detail/config.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/config.hpp index 06737fdf996..af91544c807 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/config.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/config.hpp @@ -10,8 +10,8 @@ // required for SD-6 compile-time integer sequences #include -#include -#include +#include +#include #ifdef BOOST_CONTEXT_DECL # undef BOOST_CONTEXT_DECL @@ -39,7 +39,7 @@ # if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_CONTEXT_DYN_LINK) # define BOOST_DYN_LINK # endif -# include +# include #endif #undef BOOST_CONTEXT_CALLDECL @@ -96,7 +96,7 @@ defined(BOOST_NO_CXX11_UNIFIED_INITIALISATION_SYNTAX) || \ defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) || \ defined(BOOST_NO_HDR_ATOMIC) || \ - defined(BOOST_NO_HDR_TUPLE) + defined(BOOST_NO_HDR_TUPLE) # define BOOST_CONTEXT_NO_CXX11 #endif diff --git a/external/boost/boost_1_86_0/boost/context/detail/disable_overload.hpp b/external/boost/boost_1_86_0/hoost/context/detail/disable_overload.hpp similarity index 92% rename from external/boost/boost_1_86_0/boost/context/detail/disable_overload.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/disable_overload.hpp index c88f916e399..a61919e2ca4 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/disable_overload.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/disable_overload.hpp @@ -9,9 +9,9 @@ #include -#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/detail/exception.hpp b/external/boost/boost_1_86_0/hoost/context/detail/exception.hpp similarity index 87% rename from external/boost/boost_1_86_0/boost/context/detail/exception.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/exception.hpp index 801201dbd15..b70ff0f8d5f 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/exception.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/exception.hpp @@ -7,10 +7,10 @@ #ifndef BOOST_CONTEXT_DETAIL_EXCEPTION_H #define BOOST_CONTEXT_DETAIL_EXCEPTION_H -#include -#include +#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/detail/exchange.hpp b/external/boost/boost_1_86_0/hoost/context/detail/exchange.hpp similarity index 96% rename from external/boost/boost_1_86_0/boost/context/detail/exchange.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/exchange.hpp index c5ee91284e8..de0bc459dbb 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/exchange.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/exchange.hpp @@ -10,7 +10,7 @@ #include #include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/detail/externc.hpp b/external/boost/boost_1_86_0/hoost/context/detail/externc.hpp similarity index 89% rename from external/boost/boost_1_86_0/boost/context/detail/externc.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/externc.hpp index 850bc1a3d7d..103621496b8 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/externc.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/externc.hpp @@ -5,8 +5,8 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include -#include +#include +#include #if defined(BOOST_USE_ASAN) extern "C" { diff --git a/external/boost/boost_1_86_0/boost/context/detail/fcontext.hpp b/external/boost/boost_1_86_0/hoost/context/detail/fcontext.hpp similarity index 91% rename from external/boost/boost_1_86_0/boost/context/detail/fcontext.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/fcontext.hpp index 7759827e8b2..19a882621e7 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/fcontext.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/fcontext.hpp @@ -7,10 +7,10 @@ #ifndef BOOST_CONTEXT_DETAIL_FCONTEXT_H #define BOOST_CONTEXT_DETAIL_FCONTEXT_H -#include -#include +#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/detail/index_sequence.hpp b/external/boost/boost_1_86_0/hoost/context/detail/index_sequence.hpp similarity index 91% rename from external/boost/boost_1_86_0/boost/context/detail/index_sequence.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/index_sequence.hpp index ed544253889..95c06015354 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/index_sequence.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/index_sequence.hpp @@ -9,12 +9,12 @@ #include -#include +#include -#include +#include #if defined(BOOST_CONTEXT_NO_CXX14_INTEGER_SEQUENCE) -#include +#include #endif #ifdef BOOST_HAS_ABI_HEADERS diff --git a/external/boost/boost_1_86_0/boost/context/detail/invoke.hpp b/external/boost/boost_1_86_0/hoost/context/detail/invoke.hpp similarity index 89% rename from external/boost/boost_1_86_0/boost/context/detail/invoke.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/invoke.hpp index 9173cbc7938..35ef8d24ff9 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/invoke.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/invoke.hpp @@ -11,9 +11,9 @@ #include #include -#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX @@ -29,7 +29,7 @@ typename std::enable_if< typename std::result_of< Fn &&( Args && ... ) >::type >::type invoke( Fn && fn, Args && ... args) { - return std::mem_fn( fn)( std::forward< Args >( args) ... ); + return std::mem_fn( fn)( std::forward< Args >( args) ... ); } template< typename Fn, typename ... Args > diff --git a/external/boost/boost_1_86_0/boost/context/detail/prefetch.hpp b/external/boost/boost_1_86_0/hoost/context/detail/prefetch.hpp similarity index 95% rename from external/boost/boost_1_86_0/boost/context/detail/prefetch.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/prefetch.hpp index 27f2fdb3567..3b32e833530 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/prefetch.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/prefetch.hpp @@ -9,10 +9,10 @@ #include #include -#include -#include +#include +#include -#include +#include #if BOOST_COMP_INTEL || BOOST_COMP_INTEL_EMULATED #include diff --git a/external/boost/boost_1_86_0/boost/context/detail/tuple.hpp b/external/boost/boost_1_86_0/hoost/context/detail/tuple.hpp similarity index 96% rename from external/boost/boost_1_86_0/boost/context/detail/tuple.hpp rename to external/boost/boost_1_86_0/hoost/context/detail/tuple.hpp index e1b2f867a7e..754d24f1b83 100644 --- a/external/boost/boost_1_86_0/boost/context/detail/tuple.hpp +++ b/external/boost/boost_1_86_0/hoost/context/detail/tuple.hpp @@ -10,10 +10,10 @@ #include #include -#include +#include -#include -#include +#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/fiber.hpp b/external/boost/boost_1_86_0/hoost/context/fiber.hpp similarity index 69% rename from external/boost/boost_1_86_0/boost/context/fiber.hpp rename to external/boost/boost_1_86_0/hoost/context/fiber.hpp index ff1b79e2da6..3b1c930a7ed 100644 --- a/external/boost/boost_1_86_0/boost/context/fiber.hpp +++ b/external/boost/boost_1_86_0/hoost/context/fiber.hpp @@ -5,9 +5,9 @@ // http://www.boost.org/LICENSE_1_0.txt) #if defined(BOOST_USE_UCONTEXT) -#include +#include #elif defined(BOOST_USE_WINFIB) -#include +#include #else -#include +#include #endif diff --git a/external/boost/boost_1_86_0/boost/context/fiber_fcontext.hpp b/external/boost/boost_1_86_0/hoost/context/fiber_fcontext.hpp similarity index 95% rename from external/boost/boost_1_86_0/boost/context/fiber_fcontext.hpp rename to external/boost/boost_1_86_0/hoost/context/fiber_fcontext.hpp index b4239d3f39b..06f15e6f7d5 100644 --- a/external/boost/boost_1_86_0/boost/context/fiber_fcontext.hpp +++ b/external/boost/boost_1_86_0/hoost/context/fiber_fcontext.hpp @@ -7,7 +7,7 @@ #ifndef BOOST_CONTEXT_FIBER_H #define BOOST_CONTEXT_FIBER_H -#include +#include #include #include @@ -20,24 +20,24 @@ #include #include -#include -#include +#include +#include #if defined(BOOST_NO_CXX14_STD_EXCHANGE) -#include +#include #endif #if defined(BOOST_NO_CXX17_STD_INVOKE) -#include +#include #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/fiber_ucontext.hpp b/external/boost/boost_1_86_0/hoost/context/fiber_ucontext.hpp similarity index 96% rename from external/boost/boost_1_86_0/boost/context/fiber_ucontext.hpp rename to external/boost/boost_1_86_0/hoost/context/fiber_ucontext.hpp index 927a1398546..ddf97902a68 100644 --- a/external/boost/boost_1_86_0/boost/context/fiber_ucontext.hpp +++ b/external/boost/boost_1_86_0/hoost/context/fiber_ucontext.hpp @@ -7,7 +7,7 @@ #ifndef BOOST_CONTEXT_FIBER_H #define BOOST_CONTEXT_FIBER_H -#include +#include #if BOOST_OS_MACOS #define _XOPEN_SOURCE 600 #endif @@ -16,8 +16,8 @@ extern "C" { #include } -#include -#include +#include +#include #include #include @@ -31,25 +31,25 @@ extern "C" { #include #include -#include -#include -#include +#include +#include +#include -#include +#include #if defined(BOOST_NO_CXX14_STD_EXCHANGE) -#include +#include #endif -#include +#include #if defined(BOOST_NO_CXX17_STD_INVOKE) -#include +#include #endif -#include -#include -#include +#include +#include +#include #if defined(BOOST_USE_SEGMENTED_STACKS) -#include +#include #endif -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX @@ -120,7 +120,7 @@ struct BOOST_CONTEXT_DECL fiber_activation_record { fiber_activation_record( stack_context sctx_) noexcept : sctx( sctx_ ), main_ctx( false ) { - } + } virtual ~fiber_activation_record() { #if defined(BOOST_USE_TSAN) @@ -289,7 +289,7 @@ class fiber_capture_record : public fiber_activation_record { c = boost::context::detail::invoke( fn_, std::move( c) ); #else c = std::invoke( fn_, std::move( c) ); -#endif +#endif } catch ( forced_unwind const& ex) { c = Ctx{ ex.from }; } @@ -357,7 +357,7 @@ static fiber_activation_record * create_fiber1( StackAlloc && salloc, Fn && fn) template< typename Ctx, typename StackAlloc, typename Fn > static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn) { - typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; + typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; // reserve space for control structure void * storage = reinterpret_cast< void * >( diff --git a/external/boost/boost_1_86_0/boost/context/fiber_winfib.hpp b/external/boost/boost_1_86_0/hoost/context/fiber_winfib.hpp similarity index 96% rename from external/boost/boost_1_86_0/boost/context/fiber_winfib.hpp rename to external/boost/boost_1_86_0/hoost/context/fiber_winfib.hpp index cd496d1be15..12e5251d52d 100644 --- a/external/boost/boost_1_86_0/boost/context/fiber_winfib.hpp +++ b/external/boost/boost_1_86_0/hoost/context/fiber_winfib.hpp @@ -9,7 +9,7 @@ #include -#include +#include #include #include @@ -23,20 +23,20 @@ #include #include -#include -#include +#include +#include -#include +#include #if defined(BOOST_NO_CXX14_STD_EXCHANGE) -#include +#include #endif #if defined(BOOST_NO_CXX17_STD_INVOKE) -#include +#include #endif -#include -#include -#include -#include +#include +#include +#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX @@ -86,7 +86,7 @@ struct BOOST_CONTEXT_DECL fiber_activation_record { fiber = ::ConvertThreadToFiber( nullptr); if ( BOOST_UNLIKELY( nullptr == fiber) ) { BOOST_ASSERT( ERROR_ALREADY_FIBER == ::GetLastError()); - fiber = ::GetCurrentFiber(); + fiber = ::GetCurrentFiber(); BOOST_ASSERT( nullptr != fiber); BOOST_ASSERT( reinterpret_cast< LPVOID >( 0x1E00) != fiber); } @@ -96,7 +96,7 @@ struct BOOST_CONTEXT_DECL fiber_activation_record { fiber_activation_record( stack_context sctx_) noexcept : sctx{ sctx_ }, main_ctx{ false } { - } + } virtual ~fiber_activation_record() { if ( BOOST_UNLIKELY( main_ctx) ) { @@ -226,7 +226,7 @@ class fiber_capture_record : public fiber_activation_record { c = boost::context::detail::invoke( fn_, std::move( c) ); #else c = std::invoke( fn_, std::move( c) ); -#endif +#endif } catch ( forced_unwind const& ex) { c = Ctx{ ex.from }; } @@ -260,7 +260,7 @@ static fiber_activation_record * create_fiber1( StackAlloc && salloc, Fn && fn) template< typename Ctx, typename StackAlloc, typename Fn > static fiber_activation_record * create_fiber2( preallocated palloc, StackAlloc && salloc, Fn && fn) { - typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; + typedef fiber_capture_record< Ctx, StackAlloc, Fn > capture_t; BOOST_ASSERT( ( sizeof( capture_t) ) < palloc.size); // reserve space for control structure @@ -390,9 +390,9 @@ class BOOST_CONTEXT_DECL fiber { bool operator<( fiber const& other) const noexcept { return ptr_ < other.ptr_; } - + #if !defined(BOOST_EMBTC) - + template< typename charT, class traitsT > friend std::basic_ostream< charT, traitsT > & operator<<( std::basic_ostream< charT, traitsT > & os, fiber const& other) { @@ -404,7 +404,7 @@ class BOOST_CONTEXT_DECL fiber { } #else - + template< typename charT, class traitsT > friend std::basic_ostream< charT, traitsT > & operator<<( std::basic_ostream< charT, traitsT > & os, fiber const& other); diff --git a/external/boost/boost_1_86_0/boost/context/fixedsize_stack.hpp b/external/boost/boost_1_86_0/hoost/context/fixedsize_stack.hpp similarity index 92% rename from external/boost/boost_1_86_0/boost/context/fixedsize_stack.hpp rename to external/boost/boost_1_86_0/hoost/context/fixedsize_stack.hpp index 2615cee603b..f0ba8fa2a66 100644 --- a/external/boost/boost_1_86_0/boost/context/fixedsize_stack.hpp +++ b/external/boost/boost_1_86_0/hoost/context/fixedsize_stack.hpp @@ -11,12 +11,12 @@ #include #include -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include #if defined(BOOST_CONTEXT_USE_MAP_STACK) extern "C" { diff --git a/external/boost/boost_1_86_0/boost/context/flags.hpp b/external/boost/boost_1_86_0/hoost/context/flags.hpp similarity index 95% rename from external/boost/boost_1_86_0/boost/context/flags.hpp rename to external/boost/boost_1_86_0/hoost/context/flags.hpp index c7ff1179da5..50369bcc054 100644 --- a/external/boost/boost_1_86_0/boost/context/flags.hpp +++ b/external/boost/boost_1_86_0/hoost/context/flags.hpp @@ -7,7 +7,7 @@ #ifndef BOOST_CONTEXT_FLAGS_H #define BOOST_CONTEXT_FLAGS_H -# include +# include # ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/posix/protected_fixedsize_stack.hpp b/external/boost/boost_1_86_0/hoost/context/posix/protected_fixedsize_stack.hpp similarity index 92% rename from external/boost/boost_1_86_0/boost/context/posix/protected_fixedsize_stack.hpp rename to external/boost/boost_1_86_0/hoost/context/posix/protected_fixedsize_stack.hpp index 07f52a44f75..41dba574581 100644 --- a/external/boost/boost_1_86_0/boost/context/posix/protected_fixedsize_stack.hpp +++ b/external/boost/boost_1_86_0/hoost/context/posix/protected_fixedsize_stack.hpp @@ -18,13 +18,13 @@ extern "C" { #include #include -#include -#include -#include +#include +#include +#include -#include -#include -#include +#include +#include +#include #if defined(BOOST_USE_VALGRIND) #include diff --git a/external/boost/boost_1_86_0/boost/context/posix/segmented_stack.hpp b/external/boost/boost_1_86_0/hoost/context/posix/segmented_stack.hpp similarity index 92% rename from external/boost/boost_1_86_0/boost/context/posix/segmented_stack.hpp rename to external/boost/boost_1_86_0/hoost/context/posix/segmented_stack.hpp index e3d2efcb5b1..23642cb7726 100644 --- a/external/boost/boost_1_86_0/boost/context/posix/segmented_stack.hpp +++ b/external/boost/boost_1_86_0/hoost/context/posix/segmented_stack.hpp @@ -10,11 +10,11 @@ #include #include -#include +#include -#include -#include -#include +#include +#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/preallocated.hpp b/external/boost/boost_1_86_0/hoost/context/preallocated.hpp similarity index 91% rename from external/boost/boost_1_86_0/boost/context/preallocated.hpp rename to external/boost/boost_1_86_0/hoost/context/preallocated.hpp index 862a6a5060f..0106f537d59 100644 --- a/external/boost/boost_1_86_0/boost/context/preallocated.hpp +++ b/external/boost/boost_1_86_0/hoost/context/preallocated.hpp @@ -9,9 +9,9 @@ #include -#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/protected_fixedsize_stack.hpp b/external/boost/boost_1_86_0/hoost/context/protected_fixedsize_stack.hpp similarity index 62% rename from external/boost/boost_1_86_0/boost/context/protected_fixedsize_stack.hpp rename to external/boost/boost_1_86_0/hoost/context/protected_fixedsize_stack.hpp index a05aa73fe93..131cddbd6cc 100644 --- a/external/boost/boost_1_86_0/boost/context/protected_fixedsize_stack.hpp +++ b/external/boost/boost_1_86_0/hoost/context/protected_fixedsize_stack.hpp @@ -4,10 +4,10 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #if defined(BOOST_WINDOWS) -# include +# include #else -# include +# include #endif diff --git a/external/boost/boost_1_86_0/boost/context/segmented_stack.hpp b/external/boost/boost_1_86_0/hoost/context/segmented_stack.hpp similarity index 78% rename from external/boost/boost_1_86_0/boost/context/segmented_stack.hpp rename to external/boost/boost_1_86_0/hoost/context/segmented_stack.hpp index 88e3e6a61f5..45f5e7f794a 100644 --- a/external/boost/boost_1_86_0/boost/context/segmented_stack.hpp +++ b/external/boost/boost_1_86_0/hoost/context/segmented_stack.hpp @@ -4,10 +4,10 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #if defined(BOOST_USE_SEGMENTED_STACKS) # if ! defined(BOOST_WINDOWS) -# include +# include # endif #endif diff --git a/external/boost/boost_1_86_0/boost/context/stack_context.hpp b/external/boost/boost_1_86_0/hoost/context/stack_context.hpp similarity index 95% rename from external/boost/boost_1_86_0/boost/context/stack_context.hpp rename to external/boost/boost_1_86_0/hoost/context/stack_context.hpp index 740d981dc79..a65d8deb279 100644 --- a/external/boost/boost_1_86_0/boost/context/stack_context.hpp +++ b/external/boost/boost_1_86_0/hoost/context/stack_context.hpp @@ -9,9 +9,9 @@ #include -#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/stack_traits.hpp b/external/boost/boost_1_86_0/hoost/context/stack_traits.hpp similarity index 92% rename from external/boost/boost_1_86_0/boost/context/stack_traits.hpp rename to external/boost/boost_1_86_0/hoost/context/stack_traits.hpp index d5320f509da..56ab4b32e1c 100644 --- a/external/boost/boost_1_86_0/boost/context/stack_traits.hpp +++ b/external/boost/boost_1_86_0/hoost/context/stack_traits.hpp @@ -9,9 +9,9 @@ #include -#include +#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/context/windows/protected_fixedsize_stack.hpp b/external/boost/boost_1_86_0/hoost/context/windows/protected_fixedsize_stack.hpp similarity index 90% rename from external/boost/boost_1_86_0/boost/context/windows/protected_fixedsize_stack.hpp rename to external/boost/boost_1_86_0/hoost/context/windows/protected_fixedsize_stack.hpp index 30f74c2ccdd..e1a258a1d23 100644 --- a/external/boost/boost_1_86_0/boost/context/windows/protected_fixedsize_stack.hpp +++ b/external/boost/boost_1_86_0/hoost/context/windows/protected_fixedsize_stack.hpp @@ -15,13 +15,13 @@ extern "C" { #include #include -#include -#include -#include +#include +#include +#include -#include -#include -#include +#include +#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/boost/core/ignore_unused.hpp b/external/boost/boost_1_86_0/hoost/core/ignore_unused.hpp similarity index 99% rename from external/boost/boost_1_86_0/boost/core/ignore_unused.hpp rename to external/boost/boost_1_86_0/hoost/core/ignore_unused.hpp index 7c4a99787c6..a27cfd4dedc 100644 --- a/external/boost/boost_1_86_0/boost/core/ignore_unused.hpp +++ b/external/boost/boost_1_86_0/hoost/core/ignore_unused.hpp @@ -7,7 +7,7 @@ #ifndef BOOST_CORE_IGNORE_UNUSED_HPP #define BOOST_CORE_IGNORE_UNUSED_HPP -#include +#include namespace boost { diff --git a/external/boost/boost_1_86_0/boost/cstdint.hpp b/external/boost/boost_1_86_0/hoost/cstdint.hpp similarity index 94% rename from external/boost/boost_1_86_0/boost/cstdint.hpp rename to external/boost/boost_1_86_0/hoost/cstdint.hpp index 967aacfd3e1..5ac81aeea1e 100644 --- a/external/boost/boost_1_86_0/boost/cstdint.hpp +++ b/external/boost/boost_1_86_0/hoost/cstdint.hpp @@ -13,7 +13,7 @@ // 31 Oct 01 use BOOST_HAS_LONG_LONG to check for "long long" (Jens M.) // 16 Apr 01 check LONGLONG_MAX when looking for "long long" (Jens Maurer) // 23 Jan 01 prefer "long" over "int" for int32_t and intmax_t (Jens Maurer) -// 12 Nov 00 Merged (Jens Maurer) +// 12 Nov 00 Merged (Jens Maurer) // 23 Sep 00 Added INTXX_C macro support (John Maddock). // 22 Sep 00 Better 64-bit support (John Maddock) // 29 Jun 00 Reimplement to avoid including stdint.h within namespace boost @@ -33,11 +33,11 @@ # define __STDC_CONSTANT_MACROS #endif -#include +#include // // For the following code we get several warnings along the lines of: // -// boost/cstdint.hpp:428:35: error: use of C99 long long integer constant +// hoost/cstdint.hpp:428:35: error: use of C99 long long integer constant // // So we declare this a system header to suppress these warnings. // See also https://github.com/boostorg/config/issues/190 @@ -50,7 +50,7 @@ // Note that GLIBC is a bit inconsistent about whether int64_t is defined or not // depending upon what headers happen to have been included first... // so we disable use of stdint.h when GLIBC does not define __GLIBC_HAVE_LONG_LONG. -// See https://svn.boost.org/trac/boost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990 +// See https://svn.boost.org/trac/hoost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990 // #if defined(BOOST_HAS_STDINT_H) \ && (!defined(__GLIBC__) \ @@ -80,7 +80,7 @@ # endif -#if defined(__QNX__) && defined(__EXT_QNX) +#if defined(__QNX__) && defined(__EXT_QNX) // QNX (Dinkumware stdlib) defines these as non-standard names. // Reflect to the standard names. @@ -201,7 +201,7 @@ namespace boost { #else // BOOST_HAS_STDINT_H -# include // implementation artifact; not part of interface +# include // implementation artifact; not part of interface # include // needed for limits macros @@ -226,7 +226,7 @@ namespace boost typedef unsigned char uint_least8_t; typedef unsigned char uint_fast8_t; # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif // 16-bit types -----------------------------------------------------------// @@ -265,7 +265,7 @@ namespace boost typedef unsigned short uint_least16_t; typedef unsigned short uint_fast16_t; # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif // 32-bit types -----------------------------------------------------------// @@ -300,7 +300,7 @@ namespace boost typedef unsigned __int32 uint_least32_t; typedef unsigned __int32 uint_fast32_t; # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif // 64-bit types + intmax_t and uintmax_t ----------------------------------// @@ -314,7 +314,7 @@ namespace boost # elif (defined(ULLONG_MAX) && ULLONG_MAX == 18446744073709551615ULL) || (defined(ULONG_LONG_MAX) && ULONG_LONG_MAX == 18446744073709551615ULL) || (defined(ULONGLONG_MAX) && ULONGLONG_MAX == 18446744073709551615ULL) // 2**64 - 1 # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif typedef ::boost::long_long_type intmax_t; @@ -338,7 +338,7 @@ namespace boost typedef unsigned long uint_least64_t; typedef unsigned long uint_fast64_t; # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif # elif defined(__GNUC__) && defined(BOOST_HAS_LONG_LONG) __extension__ typedef long long intmax_t; @@ -420,7 +420,7 @@ INT#_C macros if they're not already defined (John Maddock). (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C)) // // Undef the macros as a precaution, since we may get here if has failed -// to define them all, see https://svn.boost.org/trac/boost/ticket/12786 +// to define them all, see https://svn.boost.org/trac/hoost/ticket/12786 // #undef INT8_C #undef INT16_C @@ -517,7 +517,7 @@ INT#_C macros if they're not already defined (John Maddock). # define INT64_C(value) value##LL # define UINT64_C(value) value##uLL # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif # elif ULONG_MAX != 0xffffffff @@ -525,7 +525,7 @@ INT#_C macros if they're not already defined (John Maddock). # define INT64_C(value) value##L # define UINT64_C(value) value##uL # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif # elif defined(BOOST_HAS_LONG_LONG) // Usual macros not defined, work things out for ourselves: @@ -533,10 +533,10 @@ INT#_C macros if they're not already defined (John Maddock). # define INT64_C(value) value##LL # define UINT64_C(value) value##uLL # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif # else -# error defaults not correct; you must hand modify boost/cstdint.hpp +# error defaults not correct; you must hand modify hoost/cstdint.hpp # endif # ifdef BOOST_NO_INT64_T @@ -550,7 +550,3 @@ INT#_C macros if they're not already defined (John Maddock). # endif // Borland/Microsoft specific width suffixes #endif // INT#_C macros. - - - - diff --git a/external/boost/boost_1_86_0/boost/detail/workaround.hpp b/external/boost/boost_1_86_0/hoost/detail/workaround.hpp similarity index 88% rename from external/boost/boost_1_86_0/boost/detail/workaround.hpp rename to external/boost/boost_1_86_0/hoost/detail/workaround.hpp index 9c392182a06..35341f7f524 100644 --- a/external/boost/boost_1_86_0/boost/detail/workaround.hpp +++ b/external/boost/boost_1_86_0/hoost/detail/workaround.hpp @@ -5,6 +5,6 @@ #ifndef BOOST_WORKAROUND_DWA2002126_HPP #define BOOST_WORKAROUND_DWA2002126_HPP -#include +#include #endif // BOOST_WORKAROUND_DWA2002126_HPP diff --git a/external/boost/boost_1_86_0/libs/context/src/asm/tail_ontop_ppc32_sysv.cpp b/external/boost/boost_1_86_0/libs/context/src/asm/tail_ontop_ppc32_sysv.cpp index 72b0c719f90..07f9e4a130b 100644 --- a/external/boost/boost_1_86_0/libs/context/src/asm/tail_ontop_ppc32_sysv.cpp +++ b/external/boost/boost_1_86_0/libs/context/src/asm/tail_ontop_ppc32_sysv.cpp @@ -4,7 +4,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include using boost::context::detail::fcontext_t; using boost::context::detail::transfer_t; diff --git a/external/boost/boost_1_86_0/libs/context/src/continuation.cpp b/external/boost/boost_1_86_0/libs/context/src/continuation.cpp index 2d7769602a7..8e57b1c61f2 100644 --- a/external/boost/boost_1_86_0/libs/context/src/continuation.cpp +++ b/external/boost/boost_1_86_0/libs/context/src/continuation.cpp @@ -5,12 +5,12 @@ // http://www.boost.org/LICENSE_1_0.txt) #if defined(BOOST_USE_UCONTEXT) -#include "boost/context/continuation_ucontext.hpp" +#include "hoost/context/continuation_ucontext.hpp" #elif defined(BOOST_USE_WINFIB) -#include "boost/context/continuation_winfib.hpp" +#include "hoost/context/continuation_winfib.hpp" #endif -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/libs/context/src/fiber.cpp b/external/boost/boost_1_86_0/libs/context/src/fiber.cpp index b6b790df544..dd610ee86fc 100644 --- a/external/boost/boost_1_86_0/libs/context/src/fiber.cpp +++ b/external/boost/boost_1_86_0/libs/context/src/fiber.cpp @@ -5,12 +5,12 @@ // http://www.boost.org/LICENSE_1_0.txt) #if defined(BOOST_USE_UCONTEXT) -#include "boost/context/fiber_ucontext.hpp" +#include "hoost/context/fiber_ucontext.hpp" #elif defined(BOOST_USE_WINFIB) -#include "boost/context/fiber_winfib.hpp" +#include "hoost/context/fiber_winfib.hpp" #endif -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX diff --git a/external/boost/boost_1_86_0/libs/context/src/posix/stack_traits.cpp b/external/boost/boost_1_86_0/libs/context/src/posix/stack_traits.cpp index 99281bfc3fc..2909d6d3c97 100644 --- a/external/boost/boost_1_86_0/libs/context/src/posix/stack_traits.cpp +++ b/external/boost/boost_1_86_0/libs/context/src/posix/stack_traits.cpp @@ -4,7 +4,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include "boost/context/stack_traits.hpp" +#include "hoost/context/stack_traits.hpp" extern "C" { #include @@ -18,8 +18,8 @@ extern "C" { #include #include -#include -#include +#include +#include #if !defined (SIGSTKSZ) # define SIGSTKSZ (32768) // 32kb minimum allowable stack diff --git a/external/boost/boost_1_86_0/libs/context/src/windows/stack_traits.cpp b/external/boost/boost_1_86_0/libs/context/src/windows/stack_traits.cpp index 4edada0965b..554061b8604 100644 --- a/external/boost/boost_1_86_0/libs/context/src/windows/stack_traits.cpp +++ b/external/boost/boost_1_86_0/libs/context/src/windows/stack_traits.cpp @@ -4,7 +4,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include "boost/context/stack_traits.hpp" +#include "hoost/context/stack_traits.hpp" extern "C" { #include @@ -18,10 +18,10 @@ extern "C" { #include #include -#include -#include +#include +#include -#include +#include // x86_64 // test x86_64 before i386 because icc might diff --git a/external/boost/boost_1_86_0/libs/context/test/Jamfile.v2 b/external/boost/boost_1_86_0/libs/context/test/Jamfile.v2 index 54019a20da1..88a9b3d21b0 100644 --- a/external/boost/boost_1_86_0/libs/context/test/Jamfile.v2 +++ b/external/boost/boost_1_86_0/libs/context/test/Jamfile.v2 @@ -15,9 +15,9 @@ import toolset ; import ../../config/checks/config : requires ; using flags ; -project boost/context/test +project hoost/context/test : requirements - /boost/context//boost_context + /hoost/context//boost_context linux,gcc,on:-fsplit-stack linux,gcc,on:-DBOOST_USE_SEGMENTED_STACKS clang,on:-fsplit-stack diff --git a/external/boost/boost_1_86_0/libs/context/test/is_libstdcxx.cpp b/external/boost/boost_1_86_0/libs/context/test/is_libstdcxx.cpp index ade44da553d..d46b32a156f 100644 --- a/external/boost/boost_1_86_0/libs/context/test/is_libstdcxx.cpp +++ b/external/boost/boost_1_86_0/libs/context/test/is_libstdcxx.cpp @@ -3,7 +3,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include +#include #ifndef BOOST_LIBSTDCXX_VERSION # error "Not libstdc++" diff --git a/external/boost/boost_1_86_0/libs/context/test/test_apply.cpp b/external/boost/boost_1_86_0/libs/context/test/test_apply.cpp index 5fa685f15a9..17ad7428f0a 100644 --- a/external/boost/boost_1_86_0/libs/context/test/test_apply.cpp +++ b/external/boost/boost_1_86_0/libs/context/test/test_apply.cpp @@ -12,11 +12,11 @@ #include #include -#include -#include +#include +#include -#include -#include +#include +#include #define BOOST_CHECK_EQUAL(a, b) BOOST_TEST_EQ(a, b) diff --git a/external/boost/boost_1_86_0/libs/context/test/test_callcc.cpp b/external/boost/boost_1_86_0/libs/context/test/test_callcc.cpp index 1a28276fa99..bab8304f772 100644 --- a/external/boost/boost_1_86_0/libs/context/test/test_callcc.cpp +++ b/external/boost/boost_1_86_0/libs/context/test/test_callcc.cpp @@ -19,15 +19,15 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#include -#include +#include +#include #ifdef BOOST_WINDOWS #include @@ -285,7 +285,7 @@ void test_ontop_exception() { c = c.resume(); } catch ( my_exception & ex) { value2 = ex.what(); - return std::move( ex.c); + return std::move( ex.c); } } return std::move( c); @@ -478,7 +478,7 @@ void test_badcatch() { BOOST_CHECK_EQUAL( 3, value1); BOOST_CHECK_EQUAL( 3., value3); // the destruction of ctx here will cause a forced_unwind to be thrown that is not caught - // in fn19. That will trigger the "not caught" assertion in ~forced_unwind. Getting that + // in fn19. That will trigger the "not caught" assertion in ~forced_unwind. Getting that // assertion to propogate bak here cleanly is non-trivial, and there seems to not be a good // way to hook directly into the assertion when it happens on an alternate stack. std::move( c); diff --git a/external/boost/boost_1_86_0/libs/context/test/test_fcontext.cpp b/external/boost/boost_1_86_0/libs/context/test/test_fcontext.cpp index 960e43bcc24..0205667213e 100644 --- a/external/boost/boost_1_86_0/libs/context/test/test_fcontext.cpp +++ b/external/boost/boost_1_86_0/libs/context/test/test_fcontext.cpp @@ -15,13 +15,13 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include -#include -#include +#include +#include #if defined(BOOST_CONTEXT_USE_MAP_STACK) extern "C" { diff --git a/external/boost/boost_1_86_0/libs/context/test/test_fiber.cpp b/external/boost/boost_1_86_0/libs/context/test/test_fiber.cpp index 051432284df..48e947cb1a5 100644 --- a/external/boost/boost_1_86_0/libs/context/test/test_fiber.cpp +++ b/external/boost/boost_1_86_0/libs/context/test/test_fiber.cpp @@ -19,15 +19,15 @@ #include #include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include + +#include +#include #ifdef BOOST_WINDOWS #include diff --git a/external/boost/boost_1_86_0/libs/context/test/test_invoke.cpp b/external/boost/boost_1_86_0/libs/context/test/test_invoke.cpp index e3a5edcea86..c4742f497ad 100644 --- a/external/boost/boost_1_86_0/libs/context/test/test_invoke.cpp +++ b/external/boost/boost_1_86_0/libs/context/test/test_invoke.cpp @@ -12,13 +12,13 @@ #include #include -#include -#include -#include +#include +#include +#include #if defined(BOOST_NO_CXX17_STD_INVOKE) -#include -#include +#include +#include #define BOOST_CHECK_EQUAL(a, b) BOOST_TEST_EQ(a, b) diff --git a/lib/Support/StackExecutor.cpp b/lib/Support/StackExecutor.cpp index d7bf0007c43..ac38b22edc1 100644 --- a/lib/Support/StackExecutor.cpp +++ b/lib/Support/StackExecutor.cpp @@ -11,8 +11,8 @@ #include "llvh/Support/Debug.h" #include "llvh/Support/raw_ostream.h" -#include -#include +#include +#include #include