Commit Graph

  • 9a16aaa2b9 Added LocalFunction and Utility/IdentityType source files. Lorenzo Caminiti 2012-02-15 00:41:33 +00:00
  • e763315b55 Updated boost::base_from_member for C++2011. Daryle Walker 2012-02-11 18:27:02 +00:00
  • 87b3643647 Merged doc updates and fix for #5098 from trunk Daniel Walker 2012-01-31 02:30:03 +00:00
  • 900fbc5108 Release 1.49.0 beta 1 boost-1.49.0-beta1 Beman Dawes 2012-01-27 18:03:17 +00:00
  • b1ea47c3ef Release 1.48.0 boost-1.48.0 Beman Dawes 2011-11-15 15:44:44 +00:00
  • 71e00b0508 Quickbook: Copy trunk libs into quickbook-dev branch. Daniel James 2011-11-01 13:04:29 +00:00
  • 74c609a98b Quickbook: Copy trunk headers into quickbook-dev. Daniel James 2011-11-01 13:03:44 +00:00
  • d9a289d86d Release 1.48.0 beta 1 boost-1.48.0-beta1 Beman Dawes 2011-10-27 15:04:52 +00:00
  • c9d56eed6e Merge Boost.Config changes from Trunk - numerous small bug fixes plus a new Cray C++ config. Fixes #5607. Fixes #5941. Fixes #5878. John Maddock 2011-10-10 11:50:55 +00:00
  • e36315c151 Merged in BGL, enable_if, and related changes from trunk: r67035, r57559, r72837, r73010, r73026, r72960, r73425, r73424, r73009, r73998, r73997, r73006, r73630, r73631, r73999, r73422, r73423, r73996, r71221 Jeremiah Willcock 2011-08-23 18:26:46 +00:00
  • fe653d0a9a Change call_traits to pass enum's by value. Fixes #5790. John Maddock 2011-08-20 16:03:58 +00:00
  • 7778f902b9 Release 1.47.0 boost-1.47.0 Beman Dawes 2011-07-11 22:16:03 +00:00
  • 6255751416 Release 1.47.0 beta 1 boost-1.47.0-beta1 1753963689826366634/tmp_refs/tags/boost-1.47.0-beta1 1753962186707128790/tmp_refs/tags/boost-1.47.0-beta1 Beman Dawes 2011-06-21 13:23:49 +00:00
  • 26b39384e3 Apply patch from #5607. Refs #5607. John Maddock 2011-06-14 08:27:14 +00:00
  • 9525d062b3 added clarification to result_of doc Daniel Walker 2011-06-03 14:45:59 +00:00
  • 6d196c4244 added tr1_result_of info to result_of doc Daniel Walker 2011-06-01 20:02:40 +00:00
  • e83682c091 updated result_of doc with decltype info Daniel Walker 2011-06-01 19:29:57 +00:00
  • 1d146d010a upped BOOST_RESULT_OF_NUM_ARGS for Phoenix Daniel Walker 2011-05-06 19:55:35 +00:00
  • 5684a2f2b3 Applied doc patches from Matt Calabrese Jeremiah Willcock 2011-04-13 02:30:39 +00:00
  • 95d2c38379 Fix doc errors reported by Rob Stewart. Fixes #5421. Steven Watanabe 2011-04-06 20:21:51 +00:00
  • 936c2294a4 Quickbook: New branch for development. Daniel James 2011-03-27 10:17:05 +00:00
  • 1aa48ea698 Utility/operators: [67268] Limit warning suppression to old versions of VC++, fixes #4432. Daniel James 2011-03-24 21:01:36 +00:00
  • 964de8c0d3 Release 1.46.1 boost-1.46.1 Beman Dawes 2011-03-12 15:41:16 +00:00
  • 0def6ea76d Release 1.46.0 boost-1.46.0 Beman Dawes 2011-02-21 18:42:22 +00:00
  • 7d23c75eef Revised the assertion_failed_msg function to use std::exit(-1) instead of std::abort() for Windows CE (since Windows CE does not have an abort() function in the CRT library) David Deakins 2011-02-18 03:46:55 +00:00
  • d01eb82fb7 Repair failed merge Beman Dawes 2011-02-15 16:18:51 +00:00
  • 86791caf0e Merge trunk BOOST_ASSERT_MSG additions Beman Dawes 2011-02-15 14:54:16 +00:00
  • 6032348b4c Branch for working on the documentation tools documentation. svn-branches/doc-tools-docs Daniel James 2011-02-04 21:18:24 +00:00
  • 3a1ac407c0 Release 1_46_0 beta 1 boost-1.46.0-beta1 Beman Dawes 2011-01-31 13:00:44 +00:00
  • 3279399fe3 Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead Beman Dawes 2011-01-24 20:15:36 +00:00
  • 87875cadda Add BOOST_ASSERT_MSG. Add macros to configure output stream. Beman Dawes 2011-01-24 15:37:13 +00:00
  • c58748cfd9 use declval to fix #5098 Daniel Walker 2011-01-22 22:18:48 +00:00
  • 6a93732f6b Branch to work on filename handling without disturbing trunk. svn-branches/quickbook-filenames Daniel James 2011-01-21 09:17:08 +00:00
  • 58bb88d4bd 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 +00:00
  • 11d50ecb9f 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 +00:00
  • 636283d7c2 Limit warning suppression to old versions of VC++, fixes #4432 Daniel Frey 2010-12-16 17:30:46 +00:00
  • 1339230970 Release 1.45.0 boost-1.45.0 Beman Dawes 2010-11-19 15:17:53 +00:00
  • 1df0bf80bc Stop inspect complaining that assert is used in BOOST_ASSERT. Daniel James 2010-11-14 18:37:37 +00:00
  • 114616f941 Release 1.45.0 beta 1 boost-1.45.0-beta1 Beman Dawes 2010-11-09 18:22:33 +00:00
  • 8176af84e1 Merges changes from Trunk: refer to history.qbk for the details. John Maddock 2010-10-01 11:11:16 +00:00
  • 71e78a0081 Add declval and common type from Vicente J. Botet Escriba. Regenerate docs. John Maddock 2010-09-17 12:12:03 +00:00
  • f7e4b0e399 Make sure that utility/index.html has a complete list of components. Fixes #4629. Steven Watanabe 2010-09-16 15:40:47 +00:00
  • 62a15de321 Release 1.44.0 boost-1.44.0 Beman Dawes 2010-08-16 15:03:16 +00:00
  • b7d4b6edae merged [64695] and [64696] result_of docs from trunk Daniel Walker 2010-08-11 18:15:46 +00:00
  • fb1d2effef correction to result_of documentation Daniel Walker 2010-08-09 16:23:50 +00:00
  • 94b91e8c92 updated result_of documentation Daniel Walker 2010-08-09 16:07:20 +00:00
  • e17ef4724b Release 1.44.0 beta 1 boost-1.44.0-beta1 Beman Dawes 2010-08-05 16:04:40 +00:00
  • d7cf3628f7 Merge some link fixes. Daniel James 2010-07-15 21:19:14 +00:00
  • a4b8043e68 Fix some header links. Daniel James 2010-07-14 08:15:33 +00:00
  • b273cd3914 Merged value_init fixes (extra tests + documentation) from trunk, see #3472, #3869. Niels Dekker 2010-07-04 21:56:44 +00:00
  • ca7db1f361 Merged value_init fixes from trunk, ref #3472, #3869. Niels Dekker 2010-07-04 21:50:38 +00:00
  • b4a08fc80e Added test for private_int_array_pair, hoping to (possibly) fix a minion-clang/darwin-4.2.1 failure at boost.org/development/tests/trunk/developer/utility_.html Niels Dekker 2010-06-17 16:53:55 +00:00
  • 9da96d9737 Added value_init_workaround_test, reviewed by Fernando Cacciola, see #3869 Niels Dekker 2010-06-16 08:45:43 +00:00
  • 4d917003e2 v2, v3, integration branch svn-branches/filesystem3 Beman Dawes 2010-06-09 11:34:33 +00:00
  • a991936c96 Made memset call in value_init conditional, see #3869. Updated the section "compiler issues" of its documentation. Niels Dekker 2010-05-30 09:19:09 +00:00
  • 6239e685a2 value_init_test now uses lightweight_test by Peter Dimov; see #4246. Fernando Cacciola mailed me he agreed as well. Niels Dekker 2010-05-22 22:05:54 +00:00
  • 2a7e81e07f Merged revisions 61248 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-05-22 05:35:51 +00:00
  • e601fcb9c9 Locally disabled a trivial MSVC warning in value_init.hpp (C4512, "assignment operator could not be generated") Niels Dekker 2010-05-16 11:08:00 +00:00
  • f29a5db08e Hopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213 Niels Dekker 2010-05-13 14:36:06 +00:00
  • 22743ee125 Added boost::initialized<T> as was agreed at http://lists.boost.org/Archives/boost/2010/04/164916.php -- see #3472 Niels Dekker 2010-05-09 20:51:24 +00:00
  • 9c253b30db Release 1.43.0 boost-1.43.0 Beman Dawes 2010-05-06 13:21:09 +00:00
  • 7c5fea0a00 Release 1.43.0 beta 1 boost-1.43.0-beta1 Beman Dawes 2010-04-21 14:13:35 +00:00
  • 9deb4dd823 Create a branch for inspect fixes. svn-branches/inspect Daniel James 2010-04-20 21:11:27 +00:00
  • e3c982287a add tr1_result_of that always behaves as TR1 specifies, fix Boost.TR1's result_of to use tr1_result_of Eric Niebler 2010-04-13 15:01:11 +00:00
  • 13da21e7b1 Revert changes to result_of. Reopens #862, #1310, #1535. Daniel James 2010-04-08 21:59:33 +00:00
  • 82e1111bb8 Revert [60052], as it causes other libraries to break. Daniel James 2010-04-06 07:56:54 +00:00
  • b3ffef536d Merged std_bitset.cpp (boost::swap test) from trunk r60292 through r60334 and r61065 through r61076, including #3984 fix. Niels Dekker 2010-04-05 19:21:12 +00:00
  • 9339b32178 Updated copyright notice. Niels Dekker 2010-04-05 19:08:01 +00:00
  • 27ef019017 new branch to fix documentation sandbox-branches/birbacher/fix_documentation Frank Birbacher 2010-03-14 07:44:37 +00:00
  • 3770221507 Hopefully fixed #3984 (std::bitset constructor issue). Tested by Juergen Hunold on msvc-10.0, msvc-9.0, and gcc-4.4. See thread starting at http://lists.boost.org/Archives/boost/2010/03/162690.php Niels Dekker 2010-03-07 21:42:22 +00:00
  • e2c98762db Revert [60052] as it isn't as uncontroversial as I thought. Daniel James 2010-03-07 16:22:34 +00:00
  • e6cb3a77ee Fix a couple of comments. Daniel James 2010-03-07 13:11:10 +00:00
  • bbccfbbab4 Remove use of deprecated macro in result_of test. Daniel James 2010-03-07 13:10:54 +00:00
  • 8af4250c3c Suppress/fix some msvc and gcc compiler warnings ([57494]). Daniel James 2010-03-07 12:13:29 +00:00
  • e30889304c Merge some tests for unwrap ([47296], [47297]) Daniel James 2010-03-07 12:11:44 +00:00
  • b4dee80e61 Merge various result_of changes. Daniel James 2010-03-07 12:08:00 +00:00
  • 74a6a693d3 Remove use of deprecated config macro in result_of. Daniel James 2010-03-01 19:39:52 +00:00
  • 931c607935 Create a branch for autoprefixing svn-branches/units/autoprefix Steven Watanabe 2010-02-28 19:19:07 +00:00
  • 76822c6015 Boost 1.42.0 boost-1.42.0 Beman Dawes 2010-02-02 20:03:43 +00:00
  • bf713ad47a Revert unintentional reference to "noncopyable_adl_barrier" test that's not checked in. Dave Abrahams 2010-01-28 14:41:16 +00:00
  • 76b17c497b Support different MS calling conventions, thanks to Nicolas Lelong. Closes #3833. Dave Abrahams 2010-01-24 02:08:46 +00:00
  • 4e1128e55c Branch for merging Boost.Build and Boost.Jam completely. svn-branches/b2 Vladimir Prus 2010-01-19 20:47:20 +00:00
  • a47dce770c Fix some whitespace differences between trunk and release. Daniel James 2010-01-10 19:17:23 +00:00
  • dab1e8e522 Merging changes from trunk. Emil Dotchevski 2009-12-16 22:26:57 +00:00
  • 3de5974419 Suppressing warnings. Please report any problems (may have broken something!) Emil Dotchevski 2009-12-01 02:16:50 +00:00
  • 3709d8ac45 Create maintenance branch for 1.41. svn-branches/maintenance/1_41 Vladimir Prus 2009-11-19 06:09:27 +00:00
  • 7ee1814664 Release 1.41.0 boost-1.41.0 Beman Dawes 2009-11-18 14:58:26 +00:00
  • 7eb1536590 Suppress/fix some msvc and gcc compiler warnings. John Maddock 2009-11-08 18:53:59 +00:00
  • 583422cda2 Add swap to utility index page. Daniel James 2009-11-08 11:45:20 +00:00
  • 15ad13a258 Release 1.41.0 Beta 1 boost-1.41.0-beta1 Beman Dawes 2009-11-04 12:14:07 +00:00
  • 9339431e03 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back Troy D. Straszheim 2009-10-17 02:07:38 +00:00
  • ee146a02a1 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release. Troy D. Straszheim 2009-10-17 01:10:45 +00:00
  • c131cbd0b2 Merged value_init from the trunk, including fix of #2548, regarding "const value_initialized". Niels Dekker 2009-10-03 10:19:09 +00:00
  • f2349baf7d Updated value_init documentation, because the fix of #2548 was not yet included with Boost release 1.40.0. Niels Dekker 2009-10-03 09:18:26 +00:00
  • f8bef7ba95 Merged value_init_test from trunk, inc. [51356], anticipating the fix of ticket #2548, which will remove implicit conversion from const value_initialized<T> to non-const T&. Niels Dekker 2009-10-03 09:08:10 +00:00
  • e54cbf3053 Merged Swap documentation from trunk, including revision [56107] and [56108]. Niels Dekker 2009-10-03 08:15:14 +00:00
  • 8745ca628a Updated revision date of Boost Swap documentation Niels Dekker 2009-09-08 17:07:13 +00:00
  • ba61e9d796 Mentioned swap.hpp header, as requested by Thorsten Ottosen <http://lists.boost.org/Archives/boost/2009/06/153477.php> and David Abrahams <http://lists.boost.org/Archives/boost/2009/09/156064.php> Niels Dekker 2009-09-08 16:54:54 +00:00
  • fb96202f6a Release 1.40.0 boost-1.40.0 Beman Dawes 2009-08-27 16:24:59 +00:00
  • c1770182f2 creating branch to fix intrusive for Sun CC (#3339) sandbox-branches/intrusive_fix_SunCC Christopher Hite 2009-08-24 17:08:35 +00:00