Commit Graph

1802 Commits

Author SHA1 Message Date
Robert Ramey
8cd49c1007 fix gcc warnings
[SVN r59834]
2010-02-22 05:00:57 +00:00
Robert Ramey
c39233ff52 change to avoid ">>" syntax error when passed a template instance
[SVN r59701]
2010-02-16 17:00:48 +00:00
Robert Ramey
cf0b272984 added copyright notices
[SVN r59461]
2010-02-03 21:47:58 +00:00
Robert Ramey
699061541c address const T * serialization
[SVN r59460]
2010-02-03 21:45:13 +00:00
Robert Ramey
64421c49ac correction in version example
[SVN r59459]
2010-02-03 21:44:12 +00:00
Robert Ramey
9a72b6c928 Miscelleaneous documentation corrections
[SVN r59458]
2010-02-03 21:43:26 +00:00
Robert Ramey
61cb57079e change "void inline" to "inline void" on older gcc compilers
[SVN r59457]
2010-02-03 21:36:18 +00:00
Robert Ramey
eb24743449 Added comment regarding intentional anonymous namespace in header
[SVN r59456]
2010-02-03 21:34:34 +00:00
Robert Ramey
a92769db42 address const T * serialization
[SVN r59455]
2010-02-03 21:33:20 +00:00
Robert Ramey
d36ca3d5d1 Fix error on unregistered class exception
[SVN r59454]
2010-02-03 21:33:02 +00:00
Robert Ramey
ae15fe212b address const T * serialization
[SVN r59453]
2010-02-03 21:32:14 +00:00
Robert Ramey
bc5cd95615 Fix plugin test/demo
[SVN r58519]
2009-12-23 18:29:49 +00:00
Robert Ramey
8a9193f4a5 Fix plugin test/demo
[SVN r58518]
2009-12-23 18:28:48 +00:00
Jürgen Hunold
42e859eb24 Fix tests by re-adding missing "compile" rule.
[SVN r58512]
2009-12-23 13:35:25 +00:00
Robert Ramey
c01113966d Fix plugin test/demo
[SVN r58508]
2009-12-23 07:23:08 +00:00
Robert Ramey
ddc987ca75 Fix plugin test/demo
[SVN r58507]
2009-12-23 07:22:12 +00:00
Robert Ramey
261922188d Fix plugin test/demo
[SVN r58506]
2009-12-23 07:21:05 +00:00
Robert Ramey
3205d38e82 Fix plugin test/demo
[SVN r58505]
2009-12-23 07:20:49 +00:00
Robert Ramey
584e306b3e Merge from trunk to release
[SVN r58391]
2009-12-14 23:53:16 +00:00
Robert Ramey
43d310416b Merge from trunk to release
[SVN r58390]
2009-12-14 23:52:51 +00:00
Robert Ramey
be26dfbcf9 Merge from trunk to release
[SVN r58389]
2009-12-14 23:48:21 +00:00
Robert Ramey
5ec245588c Adjustment in project properties
[SVN r58388]
2009-12-14 23:38:03 +00:00
Robert Ramey
8d0aeda360 Include build for maximum performance
[SVN r58361]
2009-12-13 17:46:20 +00:00
Robert Ramey
16aef9c78d Remove superfluous link
[SVN r58360]
2009-12-13 17:45:19 +00:00
Robert Ramey
af094df01f Speed up loading of ordered collections
[SVN r58359]
2009-12-13 17:44:23 +00:00
Robert Ramey
a6e82c34f9 Change code to avoid warning
[SVN r58358]
2009-12-13 17:43:50 +00:00
Robert Ramey
14fb2f69b7 tweak demo example
[SVN r58305]
2009-12-11 22:32:41 +00:00
Robert Ramey
a15282a3cc Update VCIDE files
[SVN r58304]
2009-12-11 22:31:42 +00:00
Robert Ramey
fa93314e1b Call dtor through serialization::access in order to permit private dtors/ctors
[SVN r58296]
2009-12-11 19:32:30 +00:00
Robert Ramey
26490f7fa1 1. Fixed memory leak in shared_ptr loading
2. Fixed error in polymorphic archive implementation

[SVN r58271]
2009-12-10 17:42:29 +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
a94e39ed5d 1. Fixed memory leak in shared_ptr loading
2. Fixed error in polymorphic archive implementation

[SVN r58257]
2009-12-10 00:30:06 +00:00
Robert Ramey
4d360d1082 Merge changes to release branch
[SVN r58151]
2009-12-05 06:34:10 +00:00
Robert Ramey
207f3e5ffa Merge changes to release branch
[SVN r58150]
2009-12-05 06:32:49 +00:00
Robert Ramey
5e8f1456d1 Merge changes to release branch
[SVN r58149]
2009-12-05 06:32:01 +00:00
Robert Ramey
10d94a6c82 tweak msvc solution
[SVN r58147]
2009-12-04 22:15:56 +00:00
Robert Ramey
675b0b07d4 (yet) another fix for void cast pointer
[SVN r58026]
2009-11-29 07:32:53 +00:00
Robert Ramey
ac989955c8 Backout collection_type primitive. Problem showed in in tests of 64 bit compilers
tweak jamfile to supress long-long warnings in gcc


[SVN r58025]
2009-11-29 06:33:35 +00:00
Robert Ramey
e25add3e4c Backout collection_type primitive. Problem showed in in tests of 64 bit compilers
[SVN r58024]
2009-11-29 06:32:32 +00:00
Robert Ramey
b26df8e96b Fix memory leaks in void_caster short cut memory leaks
[SVN r58020]
2009-11-28 22:18:00 +00:00
Robert Ramey
9c65df78a1 documentation fixes
[SVN r58019]
2009-11-28 22:16:48 +00:00
Robert Ramey
1eb3039d6e documentation fixes
[SVN r58018]
2009-11-28 22:16:18 +00:00
Robert Ramey
cd79c5a02e fixed BOOST_STATIC_WARNING implementation macro name conflict
[SVN r57987]
2009-11-27 22:32:28 +00:00
Robert Ramey
787e239ba6 tweaked demo_polymorphic example
[SVN r57985]
2009-11-27 22:17:03 +00:00
Robert Ramey
5699f26aac changes to minimize warnings in library build
[SVN r57982]
2009-11-27 21:25:18 +00:00
Robert Ramey
c728eb8658 changes to minimize warnings in library build
[SVN r57981]
2009-11-27 21:24:07 +00:00
Robert Ramey
35bd0f12dc suppress MSVC "deprecated" and "unsafe" warnings
[SVN r57705]
2009-11-16 16:22:38 +00:00
Robert Ramey
09bf7cb705 Revert changes intended for trunk
[SVN r57701]
2009-11-16 05:32:31 +00:00
Robert Ramey
1f49950d27 Revert changes intended for trunk
[SVN r57700]
2009-11-16 05:29:21 +00:00
Robert Ramey
9330f6f7ca Revert changes target for trunk
[SVN r57699]
2009-11-16 05:27:58 +00:00