Commit Graph

25 Commits

Author SHA1 Message Date
Robert Ramey
a838b0821f tweaked tests to suppress some warning noise
fixed sequential lists to handle types without default constructors
adjusted CMakeLists.txt to correctly generate c++ selection for Xcode
2014-12-16 15:40:24 -08:00
Robert Ramey
d912153782 corrections to shared pointer support and implementation of helper collection 2014-06-26 07:25:22 -07:00
Robert Ramey
2183deba45 trapped error with failed void_upcast.
helper collection improved - still not done yet
update shared pointer to handle C++11
removed old shared pointer helper from portable binary archive
2014-06-19 14:28:47 -07:00
Robert Ramey
c8cb85339d corrected test in the absence of C++11 support for smart pointers 2014-02-22 11:11:29 -08:00
Robert Ramey
c9443fba24 intermediate version 2014-02-16 00:06:04 -08:00
Robert Ramey
f5168e15a4 new shared_ptr_helper
passed a couple of tests
removed naked-... versions of archive classes
2014-02-15 14:47:26 -08:00
John Maddock
127db4d189 Remove all references to now defunct (and removed) header.
[SVN r86438]
2013-10-26 10:13:38 +00:00
Robert Ramey
4773b7d2a2 1. Fixed memory leak in shared_ptr loading
2. Fixed error in polymorphic archive implementation

[SVN r58258]
2009-12-10 00:30:51 +00:00
Robert Ramey
98af5f7b9e add non-polymorphic pointer test
[SVN r56924]
2009-10-16 15:53:52 +00:00
Robert Ramey
4ca7dfddab moved code from header to library to reduce code bloat
[SVN r55791]
2009-08-26 20:47:01 +00:00
Robert Ramey
702cb3dbd2 Fixed misc bugs
void cast
added dll tests

[SVN r54755]
2009-07-07 04:04:18 +00:00
Robert Ramey
f7c9d4d0c2 fix for virtual base classes
[SVN r51906]
2009-03-22 19:07:34 +00:00
Robert Ramey
d8d37ecd1b included cstddef to define null_deleter
added BOOST_USED in export.hpp to accommodate Intel compilers

[SVN r46598]
2008-06-22 01:10:52 +00:00
Robert Ramey
66b1028d4c Support serialization in DLLS
Make thread-safe
fix portable binary archives

[SVN r43691]
2008-03-18 05:01:57 +00:00
Robert Ramey
db18e22b35 reconcilation with release 1.33.1
[SVN r31982]
2005-12-11 06:26:04 +00:00
Robert Ramey
3330eac9fa fix NULL == spa for some compilers
[SVN r29667]
2005-06-18 05:52:30 +00:00
Robert Ramey
c1c2f3a2cb adjust for msvc shared_ptr traits
[SVN r29646]
2005-06-17 05:54:11 +00:00
Robert Ramey
085f834a23 fix violations of rule that archives must precede headers
[SVN r29395]
2005-06-03 05:31:06 +00:00
Robert Ramey
e1155ed616 serialization helpers - support shared_ptr
[SVN r28766]
2005-05-09 14:41:36 +00:00
Robert Ramey
5a2bcb694a replaced boost::success with EXIT_SUCCESS
[SVN r27297]
2005-02-10 02:48:53 +00:00
Robert Ramey
b69eaef0e9 move include from test tools header to test
[SVN r26880]
2005-01-27 19:43:03 +00:00
Robert Ramey
8d58132c0c changes for various compilers
[SVN r23938]
2004-07-22 06:39:47 +00:00
Robert Ramey
9e6d12881d tabs and licence
[SVN r23760]
2004-07-19 07:00:01 +00:00
Robert Ramey
64f9ab3e32 test changed to remove temp files
[SVN r23506]
2004-07-13 16:05:22 +00:00
Robert Ramey
5888e13122 initial checkin
[SVN r23433]
2004-07-11 01:15:12 +00:00