Robert Ramey
b3a02cf2b1
eliminated dead code in vector.hp
...
changed spelling from constructable to constructible in test_z.cpp
2015-04-27 16:56:21 -07:00
Robert Ramey
4a80b0f089
passing vector test
2015-04-27 16:32:45 -07:00
Robert Ramey
73d2494dde
updated vector test to test for types without default constructor which are handled differently
2015-04-25 09:37:12 -07:00
Robert Ramey
f90de55927
leave test_z blank - it's used to paste tests into the IDE
2015-04-24 16:59:49 -07:00
Robert Ramey
50ecbd1f28
Remove last of support for compilers which don't support function template ordering
2015-04-24 15:24:30 -07:00
Robert Ramey
750080c20e
added polymorphic helper tests
...
removed obsolete information from documentation
2015-04-11 10:14:37 -07:00
Robert Ramey
a32549c25f
fixed problem with helper on polymorphic archives
...
added test_polymorphic_helper
2015-04-10 14:24:33 -07:00
Robert Ramey
94d2e495ca
corrected pfto in polymorphic_?archive.hpp
...
fixed visibility for singleton
corrected error in test_utf8_codecvt
2015-03-24 18:02:06 -07:00
Robert Ramey
5a94e5e4eb
removed pfto
2015-03-23 15:29:57 -07:00
Robert Ramey
5c7e17b715
removed support for borland compilers
2015-03-23 13:43:59 -07:00
Robert Ramey
a838b0821f
tweaked tests to suppress some warning noise
...
fixed sequential lists to handle types without default constructors
adjusted CMakeLists.txt to correctly generate c++ selection for Xcode
2014-12-16 15:40:24 -08:00
Robert Ramey
df8dec38fc
fixed check for default constructible in std containers serialization
2014-12-15 15:22:33 -08:00
Robert Ramey
3d8d73f0d0
fixes in attributes to permit Visual Studio compatibility
2014-12-13 14:12:34 -08:00
Robert Ramey
a702dcb76f
finally?! fixed problem with failing xml_warchive
2014-12-12 15:55:02 -08:00
Robert Ramey
fb61aeea5c
still trying to fix xml_warchive
2014-12-12 07:53:31 -08:00
Robert Ramey
e70a2bb9b3
fixed issues related to codecvt facets
2014-12-10 12:51:30 -08:00
Robert Ramey
61b8c96e23
attempt to address failure of gcc standard library to properly handle codecvt.
...
now I have problem in local state saver - commented out for now
2014-12-08 17:01:23 -08: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
6ba97066f4
fixed error where vector<vector<dummy>> doesn't serialize properly
...
improved loading of sequential containers
2014-12-02 00:02:54 -08:00
Robert Ramey
b0f63a710f
removed deprecated version of strong_typedef.hpp from boost directory
2014-11-13 10:06:58 -08:00
Robert Ramey
02fff0a69e
fixed shared_ptr_helper include
2014-11-11 22:13:05 -08: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
c13b89c8f9
added missing headers to shared_ptr_helper.
...
note - failed to show up in tests. probably included superfluously in other headers.
2014-08-12 09:05:54 -07:00
Robert Ramey
8ce1ff884a
Corrected error in std::shared_ptr serialization.
...
Adjusted so that there is one instance of shared_ptr_helper per archive instance. Before it was accidentally making one instance per pointer type which was not properly "matching up" shared/weak pointers.
2014-08-10 10:07:58 -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
32bb9f82ae
Added size() to class_name_type to permit checking to maximum permitted size
...
Simplified calculation of number of elements
added check for too long class names
added {} to array initialization to avoid bogus warning
2014-07-01 12:50:38 -07:00
Robert Ramey
d912153782
corrections to shared pointer support and implementation of helper collection
2014-06-26 07:25:22 -07:00
Robert Ramey
2183deba45
trapped error with failed void_upcast.
...
helper collection improved - still not done yet
update shared pointer to handle C++11
removed old shared pointer helper from portable binary archive
2014-06-19 14:28:47 -07:00
Robert Ramey
421c1f2590
changes to eliminate dependence on shared_ptr
2014-06-16 11:24:43 -07:00
Robert Ramey
3fc172b3fb
BOOST_DEDUCED_TYPENAME <- typename
2014-03-19 18:35:13 -07:00
Robert Ramey
1d07e1dd57
Merge branch 'develop'
2014-03-17 12:32:01 -07:00
Robert Ramey
168671c1c3
Fix failures for msvc 8.0
...
back out more MSVC workaround "fixes"
fix shared_ptr_helper load template declaration
2014-03-04 14:26:19 -08:00
Robert Ramey
b8bf2de47d
Merge branch 'develop'
2014-03-02 11:03:01 -08:00
Robert Ramey
a9a4f6da0b
fixed interface to dynamic_cast<shared_ptr>
...
tweaked archives to use/restore original local rather than the global "classic" one
2014-02-28 10:50:19 -08:00
Robert Ramey
818333c7fd
added #if def to skip std::shared_ptr test when compiler doesn't support C++11
2014-02-23 11:21:13 -08:00
Robert Ramey
c8cb85339d
corrected test in the absence of C++11 support for smart pointers
2014-02-22 11:11:29 -08:00
Robert Ramey
ed0ba055c8
correction for shared_ptr_helper and test_unique_ptr
2014-02-20 08:33:32 -08:00
Robert Ramey
fb559afd0d
fix various trac items
2014-02-19 13:11:33 -08:00
Robert Ramey
3c9fe377f3
merge develop to master
2014-02-17 18:55:24 -08:00
Robert Ramey
a5f7c7850b
added test_unique_ptr.cpp
2014-02-17 14:21:33 -08:00
Robert Ramey
484874f0c2
Merge branch 'stl_pointers' into develop
2014-02-17 12:30:00 -08:00
Robert Ramey
7f604fa7ff
minor corrections to pass full suite of test
2014-02-17 12:28:07 -08:00
Robert Ramey
606093112f
both std and boost versions of shared / weak pointer passing tests
2014-02-16 21:38:28 -08:00
Robert Ramey
c9443fba24
intermediate version
2014-02-16 00:06:04 -08:00
Robert Ramey
f5168e15a4
new shared_ptr_helper
...
passed a couple of tests
removed naked-... versions of archive classes
2014-02-15 14:47:26 -08:00
Robert Ramey
f7ad9e8d07
fixed shared_helper implementation
2014-02-13 15:55:05 -08:00
Robert Ramey
679c9ee7ef
minor adjustments to testing
2014-02-13 09:17:33 -08: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
c19a1e737e
tweak test
2014-02-09 21:22:21 -08:00
Robert Ramey
59e822de4a
fixed tests to condition on C11 compatibility
2014-02-07 20:47:44 -08:00