|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54757 - trunk/libs/serialization/doc
From: ramey_at_[hidden]
Date: 2009-07-07 00:08:31
Author: ramey
Date: 2009-07-07 00:08:30 EDT (Tue, 07 Jul 2009)
New Revision: 54757
URL: http://svn.boost.org/trac/boost/changeset/54757
Log:
Fixed misc bugs
void cast
added dll tests
simplified VC7IDE configurations and set up test for DLLS
Text files modified:
trunk/libs/serialization/doc/release.html | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
Modified: trunk/libs/serialization/doc/release.html
==============================================================================
--- trunk/libs/serialization/doc/release.html (original)
+++ trunk/libs/serialization/doc/release.html 2009-07-07 00:08:30 EDT (Tue, 07 Jul 2009)
@@ -31,6 +31,7 @@
<hr>
<dl class="index">
<dt>Requirements</dt>
+ <dt>Differences from version 1.37</dt>
<dt>Differences from version 1.37</dt>
<dt>Differences from version 1.35</dt>
<dt>Differences from version 1.34</dt>
@@ -42,8 +43,8 @@
quirks and or bugs, some tests fail with some combinations of compilers and libraries.
<h2>
<a name="requirements"></a>Requirements</h2>
- This library has been tested against Boost version 1.37.
- <!--
+ This library has been tested against Boost version 1.39.
+<!--
<p>
The serialization library uses the boost spirit package to load XML archives.
We have found that all tests pass using spirit 1.6x. Spirit 1.8 and higher does not work with
@@ -61,6 +62,17 @@
at the front of the list of include paths.
-->
<h2>
+ <a name="differences_1_39"></a>Differences from Boost 1.39</h2>
+ <ul>
+ <li>It is now possible to serialize an object through a pointer to a class which implements
+ its own <code style="white-space: normal">new/delete</code> operators. This functionaly
+ is not available on some compilers.
+ <li>serialization of polymorphic objects has been sped up considerably.
+ </ul>
+ As of this writing, all bug reports filed
+ as TRAK tickets have been addressed. There are some TRAK tickets pending which
+ would best be described as feature requests. See Pending Issues.
+ <h2>
<a name="differences_1_37"></a>Differences from Boost 1.37</h2>
There are no new features in this version. As of this writing, all bug reports filed
as TRAK tickets have been addressed. There are some TRAK tickets pending which
@@ -151,9 +163,6 @@
untracked types, but this has not been done.
<li>
Pointers to pointers cannot currently be serialized
- <li>currently can't serialize through a pointer an object a of class that implements
- its own <code style="white-space: normal">new/delete</code>
- operators.
<li>Its possible that <code style="white-space: normal">std::string</code> and <code
style="white-space: normal">std::wstring</code>
contain characters such as '\0' and -1 (EOF) which cannot be rendered in text and
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