Commit Graph

759 Commits

Author SHA1 Message Date
Robert Ramey
3b747c6829 Correct USE_NEW_OPERATOR logic for borland
[SVN r52635]
2009-04-27 23:07:22 +00:00
Vladimir Prus
0bf096ad8d Add missing 'inline'. Don't include <exception> when excepetions are disabled.
[SVN r52559]
2009-04-23 11:11:24 +00:00
Robert Ramey
3489b47242 Merge changes from trunk to release
[SVN r52109]
2009-04-01 16:02:32 +00:00
Robert Ramey
6d14a882bc Merge changes from trunk to release
[SVN r52107]
2009-04-01 15:58:26 +00:00
David Deakins
a3f1eb6fa8 For STLport on WinCE, BOOST_NO_STDC_NAMESPACE can get defined if STLport is putting symbols in its own namespace. In the case of codecvt, however, this does not mean that codecvt is in the global namespace (it will be in STLport's namespace).
[SVN r52105]
2009-04-01 14:50:50 +00:00
Robert Ramey
70ae78bee2 adjustment to address borland failure
[SVN r52056]
2009-03-30 15:50:06 +00:00
Robert Ramey
74cbdfa5da adjusted usage of has_new_operator
[SVN r51991]
2009-03-26 18:49:18 +00:00
Robert Ramey
221fbce4f0 permit new operator overload
[SVN r51980]
2009-03-26 02:01:43 +00:00
Robert Ramey
cb772bf753 moved to type traits
[SVN r51947]
2009-03-23 18:48:51 +00:00
Robert Ramey
b310c34107 correction for some SUN compilers
[SVN r51945]
2009-03-23 17:54:49 +00:00
Robert Ramey
e6c5696e07 fix static warning when /Za option is used with MSVC
[SVN r51942]
2009-03-23 16:59:46 +00:00
Robert Ramey
bf9fe541c5 Throw new exception when program class version is less than file class version.
Other miscellaneous improvements


[SVN r51941]
2009-03-23 16:59:07 +00:00
Robert Ramey
53495e8dec fix for virtual base classes
[SVN r51905]
2009-03-22 19:06:55 +00:00
Robert Ramey
c1039b5b33 const correctness
[SVN r51904]
2009-03-22 19:05:10 +00:00
Robert Ramey
f74bd93a97 Use new is_virtual_base_of
[SVN r51769]
2009-03-14 06:12:58 +00:00
Robert Ramey
b9982ed14d Try new version of is_virtual_base_of.hpp
Back recent change to work around issue.
Check result of intel compiler compile

[SVN r51744]
2009-03-13 05:31:53 +00:00
Robert Ramey
df28702b7c changes to support virtual base class serialization
[SVN r51692]
2009-03-11 02:19:57 +00:00
Robert Ramey
e6d6d851fd changed int to long unsigned int to accomodate 64 bit compilers
[SVN r51691]
2009-03-10 20:37:26 +00:00
Robert Ramey
c4424d897a checked in new type trait - is_virtual_base_of.hpp
changes to speed up void cast

[SVN r51674]
2009-03-09 23:38:38 +00:00
Robert Ramey
93342f3d29 permit start/end load/save to be overridable
[SVN r51361]
2009-02-21 07:35:31 +00:00
Robert Ramey
9deb10a819 fixed namespace
[SVN r51360]
2009-02-21 07:34:26 +00:00
Robert Ramey
75f89c8043 Adjustment to support export for SUN
Correction to extended_type_info implementation

[SVN r51330]
2009-02-19 16:07:16 +00:00
Robert Ramey
a4984c40a6 remove unused headers from boost directory
[SVN r50645]
2009-01-16 21:15:25 +00:00
Robert Ramey
c3d762e168 Merge serialization library from trunk into release branch
[SVN r50644]
2009-01-16 21:11:57 +00:00
Robert Ramey
5403c2df35 fixed instantiation of exports for gcc compilers
[SVN r50604]
2009-01-15 07:16:43 +00:00
Robert Ramey
716b6e0efc merged from release branch
[SVN r50564]
2009-01-13 17:06:46 +00:00
Robert Ramey
70b9294cba unique naming for export instantiation
[SVN r50546]
2009-01-12 06:21:27 +00:00
Robert Ramey
90d9c0a064 unique naming for export instantiation
[SVN r50546]
2009-01-12 06:21:27 +00:00
Robert Ramey
3c218ee2b6 fixed syntax error for non standard namespace
[SVN r50545]
2009-01-12 06:20:02 +00:00
Robert Ramey
f5e28c3bf6 destructors can't throw !
[SVN r50544]
2009-01-12 06:18:57 +00:00
Robert Ramey
e422c2b3d2 Updated spirit include directories
[SVN r49429]
2008-10-22 04:11:40 +00:00
Robert Ramey
1e14fedab2 updated spirit headers to use "classic"
[SVN r49349]
2008-10-15 19:05:21 +00:00
Robert Ramey
f0bd5b26d2 changes to better accomodate borland
[SVN r49348]
2008-10-15 19:04:49 +00:00
Robert Ramey
96f14f14f5 changes to better accomodate borland
[SVN r49348]
2008-10-15 19:04:49 +00:00
John Maddock
97ac7ebd67 Merge fixes from Trunk.
Fixes #2392.

Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.

Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
Robert Ramey
0f45db1ea0 Tested fix for gcc crash on static object destruction
[SVN r49311]
2008-10-13 04:02:58 +00:00
Robert Ramey
12b1d09370 Small changes to attempt to address borland
[SVN r49296]
2008-10-12 19:34:29 +00:00
Robert Ramey
a25837fe33 avoid waring under gcc
[SVN r49295]
2008-10-12 19:32:57 +00:00
Robert Ramey
3ccf67c392 Fix to make is_destoryed function as advertised
[SVN r49263]
2008-10-11 05:32:59 +00:00
John Maddock
4890facae9 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library.  With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.

Fixes #2392.


[SVN r49254]
2008-10-10 16:10:00 +00:00
Robert Ramey
6e1a9716f4 Merge serialization library from trunk to release-read
[SVN r49158]
2008-10-07 05:34:46 +00:00
Robert Ramey
d1a45cffdd Better support for Borland compiler
[SVN r49146]
2008-10-06 16:30:30 +00:00
Robert Ramey
47c2b1ff5d Refined detection of intrinsic 64 bit integers for platforms with long long
[SVN r48971]
2008-09-26 06:33:28 +00:00
Robert Ramey
b09991670d Refined detection of intrinsic 64 bit integers for platforms with long long
[SVN r48970]
2008-09-26 06:32:48 +00:00
Robert Ramey
91a9aaf1c2 Fixed problems generated from unexpected sequence of static dtor calls
Fixed some minor TRAC items

[SVN r48963]
2008-09-25 06:22:01 +00:00
Robert Ramey
4daaf2624d Fixed problems generated from unexpected sequence of static dtor calls
Fixed some minor TRAC items

[SVN r48961]
2008-09-25 06:20:43 +00:00
Robert Ramey
e7e2f86eda Fixed bas64 for text files
[SVN r48787]
2008-09-15 06:08:19 +00:00
Robert Ramey
f4a24d0a95 Eliminate throw from destructor
[SVN r48759]
2008-09-12 20:24:38 +00:00
Robert Ramey
0961cd43f7 In the absence of exception support, forward to boost::throw_exception
[SVN r48748]
2008-09-11 20:41:19 +00:00
Robert Ramey
93fb463de4 fixed base64 text padding
[SVN r48719]
2008-09-11 03:50:18 +00:00