Commit Graph

  • 75f09afc89 moved shared_helper to mixin of common base updated shared_ptr serialization accordingly Robert Ramey 2014-02-13 08:52:58 -0800
  • c19a1e737e tweak test Robert Ramey 2014-02-09 21:22:21 -0800
  • 59e822de4a fixed tests to condition on C11 compatibility Robert Ramey 2014-02-07 20:47:44 -0800
  • da757049e5 misc fixes in tests to condition of C++11 support another fix for S Kelly fiasco. Robert Ramey 2014-02-07 10:01:12 -0800
  • 2140063d82 added support for missing collections in the standard library forward_list array stack queue priority_queue Robert Ramey 2014-02-06 13:12:39 -0800
  • a95d415155 types in CMake file Robert Ramey 2014-02-03 14:40:40 -0800
  • e7dad5da18 stop tracking accidentally checked cmake build directory Robert Ramey 2014-01-31 09:17:46 -0800
  • 5244401101 fix for cycle error Robert Ramey 2014-01-30 23:07:47 -0800
  • 4156bd15e6 fixed to avoid testing of utf characters > 21 bits which aren’t required to be supported by standards. This was creating a false test failure. Boost’s code convert facets don’t check for this so they pass the original test. Robert Ramey 2014-01-27 12:54:25 -0800
  • 200cb3019c added comments to build serialization project Robert Ramey 2014-01-26 13:55:17 -0800
  • f9c6d2a7ac refined CMake to generate shared vs static builds Robert Ramey 2014-01-26 09:45:57 -0800
  • 1efe4813f8 Upgraded to include most library tests Robert Ramey 2014-01-24 08:49:17 -0800
  • 6c7f48543e added in cache variables for 32/64 selection Robert Ramey 2014-01-23 10:40:54 -0800
  • f4cc516809 initial checkin Robert Ramey 2014-01-22 21:13:16 -0800
  • b454953f27 merge trunk to release Robert Ramey 2013-11-16 20:13:39 +0000
  • bda94d16d1 merge trunk to release Robert Ramey 2013-11-16 19:41:12 +0000
  • 8af0e20bb0 merge trunk to release Robert Ramey 2013-11-16 19:31:12 +0000
  • 7ee0f95b23 corrected usage of codecvt_utf8 Robert Ramey 2013-11-11 15:41:01 +0000
  • ecaccd36a5 correct usage of codecvt_utf8 Robert Ramey 2013-11-11 15:40:12 +0000
  • e14e2de4ae changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. Robert Ramey 2013-11-11 01:57:48 +0000
  • 76f231dc92 changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. Robert Ramey 2013-11-11 01:56:19 +0000
  • f29bdab128 changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. Robert Ramey 2013-11-11 01:55:39 +0000
  • 3812a98455 fix up of issues created by removal of support for older compilers Robert Ramey 2013-11-08 21:23:37 +0000
  • 1fdf760fba fix up of issues created removal of support for older compilers Robert Ramey 2013-11-08 21:08:55 +0000
  • f8b7769f74 increased template instantiation depth for clang to 255 Robert Ramey 2013-10-30 03:57:39 +0000
  • 49d47f76d0 corrected # digits - next attempt Robert Ramey 2013-10-28 21:38:15 +0000
  • ff6e816b98 corrected # digits corrected tests which compare floating point numbers to require max 1 digit difference Robert Ramey 2013-10-28 15:39:01 +0000
  • 61e32a782b corrected # digits corrected tests which compare floating point numbers to require max 1 digit difference Robert Ramey 2013-10-28 15:36:41 +0000
  • 1bded4af0c corrected # digits Robert Ramey 2013-10-28 15:34:58 +0000
  • 599c58825b correct rounding fix memory leak for constructor failure in load_construct_data fix another bug in loading pointers Robert Ramey 2013-10-27 20:50:26 +0000
  • aad837cf20 correct rounding fix memory leak for constructor failure in load_construct_data fix another bug in loading pointers Robert Ramey 2013-10-27 20:38:43 +0000
  • 127db4d189 Remove all references to now defunct (and removed) header. John Maddock 2013-10-26 10:13:38 +0000
  • 77ec94abf1 Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC Stephen Kelly 2013-10-11 23:23:26 +0000
  • 800a233152 Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +0000
  • 4da869a1e2 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • e3fe03c675 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:15:00 +0000
  • d57978411e corrected test_array.cpp Robert Ramey 2013-10-09 17:04:12 +0000
  • 86dcaaba03 replaced delete t where t is a void * with free(t) Robert Ramey 2013-10-07 19:38:26 +0000
  • 875a37f915 fixed memory leak on load_object_ptr and other changes Robert Ramey 2013-10-04 00:36:37 +0000
  • 33d737eb4c fixed memory leak on load_object_ptr and other changes Robert Ramey 2013-10-04 00:26:49 +0000
  • 50181d8a1d Serialization: Remove obsolete GCC version checks. Stephen Kelly 2013-10-01 09:53:25 +0000
  • d982935ea0 Serialization: Remove obsolete MSVC version checks. Stephen Kelly 2013-10-01 09:53:08 +0000
  • ee2284e28f Serialization: Remove obsolete GCC version check. Stephen Kelly 2013-09-30 15:57:33 +0000
  • 8ced07c640 Archive: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 11:22:56 +0000
  • f735d967ec Serialization: Remove use of obsolete NNTP macro. Stephen Kelly 2013-09-26 14:09:38 +0000
  • f260c15935 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • f06e89cefb Serialization: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-25 21:12:23 +0000
  • ce2855e559 Suppress msvc warnings. John Maddock 2013-08-08 18:05:37 +0000
  • 3d7ac026c6 sync with release branch Robert Ramey 2013-04-28 20:23:10 +0000
  • 3c92534d7c to suppress warning? Robert Ramey 2013-04-28 16:20:28 +0000
  • 18d774a18b accumulated changes that effect warnings and performance bug fix Robert Ramey 2013-04-28 16:07:27 +0000
  • 138634c667 revert previous change - waaayy to risky Robert Ramey 2013-04-28 15:55:56 +0000
  • 01c103ab36 very minor change - don't remember what provoked it! Robert Ramey 2013-04-28 15:46:02 +0000
  • a789ad849a fixed reset_object_address inefficiency. This resulted in trying to deep move pointers. This didn't cause any bugs but resulted in very long times when loading indexed collections of pointers. The time saved by this change is huge in these rare cases. Robert Ramey 2013-03-15 17:53:21 +0000
  • 096b13ef3a remove warnings Robert Ramey 2013-02-18 06:03:37 +0000
  • ab40aa9605 remove warnings Robert Ramey 2013-02-18 06:02:29 +0000
  • c809abe05d merge to release Robert Ramey 2013-01-04 16:39:43 +0000
  • 791c458e9a corrections for exception specs Robert Ramey 2012-12-24 18:33:01 +0000
  • 2d0c881502 fixed problem with base64 iterators Robert Ramey 2012-12-24 18:23:49 +0000
  • 225b1e326b update test_utf8_codecvt test to use std::istream_iterator. update other tests for improvements in base64_from_binary tweak test_complex to play nice with PGI library. Robert Ramey 2012-12-24 18:12:43 +0000
  • de0b48247d adjustment for PGI compiler header Robert Ramey 2012-12-24 17:59:38 +0000
  • 204b817694 tweak to permit pgi compiler to pass Robert Ramey 2012-12-14 18:14:38 +0000
  • 4fda311951 altered test to use std::istream_iterator rather than serialization version of same Robert Ramey 2012-12-12 19:06:51 +0000
  • d7a32be2ed made tests and documentation consistent with correct exception throw specs Robert Ramey 2012-12-11 05:36:04 +0000
  • 59a18411ba corrected throw exception in smart cast Robert Ramey 2012-12-11 05:33:45 +0000
  • 2d11a99e4d fixed problem where base64 read un initialized memory made sure base64 zero filled. made base64 lines 76 char wide in accordance with the standard fixed gcc error message re looser throw constaints Robert Ramey 2012-12-11 05:32:06 +0000
  • 483301ed4e made grafics 50% bigger Robert Ramey 2012-09-06 17:24:34 +0000
  • de0d30d99c merge to release Robert Ramey 2012-08-13 01:42:43 +0000
  • a8f5b80422 merge to release Robert Ramey 2012-08-13 01:41:48 +0000
  • 1dba4d5027 fixes for static/dll library build/test Robert Ramey 2012-08-12 16:47:07 +0000
  • ca8cb19e53 adjustment for QNX altered Jamfiles to fix test with DLLS on static builds Robert Ramey 2012-08-10 01:39:53 +0000
  • 6f0659a8e8 adjustment for QNX altered Jamfiles to fix test with DLLS on static builds Robert Ramey 2012-08-10 01:38:54 +0000
  • eeda582b13 merge to release Robert Ramey 2012-07-15 17:41:24 +0000
  • 475ee011bd merge to release Robert Ramey 2012-07-15 17:35:09 +0000
  • 943ce757ed merge to release Robert Ramey 2012-07-15 17:21:50 +0000
  • 7755c58905 added ar & to example to correct minor error Robert Ramey 2012-07-15 15:47:59 +0000
  • 428a88820f undefined STD at the end of the header Robert Ramey 2012-06-21 20:23:01 +0000
  • 10e65dccae patch for IBM VCAPP Robert Ramey 2012-05-28 19:08:51 +0000
  • 6fb0089323 Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare. Dave Abrahams 2012-05-18 04:44:04 +0000
  • b344e4b3c1 Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf……8_codecvt_facet.ipp Author: Dave Abrahams <dave@boostpro.com> Dave Abrahams 2012-04-21 22:36:59 +0000
  • b6aafd86f4 Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf8_codecvt_facet.ipp Author: Dave Abrahams <dave@boostpro.com> Dave Abrahams 2012-04-19 18:19:20 +0000
  • 6382705450 Merge trunk to release Robert Ramey 2012-03-26 22:49:45 +0000
  • 96084a1ecc Merged trunk to release Robert Ramey 2012-03-26 22:45:17 +0000
  • bae58915cf Merged trunk to release Robert Ramey 2012-03-26 22:34:17 +0000
  • 7a2f41a221 Modified vc ide soln Robert Ramey 2012-03-26 22:12:35 +0000
  • 5f8f8dcbc8 moved #include <boost/limits.hpp> higher in the include Robert Ramey 2012-02-09 05:50:29 +0000
  • 35cbf61982 some tests included <limits> rather than <boost/limits.hpp> This made tests for platforms which don't have <limits> fail - specifically PGI. So we fixed those tests to use <boost/limits.hpp> Robert Ramey 2012-02-07 20:53:56 +0000
  • 2d17291ca8 small changes resulting from fixing track items Robert Ramey 2012-01-24 19:31:17 +0000
  • 46b543fd46 reverted last change which broke vector test Robert Ramey 2012-01-24 19:29:53 +0000
  • 7fe90f58b7 Phoenix: merging changes from trunk (as requested by heller) Hartmut Kaiser 2012-01-14 20:18:36 +0000
  • fbaaecd941 Attempting to fix #5640 Matthias Troyer 2012-01-03 18:00:59 +0000
  • 5464abd586 added full qualification to enable_if for the member pointer operator Thomas Heller 2011-10-18 16:09:48 +0000
  • c37657d102 eliminated unit_test/test_tools Gennadiy Rozental 2011-10-05 09:49:27 +0000
  • 354989d6a7 syncronize release with trunk Robert Ramey 2011-10-04 19:22:51 +0000
  • 2d1b4f8721 syncronize release with trunk Robert Ramey 2011-10-04 19:22:28 +0000
  • fe4a01eb73 fix pragma warning Robert Ramey 2011-10-04 18:22:08 +0000
  • edab484451 update vc projects Robert Ramey 2011-10-02 20:46:52 +0000
  • 0898d2157e change in comment Robert Ramey 2011-10-02 20:44:26 +0000
  • 55cf704082 corrections Robert Ramey 2011-10-02 20:43:39 +0000
  • 42d9df67b3 changed char to signed char Robert Ramey 2011-10-02 20:42:46 +0000