Added boost header
This commit is contained in:
27
test/external/boost/spirit/tree/ast.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/ast.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_AST
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_AST
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_ast.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_ast.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_ast.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/ast_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/ast_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_AST_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_AST_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_ast_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_ast_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_ast_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/common.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/common.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_COMMON
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_COMMON
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_common.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_common.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_common.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/common_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/common_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_COMMON_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_COMMON_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_common_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_common_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_common_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/parse_tree.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/parse_tree.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSE_TREE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSE_TREE
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_parse_tree.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_parse_tree.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_parse_tree.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/parse_tree_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/parse_tree_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSE_TREE_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSE_TREE_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_parse_tree_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_parse_tree_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_parse_tree_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/parse_tree_utils.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/parse_tree_utils.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSE_TREE_UTILS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSE_TREE_UTILS
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_parse_tree_utils.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_parse_tree_utils.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_parse_tree_utils.hpp>
|
||||
|
||||
#endif
|
||||
21
test/external/boost/spirit/tree/parsetree.dtd
vendored
Normal file
21
test/external/boost/spirit/tree/parsetree.dtd
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- This DTD is used for the output of Spirit parse tree's through -->
|
||||
<!-- the boost::spirit::tree_to_xml functions. -->
|
||||
<!-- Copyright (c) 2001-2007 Hartmut Kaiser -->
|
||||
<!-- Distribution 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) -->
|
||||
<!ELEMENT parsetree (parsenode)>
|
||||
<!ATTLIST parsetree
|
||||
version CDATA "1.0"
|
||||
>
|
||||
<!ELEMENT parsenode ((value | token)?, parsenode*)>
|
||||
<!ATTLIST parsenode
|
||||
rule CDATA #IMPLIED
|
||||
>
|
||||
<!ELEMENT value (#PCDATA | token)*>
|
||||
<!ELEMENT token (#PCDATA)>
|
||||
<!ATTLIST token
|
||||
id CDATA #REQUIRED
|
||||
is_root CDATA "0"
|
||||
>
|
||||
27
test/external/boost/spirit/tree/tree_to_xml.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/tree_to_xml.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_TREE_TO_XML
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_TREE_TO_XML
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_tree_to_xml.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_tree_to_xml.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_tree_to_xml.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/tree/typeof.hpp
vendored
Normal file
27
test/external/boost/spirit/tree/typeof.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_TYPEOF_TREE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_TYPEOF_TREE
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_typeof.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_typeof.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_typeof.hpp>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user