Added boost header
This commit is contained in:
18
test/external/boost/spirit/repository/include/karma.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/karma.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_KARMA_REPOSITORY
|
||||
#define BOOST_SPIRIT_INCLUDE_KARMA_REPOSITORY
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/karma.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/karma_confix.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/karma_confix.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_KARMA_REPOSITORY_CONFIX
|
||||
#define BOOST_SPIRIT_INCLUDE_KARMA_REPOSITORY_CONFIX
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/karma/directive/confix.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/karma_directive.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/karma_directive.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_REPOSITORY_KARMA_DIRECTIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_REPOSITORY_KARMA_DIRECTIVE
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/karma/directive.hpp>
|
||||
|
||||
#endif
|
||||
19
test/external/boost/spirit/repository/include/karma_nonterminal.hpp
vendored
Normal file
19
test/external/boost/spirit/repository/include/karma_nonterminal.hpp
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 Hartmut Kaiser
|
||||
Copyright (c) 2009 Francois Barel
|
||||
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_REPOSITORY_INCLUDE_KARMA_NONTERMINAL
|
||||
#define BOOST_SPIRIT_REPOSITORY_INCLUDE_KARMA_NONTERMINAL
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/karma/nonterminal.hpp>
|
||||
|
||||
#endif
|
||||
19
test/external/boost/spirit/repository/include/karma_subrule.hpp
vendored
Normal file
19
test/external/boost/spirit/repository/include/karma_subrule.hpp
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 Hartmut Kaiser
|
||||
Copyright (c) 2009 Francois Barel
|
||||
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_REPOSITORY_INCLUDE_KARMA_SUBRULE
|
||||
#define BOOST_SPIRIT_REPOSITORY_INCLUDE_KARMA_SUBRULE
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/karma/nonterminal/subrule.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_QI_REPOSITORY
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_REPOSITORY
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi.hpp>
|
||||
|
||||
#endif
|
||||
17
test/external/boost/spirit/repository/include/qi_advance.hpp
vendored
Normal file
17
test/external/boost/spirit/repository/include/qi_advance.hpp
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2011 Aaron Graham
|
||||
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_INCLUDE_QI_REPOSITORY_ADVANCE
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_REPOSITORY_ADVANCE
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/primitive/advance.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi_confix.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi_confix.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_REPOSITORY_INCLUDE_QI_CONFIX
|
||||
#define BOOST_SPIRIT_REPOSITORY_INCLUDE_QI_CONFIX
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/directive/confix.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi_directive.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi_directive.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_REPOSITORY_QI_DIRECTIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_REPOSITORY_QI_DIRECTIVE
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/directive.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi_distinct.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi_distinct.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_QI_REPOSITORY_DISTINCT
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_REPOSITORY_DISTINCT
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/directive/distinct.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi_flush_multi_pass.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi_flush_multi_pass.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_QI_REPOSITORY_FLUSH_MULTI_PASS
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_REPOSITORY_FLUSH_MULTI_PASS
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/primitive/flush_multi_pass.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi_iter_pos.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi_iter_pos.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_QI_REPOSITORY_ITER_POS
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_REPOSITORY_ITER_POS
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/primitive/iter_pos.hpp>
|
||||
|
||||
#endif
|
||||
19
test/external/boost/spirit/repository/include/qi_keywords.hpp
vendored
Normal file
19
test/external/boost/spirit/repository/include/qi_keywords.hpp
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 Hartmut Kaiser
|
||||
Copyright (c) 2011 Thomas Bernard
|
||||
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_INCLUDE_QI_KEYWORDS
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_KEYWORDS
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/operator/keywords.hpp>
|
||||
|
||||
#endif
|
||||
38
test/external/boost/spirit/repository/include/qi_kwd.hpp
vendored
Normal file
38
test/external/boost/spirit/repository/include/qi_kwd.hpp
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 Hartmut Kaiser
|
||||
Copyright (c) 2011 Thomas Bernard
|
||||
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_INCLUDE_QI_KWD
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_KWD
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/directive/kwd.hpp>
|
||||
|
||||
#endif
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 Hartmut Kaiser
|
||||
Copyright (c) 2011 Thomas Bernard
|
||||
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_INCLUDE_QI_KWD
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_KWD
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/directive/kwd.hpp>
|
||||
|
||||
#endif
|
||||
19
test/external/boost/spirit/repository/include/qi_nonterminal.hpp
vendored
Normal file
19
test/external/boost/spirit/repository/include/qi_nonterminal.hpp
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2010 Joel de Guzman
|
||||
Copyright (c) 2001-2010 Hartmut Kaiser
|
||||
Copyright (c) 2009 Francois Barel
|
||||
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_REPOSITORY_INCLUDE_QI_NONTERMINAL
|
||||
#define BOOST_SPIRIT_REPOSITORY_INCLUDE_QI_NONTERMINAL
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/nonterminal.hpp>
|
||||
|
||||
#endif
|
||||
18
test/external/boost/spirit/repository/include/qi_primitive.hpp
vendored
Normal file
18
test/external/boost/spirit/repository/include/qi_primitive.hpp
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 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_INCLUDE_REPOSITORY_QI_PRIMITIVE
|
||||
#define BOOST_SPIRIT_INCLUDE_REPOSITORY_QI_PRIMITIVE
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/primitive.hpp>
|
||||
|
||||
#endif
|
||||
16
test/external/boost/spirit/repository/include/qi_seek.hpp
vendored
Normal file
16
test/external/boost/spirit/repository/include/qi_seek.hpp
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/*//////////////////////////////////////////////////////////////////////////////
|
||||
Copyright (c) 2011 Jamboree
|
||||
|
||||
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_INCLUDE_QI_REPOSITORY_SEEK
|
||||
#define BOOST_SPIRIT_INCLUDE_QI_REPOSITORY_SEEK
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/directive/seek.hpp>
|
||||
|
||||
#endif
|
||||
19
test/external/boost/spirit/repository/include/qi_subrule.hpp
vendored
Normal file
19
test/external/boost/spirit/repository/include/qi_subrule.hpp
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2011 Joel de Guzman
|
||||
Copyright (c) 2001-2011 Hartmut Kaiser
|
||||
Copyright (c) 2009 Francois Barel
|
||||
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_REPOSITORY_INCLUDE_QI_SUBRULE
|
||||
#define BOOST_SPIRIT_REPOSITORY_INCLUDE_QI_SUBRULE
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/repository/home/qi/nonterminal/subrule.hpp>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user