Commit Graph

  • b02677375f Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +0000
  • 61a6015b5a Replace aFactoty with aFactory. Fixes #3019 Steven Watanabe 2009-05-17 00:06:34 +0000
  • 51f9adbfa1 Merged revisions 52837 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-05-16 18:15:17 +0000
  • 682032a340 Use a local copy of the valid HTML 4.01 icon. Daniel James 2009-05-16 14:23:59 +0000
  • eaaf17a88f tuning up cmakefiles for unordered, utility Troy D. Straszheim 2009-05-15 00:21:14 +0000
  • 48cfd42123 tune up ptr_container, utility tests in cmakeland Troy D. Straszheim 2009-05-14 23:56:22 +0000
  • 76aa5d2f27 more cmakefile tweaks Troy D. Straszheim 2009-05-14 19:58:42 +0000
  • 67afd7e315 eliminate noisy warning on msvc, fixes #2993 Eric Niebler 2009-05-07 17:47:08 +0000
  • 75cf20cace primary operand type must be class type, see ticket #2938 Daniel Frey 2009-04-18 09:06:31 +0000
  • ce67dde4f0 Documentation update Emil Dotchevski 2009-03-31 22:16:49 +0000
  • a69e872a91 Merge [51977], [51986], [52010] to release. Peter Dimov 2009-03-28 20:53:26 +0000
  • 91385ac627 Another try at the Sun workaround. Peter Dimov 2009-03-27 12:50:09 +0000
  • 61e9b93f7c Try the Sun workaround with int instead of size_t. Peter Dimov 2009-03-26 13:05:05 +0000
  • d97b303777 Try to fix array addressof failures on Sun C++. Peter Dimov 2009-03-26 00:06:47 +0000
  • e3640e45c2 Merge [51872], [51891] to release. Closes #2878. Peter Dimov 2009-03-22 20:05:02 +0000
  • 3900e8ece4 Disable new addressof code for all Borland versions. Refs #2878. Peter Dimov 2009-03-21 20:20:37 +0000
  • e27fc4a853 Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878. Peter Dimov 2009-03-20 17:14:00 +0000
  • b7cd171b2b Merge [51512] to release. Closes #2128. Peter Dimov 2009-03-02 16:32:03 +0000
  • f7aa9a8935 Refs #2128 (fixed in trunk.) Peter Dimov 2009-03-01 17:04:14 +0000
  • 0af1959b30 Updated value_initialized documentation and test following changeset [51355]. Niels Dekker 2009-02-20 20:35:34 +0000
  • 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 +0000
  • 0282c8a141 added #error in headers incompatible with BOOST_NO_EXCEPTIONS Emil Dotchevski 2009-01-30 00:06:01 +0000
  • b2e6a82adb This html was outdated; changed to forward to throw_exception.html documentation from Boost Exception Emil Dotchevski 2009-01-29 19:14:05 +0000
  • 6725719bd9 This html was outdated; changed to forward to throw_exception.html documentation from Boost Exception Emil Dotchevski 2009-01-29 19:13:08 +0000
  • 390372294a merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 633832e872 Merged libs/utility/swap.html from trunk to release (r47094 through r49914) Niels Dekker 2008-11-24 16:50:22 +0000
  • 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 +0000
  • 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 +0000
  • d153ab4daa Fix a typo. Daniel James 2008-11-16 23:10:00 +0000
  • 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 +0000
  • b012f16ee5 Merged utility/swap documentation to release branch. Joseph Gauterin 2008-11-15 01:15:54 +0000
  • 3d96ab26d4 Merged utility/swap tests to release branch. Joseph Gauterin 2008-11-15 01:13:01 +0000
  • 8652bf51ec Merged utility/swap to release branch. Joseph Gauterin 2008-11-15 01:11:24 +0000
  • 57124703f9 Fixing include path to compile with modularized source tree. Michael A. Jackson 2008-11-11 17:22:34 +0000
  • 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 +0000
  • 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 +0000
  • 487a5c1ea5 Swap documentation: fixed a misspelling of the name of Steven Watanabe. Niels Dekker 2008-10-21 09:55:54 +0000
  • 9168cb9c61 CodeGear patch. Fixes #2341 Nicola Musatti 2008-10-13 19:21:03 +0000
  • e1991374ae Merge quickbook workaround and fix some links. Daniel James 2008-10-10 09:29:21 +0000
  • c4338b1ce8 Clean up some link errors. Daniel James 2008-09-28 12:21:39 +0000
  • ddd8a58ae0 Fixes #2341. John Maddock 2008-09-20 15:39:47 +0000
  • d0ee9a7c28 Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration. Emil Dotchevski 2008-09-19 20:29:26 +0000
  • 10e83b490b Merged BOOST_BINARY utility macro. Matthew Calabrese 2008-09-19 08:19:02 +0000
  • 4b24dba257 Replaced copyright symbols with (c) to match trunk Marshall Clow 2008-09-18 02:54:03 +0000
  • 28061ba3a8 Removed boost directory binary.hpp. Matthew Calabrese 2008-09-17 01:08:03 +0000
  • 5d53e3f837 Changed BOOST_BINARY docs. Matthew Calabrese 2008-09-06 21:51:53 +0000
  • e86ce1cb1f Changed wording for BOOST_BINARY docs. Matthew Calabrese 2008-09-06 21:49:49 +0000
  • f15c96ffb0 Adding binary literal utility. Matthew Calabrese 2008-09-06 21:11:48 +0000
  • a487f72329 Fix result_of to work with const-qualified function pointers. Fixes #1310 Douglas Gregor 2008-09-05 19:58:30 +0000
  • 9f08ed6de0 minor change in boost/exception.hpp Emil Dotchevski 2008-09-02 21:25:47 +0000
  • 2077d0dace simplified further Emil Dotchevski 2008-08-31 02:40:42 +0000
  • 7f2348269b Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID. Emil Dotchevski 2008-08-28 23:49:55 +0000
  • 6b6e1c3252 Added value_initialized::swap documentation + test Niels Dekker 2008-08-28 19:00:20 +0000
  • 55f303baec Added value_initialized::swap according to ticket #2243, as agreed with Fernando Cacciola :-) Niels Dekker 2008-08-28 18:37:45 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 782c132d99 Fix Windows-1252 dash in UTF-8 document. Daniel James 2008-08-13 22:00:35 +0000
  • 36899afa3f added/switched "euclidean" spelling Daniel Frey 2008-08-07 20:47:58 +0000
  • 7e3e326faf Updated documentation to remove references to the 'ADL barrier' Joseph Gauterin 2008-08-04 18:25:45 +0000
  • 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 +0000
  • 49faf23433 Updated copyright info. Joseph Gauterin 2008-08-04 18:16:16 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • c286d62223 Fixed comment in swap/test/specialized_in_boost_and_other.cpp Niels Dekker 2008-07-27 12:46:45 +0000
  • 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 +0000
  • 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 +0000
  • b311fcefb2 Added test_adl_barrier to swap/test, as discussed with Joseph Gauterin. Niels Dekker 2008-07-25 18:48:09 +0000
  • 899c92420c Fixed silly little typo of mine, in test/swap_arrays.cpp Niels Dekker 2008-07-20 12:18:25 +0000
  • 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 +0000
  • ece6992540 Fixed silly little bug of mine in swap/test/swap_arrays.cpp Niels Dekker 2008-07-20 11:05:49 +0000
  • 6098304ea8 Corrected duplicated file contents Joseph Gauterin 2008-07-19 19:40:12 +0000
  • 28fff2d821 Remove duplicate content. Vladimir Prus 2008-07-12 17:56:01 +0000
  • 0ce3885d59 Added an anonymous unwrapping test. Ronald Garcia 2008-07-10 23:01:26 +0000
  • 1823481d96 Added tests for unwrap_ref. Ronald Garcia 2008-07-10 19:29:02 +0000
  • cce5d77d2b Added unwrap_ref. Ronald Garcia 2008-07-10 19:28:49 +0000
  • 3c5c2bc107 Moved utility\swap to the trunk, as discussed in trac issue #2056. Joseph Gauterin 2008-07-05 11:16:38 +0000
  • 7a036f6f3a Merge some small fixes from trunk. Daniel James 2008-07-04 17:04:47 +0000
  • e632b0fb1f Boost Exception In other libraries, watch for compile error referring to throw_exception_assert_compatibility in boost::throw_exception. Resolve by throwing an exception that derives from std::exception. This is not a new requirement but it is being enforced now. Emil Dotchevski 2008-06-28 18:29:40 +0000
  • 17bee9d43f With his kind permission, change Jaakko "Järvi" to "Jarvi" Beman Dawes 2008-06-28 13:57:20 +0000
  • 177ee78bbb With his kind permission, change Jaakko "Järvi" to "Jarvi" Beman Dawes 2008-06-28 13:45:21 +0000
  • f1ec0c4d04 Fix a character encoding error. Daniel James 2008-06-26 19:20:56 +0000
  • 4a564744fe documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files Emil Dotchevski 2008-06-25 23:27:56 +0000
  • 492a8ad213 Merge of new boost.thread code along with required changes from boost.bind Anthony Williams 2008-06-18 13:01:08 +0000
  • 8827b8ed8b Merged value_init doc + test from trunk, including doc and test for boost::initialized_value, that was added with changeset [46464] Niels Dekker 2008-06-17 22:17:14 +0000
  • 8849fbc52d Merged value_init.hpp from trunk, including new boost::initialized_value object. (Was discussed beforehand with Fernando Cacciola.) Niels Dekker 2008-06-17 22:14:09 +0000
  • 67f3ca090a Fixed value_init test + doc, according to change of boost::initialized_value, revision [45685] Niels Dekker 2008-05-23 16:48:10 +0000
  • 8efae71f4a Changed boost::initialized_value from a class to an instance, to make its use more convenient, as discussed with Fernando. Niels Dekker 2008-05-23 16:46:43 +0000
  • 50bc75a802 Add minor documentation fixes to the release branch. (I left out the changes to the hash library). Daniel James 2008-05-21 20:57:05 +0000
  • ad0bcf4a00 result_of implementation that makes use of C++0x decltype, from Daniel Walker. Fixes #862. Douglas Gregor 2008-05-09 22:08:46 +0000
  • f1c86c35c4 Merge in documentation fixes. Apart from the change to optional's documenation Jamfile, which I included by mistake. Daniel James 2008-04-27 07:39:49 +0000
  • a5b85eda07 Fix #1846. Peter Dimov 2008-04-21 21:42:29 +0000