Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49933 - trunk/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2008-11-25 15:55:03


Author: andysem
Date: 2008-11-25 15:55:03 EST (Tue, 25 Nov 2008)
New Revision: 49933
URL: http://svn.boost.org/trac/boost/changeset/49933

Log:
testfrmwk.hpp moved to the tests directory. It was not a part of the library public interface and should not be seen by users.
Text files modified:
   trunk/libs/date_time/xmldoc/Jamfile.v2 | 20 +++++++++++---------
   trunk/libs/date_time/xmldoc/changes.xml | 14 ++++----------
   2 files changed, 15 insertions(+), 19 deletions(-)

Modified: trunk/libs/date_time/xmldoc/Jamfile.v2
==============================================================================
--- trunk/libs/date_time/xmldoc/Jamfile.v2 (original)
+++ trunk/libs/date_time/xmldoc/Jamfile.v2 2008-11-25 15:55:03 EST (Tue, 25 Nov 2008)
@@ -15,15 +15,17 @@
 
 # file lists take the form of [ set.difference [ glob include/these ] : [ glob but/not/these ] ]
 
-local date_time_files = [ set.difference
- [ glob ../../../boost/date_time/*.hpp ] :
- [ glob ../../../boost/date_time/testfrmwk.hpp
- # ../../../boost/date_time/time_zone_base.hpp
- # ../../../boost/date_time/time_zone_names.hpp
- # ../../../boost/date_time/tz_db_base.hpp
- # ../../../boost/date_time/dst_transition_generators.hpp
- ]
- ] ;
+local date_time_files = [ glob ../../../boost/date_time/*.hpp ] ;
+
+# local date_time_files = [ set.difference
+# [ glob ../../../boost/date_time/*.hpp ] :
+# [ glob ../../../boost/date_time/testfrmwk.hpp
+# # ../../../boost/date_time/time_zone_base.hpp
+# # ../../../boost/date_time/time_zone_names.hpp
+# # ../../../boost/date_time/tz_db_base.hpp
+# # ../../../boost/date_time/dst_transition_generators.hpp
+# ]
+# ] ;
 
 local gregorian_files = [ set.difference
         [ glob ../../../boost/date_time/gregorian/*.hpp ] :

Modified: trunk/libs/date_time/xmldoc/changes.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/changes.xml (original)
+++ trunk/libs/date_time/xmldoc/changes.xml 2008-11-25 15:55:03 EST (Tue, 25 Nov 2008)
@@ -9,7 +9,7 @@
 
 <section id="date_time.changes">
   <title>Change History</title>
-
+
   <!-- if each new change tgroup has a "Bug Fix" as the first "Type", the columns will line up nicely -->
 
   <bridgehead renderas="sect3">Changes from Boost 1.34 to 1.38 (date_time 1.05 to 1.06)</bridgehead>
@@ -111,8 +111,10 @@
         </row>
 
         <row>
- <entry>Bug Fix</entry>
+ <entry>Bug fix</entry>
           <entry>
+ Removed the <code>testfrmwk.hpp</code> file from the public include directory. This file
+ was internal for the library tests and was not documented.
           </entry>
         </row>
 
@@ -166,7 +168,6 @@
         <row>
           <entry>Bug Fix</entry>
           <entry>Fix DST traits for Austrialia (sf# 1672139) to set end of DST at 3:00 am instead of 2:00 am.
-
           </entry>
         </row>
 
@@ -213,13 +214,6 @@
           </entry>
         </row>
 
-
- <row>
- <entry>Bug Fix</entry>
- <entry>
- </entry>
- </row>
-
       </tbody>
     </tgroup>
   </informaltable>


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