$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56763 - in sandbox/luid: . libs/luid/doc libs/luid/test
From: vicente.botet_at_[hidden]
Date: 2009-10-12 17:44:00
Author: viboes
Date: 2009-10-12 17:43:59 EDT (Mon, 12 Oct 2009)
New Revision: 56763
URL: http://svn.boost.org/trac/boost/changeset/56763
Log:
TBoost.LUID: 
* doc + build
Binary files modified: 
   sandbox/luid/boost.png
Text files modified: 
   sandbox/luid/libs/luid/doc/luid.qbk    |   122 ++++++++++++++++++++--------------------
   sandbox/luid/libs/luid/test/Jamfile.v2 |     7 -                                       
   2 files changed, 63 insertions(+), 66 deletions(-)
Modified: sandbox/luid/boost.png
==============================================================================
Binary files. No diff available.
Modified: sandbox/luid/libs/luid/doc/luid.qbk
==============================================================================
--- sandbox/luid/libs/luid/doc/luid.qbk	(original)
+++ sandbox/luid/libs/luid/doc/luid.qbk	2009-10-12 17:43:59 EDT (Mon, 12 Oct 2009)
@@ -5,7 +5,7 @@
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  /]
 
-[library Toward Boost.LUID
+[article Toward Boost.LUID
     [quickbook 1.4]
     [authors [Botet Escriba, Vicente J.]]
     [copyright 2008-2009 Vicente J. Botet Escriba]
@@ -335,68 +335,68 @@
 As the number of constructor parameters is variable I think that the Boost.Parameters is more adapted.
 
 [heading DSL Grammar]
-[pre
-luidg [
-    numeric_type([uint_type] + lower_bound + upper_bound) ?
-+   on_overflow [
-        throw_on_error
-    |   errno_on_error
-    |   invalid_on_error
-    |   user_error(user_function)
-    |   on_overflow_layer(layer)
-    ]
-+   on_release [
-        discard
-    |   recover [recover_when + recover_how ]
-    |   on_release_layer (layer)
-    ]
-+   scope [
-        mono_threaded
-    |   multi_threaded [locking]
-    |   multi_process [locking]
-    |   locking_layer (layer[locking])
-    ]
-+   lifetime [
-        process [void_pointer_type + allocator_type ]
-    |   kernel [ void_pointer_type + allocator_type ]
-    |   filesystem [void_pointer_type + allocator_type ]
-    |   storage_layer ( layer [void_pointer_type + allocator_type] )
-    ]
-+   count_complexity [ contant_time | linear_time ]
-+   optimization [ speed | space]
-+   coherency [ ensure | ignore | coherency_layer (layer) ]
-]
-
-lower_bound [static_lower_bound [uint_value] | cons_lower_bound ]
-
-upper_bound [static_upper_bound [uint_value] | dynamic_upper_bound | cons_upper_bound ]
 
-recover_when [
-    immediate
-|   freeze
-|   delay [time_traits]
-]
-
-recover_how [
-    fifo
-|   undefined
-]
-
-locking [
-    internally [locking_traits]
-|   externally [locking_traits]
-]
-
-locking_traits [
-    thread_locking_traits
-|   process_locking_traits
-|   ...
-]
+    luidg [
+        numeric_type([uint_type] + lower_bound + upper_bound) ?
+    +   on_overflow [
+            throw_on_error
+        |   errno_on_error
+        |   invalid_on_error
+        |   user_error(user_function)
+        |   on_overflow_layer(layer)
+        ]
+    +   on_release [
+            discard
+        |   recover [recover_when + recover_how ]
+        |   on_release_layer (layer)
+        ]
+    +   scope [
+            mono_threaded
+        |   multi_threaded [locking]
+        |   multi_process [locking]
+        |   locking_layer (layer[locking])
+        ]
+    +   lifetime [
+            process [void_pointer_type + allocator_type ]
+        |   kernel [ void_pointer_type + allocator_type ]
+        |   filesystem [void_pointer_type + allocator_type ]
+        |   storage_layer ( layer [void_pointer_type + allocator_type] )
+        ]
+    +   count_complexity [ contant_time | linear_time ]
+    +   optimization [ speed | space]
+    +   coherency [ ensure | ignore | coherency_layer (layer) ]
+    ]
+
+    lower_bound [static_lower_bound [uint_value] | cons_lower_bound ]
+
+    upper_bound [static_upper_bound [uint_value] | dynamic_upper_bound | cons_upper_bound ]
+
+    recover_when [
+        immediate
+    |   freeze
+    |   delay [time_traits]
+    ]
+
+    recover_how [
+        fifo
+    |   undefined
+    ]
+
+    locking [
+        internally [locking_traits]
+    |   externally [locking_traits]
+    ]
+
+    locking_traits [
+        thread_locking_traits
+    |   process_locking_traits
+    |   ...
+    ]
+
+    time_traits [
+        posix_time_traits
+    |   ...
 
-time_traits [
-    posix_time_traits
-|   ...
-]
 
 [section DSL features]
 [variablelist
Modified: sandbox/luid/libs/luid/test/Jamfile.v2
==============================================================================
--- sandbox/luid/libs/luid/test/Jamfile.v2	(original)
+++ sandbox/luid/libs/luid/test/Jamfile.v2	2009-10-12 17:43:59 EDT (Mon, 12 Oct 2009)
@@ -19,7 +19,6 @@
       <include>../../..
       <include>../../../../mpl_ext
       <include>../../../../parameter_ext
-      <include>/boost_1_39_0
       
       <threading>multi
 #      <target-os>cygwin
@@ -27,10 +26,8 @@
 #      <variant>debug
 
       #<define>BOOST_TEST_BUILD_INFO
-      #<library>/boost/thread//boost_thread/<link>static
-      #<library>/boost/test//boost_unit_test_framework/<link>static
-      <library>/boost_1_39_0/libs/test/build//boost_unit_test_framework/<link>static
-      <library>/boost_1_39_0/libs/thread/build//boost_thread/<link>static
+      <library>/boost/thread//boost_thread/<link>static
+      <library>/boost/test//boost_unit_test_framework/<link>static
 ;
 
 test-suite luid_inclusion :