Commit Graph

  • 51f9adbfa1 Merged revisions 52837 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-05-16 18:15:17 +00:00
  • 682032a340 Use a local copy of the valid HTML 4.01 icon. Daniel James 2009-05-16 14:23:59 +00:00
  • d0422d62a3 Branch for big updates, so that I can have broken intermediate states. svn-branches/sredl_2009_05_proptree_update Sebastian Redl 2009-05-15 15:15:42 +00:00
  • eaaf17a88f tuning up cmakefiles for unordered, utility Troy D. Straszheim 2009-05-15 00:21:14 +00:00
  • 48cfd42123 tune up ptr_container, utility tests in cmakeland Troy D. Straszheim 2009-05-14 23:56:22 +00:00
  • 76aa5d2f27 more cmakefile tweaks Troy D. Straszheim 2009-05-14 19:58:42 +00:00
  • 67afd7e315 eliminate noisy warning on msvc, fixes #2993 Eric Niebler 2009-05-07 17:47:08 +00:00
  • 0e42d2ae8f Release 1.39.0 boost-1.39.0 Beman Dawes 2009-05-02 13:01:04 +00:00
  • 30d1f57029 Release 1.29.0 beta 1 boost-1.39.0-beta1 Beman Dawes 2009-04-26 12:32:35 +00:00
  • 75cf20cace primary operand type must be class type, see ticket #2938 Daniel Frey 2009-04-18 09:06:31 +00:00
  • 41d364b0bc Redo py3k branching from trunk again sandbox-branches/bhy/py3k Haoyu Bai 2009-04-01 16:55:33 +00:00
  • ce67dde4f0 Documentation update Emil Dotchevski 2009-03-31 22:16:49 +00:00
  • a69e872a91 Merge [51977], [51986], [52010] to release. Peter Dimov 2009-03-28 20:53:26 +00:00
  • 91385ac627 Another try at the Sun workaround. Peter Dimov 2009-03-27 12:50:09 +00:00
  • 61e9b93f7c Try the Sun workaround with int instead of size_t. Peter Dimov 2009-03-26 13:05:05 +00:00
  • d97b303777 Try to fix array addressof failures on Sun C++. Peter Dimov 2009-03-26 00:06:47 +00:00
  • e3640e45c2 Merge [51872], [51891] to release. Closes #2878. Peter Dimov 2009-03-22 20:05:02 +00:00
  • 3900e8ece4 Disable new addressof code for all Borland versions. Refs #2878. Peter Dimov 2009-03-21 20:20:37 +00:00
  • e27fc4a853 Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878. Peter Dimov 2009-03-20 17:14:00 +00:00
  • b7cd171b2b Merge [51512] to release. Closes #2128. Peter Dimov 2009-03-02 16:32:03 +00:00
  • f7aa9a8935 Refs #2128 (fixed in trunk.) Peter Dimov 2009-03-01 17:04:14 +00:00
  • 0af1959b30 Updated value_initialized documentation and test following changeset [51355]. Niels Dekker 2009-02-20 20:35:34 +00:00
  • 5f0cf4f5de Fixed const issue of value_initialized according to ticket #2548. See also http://lists.boost.org/Archives/boost/2009/02/148489.php Niels Dekker 2009-02-20 20:28:54 +00:00
  • 570b84cdc7 Release 1.37.0 boost-1.38.0 Beman Dawes 2009-02-10 13:14:42 +00:00
  • 0282c8a141 added #error in headers incompatible with BOOST_NO_EXCEPTIONS Emil Dotchevski 2009-01-30 00:06:01 +00:00
  • b2e6a82adb This html was outdated; changed to forward to throw_exception.html documentation from Boost Exception Emil Dotchevski 2009-01-29 19:14:05 +00:00
  • 6725719bd9 This html was outdated; changed to forward to throw_exception.html documentation from Boost Exception Emil Dotchevski 2009-01-29 19:13:08 +00:00
  • 390372294a merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +00:00
  • ffbbf38e12 Merged new array-of-array tests of swap utility from trunk to release branch, following changeset [49954]. Niels Dekker 2008-12-09 18:21:25 +00:00
  • 9e73b2c6ae Merged value_initialized::swap from trunk [48424] and [48425], according to ticket #2243, as was agreed with Fernando Cacciola. Niels Dekker 2008-11-27 19:37:39 +00:00
  • 97e11b024e [utility/swap] Distinguished between testing array-of-array-of-class and array-of-array-of-int, as the latter appears to succeed on CodeGear 6.10 while the former does not. Niels Dekker 2008-11-27 11:14:52 +00:00
  • 118e473a3d [utility/swap] Added comment to various array swapping tests, added member typedef to swap_test_template, to make the test more realistic. Niels Dekker 2008-11-27 11:08:05 +00:00
  • d4b6193f94 Replaced swap/test/swap_arrays by more specific tests: array_of_array, array_of_class, and array_of_int. Niels Dekker 2008-11-24 17:41:15 +00:00
  • 633832e872 Merged libs/utility/swap.html from trunk to release (r47094 through r49914) Niels Dekker 2008-11-24 16:50:22 +00:00
  • d420c98a53 Added array_of_template test, testing the boost::swap utility on an array of objects of a template class. Niels Dekker 2008-11-21 21:28:47 +00:00
  • 862cb2a4e0 Merged revisions 49661-49662,49666,49669,49735,49756,49770,49811 via svnmerge from https://svn.boost.org/svn/boost/trunk Daniel James 2008-11-20 22:53:20 +00:00
  • d153ab4daa Fix a typo. Daniel James 2008-11-16 23:10:00 +00:00
  • 561f83b991 Updated swap.html because LWG issue 809 is now accepted as a defect. Fixed some HTML formatting. Niels Dekker 2008-11-15 15:07:42 +00:00
  • b012f16ee5 Merged utility/swap documentation to release branch. Joseph Gauterin 2008-11-15 01:15:54 +00:00
  • 3d96ab26d4 Merged utility/swap tests to release branch. Joseph Gauterin 2008-11-15 01:13:01 +00:00
  • 8652bf51ec Merged utility/swap to release branch. Joseph Gauterin 2008-11-15 01:11:24 +00:00
  • 57124703f9 Fixing include path to compile with modularized source tree. Michael A. Jackson 2008-11-11 17:22:34 +00:00
  • 53f6d10652 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. Michael A. Jackson 2008-11-07 17:02:56 +00:00
  • bc671e76ad merged from trunk svn-branches/proto/v4 Eric Niebler 2008-11-06 00:15:47 +00:00
  • e7890256ae Release 1.37.0 boost-1.37.0 Beman Dawes 2008-11-03 12:44:25 +00:00
  • ebe853ff2f Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor Michael A. Jackson 2008-11-01 13:15:41 +00:00
  • 784de3d6d0 1.37.0 Beta 1 boost-1.37.0-beta1 Beman Dawes 2008-10-23 11:39:59 +00:00
  • 487a5c1ea5 Swap documentation: fixed a misspelling of the name of Steven Watanabe. Niels Dekker 2008-10-21 09:55:54 +00:00
  • 26aee4bb06 bcbboost branch rebased on current release svn-branches/bcbboost Nicola Musatti 2008-10-19 14:43:01 +00:00
  • 9168cb9c61 CodeGear patch. Fixes #2341 Nicola Musatti 2008-10-13 19:21:03 +00:00
  • e1991374ae Merge quickbook workaround and fix some links. Daniel James 2008-10-10 09:29:21 +00:00
  • fc6da6ab10 merged from trunk Eric Niebler 2008-10-05 01:47:33 +00:00
  • b1cbdc7b92 Merge from trunk Nicola Musatti 2008-09-28 21:23:55 +00:00
  • c4338b1ce8 Clean up some link errors. Daniel James 2008-09-28 12:21:39 +00:00
  • 7c8c503129 Patches for Codegear C++ Builder 2009 Nicola Musatti 2008-09-27 08:59:20 +00:00
  • 79e3887b4e Branch for adding initializer list support (only in the unreleased gcc 4.4 at the moment). svn-branches/initializer-list Daniel James 2008-09-23 19:45:43 +00:00
  • ebbda4cd1d merged from trunk Eric Niebler 2008-09-22 03:33:30 +00:00
  • ddd8a58ae0 Fixes #2341. John Maddock 2008-09-20 15:39:47 +00:00
  • d0ee9a7c28 Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration. Emil Dotchevski 2008-09-19 20:29:26 +00:00
  • b3cb363206 merged from trunk Eric Niebler 2008-09-19 15:48:59 +00:00
  • 10e83b490b Merged BOOST_BINARY utility macro. Matthew Calabrese 2008-09-19 08:19:02 +00:00
  • 4b24dba257 Replaced copyright symbols with (c) to match trunk Marshall Clow 2008-09-18 02:54:03 +00:00
  • 28061ba3a8 Removed boost directory binary.hpp. Matthew Calabrese 2008-09-17 01:08:03 +00:00
  • bf640847bc merged from trunk Eric Niebler 2008-09-08 21:00:49 +00:00
  • 5d53e3f837 Changed BOOST_BINARY docs. Matthew Calabrese 2008-09-06 21:51:53 +00:00
  • e86ce1cb1f Changed wording for BOOST_BINARY docs. Matthew Calabrese 2008-09-06 21:49:49 +00:00
  • f15c96ffb0 Adding binary literal utility. Matthew Calabrese 2008-09-06 21:11:48 +00:00
  • a487f72329 Fix result_of to work with const-qualified function pointers. Fixes #1310 Douglas Gregor 2008-09-05 19:58:30 +00:00
  • f4612715e5 merged from trunk Eric Niebler 2008-09-05 04:13:30 +00:00
  • 9f08ed6de0 minor change in boost/exception.hpp Emil Dotchevski 2008-09-02 21:25:47 +00:00
  • 2077d0dace simplified further Emil Dotchevski 2008-08-31 02:40:42 +00:00
  • 7f2348269b Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID. Emil Dotchevski 2008-08-28 23:49:55 +00:00
  • 6b6e1c3252 Added value_initialized::swap documentation + test Niels Dekker 2008-08-28 19:00:20 +00:00
  • 55f303baec Added value_initialized::swap according to ticket #2243, as agreed with Fernando Cacciola :-) Niels Dekker 2008-08-28 18:37:45 +00:00
  • d264005c11 Extended swap_arrays test, checking that boost::swap does correctly exchange the values of its arguments. Niels Dekker 2008-08-20 08:29:54 +00:00
  • 2cde009bb1 Added extra checks, checking that boost::swap does correctly exchange the values of its arguments, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php Niels Dekker 2008-08-20 08:28:35 +00:00
  • 7bfb7c8a61 Added a data member to swap_test_class and made it EqualityComparable, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php Niels Dekker 2008-08-20 08:25:23 +00:00
  • 5c42397244 Added explanatory comments, requested by Isaac Dupree, "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141007.php Niels Dekker 2008-08-16 08:56:19 +00:00
  • 782c132d99 Fix Windows-1252 dash in UTF-8 document. Daniel James 2008-08-13 22:00:35 +00:00
  • 0da0187b57 1.36.0 boost-1.36.0 Beman Dawes 2008-08-12 12:44:50 +00:00
  • 22f46679ad merged from trunk Eric Niebler 2008-08-08 09:14:18 +00:00
  • 36899afa3f added/switched "euclidean" spelling Daniel Frey 2008-08-07 20:47:58 +00:00
  • 8bc5f4ea49 merged from trunk Eric Niebler 2008-08-05 05:39:57 +00:00
  • 7e3e326faf Updated documentation to remove references to the 'ADL barrier' Joseph Gauterin 2008-08-04 18:25:45 +00:00
  • 7019e18149 Renamed 'test_adl_barrier.cpp' to 'no_ambiguity_in_boost.cpp' and altered comments to reflect new disambiguation technique. Joseph Gauterin 2008-08-04 18:22:10 +00:00
  • 49faf23433 Updated copyright info. Joseph Gauterin 2008-08-04 18:16:16 +00:00
  • 62836f2928 Changed 'using std::swap;' to 'using namesapce std;' in swap_impl function to work around ADL bugs in some compilers. Joseph Gauterin 2008-08-04 11:21:02 +00:00
  • 1ecf3ceb74 Added swap tests for std types, as discussed at "Re: [boost] [swap] Workaround for ADL failures of MSVC 7.1 and Borland okay?", http://lists.boost.org/Archives/boost/2008/08/140589.php Niels Dekker 2008-08-02 11:41:47 +00:00
  • 2aa48414c9 Removed swap_adl_barrier namespace, as discussed at "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140511.php Niels Dekker 2008-07-31 20:18:04 +00:00
  • c84e4d70d3 1.36.0 beta 1 boost-1.36.0-beta1 Beman Dawes 2008-07-31 18:56:21 +00:00
  • d215f2176c Applied "swap.hpp.patch" by Steven Watanabe, "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140482.php Niels Dekker 2008-07-30 08:04:34 +00:00
  • c286d62223 Fixed comment in swap/test/specialized_in_boost_and_other.cpp Niels Dekker 2008-07-27 12:46:45 +00:00
  • 3fd0ea6e75 Added specialized_in_boost_and_other to swap/test, as discussed at "[boost] [swap] End-user allowed to add overloads to boost namespace?", http://lists.boost.org/Archives/boost/2008/07/140327.php Niels Dekker 2008-07-27 11:35:33 +00:00
  • b050431638 Added a newline to swap/test/lib_header_1.cpp, hoping to fix Sun 5.x compile issue, "Error: There is extra text on this line" Niels Dekker 2008-07-26 17:47:59 +00:00
  • b311fcefb2 Added test_adl_barrier to swap/test, as discussed with Joseph Gauterin. Niels Dekker 2008-07-25 18:48:09 +00:00
  • 899c92420c Fixed silly little typo of mine, in test/swap_arrays.cpp Niels Dekker 2008-07-20 12:18:25 +00:00
  • 64a0e0cb20 Added swap_test_class swap functions to test/swap_arrays.cpp. My fault, they should have been there already! Niels Dekker 2008-07-20 12:13:33 +00:00
  • ece6992540 Fixed silly little bug of mine in swap/test/swap_arrays.cpp Niels Dekker 2008-07-20 11:05:49 +00:00
  • 6098304ea8 Corrected duplicated file contents Joseph Gauterin 2008-07-19 19:40:12 +00:00
  • 28fff2d821 Remove duplicate content. Vladimir Prus 2008-07-12 17:56:01 +00:00