Commit Graph

  • 64b5b5bd15 Wave: added missing typename, doh! (fixed #4330: wave broken build on trunk) Hartmut Kaiser 2010-06-10 11:05:30 +0000
  • a47a80d63a Wave: fixed #4330: wave broken build on trunk Hartmut Kaiser 2010-06-10 10:26:59 +0000
  • 0da292f25e Don't use windows threads if BOOST_DISABLE_WIN32 defined. Fix for issue #3760 Anthony Williams 2010-06-10 08:43:10 +0000
  • 6821bf41b7 Fix for issue #3761 --- if define operator<< for thread::id outside the class if not supported inside. Anthony Williams 2010-06-10 08:34:52 +0000
  • ab5f659407 Remove warnings. Fix for issue #3611 Anthony Williams 2010-06-10 08:22:39 +0000
  • 944025d42c Emulate recursive mutex if pthread_mutexattr_settype not available. Fix for issue #2955 Anthony Williams 2010-06-10 08:10:26 +0000
  • c2ee13575f Only apply Sunpro workarounds for older compilers. Fix for issue #4071 Anthony Williams 2010-06-10 07:43:17 +0000
  • 93b55d31ba Added __cdecl to PVAPI. Fix for issue #1470 Anthony Williams 2010-06-10 07:40:12 +0000
  • 7f887dbf93 Added static cast in move of upgrade_lock to work with MSVC10 and g++4.5 Anthony Williams 2010-06-10 07:38:23 +0000
  • 52b7047400 fixed minor warning Christophe Henry 2010-06-10 07:38:06 +0000
  • 3af59fe63b Explicitly cast to rvalue reference in cast_to_rval so it works with MSVC10 and g++4.5 Anthony Williams 2010-06-10 07:36:57 +0000
  • 22f1cf1aa5 function_input_iterator fixes from Dean Michael Berris Jeremiah Willcock 2010-06-10 05:59:46 +0000
  • 3896e56838 Fixed ticket 4289, add missing include guards. K. Noel Belcourt 2010-06-10 02:38:09 +0000
  • 8aa314c8c5 Fix one XML validation warning. K. Noel Belcourt 2010-06-10 02:27:48 +0000
  • 833410f251 Fixed ticket 2672 by applying (and slightly modifying K. Noel Belcourt 2010-06-10 02:24:31 +0000
  • 4bf5cd4ce6 Fix ticket 1755 by applying the attached patch. K. Noel Belcourt 2010-06-10 02:04:40 +0000
  • 54419119a2 Use static_cast instead of reinterpret_cast. Fixes #2941 Steven Watanabe 2010-06-10 01:46:37 +0000
  • 958242c0f7 Update the list of libraries that require building. Fixes #2254. Steven Watanabe 2010-06-10 00:50:10 +0000
  • 3e5a97e994 Give the correct location for stagedir. Fixes #3280. Steven Watanabe 2010-06-10 00:16:12 +0000
  • 4fee38cb0c Nested lists inside <simplepara>. Daniel James 2010-06-10 00:15:41 +0000
  • 3188e1007f Fix paragraph mark up. Daniel James 2010-06-10 00:14:56 +0000
  • b34eb429cc List the correct options for --with.... Fixes #3433. Steven Watanabe 2010-06-10 00:04:21 +0000
  • 19f75222ae Add missing #includes. Fixes #3515 Steven Watanabe 2010-06-09 23:41:38 +0000
  • c96b3ff463 Make to_upperF and to_lowerF assignable. Fixes #3161. Steven Watanabe 2010-06-09 23:23:56 +0000
  • 5729c6bf6a Copy m_bEof in the split_iterator copy constructor. Fixes #4271 Steven Watanabe 2010-06-09 23:12:56 +0000
  • 3265fd995c Avoid calling the formatter with an invalid match. Fixes #2777 Steven Watanabe 2010-06-09 23:04:24 +0000
  • 689c6c6b03 Assign the iterator returned by std::copy back to Output, so that string algorithms will work with iterators other than inserters Steven Watanabe 2010-06-09 21:12:06 +0000
  • 2a7e0fe566 Swapped order of visitor calls; fixes #3137 Jeremiah Willcock 2010-06-09 21:11:43 +0000
  • 7217591452 Trim the correct string. Fixes #3860 Steven Watanabe 2010-06-09 20:42:46 +0000
  • 90fe929a6b Tail not head. Fixes #3314 Steven Watanabe 2010-06-09 20:31:26 +0000
  • 684daceb92 Tail not head. Fixes #2124 Steven Watanabe 2010-06-09 20:26:36 +0000
  • c6c5b6df5d Use result_type instead of sig for predicates. Fixes #2868 Steven Watanabe 2010-06-09 20:16:21 +0000
  • dea9ac489c Add an element-wise swap for Boost.Tuple. Fixes #1324 Steven Watanabe 2010-06-09 19:30:35 +0000
  • 8a9b8945c6 Refs #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing. Andrey Semashev 2010-06-09 19:29:47 +0000
  • 861ccac596 Use an inline function instead of a static object for boost::tuples::ignore, avoiding problems with the ODR and Borland precompiled headers. Fixes #2656 Steven Watanabe 2010-06-09 19:00:56 +0000
  • 06b22ef67e Reimplement boost::tuples::element and boost::tuples::get to make better use of memoization. Fixes #2130 Steven Watanabe 2010-06-09 18:28:16 +0000
  • 785f0decfd Silence silly GCC warnings. Fixes #3563. Andrey Semashev 2010-06-09 18:10:13 +0000
  • 7fe74404c2 Silence silly GCC warnings. Refs #3563. Andrey Semashev 2010-06-09 18:09:32 +0000
  • 5d9abf2f7c fixed errors reported by clang Christophe Henry 2010-06-09 18:07:44 +0000
  • 5d1eede970 minor fix Christophe Henry 2010-06-09 18:05:43 +0000
  • efa258c578 Make reading a tuple work with std::noskipws. Fixes #1920 Steven Watanabe 2010-06-09 17:45:24 +0000
  • adaf4ff640 Silence the warnings. Fixes #3591. Andrey Semashev 2010-06-09 17:41:14 +0000
  • 0801393a5b Silence the warnings. Refs #3591. Andrey Semashev 2010-06-09 17:40:23 +0000
  • 622aeab1f8 fixed conflict detected by g++4.x between fusion::at and mpl::at Christophe Henry 2010-06-09 17:39:26 +0000
  • 9f967bddc8 Added inline qualifiers. Fixes #3647. Andrey Semashev 2010-06-09 17:36:07 +0000
  • 9d98f28316 Added inline qualifiers. Refs. #3647. Andrey Semashev 2010-06-09 17:35:16 +0000
  • aa0f094481 Remove a few non-ASCII characters Steven Watanabe 2010-06-09 17:19:52 +0000
  • 2a2d558915 Merged changes from trunk (rev. 62450). Fixes #3876. Andrey Semashev 2010-06-09 16:39:31 +0000
  • 527ae39387 Reverted an accidental commit. Andrey Semashev 2010-06-09 16:38:29 +0000
  • bfdc57cf14 Merged changes from trunk (rev. 62450). Fixes #3876. Andrey Semashev 2010-06-09 16:33:36 +0000
  • f9ea9577bb Disable all C++0x features in GCC-XML for now. Fixes #4324. John Maddock 2010-06-09 15:45:50 +0000
  • bf16d22dbc Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325 Steven Watanabe 2010-06-09 15:40:48 +0000
  • 3df73dca4e corrected warnings from the Inspection Report tool Christophe Henry 2010-06-09 15:12:27 +0000
  • 3b65985861 fixed unit test compile error Christophe Henry 2010-06-09 15:10:23 +0000
  • b67bc8d6ac add foreach_fwd.hpp for forward declarations of foreach's customization points, fixes #3998 Eric Niebler 2010-06-09 14:52:52 +0000
  • 168a1cd0d2 remove out-of-date work-arounds for sun compilers, fixes #4306 Eric Niebler 2010-06-09 14:25:14 +0000
  • 9aa0db7730 Don't warn about long long usage with gcc. Fix for issue #3680 Anthony Williams 2010-06-09 13:04:06 +0000
  • 80630cbb7c Changed while(true) to for(;;) to avoid warnings. Fix for issue #3195 Anthony Williams 2010-06-09 12:36:11 +0000
  • ffb22e5575 fixed unit test compile error Christophe Henry 2010-06-09 12:31:20 +0000
  • 48d42222e1 Removed thread_info_mutex as unnecessary and cause of potentially-throwing destructor. Fix for issue #3097 Anthony Williams 2010-06-09 11:35:41 +0000
  • 0bb3bd95f2 Add missing popd Beman Dawes 2010-06-09 11:27:01 +0000
  • 5d8e9063d9 Merge from trunk. Christopher Kohlhoff 2010-06-09 09:40:46 +0000
  • 10e6859551 Use BOOST_THREAD_DYN_LINK instead of BOOST_THREAD_DYN_DLL for compatibility with the rest of boost. Fix for issue #2874 Anthony Williams 2010-06-09 08:55:09 +0000
  • 13b6bfd3db Use time_duration::tick_type rather than long when calculating due time to fix issue #4318 Anthony Williams 2010-06-09 08:19:47 +0000
  • fe0cebba07 Added BOOST_THREAD_DECL to friend declaration of this_thread::get_id. Fix for issue #4316 Anthony Williams 2010-06-09 07:59:31 +0000
  • 2ea59ae5e1 Added unimplemented default constructor to derived to avoid complaints about the constructors of T in some compilers. Fix for issue #4317 Anthony Williams 2010-06-09 07:52:25 +0000
  • fdcce14b6d Add extra braces to fix issue #4321 Anthony Williams 2010-06-09 07:46:29 +0000
  • 789201b4da Added missing #includes. Fix for issue #4322 Anthony Williams 2010-06-09 07:40:09 +0000
  • 30323f49c7 Moved thread startup and shutdown hooks to namespace boost Anthony Williams 2010-06-09 07:37:44 +0000
  • 79ca5599dd When no target is requested to be built via UPDATE, return status of last UPDATE_NOW. Vladimir Prus 2010-06-09 07:12:59 +0000
  • 48c2fb62a7 Fix detection of exit status. We use close on pipe to get return status and if program does exit(1) we get '1'. The code for checking was using os.WIFSIGNALLED, and that returns true for '1' -- it seems like it is expecting result of os.system, which would be 256, or something. Vladimir Prus 2010-06-09 07:09:29 +0000
  • 488448badb Replace use of noncopyable with private copy operations, issue #3244 Anthony Williams 2010-06-09 06:58:35 +0000
  • b252966814 Added documentation for this_thread::sleep overload that takes a system_time. see issue #3179 Anthony Williams 2010-06-09 06:48:37 +0000
  • fb80ce725c Added "inline" on system_time overload of timed_wait to fix issue #2747 Anthony Williams 2010-06-09 06:42:57 +0000
  • d77e9362b7 Fix compile error in example Steven Watanabe 2010-06-09 02:35:02 +0000
  • 9b57fd7e1d Add an example of generating a random password. Fixes #4183 Steven Watanabe 2010-06-09 02:33:40 +0000
  • 75cce881cf Revert [62617], since there is already a Jamfile for Lambda's tests Steven Watanabe 2010-06-09 02:10:06 +0000
  • 6a6b379978 Enable using result_of with Boost.Lambda. Fixes #426. Fixes #864 Steven Watanabe 2010-06-09 01:39:48 +0000
  • 6ec04b7707 Fixed #3434 Jeremiah Willcock 2010-06-09 01:13:28 +0000
  • 146602ffff Applied patches from #1427; fixes #1427 Jeremiah Willcock 2010-06-09 01:08:45 +0000
  • cce1b43c9d Changed references to --with-* and --without-* to --with-libraries; fixes #3433 Jeremiah Willcock 2010-06-09 01:05:22 +0000
  • 5e913c585e Applied patch from #4073; fixes #4073 Jeremiah Willcock 2010-06-09 00:51:41 +0000
  • 510e42e3f2 Applied patch from #3912; fixes #3912 Jeremiah Willcock 2010-06-09 00:49:45 +0000
  • c86e2991ad Applied patch from #3618; fixes #3618 Jeremiah Willcock 2010-06-09 00:47:51 +0000
  • 2a79755f73 Changed compound assignment (and actually all binary operators) to copy their RHS arguments like the documentation said; added a test for this; fixes #4043 Jeremiah Willcock 2010-06-09 00:33:25 +0000
  • b5626b4def Fixed warning Jeremiah Willcock 2010-06-09 00:31:02 +0000
  • 1c6926ed53 more namespace reform Eric Niebler 2010-06-09 00:23:57 +0000
  • 9d2f61fc51 Added Jamfile.v2 from Daniel Walker; refs #864 Jeremiah Willcock 2010-06-09 00:16:43 +0000
  • 43d40e8b00 use basic_expr instead of expr when possible for better compile times Eric Niebler 2010-06-09 00:14:39 +0000
  • 5c3691f49a Added function_input_iterator from Dean Michael Berris; fixes #2893 Jeremiah Willcock 2010-06-09 00:09:56 +0000
  • 25fc66ebd2 Removed all but one old-style cast, breaking GCC 2.95.3; fixes #3410 Jeremiah Willcock 2010-06-08 23:55:25 +0000
  • 5645cba3bb Added char as an integral type; fixes #2629 Jeremiah Willcock 2010-06-08 23:37:21 +0000
  • 742d5cbd9e Moved Collection concept into Boost.ConceptCheck; moved other MultiArray concepts into boost::multi_array_concepts and documented them in reference.xml (do not know how to rebuild HTML from that); fixes #4032 Jeremiah Willcock 2010-06-08 23:28:23 +0000
  • bc3bf1def6 Merge unordered. Daniel James 2010-06-08 23:23:43 +0000
  • 776cdf6303 Fixed missing header Jeremiah Willcock 2010-06-08 23:19:27 +0000
  • 7c2eca525e Small documentation fixes. Daniel James 2010-06-08 23:11:37 +0000
  • 7b07c0b8a4 Added missing typename; fixes #3989 Jeremiah Willcock 2010-06-08 22:56:21 +0000
  • 8941e12c9b Changed "times" to "multiplies" as per #3820; fixes #3820 Jeremiah Willcock 2010-06-08 22:54:24 +0000
  • 25d0a071ce Fixed typo in doc example; fixes #3581 Jeremiah Willcock 2010-06-08 22:53:33 +0000
  • 861c72a9ad Changed to Boost.Iterator operator_arrow_proxy Jeremiah Willcock 2010-06-08 22:46:36 +0000