Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68636 - in sandbox/variadic_macro_data: . libs/variadic_macro_data/doc
From: eldiener_at_[hidden]
Date: 2011-02-04 11:42:52


Author: eldiener
Date: 2011-02-04 11:42:48 EST (Fri, 04 Feb 2011)
New Revision: 68636
URL: http://svn.boost.org/trac/boost/changeset/68636

Log:
Updated text files
Added:
   sandbox/variadic_macro_data/libs/variadic_macro_data/doc/build.txt (contents, props changed)
   sandbox/variadic_macro_data/readme.txt (contents, props changed)
Text files modified:
   sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt | 10 ++++++----
   1 files changed, 6 insertions(+), 4 deletions(-)

Added: sandbox/variadic_macro_data/libs/variadic_macro_data/doc/build.txt
==============================================================================
--- (empty file)
+++ sandbox/variadic_macro_data/libs/variadic_macro_data/doc/build.txt 2011-02-04 11:42:48 EST (Fri, 04 Feb 2011)
@@ -0,0 +1,44 @@
+You can use the jamfile in the doc directory to
+regenerate the documentation for this library.
+
+You can use the jamfile in the test directory to
+run the tests for this library.
+
+You can execute these jamfiles while keeping this
+library in its own separate directory from a
+Boost distribution by:
+
+1) Having a valid boost-build.jam in a directory
+ somewhere above the separate directory. This
+ is always the case if you have checked out
+ this library from the sandbox into a local
+ directory beneath the main sandbox directory
+ and have checked out the files from the
+ top-level sandbox directory.
+
+ or
+
+ Setting the BOOST_BUILD_PATH environment
+ variable to point to a Boost build directory.
+
+2) Using the --boost=/path/to/boost/installation
+ bjam command-line parameter to point to a
+ Boost installation and placing the library
+ below the sandbox top-level directory with
+ its top-level sandbox files.
+
+If you move this library under a Boost installation
+you need only execute 'bjam' in the jamfile directories
+to regenerate the docs or run the test.
+
+Version information and history information are
+now part of the generated HTML documentation.
+
+If you want to contact me directly, my name is
+Edward Diener and you can reach me at
+eld_at_tropicsoft.com. I am an independent computer
+consultant and I live in Atlanta, Georgia.
+
+You can also of course use the Boost newsgroups
+to ask questions and make comments or suggestions
+about the library.

Modified: sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt
==============================================================================
--- sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt (original)
+++ sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt 2011-02-04 11:42:48 EST (Fri, 04 Feb 2011)
@@ -36,7 +36,9 @@
 
 If you want to contact me directly, my name is
 Edward Diener and you can reach me at
-eld_at_tropicsoft.com. You can also of course
-use the Boost newsgroups to ask questions
-and make comments or suggestions about the
-library.
+eld_at_tropicsoft.com. I am an independent computer
+consultant and I live in Atlanta, Georgia.
+
+You can also of course use the Boost newsgroups
+to ask questions and make comments or suggestions
+about the library.

Added: sandbox/variadic_macro_data/readme.txt
==============================================================================
--- (empty file)
+++ sandbox/variadic_macro_data/readme.txt 2011-02-04 11:42:48 EST (Fri, 04 Feb 2011)
@@ -0,0 +1,15 @@
+This is the Variadic Macro Data library, or VMD for short.
+The Variadic Macro Data library is a library
+of macros which provide important functionality for variadic
+macros as well as integrating variadic macros with the Boost
+preprocessor library ( Boost PP ). It integrates with Boost PP
+without changing the latter library in any way.
+
+If you want to contact me directly, my name is
+Edward Diener and you can reach me at
+eld_at_tropicsoft.com. I am an independent computer
+consultant and I live in Atlanta, Georgia.
+
+You can also of course use the Boost newsgroups
+to ask questions and make comments or suggestions
+about the library.


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