[DEV] add v1.66.0

This commit is contained in:
2018-01-12 21:47:58 +01:00
parent 87059bb1af
commit a97e9ae7d4
49032 changed files with 7668950 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# (C) Copyright 2012: Eric Niebler
# 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)
# Generates preprocessed files with wave.
project : requirements <link>static <variant>release ;
import feature ;
import toolset ;
feature.feature phoenix-limit : : free ;
toolset.flags wave PHOENIX-LIMIT <phoenix-limit> ;
actions wave bind PHOENIX-LIMIT
{
echo Preprocessing with BOOST_PHOENIX_LIMIT=$(PHOENIX-LIMIT)...
$(>[2]) -o- -DBOOST_PHOENIX_LIMIT=$(PHOENIX-LIMIT) --config-file wave.cfg $(>[1])
}
W = /boost/libs/wave/tool//wave ;
make preprocess_phoenix_10
: preprocess_phoenix.cpp $(W) : wave : <phoenix-limit>10
;
make preprocess_phoenix_20
: preprocess_phoenix.cpp $(W) : wave : <phoenix-limit>20
;
make preprocess_phoenix_30
: preprocess_phoenix.cpp $(W) : wave : <phoenix-limit>30
;
make preprocess_phoenix_40
: preprocess_phoenix.cpp $(W) : wave : <phoenix-limit>40
;
make preprocess_phoenix_50
: preprocess_phoenix.cpp $(W) : wave : <phoenix-limit>50
;

View File

@@ -0,0 +1,16 @@
// Copyright (c) 2011 Hartmut Kaiser
//
// 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 "../include/boost/phoenix/version.hpp"
#include "../include/boost/phoenix/core.hpp"
#include "../include/boost/phoenix/bind.hpp"
#include "../include/boost/phoenix/function.hpp"
#include "../include/boost/phoenix/fusion.hpp"
#include "../include/boost/phoenix/object.hpp"
#include "../include/boost/phoenix/operator.hpp"
#include "../include/boost/phoenix/scope.hpp"
#include "../include/boost/phoenix/scope/dynamic.hpp"
#include "../include/boost/phoenix/statement.hpp"
#include "../include/boost/phoenix/stl.hpp"

View File

@@ -0,0 +1,22 @@
-DBOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES
-DBOOST_PHOENIX_CREATE_PREPROCESSED_FILES
-S../include
-S../../..
-S"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include"
-S.
--variadics
-D_WIN32
-NBOOST_STATIC_ASSERT
-NBOOST_STATIC_CONSTANT
-NBOOST_MPL_HAS_XXX_TRAIT_DEF
-NBOOST_MPL_ASSERT_MSG
-NBOOST_FORCEINLINE
-NBOOST_MPL_ASSERT
-NBOOST_MPL_ASSERT_MSG
-NBOOST_MPL_ASSERT_RELATION
-NBOOST_PROTO_USE_GET_POINTER
-NBOOST_PROTO_GET_POINTER
-NBOOST_PROTO_CALLABLE
-NBOOST_PROTO_TRANSFORM
-NBOOST_FUSION_ADAPT_TPL_STRUCT_NO_PARTIAL
--timer

View File

@@ -0,0 +1,34 @@
-DBOOST_PHOENIX_DONT_USE_PREPROCESSED_FILES
-DBOOST_PHOENIX_CREATE_PREPROCESSED_FILES
-S../include
-S../../..
-S/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/include
-S/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include
-S/usr/lib/gcc/x86_64-linux-gnu/4.6.3/include
-S/usr/lib/gcc/i486-linux-gnu/4.4.5/include
-S/usr/include/c++/4.6.0
-S/usr/include/c++/4.6.1
-S/usr/include/c++/4.6.3
-S/usr/include/c++/4.4.5
-S/usr/include/c++/4.6.0/x86_64-unknown-linux-gnu
-S/usr/include/c++/4.6.1/x86_64-unknown-linux-gnu
-S/usr/include/c++/4.6.3/x86_64-linux-gnu
-S/usr/include/c++/4.4.5/i486-linux-gnu
-S/usr/include
--variadics
-NBOOST_ATTRIBUTE_UNUSED
-NBOOST_FUSION_ADAPT_TPL_STRUCT_NO_PARTIAL
-NBOOST_STATIC_ASSERT
-NBOOST_STATIC_CONSTANT
-NBOOST_MPL_HAS_XXX_TRAIT_DEF
-NBOOST_MPL_ASSERT_MSG
-NBOOST_FORCEINLINE
-NBOOST_MPL_ASSERT
-NBOOST_MPL_ASSERT_MSG
-NBOOST_MPL_ASSERT_RELATION
-NBOOST_PROTO_USE_GET_POINTER
-NBOOST_PROTO_GET_POINTER
-NBOOST_PROTO_CALLABLE
-NBOOST_PROTO_TRANSFORM
-NBOOST_PHOENIX_SFINAE_AND_OVERLOADS
--timer