Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55633 - in sandbox/SOC/2009/fusion: . boost libs
From: mr.chr.schmidt_at_[hidden]
Date: 2009-08-17 19:06:44


Author: cschmidt
Date: 2009-08-17 19:06:43 EDT (Mon, 17 Aug 2009)
New Revision: 55633
URL: http://svn.boost.org/trac/boost/changeset/55633

Log:
total recommit as subclipse messed the repository up
Removed:
   sandbox/SOC/2009/fusion/LICENSE_1_0.txt
   sandbox/SOC/2009/fusion/boost/
   sandbox/SOC/2009/fusion/boost-build.jam
   sandbox/SOC/2009/fusion/build.bat
   sandbox/SOC/2009/fusion/libs/
   sandbox/SOC/2009/fusion/project-root.jam

Deleted: sandbox/SOC/2009/fusion/LICENSE_1_0.txt
==============================================================================
--- sandbox/SOC/2009/fusion/LICENSE_1_0.txt 2009-08-17 19:06:43 EDT (Mon, 17 Aug 2009)
+++ (empty file)
@@ -1,23 +0,0 @@
-Boost Software License - Version 1.0 - August 17th, 2003
-
-Permission is hereby granted, free of charge, to any person or organization
-obtaining a copy of the software and accompanying documentation covered by
-this license (the "Software") to use, reproduce, display, distribute,
-execute, and transmit the Software, and to prepare derivative works of the
-Software, and to permit third-parties to whom the Software is furnished to
-do so, all subject to the following:
-
-The copyright notices in the Software and this entire statement, including
-the above license grant, this restriction and the following disclaimer,
-must be included in all copies of the Software, in whole or in part, and
-all derivative works of the Software, unless such copies or derivative
-works are solely in the form of machine-executable object code generated by
-a source language processor.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.

Deleted: sandbox/SOC/2009/fusion/boost-build.jam
==============================================================================
--- sandbox/SOC/2009/fusion/boost-build.jam 2009-08-17 19:06:43 EDT (Mon, 17 Aug 2009)
+++ (empty file)
@@ -1,6 +0,0 @@
-# Copyright Christopher Schmidt 2009.
-# 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)
-
-boost-build $(BOOST_ROOT)/tools/build/v2 ;

Deleted: sandbox/SOC/2009/fusion/build.bat
==============================================================================
--- sandbox/SOC/2009/fusion/build.bat 2009-08-17 19:06:43 EDT (Mon, 17 Aug 2009)
+++ (empty file)
@@ -1,40 +0,0 @@
-_at_echo off
-rem Copyright Christopher Schmidt 2009.
-rem Distributed under the Boost Software License, Version 1.0.
-rem (See accompanying file LICENSE_1_0.txt or copy at
-rem http://www.boost.org/LICENSE_1_0.txt)
-
-rem (re-)set environment variables
-set BOOST_ROOT=d:/projekte/libs/boost
-set BOOST_INCLUDES_PATH=%BOOST_ROOT%/include/boost-1_40
-
-rem call toolset specific procedure
-if "%1" == "gcc" (
- call :gcc
-) else (
- if "%1" == "msvc" (
- call :msvc
- ) else (
- if "%1" == "" (
- call :gcc
- ) else (
- echo Unknown toolset '%1'
- goto :eof
- )
- )
-)
-
-rem compile...
-%BOOST_ROOT%\bjam -sHOME="z:\projekte\cl_link_frontend\util\boost" --toolset=%TOOLSET% %2 %3 %4 %5 %6 %7 %8 %9
-goto :eof
-
-:gcc
-set PATH=C:\Program Files (x86)\MinGWOld\bin;%PATH%
-rem set PATH=C:\Program Files (x86)\MinGW\bin;%PATH%
-set TOOLSET=gcc
-goto :eof
-
-:msvc
-call "%VS90COMNTOOLS%..\..\VC\vcvarsall" x86
-set TOOLSET=msvc
-goto :eof

Deleted: sandbox/SOC/2009/fusion/project-root.jam
==============================================================================
--- sandbox/SOC/2009/fusion/project-root.jam 2009-08-17 19:06:43 EDT (Mon, 17 Aug 2009)
+++ (empty file)
@@ -1,23 +0,0 @@
-# Copyright Christopher Schmidt 2009.
-# 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)
-
-import os ;
-local BOOST_INCLUDES_PATH = [ os.environ BOOST_INCLUDES_PATH ] ;
-
-project
- : requirements <include>.
- <include>$(BOOST_INCLUDES_PATH)
- <define>BOOST_FUSION_ENABLE_STATIC_ASSERTS
-# <toolset>gcc:<cxxflags>-std=c++0x
- : build-dir ../bin
- : default-build debug <link>shared <runtime-link>shared <threading>multi
- ;
-
-build-project libs/fusion/example/test ;
-
-#build-project libs/fusion/doc ;
-#build-project libs/fusion/example/extension ;
-#build-project libs/fusion/example/performance ;
-build-project libs/fusion/test ;
\ No newline at end of file


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