Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52829 - in sandbox/bitfield/libs/integer: doc test
From: vicente.botet_at_[hidden]
Date: 2009-05-07 07:25:38


Author: viboes
Date: 2009-05-07 07:25:37 EDT (Thu, 07 May 2009)
New Revision: 52829
URL: http://svn.boost.org/trac/boost/changeset/52829

Log:
Boost.Bitfield V0.1.1: Adaptation to 1.39
Text files modified:
   sandbox/bitfield/libs/integer/doc/bitfield.qbk | 2 ++
   sandbox/bitfield/libs/integer/test/Jamfile.v2 | 24 +++++++++---------------
   2 files changed, 11 insertions(+), 15 deletions(-)

Modified: sandbox/bitfield/libs/integer/doc/bitfield.qbk
==============================================================================
--- sandbox/bitfield/libs/integer/doc/bitfield.qbk (original)
+++ sandbox/bitfield/libs/integer/doc/bitfield.qbk 2009-05-07 07:25:37 EDT (Thu, 07 May 2009)
@@ -621,6 +621,8 @@
 [section Appendices]
 [/=================]
 [section:history Appendix A: History]
+[section [*Version 0.1.1, May 9, 2009] ['Adaptation to 1.39]]
+[endsect]
 [section [*Version 0.1.0, April 29, 2009] ['Announcement of Bitfield]]
 
 [*Features:]

Modified: sandbox/bitfield/libs/integer/test/Jamfile.v2
==============================================================================
--- sandbox/bitfield/libs/integer/test/Jamfile.v2 (original)
+++ sandbox/bitfield/libs/integer/test/Jamfile.v2 2009-05-07 07:25:37 EDT (Thu, 07 May 2009)
@@ -17,26 +17,20 @@
 
 project :
     : requirements
- <include>$(BOOST_ROOT)
         <include>../../..
-# <include>/cvs/wss100/build_temp/botet/boost/boost_1_38_0/
- <include>/home/Vicente/boost/boost_1_38_0/
-
- <include>$(BOOST_SANDBOX)/endian
+# <include>/cvs/wss100/build_temp/botet/boost/boost_1_38_0/
+ <include>/boost_1_39_0/
+ <include>/sandbox/endian
         
- <threading>multi
-# <target-os>cygwin
- #<threadapi>pthread
- <variant>debug
+# <threading>multi
+# <target-os>cygwin
+# <threadapi>pthread
+# <variant>debug
         
         #<library>/boost/test//boost_unit_test_framework/<link>static
- #<library>/boost/thread//boost_thread/<link>static
- #<library>$(BOOST_SANDBOX)/libs/chrono/build//boost_chrono/<link>static
         
- #<library>$(BOOST_ROOT)/libs/test/build//boost_unit_test_framework/<link>static
-# <library>/cvs/wss100/build_temp/botet/boost/boost_1_38_0/libs/test/build//boost_unit_test_framework/<link>static
-# <library>../../../../../boost_1_38_0/libs/thread/build//boost_thread/<link>static
-# <library>../../../../../boost_1_38_0/libs/system/build//boost_system/<link>static
+# <library>/boost_1_39_0/libs/test/build//boost_unit_test_framework/<link>static
+# <library>/sandbox/libs/endia/build//boost_endian/<link>static
       
 ;
 


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