serialization/test
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
..
A.cpp made base grammar visible 2018-10-11 22:03:51 -07:00
A.hpp clean up tests using export/import 2018-12-19 14:40:55 -08:00
A.ipp Fixed errors in singleton 2018-11-08 21:07:09 -08:00
b2.log shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
B.hpp merge trunk to release 2013-11-16 20:13:39 +00:00
base.hpp corrections in visibility specs for tests 2015-11-15 13:30:25 -08:00
binary_archive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
binary_warchive.hpp tabs and licence 2004-07-19 07:00:01 +00:00
C.hpp merge trunk to release 2013-11-16 20:13:39 +00:00
config_test.cpp added missing headers to shared_ptr_helper. 2014-08-12 09:05:54 -07:00
config_test.o added missing headers to shared_ptr_helper. 2014-08-12 09:05:54 -07:00
D.hpp merge trunk to release 2013-11-16 20:13:39 +00:00
derived2.hpp corrections in visibility specs for tests 2015-11-15 13:30:25 -08:00
dll_a.cpp adjustments to address visibility/import/export issues on windows gcc platforms 2018-11-11 04:56:11 -08:00
dll_base.cpp minor adjustments to fix errors with gcc 6.0 2016-01-14 22:18:51 -08:00
dll_derived2.cpp fix compile errors in tests related to export 2016-01-17 10:33:06 -08:00
dll_polymorphic_base.cpp adjustments to fix “exported” tests. 2018-12-24 08:52:50 -08:00
dll_polymorphic_derived2.cpp adjustments to fix “exported” tests. 2018-12-24 08:52:50 -08:00
J.hpp merge trunk to release 2013-11-16 20:13:39 +00:00
Jamfile.v2 shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
library_status.html shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
links.html shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
multi_shared1.cpp added test files for test_mult_shared_lib 2018-10-26 10:42:11 -07:00
multi_shared2.cpp added test files for test_mult_shared_lib 2018-10-26 10:42:11 -07:00
polymorphic_array_binary_archive.hpp Added testing of array-optimized binary archives and merged changes from RC_1_34_0 2006-05-01 00:08:10 +00:00
polymorphic_base.cpp adjustments to fix “exported” tests. 2018-12-24 08:52:50 -08:00
polymorphic_base.hpp clean up tests using export/import 2018-12-19 14:40:55 -08:00
polymorphic_binary_archive.hpp tabs and licence 2004-07-19 07:00:01 +00:00
polymorphic_derived1.cpp Corrected various tests. 2018-11-14 14:27:46 -08:00
polymorphic_derived1.hpp complete corrections for import/export/visitbility 2018-12-26 13:49:33 -08:00
polymorphic_derived2.cpp adjustments to fix “exported” tests. 2018-12-24 08:52:50 -08:00
polymorphic_derived2.hpp clean up tests using export/import 2018-12-19 14:40:55 -08:00
polymorphic_text_archive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
polymorphic_text_warchive.hpp Fixes for minor and/or obscure bugs 2009-10-24 16:07:47 +00:00
polymorphic_xml_archive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
polymorphic_xml_warchive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
portable_binary_archive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test3.dat added missing headers to shared_ptr_helper. 2014-08-12 09:05:54 -07:00
test__helper.cpp shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
test_array.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_binary.cpp update test_utf8_codecvt test to use std::istream_iterator. 2012-12-24 18:12:43 +00:00
test_bitset.cpp Fixes for minor and/or obscure bugs 2009-10-24 16:07:47 +00:00
test_boost_array.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_check.cpp sync with release branch 2013-04-28 20:23:10 +00:00
test_class_info_load.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_class_info_save.cpp Merge to release 2010-07-09 18:23:21 +00:00
test_codecvt_null.cpp Removed emplace in array serialization. I concluded that it didn't do what I hoped it would and couldn't do so without changing the library API which I was reluctant to so. Changing this use more traditional reference copying functions should have no impact on performance but should improve portability to other compilers such as Intel. 2016-11-02 15:32:10 -07:00
test_complex.cpp Fix failures for msvc 8.0 2014-03-04 14:26:19 -08:00
test_const_load_fail1_nvp.cpp improved const correctness 2005-04-21 05:08:26 +00:00
test_const_load_fail1.cpp improved const correctness 2005-04-21 05:08:26 +00:00
test_const_load_fail2_nvp.cpp improved const correctness 2005-04-21 05:08:26 +00:00
test_const_load_fail2.cpp improved const correctness 2005-04-21 05:08:26 +00:00
test_const_load_fail3_nvp.cpp improved const correctness 2005-04-21 05:08:26 +00:00
test_const_load_fail3.cpp improved const correctness 2005-04-21 05:08:26 +00:00
test_const_pass.cpp tab removal 2005-04-24 05:13:34 +00:00
test_const_save_warn1_nvp.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn1.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn2_nvp.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn2.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn3_nvp.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn3.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn4_nvp.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_const_save_warn4.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_contained_class.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_cyclic_ptrs.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_delete_pointer.cpp still trying to fix xml_warchive 2014-12-12 07:53:31 -08:00
test_deque.cpp added support for missing collections in the standard library 2014-02-06 13:12:39 -08:00
test_derived_class_ptr.cpp Fix some memory leaks in tests 2017-11-03 00:57:02 +01:00
test_derived_class.cpp Merge changes to release branch 2009-12-05 06:34:10 +00:00
test_derived.cpp changes to address some test failures 2016-04-15 12:53:16 -07:00
test_diamond_complex.cpp Merge to release 2010-07-09 21:30:08 +00:00
test_diamond.cpp Fix some memory leaks in tests 2017-11-03 00:57:02 +01:00
test_dll_exported.cpp clean up tests using export/import 2018-12-19 14:40:55 -08:00
test_dll_plugin.cpp correct error detected in MSVC regarding singleton initialization 2017-11-13 14:06:10 -08:00
test_dll_simple.cpp corrections for dll linkage and testing 2017-11-24 15:51:46 -08:00
test_enable_shared_from_this.cpp fix various trac items 2014-02-19 13:11:33 -08:00
test_exported.cpp adjustments to fix “exported” tests. 2018-12-24 08:52:50 -08:00
test_forward_list_ptrs.cpp corrections to test invocation for lists 2016-11-14 14:30:01 -08:00
test_forward_list.cpp corrections to test invocation for lists 2016-11-14 14:30:01 -08:00
test_helper_support.cpp fixes in attributes to permit Visual Studio compatibility 2014-12-13 14:12:34 -08:00
test_inclusion2.cpp corrections for dll linkage and testing 2017-11-24 15:51:46 -08:00
test_inclusion.cpp changes to correct problems found on mingw and cygwin tests 2017-10-22 13:32:38 -07:00
test_interators.cpp attempt to remove test_utf8_codecvt 2016-05-02 10:30:50 -07:00
test_interrupts.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_iterators_base64.cpp removed pfto 2015-03-23 15:29:57 -07:00
test_iterators.cpp changes to test_iterators and others to pass tests 2016-03-11 18:26:34 -08:00
test_list_ptrs.cpp corrections to test invocation for lists 2016-11-14 14:30:01 -08:00
test_list.cpp corrections to test invocation for lists 2016-11-14 14:30:01 -08:00
test_map_boost_unordered.cpp added messing files from unordered collections refactor 2015-10-03 23:51:17 -07:00
test_map_hashed.cpp added separate tests for hashed and unordered 2015-09-27 21:35:15 -07:00
test_map_unordered.cpp added separate tests for hashed and unordered 2015-09-27 21:35:15 -07:00
test_map.cpp separated tests for map and set for C++ 11 and C++ 03 2015-09-27 21:34:21 -07:00
test_mi.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_mult_archive_types.cpp Fix some memory leaks in tests 2017-11-03 00:57:02 +01:00
test_multi_shared_lib.cpp added test files for test_mult_shared_lib 2018-10-26 10:42:11 -07:00
test_multiple_inheritance.cpp Merge trunk to release 2009-08-01 23:32:25 +00:00
test_multiple_ptrs.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_native_array.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_new_operator.cpp fixted https://svn.boost.org/trac/boost/ticket/11520 2015-10-05 09:11:01 -07:00
test_no_rtti.cpp changes to support more correct import/export for DLL based tests 2018-12-18 13:05:25 -08:00
test_non_default_ctor2.cpp removed pfto 2015-03-23 15:29:57 -07:00
test_non_default_ctor.cpp removed pfto 2015-03-23 15:29:57 -07:00
test_non_intrusive.cpp Fix failures for msvc 8.0 2014-03-04 14:26:19 -08:00
test_not_serializable.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_null_ptr.cpp Merge changes to release branch 2009-12-05 06:34:10 +00:00
test_nvp.cpp Merge changes to release branch 2009-12-05 06:34:10 +00:00
test_object.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_optional.cpp adjustments to address failing "optional", Failure on FSD expand.hpp ininitlalization, and another attempt to fix linking failure related to singleton get_lock. 2017-06-13 13:11:24 -07:00
test_p_helper.cpp shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
test_pimpl.cpp added support for missing collections in the standard library 2014-02-06 13:12:39 -08:00
test_polymorphic2.cpp move recent changes to release branch 2010-02-26 05:28:56 +00:00
test_polymorphic2.hpp move recent changes to release branch 2010-02-26 05:28:56 +00:00
test_polymorphic2imp.cpp move recent changes to release branch 2010-02-26 05:28:56 +00:00
test_polymorphic_A.cpp corrections for dll linkage and testing 2017-11-24 15:51:46 -08:00
test_polymorphic_A.hpp adjust file names for 31 char limit 2004-10-07 03:51:24 +00:00
test_polymorphic.cpp fixed problem with helper on polymorphic archives 2015-04-10 14:24:33 -07:00
test_primitive.cpp adjustments for mdvc visibility 2015-11-14 22:59:42 -08:00
test_priority_queue.cpp added support for missing collections in the standard library 2014-02-06 13:12:39 -08:00
test_private_base2.cpp resolution of issue related to private base classes 2015-10-02 08:22:03 -07:00
test_private_base.cpp resolution of issue related to private base classes 2015-10-02 08:22:03 -07:00
test_private_ctor.cpp changes to address some test failures 2016-04-15 12:53:16 -07:00
test_queue.cpp added support for missing collections in the standard library 2014-02-06 13:12:39 -08:00
test_recursion.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_registered.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_reset_object_address.cpp Merge changes to release branch 2009-12-05 06:34:10 +00:00
test_set_boost_unordered.cpp added messing files from unordered collections refactor 2015-10-03 23:51:17 -07:00
test_set_hashed.cpp added separate tests for hashed and unordered 2015-09-27 21:35:15 -07:00
test_set_unordered.cpp added separate tests for hashed and unordered 2015-09-27 21:35:15 -07:00
test_set.cpp Address PR s and issues 2018-05-03 15:20:08 -07:00
test_shared_ptr_132.cpp tweaked tests to suppress some warning noise 2014-12-16 15:40:24 -08:00
test_shared_ptr_multi_base.cpp Corrected error in std::shared_ptr serialization. 2014-08-10 10:07:58 -07:00
test_shared_ptr.cpp tweaked tests to suppress some warning noise 2014-12-16 15:40:24 -08:00
test_simple_class_ptr.cpp Fix some memory leaks in tests 2017-11-03 00:57:02 +01:00
test_simple_class.cpp merge trunk to release 2013-11-16 20:13:39 +00:00
test_singleton_inherited.cpp Added in more singleton tests 2018-11-17 13:21:31 -08:00
test_singleton_plain.cpp Added in more singleton tests 2018-11-17 13:21:31 -08:00
test_singleton.cpp include test for singleton 2018-04-30 12:46:23 -07:00
test_slist_ptrs.cpp Fixed incorrect use of slist, back v.s. front. 2017-07-12 11:39:26 +09:00
test_slist.cpp refactor various tests related to arrays and lists 2016-11-14 23:39:14 -08:00
test_smart_cast.cpp merge trunk to release 2013-11-16 20:13:39 +00:00
test_split.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_stack.cpp added support for missing collections in the standard library 2014-02-06 13:12:39 -08:00
test_static_warning.cpp Merge trunk to release 2009-09-20 02:18:02 +00:00
test_strong_typedef.cpp correct test_strong_type 2016-06-03 22:28:50 -07:00
test_tools.hpp Just discovered that registering type via EXPORT doesn't work with polymorphic archives !!! 2018-11-03 06:23:22 -07:00
test_tracking.cpp Merge trunk to release 2009-09-20 02:18:02 +00:00
test_traits_fail.cpp merge trunk to release 2013-11-16 20:13:39 +00:00
test_traits_pass.cpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
test_unique_ptr.cpp changes to eliminate dependence on shared_ptr 2014-06-16 11:24:43 -07:00
test_unregistered.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_valarray.cpp included cstddef to define null_deleter 2008-06-22 01:10:52 +00:00
test_variant.cpp Fixed catch by value warnings in tests 2018-10-02 17:08:10 +03:00
test_vector.cpp a) suppress warnings in some tests 2016-03-28 14:41:53 -07:00
test_void_cast.cpp merge to release branch 2010-11-06 20:03:52 +00:00
test_z.cpp made base grammar visible 2018-10-11 22:03:51 -07:00
testfile2 shortened name of test in the hopes it fix a test failure one windows with gcc - minnow 2019-10-11 16:07:10 -07:00
text_archive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
text_warchive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
xml_archive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00
xml_warchive.hpp Support serialization in DLLS 2008-03-18 05:01:57 +00:00