Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82697 - trunk/libs/fusion/preprocess
From: joel_at_[hidden]
Date: 2013-02-06 20:24:25


Author: djowel
Date: 2013-02-03 05:13:41 EST (Sun, 03 Feb 2013)
New Revision: 82697
URL: http://svn.boost.org/trac/boost/changeset/82697

Log:
Removing the preprocessed file generation which is meant for internal use only
Removed:
   trunk/libs/fusion/preprocess/preprocess.bat
   trunk/libs/fusion/preprocess/preprocess.cpp
   trunk/libs/fusion/preprocess/wave.cfg

Deleted: trunk/libs/fusion/preprocess/preprocess.bat
==============================================================================
--- trunk/libs/fusion/preprocess/preprocess.bat 2013-02-03 05:13:41 EST (Sun, 03 Feb 2013)
+++ (empty file)
@@ -1,7 +0,0 @@
-
-
-wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=10 -DFUSION_MAX_LIST_SIZE=10 -DFUSION_MAX_ZIP_SEQUENCES=10 preprocess.cpp
-wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=20 -DFUSION_MAX_LIST_SIZE=20 -DFUSION_MAX_ZIP_SEQUENCES=20 preprocess.cpp
-wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=30 -DFUSION_MAX_LIST_SIZE=30 -DFUSION_MAX_ZIP_SEQUENCES=30 preprocess.cpp
-wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=40 -DFUSION_MAX_LIST_SIZE=40 -DFUSION_MAX_ZIP_SEQUENCES=40 preprocess.cpp
-wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=50 -DFUSION_MAX_LIST_SIZE=50 -DFUSION_MAX_ZIP_SEQUENCES=50 preprocess.cpp

Deleted: trunk/libs/fusion/preprocess/preprocess.cpp
==============================================================================
--- trunk/libs/fusion/preprocess/preprocess.cpp 2013-02-03 05:13:41 EST (Sun, 03 Feb 2013)
+++ (empty file)
@@ -1,10 +0,0 @@
-/*=============================================================================
- Copyright (c) 2011 Joel de Guzman
-
- 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/fusion/container.hpp>
-#include <boost/fusion/algorithm.hpp>
-#include <boost/fusion/tuple.hpp>
-

Deleted: trunk/libs/fusion/preprocess/wave.cfg
==============================================================================
--- trunk/libs/fusion/preprocess/wave.cfg 2013-02-03 05:13:41 EST (Sun, 03 Feb 2013)
+++ (empty file)
@@ -1,14 +0,0 @@
--DBOOST_FUSION_DONT_USE_PREPROCESSED_FILES
--DBOOST_FUSION_CREATE_PREPROCESSED_FILES
--SC:/dev/boost
--SC:/dev/tools/mingw/include
--SC:/dev/tools/mingw/lib/gcc/mingw32/4.5.2/include
--SC:/dev/tools/mingw/lib/gcc/mingw32/4.5.2/include/c++
--SC:/dev/tools/mingw/lib/gcc/mingw32/4.5.2/include/c++/mingw32
---variadics
--NBOOST_FUSION_ADAPT_TPL_STRUCT_NO_PARTIAL
--NBOOST_PROTO_USE_GET_POINTER
--NBOOST_PROTO_GET_POINTER
---timer
-
-


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk