Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48813 - in sandbox/SOC/2008/graphs/trunk/libs/graphs: . data test test/data
From: asutton_at_[hidden]
Date: 2008-09-17 08:10:01


Author: asutton
Date: 2008-09-17 08:10:00 EDT (Wed, 17 Sep 2008)
New Revision: 48813
URL: http://svn.boost.org/trac/boost/changeset/48813

Log:
Committing changes...
Added:
   sandbox/SOC/2008/graphs/trunk/libs/graphs/test/data/
      - copied from r48390, /sandbox/SOC/2008/graphs/trunk/libs/graphs/data/
Removed:
   sandbox/SOC/2008/graphs/trunk/libs/graphs/data/
Text files modified:
   sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamroot | 5 ++---
   sandbox/SOC/2008/graphs/trunk/libs/graphs/test/Jamfile | 6 +++++-
   2 files changed, 7 insertions(+), 4 deletions(-)

Modified: sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamroot
==============================================================================
--- sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamroot (original)
+++ sandbox/SOC/2008/graphs/trunk/libs/graphs/Jamroot 2008-09-17 08:10:00 EDT (Wed, 17 Sep 2008)
@@ -1,10 +1,9 @@
+# (C) Copyright 2008 Andrew Sutton
+# Distributed under the Boost Software License, Version 1.0.
 
 import modules ;
 import path ;
 
-# Import a newer version of g++ and configure it for C++0x support.
-using gcc : 4.4 : g++-4.4 : <cxxflags>--`std=c++0x ;
-
 # Define the boost root for this and nested projects. This shouold try to pull
 # a specification from the build.
 local boost-root = [ modules.peek : BOOST_ROOT ] ;

Modified: sandbox/SOC/2008/graphs/trunk/libs/graphs/test/Jamfile
==============================================================================
--- sandbox/SOC/2008/graphs/trunk/libs/graphs/test/Jamfile (original)
+++ sandbox/SOC/2008/graphs/trunk/libs/graphs/test/Jamfile 2008-09-17 08:10:00 EDT (Wed, 17 Sep 2008)
@@ -1,11 +1,15 @@
 
+# Import a newer version of g++ and configure it for C++0x support.
+# This cannot affect the doc directory or it will try to recompile quickbook
+# with gcc-4.4 - which will absolutely not work at this time.
+using gcc : 4.4 : g++-4.4 : <cxxflags>--std=c++0x ;
 
 # Build all subrojects using g++-4.4
 project graphs
     : requirements
         <toolset>gcc-4.4
         <include>$(boost-root)
- <include>../..
+ <include>../../..
     ;
 
 # exe set : set.cpp : <include>../../ <include>/usr/local/include ;


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