stabilize build system: depends, installer, boost/bdb fixes, cross targets groundwork

This commit is contained in:
2026-02-24 18:38:47 +00:00
parent da8c28aaeb
commit 65cb2619a7
13106 changed files with 2484322 additions and 1804 deletions
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_DIGIT_TO_INT_HPP
#define BOOST_METAPARSE_UTIL_DIGIT_TO_INT_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/digit_to_int.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::digit_to_int;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_DIGIT_TO_INT_C_HPP
#define BOOST_METAPARSE_UTIL_DIGIT_TO_INT_C_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/digit_to_int_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::digit_to_int_c;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IN_RANGE_HPP
#define BOOST_METAPARSE_UTIL_IN_RANGE_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/in_range.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::in_range;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IN_RANGE_C_HPP
#define BOOST_METAPARSE_UTIL_IN_RANGE_C_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2014.
// 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)
#include <boost/metaparse/v1/util/in_range_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::in_range_c;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_INT_TO_DIGIT_HPP
#define BOOST_METAPARSE_UTIL_INT_TO_DIGIT_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/int_to_digit.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::int_to_digit;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_INT_TO_DIGIT_C_HPP
#define BOOST_METAPARSE_UTIL_INT_TO_DIGIT_C_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/int_to_digit_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::int_to_digit_c;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IS_DIGIT_HPP
#define BOOST_METAPARSE_UTIL_IS_DIGIT_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2010.
// 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)
#include <boost/metaparse/v1/util/is_digit.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_digit;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IS_LCASE_LETTER_HPP
#define BOOST_METAPARSE_UTIL_IS_LCASE_LETTER_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/is_lcase_letter.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_lcase_letter;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IS_LETTER_HPP
#define BOOST_METAPARSE_UTIL_IS_LETTER_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/is_letter.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_letter;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IS_UCASE_LETTER_HPP
#define BOOST_METAPARSE_UTIL_IS_UCASE_LETTER_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/is_ucase_letter.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_ucase_letter;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IS_WHITESPACE_HPP
#define BOOST_METAPARSE_UTIL_IS_WHITESPACE_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/is_whitespace.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_whitespace;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_UTIL_IS_WHITESPACE_C_HPP
#define BOOST_METAPARSE_UTIL_IS_WHITESPACE_C_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// 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)
#include <boost/metaparse/v1/util/is_whitespace_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_whitespace_c;
}
}
}
#endif