19 Commits

Author SHA1 Message Date
Jean-Noël Grad
3fa5669d72 Spellcheck documentation and code comments 2021-12-31 18:16:03 +01:00
Robert Ramey
c7761f2335 improvements in serialization library
a) fixed up CMake Build so it does everything the B2 Build does.  They give the same results.
b) made adjustments so that any code which depends upon serialization depends only upon files in the serialization folder/namespace.  This should permit one to add serialization to his library without ending up importing the whole damn world.
2020-06-19 00:04:31 -07:00
Hans Dembinski
c813db7ad7 stripping white space 2019-10-20 22:49:29 +02:00
Nikita Kniazev
c5120dfd11 Fixed catch by value warnings in tests
warning: catching polymorphic type 'class boost::archive::archive_exception' by value [-Wcatch-value=]
2018-10-02 17:08:10 +03:00
Daniel Arndt
d327f90bd8 Fix some memory leaks in tests 2017-11-03 00:57:02 +01:00
Robert Ramey
567bccc026 fixed problem serialization vector<vector<?> >
improved memory management using autoptr where scoped_ptr is called for.  Note: condition usage of unique_ptr for newer platforms.
added tests to verify that interruption of serialization handles exception handling gracefully
2014-12-06 13:10:12 -08:00
Robert Ramey
5244401101 fix for cycle error 2014-01-30 23:07:47 -08:00
Robert Ramey
35cbf61982 some tests included <limits> rather than <boost/limits.hpp>
This made tests for platforms which don't have <limits> fail - specifically PGI.
So we fixed those tests to use <boost/limits.hpp>

[SVN r76945]
2012-02-07 20:53:56 +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
085f834a23 fix violations of rule that archives must precede headers
[SVN r29395]
2005-06-03 05:31:06 +00:00
Robert Ramey
a81056744a tab removal
[SVN r28455]
2005-04-24 05:13:34 +00:00
Robert Ramey
ab5ad31acd regularize exception handling
[SVN r28451]
2005-04-24 04:37:37 +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
1171a2e555 test changed to remove temp files
[SVN r23504]
2004-07-13 15:50:22 +00:00
Robert Ramey
5888e13122 initial checkin
[SVN r23433]
2004-07-11 01:15:12 +00:00