Robert Ramey
f04a8cbe90
shortened name of test in the hopes it fix a test failure one windows with gcc - minnow
...
removed last references to pfto in documentation
2019-10-11 16:07:10 -07:00
Robert Ramey
9e98df0a0d
Corrected various tests.
...
improved build under CMake and B2
passes all tests on clang 03 and g++ 6.2
2018-11-14 14:27:46 -08:00
Robert Ramey
0c8a1d615a
fix as described in PR #53 .
...
fixes warnings
Seen with all versions of msvc from (at least) 9.0 up to 14.1.
Signed-off-by: Daniela Engert dani@ngrt.de
fixed pr #53 , #52 , #50 , #49 , #34 , #29 , #23 , #25 , #20 , #14 , #7
2017-05-24 06:32:39 -07:00
Robert Ramey
f09c9b197e
correction to optional<T> serialization
2016-11-06 15:01:33 -08:00
Robert Ramey
763f204e80
resolution of issue related to private base classes
2015-10-02 08:22:03 -07:00
Robert Ramey
4f83fc163a
Miscellaneous fixes
2015-09-28 23:52:47 -07:00
Robert Ramey
750080c20e
added polymorphic helper tests
...
removed obsolete information from documentation
2015-04-11 10:14:37 -07:00
Robert Ramey
c2f9a6c3f4
type in docs
...
add default parameter value to get_helper_support
2014-09-13 06:52:40 -07:00
Robert Ramey
d75a4416d7
minor adjustments to helper collection and tests.
...
update documentation for helper collection
2014-08-25 13:17:11 -07:00
Robert Ramey
c034aa1055
Fixed up helper implementation so that it properly accounts for help instances
2014-08-08 21:49:20 -07:00
Robert Ramey
421c1f2590
changes to eliminate dependence on shared_ptr
2014-06-16 11:24:43 -07:00
insideoutclub
740d662757
Fixing typos.
2014-05-26 22:34:32 -07:00
insideoutclub
3e7c5fde99
Fixing typos.
2014-05-26 22:31:44 -07:00
insideoutclub
622a95dd81
Fixing typos.
...
Please check line 130.
2014-05-26 22:27:35 -07:00
insideoutclub
521589af07
Fixing typos.
2014-05-26 22:22:46 -07:00
insideoutclub
9e1a619324
Fixing typos.
...
Please check lines 52 and 102.
2014-05-26 22:19:23 -07:00
insideoutclub
f5a31ae7c0
Fixing typos.
2014-05-26 22:12:15 -07:00
insideoutclub
819f5649ad
Fixing typos.
2014-05-26 22:08:39 -07:00
insideoutclub
b0e263e52a
Fixing typos.
2014-05-26 12:11:43 -07:00
insideoutclub
60b9ab6a5a
Fixing typos.
2014-05-26 11:59:20 -07:00
insideoutclub
806ed33010
Fixing typos.
2014-05-26 11:53:32 -07:00
insideoutclub
335424ca6e
Fixing typos.
2014-05-26 08:39:34 -07:00
insideoutclub
ee4b0d4d1e
Fixing typos.
2014-05-26 08:37:06 -07:00
insideoutclub
4dd2f9ce04
Fixing typos.
2014-05-26 08:34:09 -07:00
insideoutclub
c5c15b15bd
Update extended_type_info.html
...
Fixing typos. Line 225 needs review.
2014-05-26 08:31:27 -07:00
insideoutclub
f509e1dc67
Update derivation.html
...
Fixing typos.
2014-05-26 08:15:00 -07:00
insideoutclub
0f260d5d9b
Update simple_log.html
...
Fixing typos.
2014-05-26 08:07:21 -07:00
insideoutclub
8353999a2e
Update pimpl.html
...
Fixing typos. Line 48 still needs some work.
2014-05-26 08:04:58 -07:00
insideoutclub
a809ed7254
Update shared_ptr.html
...
Fixing typos.
2014-05-26 07:56:54 -07:00
insideoutclub
4d6f05642c
Update headers.html
...
Fixing typos. Line 348 still needs some work.
2014-05-26 07:46:26 -07:00
insideoutclub
dda3b3431e
Update implementation.html
...
Fixing typos. Line 257 still needs a cross-reference.
2014-05-26 07:23:42 -07:00
insideoutclub
1817cdfa4f
Update archive_reference.html
...
Fixing typos.
2014-05-25 22:26:40 -07:00
insideoutclub
68fcb21365
Update exception_safety.html
...
Fixing typos.
2014-05-25 12:27:26 -07:00
insideoutclub
256e8dd794
Update exceptions.html
...
Fixing typos.
2014-05-25 11:53:39 -07:00
insideoutclub
d5d9a3a5a3
Update special.html
...
Fixing typos.
2014-05-25 11:41:48 -07:00
insideoutclub
21ec29f991
Update wrappers.html
...
Fixing typos.
2014-05-24 07:58:21 -07:00
insideoutclub
7c35aa79d0
Update traits.html
...
This line either needs to be deleted or it needs to be a link to version.hpp.
2014-05-24 07:46:15 -07:00
insideoutclub
d34508689e
Update traits.html
...
Fixing typos.
2014-05-24 07:14:21 -07:00
insideoutclub
c74430bbc7
Update traits.html
...
Fixing typos.
2014-05-23 22:53:53 -07:00
insideoutclub
a58d835291
Update serialization.html
...
Fixing typos.
2014-05-23 11:56:25 -07:00
insideoutclub
3c6c241bd7
Update archives.html
...
Fixed a typo. Changed "thier" to "their".
2014-05-23 11:27:39 -07:00
insideoutclub
c957250757
Update tutorial.html
...
Fixed a typo. Changed "implemenations" to "implementations".
2014-05-23 11:19:32 -07:00
Robert Ramey
75f09afc89
moved shared_helper to mixin of common base
...
updated shared_ptr serialization accordingly
2014-02-13 08:52:58 -08:00
Robert Ramey
2140063d82
added support for missing collections in the standard library
...
forward_list
array
stack
queue
priority_queue
2014-02-06 13:12:39 -08:00
Robert Ramey
875a37f915
fixed memory leak on load_object_ptr and other changes
...
[SVN r86156]
2013-10-04 00:36:37 +00:00
Robert Ramey
d7a32be2ed
made tests and documentation consistent with correct exception throw specs
...
[SVN r81848]
2012-12-11 05:36:04 +00:00
Robert Ramey
483301ed4e
made grafics 50% bigger
...
[SVN r80422]
2012-09-06 17:24:34 +00:00
Robert Ramey
7755c58905
added ar & to example to correct minor error
...
[SVN r79535]
2012-07-15 15:47:59 +00:00
Robert Ramey
55cf704082
corrections
...
[SVN r74657]
2011-10-02 20:43:39 +00:00
Robert Ramey
797cf25d5a
Update docs for 1.46
...
[SVN r68296]
2011-01-19 17:03:23 +00:00