Commit Graph

  • 023f0f155e sync projects Robert Ramey 2011-06-23 04:19:56 +0000
  • 5d6e366240 merge to release Robert Ramey 2011-04-22 23:43:18 +0000
  • 42275e1769 merge to release Robert Ramey 2011-04-22 23:42:29 +0000
  • 63f4076bbb added const to version<t> static variable Robert Ramey 2011-04-12 03:54:22 +0000
  • 980c36e6eb small fixes to address track items Robert Ramey 2011-04-11 03:51:35 +0000
  • ea4e72c7da small fixes to address track items Robert Ramey 2011-04-11 03:46:26 +0000
  • a343776194 correct bug in test Robert Ramey 2011-04-10 17:26:06 +0000
  • 20f7ac0307 fix for "delete virtual function" bug Robert Ramey 2011-04-10 17:25:39 +0000
  • 663b1ba184 backward compatibility fix Robert Ramey 2011-01-23 20:28:05 +0000
  • a7bd7ef6c2 improve compatibility with older archive versions Robert Ramey 2011-01-23 16:28:10 +0000
  • 7c7b067dfe Merge from trunk to release Robert Ramey 2011-01-19 18:31:02 +0000
  • 1014408275 merge trunk into 1.46 release Robert Ramey 2011-01-19 17:39:47 +0000
  • 995422e23a Merge to 1.46 release Robert Ramey 2011-01-19 17:33:55 +0000
  • 2b530fec86 bump archive version # Robert Ramey 2011-01-19 17:04:19 +0000
  • 797cf25d5a Update docs for 1.46 Robert Ramey 2011-01-19 17:03:23 +0000
  • b7a4b7202a Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]). Steven Watanabe 2011-01-15 08:11:51 +0000
  • 73523aaad2 fix for binary archive version 1.44 & and 1.43 item_version compatibility Robert Ramey 2011-01-14 22:22:49 +0000
  • e8a11574c7 Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • efa33adb99 Wave: merging from trunk Hartmut Kaiser 2011-01-11 23:19:22 +0000
  • f210151ac0 Support for PathScale EKOPath Compiler Suite, version 4.0.0. Bryce Adelstein-Lelbach 2011-01-06 02:38:20 +0000
  • 46198abb47 attempt to make binary archive created with versions < 1.42 readable Robert Ramey 2010-12-24 01:26:58 +0000
  • 6d9926c138 shorten names of temporary files Robert Ramey 2010-12-23 22:34:54 +0000
  • 7b609deb80 attempt to make binary archive created with versions < 1.42 readable Robert Ramey 2010-12-23 22:33:45 +0000
  • 2fe3c19dec tests now require filesystem v3 Robert Ramey 2010-12-19 17:36:00 +0000
  • f568824c94 fix for testing - avoid mktemp. Note, Now depends on boost file system and boost system !!! Robert Ramey 2010-12-18 19:28:20 +0000
  • 0f48842fa6 Spirit: merging from trunk Hartmut Kaiser 2010-12-16 13:39:55 +0000
  • 8ac1c19a7f updated version # explanation Robert Ramey 2010-12-06 19:18:14 +0000
  • 01d51bf2f4 updated library generation to 1.45 Robert Ramey 2010-12-06 19:17:31 +0000
  • dd26871f3e fixed import declaration on inline function change tracking type from bool Robert Ramey 2010-12-06 19:16:34 +0000
  • 6ca19892be assert -> BOOST_ASSERT Bryce Adelstein-Lelbach 2010-11-12 03:56:29 +0000
  • 4f74f0a34c Fix for https://svn.boost.org/trac/boost/ticket/4809; fixed includes for Spirit Classic. Bryce Adelstein-Lelbach 2010-11-08 17:12:38 +0000
  • a436398622 merge to release branch Robert Ramey 2010-11-06 20:35:35 +0000
  • 1edfe234c2 merge to release branch Robert Ramey 2010-11-06 20:34:23 +0000
  • 17e169b578 merge to release branch Robert Ramey 2010-11-06 20:06:00 +0000
  • 16b1306c1d merge to release branch Robert Ramey 2010-11-06 20:03:52 +0000
  • 6d27e1ef55 merge to release branch Robert Ramey 2010-11-06 20:00:50 +0000
  • 4de1aa686c merge to release branch Robert Ramey 2010-11-06 20:00:11 +0000
  • c66e364994 merge to release branch Robert Ramey 2010-11-06 19:59:37 +0000
  • 24fdc3c458 merge to release branch Robert Ramey 2010-11-06 19:58:23 +0000
  • 8ab4d7d51b merge to release branch Robert Ramey 2010-11-06 16:41:35 +0000
  • 445295b9a7 merge to release branch Robert Ramey 2010-11-06 16:31:31 +0000
  • df196d8883 minor correction which avoids spurious warning Robert Ramey 2010-11-03 23:35:54 +0000
  • fd39ca31ae Temporarily backout changes to xml_archive until after next release Robert Ramey 2010-11-03 23:34:11 +0000
  • e22fdfac68 Temporarily backout changes to xml_archive until after next release Robert Ramey 2010-11-03 23:33:31 +0000
  • 5cf894db0f Fixes for building Serialization with mingw. Bryce Adelstein-Lelbach 2010-10-20 20:50:52 +0000
  • b136fee2e3 Removing -fvisibility-hidden from gcc build. Serialization build breaks on Linux GCC with this. -fvisibility-* stuff only works with code carefully crafted to work with it's intricacies. Bryce Adelstein-Lelbach 2010-10-20 11:29:59 +0000
  • 21809d6e0d Broken compiler fix for MSVC-7.1; shamelessly added myself to the acknowledgements page. Bryce Adelstein-Lelbach 2010-10-20 00:44:17 +0000
  • b0342c4f11 fix compatibility with archive versions 1.41-, 1.42, 1.43,1.44+ and a bunch of miscelleneas stuff Robert Ramey 2010-10-19 19:45:11 +0000
  • bc7ba5556f fix compatibility with archive versions 1.41-, 1.42, 1.43,1.44+ Robert Ramey 2010-10-19 19:43:09 +0000
  • 83df60972b Moved Boost.MPI fixes for the 1.45 release to the release branch Matthias Troyer 2010-10-18 06:22:09 +0000
  • 285ced858f Removed an extra ; after a IS_BITWISE macro; it breaks things on older gcc compilers. Bryce Adelstein-Lelbach 2010-10-17 08:36:44 +0000
  • 883d965008 Rewrite of the Boost.Serialization XML grammar using Spirit.Qi. Bryce Adelstein-Lelbach 2010-10-16 21:33:22 +0000
  • 907ca349c1 Fixes for homogenous MPI when using new version of the serialization library Matthias Troyer 2010-10-14 20:08:27 +0000
  • ea526b4944 added fix_six.cpp to fix 143 problem Robert Ramey 2010-09-21 06:34:17 +0000
  • 183e3bafcd documentation correction - especially fix for 1.42/1.43 binary archive problem Robert Ramey 2010-09-21 04:41:48 +0000
  • c0050d7558 first increment in concept update Robert Ramey 2010-09-21 04:12:28 +0000
  • 51f672f8df use full namespace qualification to try to fix test failure with xml archives on darwin 4.4 with intel 1.1 compiler Robert Ramey 2010-09-07 16:19:45 +0000
  • c0bde7203a reverse overzealous fix for basic_archive checkin Robert Ramey 2010-08-23 01:21:35 +0000
  • 1cfc69fb7c fixed STATIC_ASSERT for size of tracking_type - bool Robert Ramey 2010-08-20 17:04:59 +0000
  • 7109f65472 added #include for NVP Robert Ramey 2010-08-19 15:44:21 +0000
  • f56194f926 removed warning causing superfluous const Robert Ramey 2010-08-19 05:36:09 +0000
  • 46a0869f2d fixed inclusion of basic_archive which was causing superfluous dependency Robert Ramey 2010-08-19 05:35:29 +0000
  • 440f91b6e5 removed warning causing superfluous const Robert Ramey 2010-08-19 05:34:16 +0000
  • 7cc8f7f20a merge final difference to release Robert Ramey 2010-08-02 21:43:26 +0000
  • 2b20dfe2b7 change version_type constructor to public Robert Ramey 2010-07-23 06:05:30 +0000
  • 51de49cd4d fix for archives version 7 marked version 6 Robert Ramey 2010-07-19 21:39:34 +0000
  • cecadc1340 fix for archives version 7 marked version 6 Robert Ramey 2010-07-19 21:38:17 +0000
  • cc0ad4e6c8 fix for archives version 7 marked version 6 Robert Ramey 2010-07-19 21:00:43 +0000
  • c844b9e39c Fix? for error in library version 6 - version types and class id types Robert Ramey 2010-07-19 13:06:32 +0000
  • bf53f0ac3a Fix? for error in library version 6 - version types and class id types Robert Ramey 2010-07-19 13:06:09 +0000
  • 46512a36e8 suppress check for strictly increasing version number Robert Ramey 2010-07-18 15:55:45 +0000
  • 1bd92a5800 comment out assertion which enforces ODR. Robert Ramey 2010-07-17 16:10:09 +0000
  • 5f7824d55a Merge corrections to text based archives for version_type and item_version_type Robert Ramey 2010-07-17 16:04:30 +0000
  • 53f9698d21 Merge corrections to text based archives for version_type and item_version_type Robert Ramey 2010-07-17 16:03:07 +0000
  • 889c83c34e Correct rendering of version_type in text archives Robert Ramey 2010-07-14 01:48:58 +0000
  • 2660621c3a Merge to release Robert Ramey 2010-07-09 21:30:08 +0000
  • 7357aa1736 Merge to release Robert Ramey 2010-07-09 18:23:21 +0000
  • e30258f8e6 Merge to release Robert Ramey 2010-07-09 16:50:03 +0000
  • 951a5caa68 Merge to release Robert Ramey 2010-07-09 16:48:52 +0000
  • 083011be03 adjustments to address auto_link issue on MingW Robert Ramey 2010-07-02 18:28:34 +0000
  • d22b7501db adjustments to address auto_link issue on MingW Robert Ramey 2010-07-02 18:26:55 +0000
  • e730e64b67 attempt to address failures with MingW Robert Ramey 2010-06-27 18:47:15 +0000
  • 43641b792f attempt to address failures with MingW Robert Ramey 2010-06-27 18:46:39 +0000
  • 17459ea306 Corrections to demos Robert Ramey 2010-06-21 06:24:42 +0000
  • c7dd29d2b6 account for fact that on some platforms size of wchar_t > size of short int Robert Ramey 2010-06-18 20:32:34 +0000
  • 79b58f23f8 Include <cmath> where it is needed Douglas Gregor 2010-06-18 00:15:27 +0000
  • 0d3a679edd short int might not be large enough to represent all of the values in a wchar_t. Use the integer traits to be sure that we get a type large enough to represent the values of wchar_t Douglas Gregor 2010-06-18 00:13:28 +0000
  • a09bd1f83a corrected error version_type <- item_version_type Robert Ramey 2010-06-15 20:07:27 +0000
  • 570e6b0dba improved diagnostic for failures Robert Ramey 2010-06-12 16:03:44 +0000
  • cf3617d933 Improved test failure reporting for class A test class. Robert Ramey 2010-06-11 16:24:41 +0000
  • ebb81606ed Removed unused includes Robert Ramey 2010-06-11 04:13:56 +0000
  • e3ccce340b fix #3 for version_type Robert Ramey 2010-06-11 04:12:45 +0000
  • 0e3a44420e Separated stream exceptions into input/output Robert Ramey 2010-06-11 04:11:59 +0000
  • b1d88d1059 fix #3 for version_type Robert Ramey 2010-06-11 04:11:22 +0000
  • 2d4c986e88 fix #2 for version_type Robert Ramey 2010-06-08 03:26:10 +0000
  • 9bb4b8003c correct version type conversions Robert Ramey 2010-06-05 17:12:25 +0000
  • 9ed009c4e6 correction of project settings Robert Ramey 2010-06-04 20:20:13 +0000
  • 08ff4b4389 Corrections in hash collections serialization improved detection of binary archives Robert Ramey 2010-06-04 20:19:27 +0000
  • e8ee93c383 Added missing new test tweaked plugin test for windows Robert Ramey 2010-06-02 18:42:11 +0000
  • 32aa5a642b Separate version types into library_version_type, version_type (classes) and item_version_type. Robert Ramey 2010-05-31 21:18:44 +0000