Commit Graph

  • 3d179caaec correct extraneous BOOST_ARCHIVE_DECL Robert Ramey 2017-10-05 12:45:32 -0700
  • cd2f77defb Trying to fix three issues a) appveyor for mingw b) usage of macros "defined" in iserializer.hpp c) extra decl... in codecvt_null d) get_lock not found in singleton.hpp Robert Ramey 2017-10-05 11:40:00 -0700
  • 621a3ea8a3 Merge pull request #62 from masterleinad/avoid_dereferencing_nullptr Robert Ramey 2017-10-04 22:03:12 -0700
  • 8b4e08490b Merge pull request #63 from masterleinad/fix_appveyor Robert Ramey 2017-10-04 22:02:09 -0700
  • f44dc8da2c Fix appveyor setup Daniel Arndt 2017-09-20 17:04:48 +0200
  • 480a8c94b0 Avoid dereferencing a nullptr in save_pointer_type::register_type Daniel Arndt 2017-09-20 14:17:14 +0200
  • 2557639490 try to address problem where singleton is dropped by linker Robert Ramey 2017-08-13 14:48:20 -0700
  • 932b4221ff Merge pull request #57 from Flast/patch-2 Robert Ramey 2017-08-11 06:17:44 -0700
  • a5cb34ff8e Merge pull request #58 from yuri-kilochek/develop Robert Ramey 2017-08-11 06:13:39 -0700
  • 0bccdf6da7 Merge pull request #59 from vtnerd/bugfix/null_pointer_serializer Robert Ramey 2017-08-11 06:13:13 -0700
  • ad1e1e5d5a attempt to fix mingw failures Robert Ramey 2017-08-11 06:12:24 -0700
  • dd09b03d33 Fixed bug where pointer iserializer can be NULL Lee Clagett 2017-08-04 23:04:42 -0400
  • 96f818ee03 Use archive::object_id_type::base_type as type of archive::object_id_type's conversion operators for consistency with other injected types. Yuri Kilochek 2017-07-25 17:27:51 +0300
  • 791f1bde64 Use same type for both input and output conversion operators of archive::class_id_type. Yuri Kilochek 2017-07-25 17:25:00 +0300
  • d1ed17a656 Fixed incorrect use of slist, back v.s. front. Kohei Takahashi 2017-07-12 11:39:26 +0900
  • 8b7e756746 Fixed incorrect slist test. Kohei Takahashi 2017-07-12 11:10:36 +0900
  • eaf85795f3 adjustment to export codecvt_null<wchar_t> Robert Ramey 2017-06-14 15:25:49 -0700
  • 81b44504c5 adjustments to address failing "optional", Failure on FSD expand.hpp ininitlalization, and another attempt to fix linking failure related to singleton get_lock. Robert Ramey 2017-06-13 13:11:24 -0700
  • bebea0fda9 make test optional correct. attempt to fixe singleton: locked problem for mingw Robert Ramey 2017-06-04 11:36:14 -0700
  • 0c8a1d615a fix as described in PR #53. Robert Ramey 2017-05-24 06:32:39 -0700
  • 632df7aab5 correct implementation of serialization for boost::optional Robert Ramey 2017-05-08 09:18:36 -0700
  • 49f8f59da2 address recent Trac items Robert Ramey 2017-05-04 14:33:19 -0700
  • 0a87904d14 Merge branch 'master' of https://github.com/boostorg/serialization Robert Ramey 2017-05-03 12:33:29 -0700
  • b0a794da38 Trying to get minGW to function for serialization library simplify singleton.hpp and singleton.cpp alter appveyor.yml Robert Ramey 2017-02-23 13:25:27 -0800
  • 62bf8fc1e1 attempt to get appveyor to work Robert Ramey 2017-02-03 22:10:19 -0800
  • 09730b8741 attempt to make appveyor work Robert Ramey 2017-02-03 15:17:49 -0800
  • 1d86261581 correct error which appeared when compiling non c++ compliant code for arrays Robert Ramey 2017-02-01 16:43:59 -0800
  • 6456a6d18f attempt to get appveyor to build with mingw in order to produce an error listing Robert Ramey 2017-01-26 14:30:26 -0800
  • c936a94c1a attempt to get appveyor to build with mingw in order to produce an error listing Robert Ramey 2017-01-26 11:28:51 -0800
  • 4dc778270a Merge branch 'develop' of https://github.com/boostorg/serialization into develop Robert Ramey 2017-01-26 10:15:11 -0800
  • 4bd64df332 attempt to get appveyor to build with mingw in order to produce an error listing Robert Ramey 2017-01-26 10:09:50 -0800
  • acbd1f88f9 Merge branch 'develop' Peter Dimov 2017-01-07 15:51:21 +0200
  • aba55e6180 Remove --depth 1 from git submodule update Peter Dimov 2017-01-07 14:36:45 +0200
  • 51b1df323b fix warning Robert Ramey 2016-12-26 20:47:48 -0800
  • 247f223d82 attempt to address compilation errors win MNGW tests Robert Ramey 2016-12-17 13:46:36 -0800
  • 619250c93a merged in correction breaking backward compatibility Robert Ramey 2016-12-05 14:16:54 -0800
  • 66ccdc00f1 adjustments to get test_dll_exported to pass on MSVC platforms Robert Ramey 2016-11-30 15:31:02 -0800
  • a8bbbea4e7 latest attempt to permit test_dll_exported to compile under MSVC compilers Robert Ramey 2016-11-30 12:31:24 -0800
  • c3552e1d03 remove visibility attributes from exported/imported class function implementations per microsoft instructions Robert Ramey 2016-11-29 08:08:12 -0800
  • c518afa8ad remove visibility attributes from exported/imported class function implementations per microsoft instructions Robert Ramey 2016-11-28 20:51:51 -0800
  • 29593efac2 corrected pragmas used to track import/export attributes Robert Ramey 2016-11-27 20:42:40 -0800
  • 5986edcfd3 Add pragma messages to display import/exports at compile time Robert Ramey 2016-11-25 21:59:57 -0800
  • d558b6da91 adjustments to make test_dll_simple pass Robert Ramey 2016-11-25 13:39:18 -0800
  • 4d11c54e60 adjustments shorten appveyor load make A_DLL symbol unique to avoid confusion and conflict Robert Ramey 2016-11-24 12:30:31 -0800
  • 1fda900179 correct path in bootstrap and b2 Robert Ramey 2016-11-23 13:19:12 -0800
  • 0c7141fb78 add appveyor.yml to get testing of windows version Robert Ramey 2016-11-23 10:52:22 -0800
  • 6e24d1eb48 addressing mdvc failure on test_dll_exported Robert Ramey 2016-11-22 09:52:58 -0800
  • fceaca0a34 attempt to correct failure of test_dll_export on microsoft platforms Robert Ramey 2016-11-21 15:30:11 -0800
  • b98b458293 Role back changes in valarray due to failures on microsoft platform Adjust visibility for singleton in the hope of passing mngw tests. Robert Ramey 2016-11-20 13:22:47 -0800
  • 26366fecb5 attempt to fix linking problems with singleton module Robert Ramey 2016-11-18 09:33:32 -0800
  • 058f1fed43 fix utf8 convert selection - looks like msvc <codecvt> doesn't properly work with uff8_codecvt Adjust val array to see if it can be made to acceptable to intel compiler Robert Ramey 2016-11-17 23:22:50 -0800
  • 6b33d1cd4e refactor various tests related to arrays and lists Robert Ramey 2016-11-14 23:39:14 -0800
  • ec74c5a143 Merge branch 'develop' of https://github.com/boostorg/serialization into develop Robert Ramey 2016-11-14 14:30:43 -0800
  • 58b4f73c70 corrections to test invocation for lists Robert Ramey 2016-11-14 14:30:01 -0800
  • 06fe1b7154 Enumerate dependencies explicitly in .travis.yml Peter Dimov 2016-11-09 04:17:42 +0200
  • e653bfe110 Add .travis.yml Peter Dimov 2016-11-08 23:03:20 +0200
  • 682c371e11 corrections to forward_list Robert Ramey 2016-11-07 12:03:11 -0800
  • 5b47212c01 improve collection serialization with boost::move Robert Ramey 2016-11-06 17:22:35 -0800
  • f09c9b197e correction to optional<T> serialization Robert Ramey 2016-11-06 15:01:33 -0800
  • 3bc713367e eliminated binary_function from tests to conform to C++17 Robert Ramey 2016-11-05 15:18:29 -0700
  • 7f801c3d85 remove auto linking from shared_ptr_132 Robert Ramey 2016-11-05 11:01:30 -0700
  • 3e0f302eee fix error in forward_list serialization Robert Ramey 2016-11-04 12:43:00 -0700
  • 19e2ef234b fixed serialization of optional.hpp to prevent it from calling load_construct ... Robert Ramey 2016-11-04 12:28:03 -0700
  • a1ffe9b19b 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. Robert Ramey 2016-11-02 15:32:10 -0700
  • c90e97eb1e adjustment in array serialization hoping to pass intel tests Robert Ramey 2016-11-02 14:32:37 -0700
  • fe8b390588 adjustments to tests of <forward_list> Robert Ramey 2016-11-02 11:03:20 -0700
  • 8e26bc59db fixed GCC seg fault problem Robert Ramey 2016-10-30 20:56:03 -0700
  • 9a2c1f11ab blackout making serialization source dependent on archive source Robert Ramey 2016-07-23 14:00:04 -0700
  • df38b48016 after carefully checking with the master - making changes to address compilation on gcc Robert Ramey 2016-07-05 11:02:40 -0700
  • 7c97ddd99e update jam files Robert Ramey 2016-07-03 11:28:32 -0700
  • d1b5c47e16 another attempt to make visibility work Robert Ramey 2016-06-25 14:06:17 -0700
  • 3765166f4b altered visibility attributes Robert Ramey 2016-06-25 08:21:02 -0700
  • 03865e70cb correct test_strong_type back out breaking change for gcc i/o Robert Ramey 2016-06-03 22:28:50 -0700
  • 0458a89fc3 adjustments to strong type test Robert Ramey 2016-05-29 13:33:49 -0700
  • 49f84d7d7a Merge commit '1bfecdfc82b9491b370c2157af4f5afcb05a44dc' into develop Robert Ramey 2016-05-29 10:44:57 -0700
  • 5203ecdd65 strong typedef changes Robert Ramey 2016-05-29 10:42:20 -0700
  • 1bfecdfc82 Merge pull request #40 from praetorian20/noexcept_strong_typedef Robert Ramey 2016-05-29 10:26:27 -0700
  • e9ed873275 reverse commit suspected of breaking all gcc tests on develop branch Robert Ramey 2016-05-07 18:50:49 -0700
  • e32c5c5e28 noexcept specifications for BOOST_STRONG_TYPEDEF Ashish Sadanandan 2016-05-04 00:12:51 -0600
  • e15ca7257f attempt to remove test_utf8_codecvt updated jam files accordingly Robert Ramey 2016-05-02 10:30:50 -0700
  • 8f7b3be1d2 made headers stand alone Robert Ramey 2016-04-24 22:25:12 -0700
  • c545c1fa60 test moved to boost/detail Robert Ramey 2016-04-24 17:26:03 -0700
  • 3eb2bda80b correction in trailer of xml archives Robert Ramey 2016-04-21 12:32:14 -0700
  • 42b5b6859b added missing header Robert Ramey 2016-04-18 21:40:00 -0700
  • fc9d311df9 changes to address some test failures Robert Ramey 2016-04-15 12:53:16 -0700
  • 69ecae6919 cleaned up commented out code related to new operators Robert Ramey 2016-03-29 18:38:34 -0700
  • b65e29cb5f upload newly created test files for forward_list Robert Ramey 2016-03-29 18:37:43 -0700
  • 9e2541b030 a) suppress warnings in some tests b) break out test_forward_list c) fixe test operator new for mdvc Robert Ramey 2016-03-28 14:41:53 -0700
  • 73ec60764a use std::codecvt facet if available Robert Ramey 2016-03-21 00:04:22 -0700
  • e40ae62ced tweak visitoiity to eliminate linker warnings Robert Ramey 2016-03-21 00:02:06 -0700
  • d25475da16 correction to visibility attribute highlighted by minnow tests Robert Ramey 2016-03-20 22:26:34 -0700
  • 1a65a19c20 blackout changes to istream iterator Robert Ramey 2016-03-15 14:51:57 -0700
  • e629008d55 changes to test_iterators and others to pass tests Robert Ramey 2016-03-11 18:26:34 -0800
  • 5988a816f9 correct dereference of iterator incremented past end() Robert Ramey 2016-03-08 12:34:51 -0800
  • c0f17d6934 corrected iterator test. Robert Ramey 2016-03-07 09:53:53 -0800
  • 5fe6471b6f tweaked visibility in a test Robert Ramey 2016-03-04 12:52:07 -0800
  • 00459350f0 use explicit namespace in the hope of fixing test failure for intel Robert Ramey 2016-03-03 22:37:45 -0800
  • ec0c2a2ba1 adjustment to auto link for utf8_codecvt_facit.hpp minor improvements in map.hp adjustment to auto link for polymorphic tests Robert Ramey 2016-03-03 13:46:50 -0800
  • 6128dfce37 adjustment in auto linking of utf8 codecvt facet Robert Ramey 2016-02-28 10:21:53 -0800
  • 1dcca5b67b make sure utf8 works with wide char archives Robert Ramey 2016-02-27 21:05:21 -0800