$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56710 - in sandbox/stm: . branches/vbe/libs/stm/test libs/stm/build libs/stm/test
From: vicente.botet_at_[hidden]
Date: 2009-10-11 05:46:09
Author: viboes
Date: 2009-10-11 05:46:08 EDT (Sun, 11 Oct 2009)
New Revision: 56710
URL: http://svn.boost.org/trac/boost/changeset/56710
Log:
TBoost.Stm 
* build update of Jamroot and Jamfiles
Text files modified: 
   sandbox/stm/Jamroot                               |     7 ++-----                                 
   sandbox/stm/branches/vbe/libs/stm/test/Jamfile.v2 |     4 ++--                                    
   sandbox/stm/libs/stm/build/Jamfile.v2             |     3 ++-                                     
   sandbox/stm/libs/stm/test/Jamfile.v2              |     6 ++----                                  
   4 files changed, 8 insertions(+), 12 deletions(-)
Modified: sandbox/stm/Jamroot
==============================================================================
--- sandbox/stm/Jamroot	(original)
+++ sandbox/stm/Jamroot	2009-10-11 05:46:08 EDT (Sun, 11 Oct 2009)
@@ -1,5 +1,2 @@
-project boost
-    : requirements 
-    : usage-requirements 
-    : build-dir bin.v2
-    ;
+use-project /boost : "/boost_1_39_0"
+;
\ No newline at end of file
Modified: sandbox/stm/branches/vbe/libs/stm/test/Jamfile.v2
==============================================================================
--- sandbox/stm/branches/vbe/libs/stm/test/Jamfile.v2	(original)
+++ sandbox/stm/branches/vbe/libs/stm/test/Jamfile.v2	2009-10-11 05:46:08 EDT (Sun, 11 Oct 2009)
@@ -44,9 +44,9 @@
         :
           [ run stm.cpp testatom.cpp pointer_test.cpp  smart.cpp  globalIntArr.cpp testHashMapAndLinkedListsWithLocks.cpp irrevocableInt.cpp testHashMapWithLocks.cpp isolatedComposedIntLockInTx.cpp   testInt.cpp isolatedComposedIntLockInTx2.cpp  testLL_latm.cpp isolatedInt.cpp testLinkedList.cpp isolatedIntLockInTx.cpp testLinkedListWithLocks.cpp litExample.cpp testPerson.cpp lotExample.cpp testRBTree.cpp  transferFun.cpp nestedTxs.cpp txLinearLock.cpp testHT_latm.cpp usingLockTx.cpp testHashMap.cpp ]
           [ run ../example/bank.cpp ]
-          #[ run ../example/list.cpp ]
+          [ run ../example/list.cpp ]
           [ run ../example/counter.cpp ]
           [ run ../example/numeric.cpp ]
           [ run ../example/counter_ptr.cpp ]
-          #[ run ../example/non_tx_counter.cpp ]
+          [ run ../example/non_tx_counter.cpp ]
     ;
Modified: sandbox/stm/libs/stm/build/Jamfile.v2
==============================================================================
--- sandbox/stm/libs/stm/build/Jamfile.v2	(original)
+++ sandbox/stm/libs/stm/build/Jamfile.v2	2009-10-11 05:46:08 EDT (Sun, 11 Oct 2009)
@@ -205,7 +205,8 @@
 
 
 static-lib boost_STM
-    : bloom_filter.cpp  contention_manager.cpp transaction.cpp interthreads_sources
+    #: bloom_filter.cpp  contention_manager.cpp transaction.cpp interthreads_sources
+    : bloom_filter.cpp  contention_manager.cpp transaction.cpp
 #    ../../../../libs/thread/build//boost_thread
     : <conditional>@requirements
     :
Modified: sandbox/stm/libs/stm/test/Jamfile.v2
==============================================================================
--- sandbox/stm/libs/stm/test/Jamfile.v2	(original)
+++ sandbox/stm/libs/stm/test/Jamfile.v2	2009-10-11 05:46:08 EDT (Sun, 11 Oct 2009)
@@ -17,10 +17,8 @@
 project
     : requirements
 #       <library>/boost/test//boost_unit_test_framework/<link>static
-#       <library>/boost/thread//boost_thread/<link>static
-#       <library>/boost_1_39_0/libs/test/build//boost_unit_test_framework/<link>static
         <library>../build//boost_STM/<link>static
-#        <library>/boost_1_39_0/libs/thread/build//boost_thread/<link>static
+        <library>/boost/thread//boost_thread/<link>static
 
         <include>.
         <include>../../..
@@ -45,5 +43,5 @@
 
     test-suite "tests"
         :
-          [ run stm.cpp pointer_test.cpp  smart.cpp  globalIntArr.cpp testHashMapAndLinkedListsWithLocks.cpp irrevocableInt.cpp testHashMapWithLocks.cpp isolatedComposedIntLockInTx.cpp   testInt.cpp isolatedComposedIntLockInTx2.cpp  testLL_latm.cpp isolatedInt.cpp testLinkedList.cpp isolatedIntLockInTx.cpp testLinkedListWithLocks.cpp litExample.cpp testPerson.cpp lotExample.cpp testRBTree.cpp  transferFun.cpp nestedTxs.cpp txLinearLock.cpp testHT_latm.cpp usingLockTx.cpp testHashMap.cpp ]
+          [ run stm.cpp testatom.cpp pointer_test.cpp  smart.cpp  globalIntArr.cpp testHashMapAndLinkedListsWithLocks.cpp irrevocableInt.cpp testHashMapWithLocks.cpp isolatedComposedIntLockInTx.cpp   testInt.cpp isolatedComposedIntLockInTx2.cpp  testLL_latm.cpp isolatedInt.cpp testLinkedList.cpp isolatedIntLockInTx.cpp testLinkedListWithLocks.cpp litExample.cpp testPerson.cpp lotExample.cpp testRBTree.cpp  transferFun.cpp nestedTxs.cpp txLinearLock.cpp testHT_latm.cpp usingLockTx.cpp testHashMap.cpp ]
     ;