Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58981 - in sandbox/itl: . libs/itl/doxy_doc
From: afojgo_at_[hidden]
Date: 2010-01-13 12:20:02


Author: jofaber
Date: 2010-01-13 12:20:01 EST (Wed, 13 Jan 2010)
New Revision: 58981
URL: http://svn.boost.org/trac/boost/changeset/58981

Log:
Updated readme files
Text files modified:
   sandbox/itl/README_ITL.TXT | 23 ++++++++++++++++++-----
   sandbox/itl/README_ITL_PLUS.TXT | 36 ++++++++++++++++++++++++++++++++----
   sandbox/itl/libs/itl/doxy_doc/Doxyfile | 2 +-
   3 files changed, 51 insertions(+), 10 deletions(-)

Modified: sandbox/itl/README_ITL.TXT
==============================================================================
--- sandbox/itl/README_ITL.TXT (original)
+++ sandbox/itl/README_ITL.TXT 2010-01-13 12:20:01 EST (Wed, 13 Jan 2010)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------------+
 Interval Template Library
 Author: Joachim Faulhaber
-Copyright (c) 2007-2009: Joachim Faulhaber
+Copyright (c) 2007-2010: Joachim Faulhaber
 Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
 +------------------------------------------------------------------------------+
    Distributed under the Boost Software License, Version 1.0.
@@ -9,8 +9,8 @@
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
 
-Interval Template Library (Boost.Itl) 3.1.0 Review Version
-==========================================================
+Interval Template Library (Boost.Itl) 3.2.1 Review Version Update 2
+===================================================================
 Abstract:
 =========
 
@@ -34,9 +34,23 @@
 feature is called aggregate on overlap.
 
 
+NOTE: Boost.Itl is not an official boost library.
+Boost.Itl is submitted for review which will probably take
+place end of February 2010.
+
+
 Release Notes:
 ==============
 
+* Boost.Itl 3.2.1 (Review Version, update 2)
+------------------------------------------------------------------------
++ Tested Compilers: gcc-3.4.4, gcc-4.3.2, gcc-4.4.1,
+ msvc-8.0, msvc-9.0, msvc-10.0.
++ Some additions and corrections of the documentation.
++ Added file impl_config.hpp and a macro ITL_IMPL_SPACE that allows to
+ switch the implementing set amd map containers between the
+ std and the boost::interprocess implementation.
+
 * Boost.Itl 3.2.0 (Review Version, update 1)
 ------------------------------------------------------------------------
 + Tested Compilers: gcc-3.4.4, gcc-4.3.2, msvc-8.0, msvc-9.0, msvc-10.0.
@@ -83,5 +97,4 @@
 libs/itl/example Example programs
 libs/itl/test Test suite
 libs/itl/doc Quickbook documentation
-libs/itl/doc/html html documentation
-
+libs/itl/doc/html html documentation (Generated by Quickbook)

Modified: sandbox/itl/README_ITL_PLUS.TXT
==============================================================================
--- sandbox/itl/README_ITL_PLUS.TXT (original)
+++ sandbox/itl/README_ITL_PLUS.TXT 2010-01-13 12:20:01 EST (Wed, 13 Jan 2010)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------------+
 Interval Template Library
 Author: Joachim Faulhaber
-Copyright (c) 2007-2009: Joachim Faulhaber
+Copyright (c) 2007-2010: Joachim Faulhaber
 Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
 +------------------------------------------------------------------------------+
    Distributed under the Boost Software License, Version 1.0.
@@ -9,8 +9,8 @@
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
 
-Interval Template Library (Boost.Itl) 3.1.0 Review Version
-==========================================================
+Interval Template Library (Boost.Itl) 3.2.1 Review Version Update 2
+===================================================================
 PLUS
 Itl_xt Extended by generalized cross tables (cubes) AND
 validate A law based test automaton (LaBatea).
@@ -43,10 +43,26 @@
 itl as test automaton and for checking sematical
 concepts.
 
+NOTE: Neither of the tree libraries itl, itl_xt and validate
+is an official boost library yet. They are named Boost.Itl,
+Boost.Itl_xt and Boost.Validate here, because they are already
+organized in the boost centric directory structure.
+
+The core library Boost.Itl is submitted for review which
+will probably take place end of February 2010.
 
 Release Notes:
 ==============
 
+* Boost.Itl 3.2.1 (Review Version, update 2)
+------------------------------------------------------------------------
++ Tested Compilers: gcc-3.4.4, gcc-4.3.2, gcc-4.4.1,
+ msvc-8.0, msvc-9.0, msvc-10.0.
++ Some additions and corrections of the documentation.
++ Added file impl_config.hpp and a macro ITL_IMPL_SPACE that allows to
+ switch the implementing set amd map containers between the
+ std and the boost::interprocess implementation.
+
 * Boost.Itl 3.2.0 (Review Version, update 1)
 ------------------------------------------------------------------------
 + Tested Compilers: gcc-3.4.4, gcc-4.3.2, msvc-8.0, msvc-9.0, msvc-10.0.
@@ -66,6 +82,12 @@
 + Addition of a class template interval_bitset that implements a
   large compressed bitset using an interval_map.
 
+* Boost.Validate 3.2.1
+------------------------------------------------------------------------
++ Addition of a commented example project de_morgan.cpp.
++ Addition of some basic doxygen generating comments to provide minimal
+ documentation.
+
 * Boost.Validate 3.2.0
 ------------------------------------------------------------------------
 + Addition of a law 'AtomicEquivalence' to validate the equivalence of
@@ -112,7 +134,7 @@
 libs/itl/example Example programs
 libs/itl/test Test suite
 libs/itl/doc Quickbook documentatons
-libs/itl/doc/html html documentation
+libs/itl/doc/html html documentation from Quickbook sources for Boost.Itl
 libs/itl/build/win32 vc9_all.sln. solution file for msvc-9 including LaBatea
                         programs.
                                                 
@@ -126,3 +148,9 @@
 libs/validate/example Projects for validating Boost.Itl with LaBatea.
 libs/validate/src Sourcefiles.
 
+=== Itl, Itl_xt and Validate =================================================
+libs/itl/doxy_doc/doxygen_output/html: html documentation generated by doxygen
+ that covers a minimal documentation for itl_xt and
+ validate (LaBatea).
+
+

Modified: sandbox/itl/libs/itl/doxy_doc/Doxyfile
==============================================================================
--- sandbox/itl/libs/itl/doxy_doc/Doxyfile (original)
+++ sandbox/itl/libs/itl/doxy_doc/Doxyfile 2010-01-13 12:20:01 EST (Wed, 13 Jan 2010)
@@ -15,7 +15,7 @@
 ALWAYS_DETAILED_SEC = YES
 INLINE_INHERITED_MEMB = NO
 FULL_PATH_NAMES = YES
-STRIP_FROM_PATH = C:/cygwin/home/jofa/dev/boost_sandbox/itl
+STRIP_FROM_PATH = D:/cygwin/home/jofa/dev/boost_sandbox/itl
 STRIP_FROM_INC_PATH =
 SHORT_NAMES = NO
 JAVADOC_AUTOBRIEF = NO


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