Commit Graph

1802 Commits

Author SHA1 Message Date
Robert Ramey
4cd8d56e12 add shared_ptr test for 1.32
[SVN r29648]
2005-06-17 05:58:17 +00:00
Robert Ramey
11cd7d7894 factor out serialization helpers
[SVN r29647]
2005-06-17 05:55:50 +00:00
Robert Ramey
c1c2f3a2cb adjust for msvc shared_ptr traits
[SVN r29646]
2005-06-17 05:54:11 +00:00
Robert Ramey
45c866cfd7 add test for 1.32 shared_pr backward compatibilty
[SVN r29645]
2005-06-17 05:53:23 +00:00
Robert Ramey
a486275760 fixup helpers
[SVN r29644]
2005-06-17 05:51:05 +00:00
Robert Ramey
eab4767171 minor correction
[SVN r29643]
2005-06-17 05:48:57 +00:00
Robert Ramey
bf80f93fdb add test_shared_ptr_132, permit multiple symbols for como link
[SVN r29642]
2005-06-17 05:47:22 +00:00
Robert Ramey
22f89b28ab mark cygwin as no wide char i/o
[SVN r29641]
2005-06-17 05:46:13 +00:00
Robert Ramey
b65682ac40 no longer necessary
[SVN r29640]
2005-06-17 05:42:16 +00:00
Robert Ramey
688121263f support for loading boost 1.32 shared pointers
[SVN r29639]
2005-06-17 05:41:06 +00:00
Robert Ramey
c0ee335380 add functionality to handle 1.32 pointers and make helpers better
[SVN r29638]
2005-06-17 05:39:35 +00:00
Robert Ramey
c21df99e55 minor corrections
[SVN r29637]
2005-06-17 05:38:07 +00:00
Robert Ramey
515a81861f add helper functionality
[SVN r29636]
2005-06-17 05:35:10 +00:00
Caleb Epstein
b115070d0c Use <boost/detail/endian.hpp> to determin host byte order
[SVN r29575]
2005-06-14 22:20:27 +00:00
Rene Rivera
d68064782d Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5.
[SVN r29487]
2005-06-09 00:52:17 +00:00
Caleb Epstein
bf8ec5da06 Fix bugs in byte-swapping code for big-endian platforms.
[SVN r29486]
2005-06-08 21:45:31 +00:00
Robert Ramey
2406780d7f adjust declspec syntax for different compilers
[SVN r29481]
2005-06-08 15:55:27 +00:00
Rene Rivera
f2e21055bb Fix GCC errors of missing serialize_adl symbol by forward declaring it.
[SVN r29432]
2005-06-04 16:26:38 +00:00
Robert Ramey
20d6369302 correct header sequence
[SVN r29429]
2005-06-04 14:23:10 +00:00
Rene Rivera
220501b4e3 boost/archive/*, boost/serialization/*; Work around CW error in adding static data ctors to global initialization list.
Jamfile; Add std::locale-support for some tests that require it, but they passed because they where compile-fail tests.


[SVN r29423]
2005-06-04 03:47:52 +00:00
Robert Ramey
bcd54fb43a alteration to accomodate vc 7.0
[SVN r29422]
2005-06-04 03:43:16 +00:00
Robert Ramey
5f07e613d2 update project contents
[SVN r29398]
2005-06-03 05:35:12 +00:00
Robert Ramey
947020faab apply rule that archives must precede serialization
[SVN r29397]
2005-06-03 05:33:07 +00:00
Robert Ramey
ec167261fb remove leak detector - now part of boost.test
[SVN r29396]
2005-06-03 05:31:52 +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
c04b1b7641 invoke auto-link only when necessary
[SVN r29394]
2005-06-03 05:28:09 +00:00
Robert Ramey
4e0d18c09a fix no newline at end of file
[SVN r29393]
2005-06-03 05:27:00 +00:00
Robert Ramey
407f6a7e17 attempt to silence gcc warning
[SVN r29392]
2005-06-03 05:17:38 +00:00
Markus Schöpflin
6b766534ec Extended RW STL workaround, this fixes Tru64 compilation.
[SVN r29240]
2005-05-27 08:00:20 +00:00
Robert Ramey
18b4703521 change to try to address sun os error
[SVN r29162]
2005-05-24 04:28:36 +00:00
Robert Ramey
566e415a0b attempt to solve instantiation issue
[SVN r29141]
2005-05-22 01:41:04 +00:00
Robert Ramey
b7979a686c remove commented out code
[SVN r29140]
2005-05-22 01:40:30 +00:00
Robert Ramey
cb49d5995c fix auto-link for libs
[SVN r29139]
2005-05-22 01:40:04 +00:00
Robert Ramey
38f3fcf019 minor improvements
[SVN r29122]
2005-05-21 20:06:16 +00:00
Rene Rivera
fa9c00cdfb Work around CW-8 problem resolving operator<< and operator>>.
[SVN r29121]
2005-05-21 18:45:56 +00:00
Robert Ramey
04bf027540 remove throw_exception.hpp
[SVN r29114]
2005-05-21 05:49:06 +00:00
Robert Ramey
e3589203d9 remove export flags from code warrior
[SVN r29113]
2005-05-21 05:48:12 +00:00
Robert Ramey
100b7364e3 make adjustment for vc 8.0
[SVN r29112]
2005-05-21 05:46:47 +00:00
Robert Ramey
59f4dbf06d suppress code warrior dll versions
[SVN r29111]
2005-05-21 05:45:25 +00:00
Robert Ramey
c9b4e4083a add workaround for msvc
[SVN r29110]
2005-05-21 05:43:49 +00:00
Robert Ramey
70647552f5 try to fix borland failure
[SVN r29109]
2005-05-21 05:41:58 +00:00
Robert Ramey
515592087c minor adjustments for some compilers
[SVN r29053]
2005-05-19 02:59:51 +00:00
Robert Ramey
d619bce3cf minor adjustments for some compilers
[SVN r29052]
2005-05-19 02:57:33 +00:00
Robert Ramey
c17128a127 use boost/throw exception
[SVN r29051]
2005-05-19 02:53:31 +00:00
Robert Ramey
468f685add const correctness
[SVN r29050]
2005-05-19 02:52:10 +00:00
Robert Ramey
b917964cc7 comment out borland 5.64 workaround
[SVN r29049]
2005-05-19 02:47:46 +00:00
Robert Ramey
710d048883 re organize to pass borland 5.51
[SVN r29048]
2005-05-19 02:39:06 +00:00
Robert Ramey
b480820daf reformat
[SVN r29047]
2005-05-19 02:36:38 +00:00
Joaquín M. López Muñoz
42575b38c0 made helper_type assignable, so that it can be held by STL containers
[SVN r29024]
2005-05-18 05:47:48 +00:00
Rene Rivera
8bd155ac32 Add std::locale-support to the requirements of some tests, so that they pass on CW.
[SVN r28935]
2005-05-15 20:52:59 +00:00