Commit Graph

  • c3fbfb3cad made adjustments to suppress bogus warnings with MSVC so we could see error messages in test matrix Robert Ramey 2015-03-29 21:34:46 -0700
  • 434b7c3a6d make changes to see if I can get MSVC platforms to compile/link Robert Ramey 2015-03-27 14:43:59 -0700
  • 94d2e495ca corrected pfto in polymorphic_?archive.hpp fixed visibility for singleton corrected error in test_utf8_codecvt Robert Ramey 2015-03-24 18:02:06 -0700
  • 8dd74ab095 bumped archive version in case I break something Robert Ramey 2015-03-23 15:38:53 -0700
  • 5a94e5e4eb removed pfto Robert Ramey 2015-03-23 15:29:57 -0700
  • 5c7e17b715 removed support for borland compilers Robert Ramey 2015-03-23 13:43:59 -0700
  • 7067bdb263 simplifing visibility/autolink Robert Ramey 2015-03-23 13:20:05 -0700
  • 1baeb11a7f cleanup visibiliy / auto link macros throughout project - still more to be done Robert Ramey 2015-03-23 12:46:02 -0700
  • 79e73a715c fix a couple of gcc warnings Robert Ramey 2015-03-22 16:16:42 -0700
  • e7a7ee8018 add BOOST_SYMBOL_VISIBLE to otherwise invisible classes and implement BOOST_NOEXCEPT where needed Robert Ramey 2015-03-22 15:25:45 -0700
  • 4c0590737e simplified visibility Robert Ramey 2015-03-21 18:38:41 -0700
  • 94dbfcfc4f first cut in fixing up visibility Robert Ramey 2015-03-21 17:56:57 -0700
  • cf0d7de91e Merge pull request #9 from akumta/patch-1 Robert Ramey 2015-03-04 15:05:42 -0800
  • 768145d01d Update register_archive.hpp akumta 2015-03-04 14:49:58 -0800
  • 594541b6d7 Merge pull request #4 from danieljames/metadata Robert Ramey 2015-01-09 14:44:05 -0800
  • aa18f80439 fix some minor header inclusion Robert Ramey 2014-12-18 17:34:55 -0800
  • 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 Robert Ramey 2014-12-16 15:40:24 -0800
  • df8dec38fc fixed check for default constructible in std containers serialization Robert Ramey 2014-12-15 15:22:33 -0800
  • aa6ca846a4 fixed collection loading to be backwards compatible. Unforunately this breaks the fix I intended to make. Need to update docs so that users specialize boost::has_default_constructor<T> for item type Robert Ramey 2014-12-15 10:17:27 -0800
  • 523f9baca2 correct last minute error in collection simplification Robert Ramey 2014-12-13 22:02:57 -0800
  • 3d8d73f0d0 fixes in attributes to permit Visual Studio compatibility Robert Ramey 2014-12-13 14:12:34 -0800
  • a702dcb76f finally?! fixed problem with failing xml_warchive Robert Ramey 2014-12-12 15:55:02 -0800
  • fb61aeea5c still trying to fix xml_warchive Robert Ramey 2014-12-12 07:53:31 -0800
  • e70a2bb9b3 fixed issues related to codecvt facets Robert Ramey 2014-12-10 12:51:30 -0800
  • 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 Robert Ramey 2014-12-08 17:01:23 -0800
  • 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 Robert Ramey 2014-12-06 13:10:12 -0800
  • 6ba97066f4 fixed error where vector<vector<dummy>> doesn't serialize properly improved loading of sequential containers Robert Ramey 2014-12-02 00:02:54 -0800
  • b0f63a710f removed deprecated version of strong_typedef.hpp from boost directory Robert Ramey 2014-11-13 10:06:58 -0800
  • 02fff0a69e fixed shared_ptr_helper include Robert Ramey 2014-11-11 22:13:05 -0800
  • 5712994137 made is_whitespace explicitly inline Robert Ramey 2014-09-26 10:50:50 -0700
  • c2f9a6c3f4 type in docs add default parameter value to get_helper_support Robert Ramey 2014-09-13 06:52:40 -0700
  • 7f80632617 fixed case for compilers where type specific new operator doesn't work Robert Ramey 2014-09-02 15:09:01 -0700
  • d75a4416d7 minor adjustments to helper collection and tests. update documentation for helper collection Robert Ramey 2014-08-25 13:17:11 -0700
  • 46ec3ad75f Add metadata file. Daniel James 2014-08-18 15:10:21 +0100
  • c13b89c8f9 added missing headers to shared_ptr_helper. Robert Ramey 2014-08-12 09:05:54 -0700
  • 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. Robert Ramey 2014-08-10 10:07:58 -0700
  • c034aa1055 Fixed up helper implementation so that it properly accounts for help instances Robert Ramey 2014-08-08 21:49:20 -0700
  • 2b5f6e7a8f Merge pull request #2 from MarcelRaad/patch-1 Robert Ramey 2014-07-04 08:38:42 -0700
  • 16621745f8 Fix variable shadowing warning Marcel Raad 2014-07-03 19:20:46 +0200
  • 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 Robert Ramey 2014-07-01 12:50:38 -0700
  • d912153782 corrections to shared pointer support and implementation of helper collection Robert Ramey 2014-06-26 07:25:22 -0700
  • 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 Robert Ramey 2014-06-19 14:28:47 -0700
  • 421c1f2590 changes to eliminate dependence on shared_ptr Robert Ramey 2014-06-16 11:24:43 -0700
  • ca438959cd Merge pull request #1 from insideoutclub/develop Robert Ramey 2014-06-12 18:04:11 -0700
  • 740d662757 Fixing typos. insideoutclub 2014-05-26 22:34:32 -0700
  • 3e7c5fde99 Fixing typos. insideoutclub 2014-05-26 22:31:44 -0700
  • 622a95dd81 Fixing typos. insideoutclub 2014-05-26 22:27:35 -0700
  • 521589af07 Fixing typos. insideoutclub 2014-05-26 22:22:46 -0700
  • 9e1a619324 Fixing typos. insideoutclub 2014-05-26 22:19:23 -0700
  • f5a31ae7c0 Fixing typos. insideoutclub 2014-05-26 22:12:15 -0700
  • 819f5649ad Fixing typos. insideoutclub 2014-05-26 22:08:39 -0700
  • b0e263e52a Fixing typos. insideoutclub 2014-05-26 12:11:43 -0700
  • 60b9ab6a5a Fixing typos. insideoutclub 2014-05-26 11:59:20 -0700
  • 806ed33010 Fixing typos. insideoutclub 2014-05-26 11:53:32 -0700
  • 335424ca6e Fixing typos. insideoutclub 2014-05-26 08:39:34 -0700
  • ee4b0d4d1e Fixing typos. insideoutclub 2014-05-26 08:37:06 -0700
  • 4dd2f9ce04 Fixing typos. insideoutclub 2014-05-26 08:34:09 -0700
  • c5c15b15bd Update extended_type_info.html insideoutclub 2014-05-26 08:31:27 -0700
  • f509e1dc67 Update derivation.html insideoutclub 2014-05-26 08:15:00 -0700
  • 0f260d5d9b Update simple_log.html insideoutclub 2014-05-26 08:07:21 -0700
  • 8353999a2e Update pimpl.html insideoutclub 2014-05-26 08:04:58 -0700
  • a809ed7254 Update shared_ptr.html insideoutclub 2014-05-26 07:56:54 -0700
  • 4d6f05642c Update headers.html insideoutclub 2014-05-26 07:46:26 -0700
  • dda3b3431e Update implementation.html insideoutclub 2014-05-26 07:23:42 -0700
  • 1817cdfa4f Update archive_reference.html insideoutclub 2014-05-25 22:26:40 -0700
  • 68fcb21365 Update exception_safety.html insideoutclub 2014-05-25 12:27:26 -0700
  • 99696d9c18 Update archive_exception.hpp insideoutclub 2014-05-25 12:03:19 -0700
  • 256e8dd794 Update exceptions.html insideoutclub 2014-05-25 11:53:39 -0700
  • d5d9a3a5a3 Update special.html insideoutclub 2014-05-25 11:41:48 -0700
  • 21ec29f991 Update wrappers.html insideoutclub 2014-05-24 07:58:21 -0700
  • 7c35aa79d0 Update traits.html insideoutclub 2014-05-24 07:46:15 -0700
  • d34508689e Update traits.html insideoutclub 2014-05-24 07:14:21 -0700
  • c74430bbc7 Update traits.html insideoutclub 2014-05-23 22:53:53 -0700
  • a58d835291 Update serialization.html insideoutclub 2014-05-23 11:56:25 -0700
  • 3c6c241bd7 Update archives.html insideoutclub 2014-05-23 11:27:39 -0700
  • c957250757 Update tutorial.html insideoutclub 2014-05-23 11:19:32 -0700
  • 8e4248285a fix hoping to get mdvc 8.0 to pass Robert Ramey 2014-04-14 16:08:28 -0700
  • e65f25fce1 fixed error for microsoft compilers Robert Ramey 2014-03-21 21:57:15 -0700
  • 3fc172b3fb BOOST_DEDUCED_TYPENAME <- typename Robert Ramey 2014-03-19 18:35:13 -0700
  • 4fff20dff4 address MSVC shared_ptr helper problem attempt yet again to address MSVC 8.0 issues Robert Ramey 2014-03-19 18:00:55 -0700
  • 1d07e1dd57 Merge branch 'develop' Robert Ramey 2014-03-17 12:32:01 -0700
  • f3d5bc52bb attempt to make tests pass on mdvc 8.0 Robert Ramey 2014-03-12 20:58:08 -0700
  • 673135a41e changes to support msvc 8.0 reversion problems created by s kelly project Robert Ramey 2014-03-06 08:24:28 -0800
  • 168671c1c3 Fix failures for msvc 8.0 back out more MSVC workaround "fixes" fix shared_ptr_helper load template declaration Robert Ramey 2014-03-04 14:26:19 -0800
  • b8bf2de47d Merge branch 'develop' Robert Ramey 2014-03-02 11:03:01 -0800
  • a9a4f6da0b fixed interface to dynamic_cast<shared_ptr> tweaked archives to use/restore original local rather than the global "classic" one Robert Ramey 2014-02-28 10:50:19 -0800
  • 818333c7fd added #if def to skip std::shared_ptr test when compiler doesn't support C++11 Robert Ramey 2014-02-23 11:21:13 -0800
  • c8cb85339d corrected test in the absence of C++11 support for smart pointers Robert Ramey 2014-02-22 11:11:29 -0800
  • ed0ba055c8 correction for shared_ptr_helper and test_unique_ptr Robert Ramey 2014-02-20 08:33:32 -0800
  • fb559afd0d fix various trac items Robert Ramey 2014-02-19 13:11:33 -0800
  • 3c9fe377f3 merge develop to master Robert Ramey 2014-02-17 18:55:24 -0800
  • 57e6da40e9 added unique_ptr.hpp Robert Ramey 2014-02-17 14:56:19 -0800
  • a5f7c7850b added test_unique_ptr.cpp Robert Ramey 2014-02-17 14:21:33 -0800
  • 484874f0c2 Merge branch 'stl_pointers' into develop Robert Ramey 2014-02-17 12:30:00 -0800
  • 7f604fa7ff minor corrections to pass full suite of test Robert Ramey 2014-02-17 12:28:07 -0800
  • 606093112f both std and boost versions of shared / weak pointer passing tests Robert Ramey 2014-02-16 21:38:28 -0800
  • c9443fba24 intermediate version Robert Ramey 2014-02-16 00:06:04 -0800
  • f5168e15a4 new shared_ptr_helper passed a couple of tests removed naked-... versions of archive classes Robert Ramey 2014-02-15 14:47:26 -0800
  • f7ad9e8d07 fixed shared_helper implementation Robert Ramey 2014-02-13 15:55:05 -0800
  • 679c9ee7ef minor adjustments to testing Robert Ramey 2014-02-13 09:17:33 -0800