64b5b5bd15Wave: added missing typename, doh! (fixed#4330: wave broken build on trunk)
Hartmut Kaiser
2010-06-10 11:05:30 +0000
a47a80d63aWave: fixed#4330: wave broken build on trunk
Hartmut Kaiser
2010-06-10 10:26:59 +0000
0da292f25eDon't use windows threads if BOOST_DISABLE_WIN32 defined. Fix for issue #3760
Anthony Williams
2010-06-10 08:43:10 +0000
6821bf41b7Fix 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
ab5f659407Remove warnings. Fix for issue #3611
Anthony Williams
2010-06-10 08:22:39 +0000
944025d42cEmulate recursive mutex if pthread_mutexattr_settype not available. Fix for issue #2955
Anthony Williams
2010-06-10 08:10:26 +0000
c2ee13575fOnly apply Sunpro workarounds for older compilers. Fix for issue #4071
Anthony Williams
2010-06-10 07:43:17 +0000
93b55d31baAdded __cdecl to PVAPI. Fix for issue #1470
Anthony Williams
2010-06-10 07:40:12 +0000
7f887dbf93Added static cast in move of upgrade_lock to work with MSVC10 and g++4.5
Anthony Williams
2010-06-10 07:38:23 +0000
52b7047400fixed minor warning
Christophe Henry
2010-06-10 07:38:06 +0000
3af59fe63bExplicitly 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
22f1cf1aa5function_input_iterator fixes from Dean Michael Berris
Jeremiah Willcock
2010-06-10 05:59:46 +0000
3896e56838Fixed ticket 4289, add missing include guards.
K. Noel Belcourt
2010-06-10 02:38:09 +0000
8aa314c8c5Fix one XML validation warning.
K. Noel Belcourt
2010-06-10 02:27:48 +0000
833410f251Fixed ticket 2672 by applying (and slightly modifying
K. Noel Belcourt
2010-06-10 02:24:31 +0000
4bf5cd4ce6Fix ticket 1755 by applying the attached patch.
K. Noel Belcourt
2010-06-10 02:04:40 +0000
54419119a2Use static_cast instead of reinterpret_cast. Fixes#2941
Steven Watanabe
2010-06-10 01:46:37 +0000
958242c0f7Update the list of libraries that require building. Fixes#2254.
Steven Watanabe
2010-06-10 00:50:10 +0000
3e5a97e994Give the correct location for stagedir. Fixes#3280.
Steven Watanabe
2010-06-10 00:16:12 +0000
4fee38cb0cNested lists inside <simplepara>.
Daniel James
2010-06-10 00:15:41 +0000
3188e1007fFix paragraph mark up.
Daniel James
2010-06-10 00:14:56 +0000
b34eb429ccList the correct options for --with.... Fixes#3433.
Steven Watanabe
2010-06-10 00:04:21 +0000
19f75222aeAdd missing #includes. Fixes#3515
Steven Watanabe
2010-06-09 23:41:38 +0000
c96b3ff463Make to_upperF and to_lowerF assignable. Fixes#3161.
Steven Watanabe
2010-06-09 23:23:56 +0000
5729c6bf6aCopy m_bEof in the split_iterator copy constructor. Fixes#4271
Steven Watanabe
2010-06-09 23:12:56 +0000
3265fd995cAvoid calling the formatter with an invalid match. Fixes#2777
Steven Watanabe
2010-06-09 23:04:24 +0000
689c6c6b03Assign 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
2a7e0fe566Swapped order of visitor calls; fixes#3137
Jeremiah Willcock
2010-06-09 21:11:43 +0000
7217591452Trim the correct string. Fixes#3860
Steven Watanabe
2010-06-09 20:42:46 +0000
90fe929a6bTail not head. Fixes#3314
Steven Watanabe
2010-06-09 20:31:26 +0000
684daceb92Tail not head. Fixes#2124
Steven Watanabe
2010-06-09 20:26:36 +0000
c6c5b6df5dUse result_type instead of sig for predicates. Fixes#2868
Steven Watanabe
2010-06-09 20:16:21 +0000
dea9ac489cAdd an element-wise swap for Boost.Tuple. Fixes#1324
Steven Watanabe
2010-06-09 19:30:35 +0000
8a9b8945c6Refs #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
861ccac596Use 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
06b22ef67eReimplement boost::tuples::element and boost::tuples::get to make better use of memoization. Fixes#2130
Steven Watanabe
2010-06-09 18:28:16 +0000
f9ea9577bbDisable all C++0x features in GCC-XML for now. Fixes#4324.
John Maddock
2010-06-09 15:45:50 +0000
bf16d22dbcMake 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
3df73dca4ecorrected warnings from the Inspection Report tool
Christophe Henry
2010-06-09 15:12:27 +0000
3b65985861fixed unit test compile error
Christophe Henry
2010-06-09 15:10:23 +0000
b67bc8d6acadd foreach_fwd.hpp for forward declarations of foreach's customization points, fixes#3998
Eric Niebler
2010-06-09 14:52:52 +0000
168a1cd0d2remove out-of-date work-arounds for sun compilers, fixes#4306
Eric Niebler
2010-06-09 14:25:14 +0000
9aa0db7730Don't warn about long long usage with gcc. Fix for issue #3680
Anthony Williams
2010-06-09 13:04:06 +0000
80630cbb7cChanged while(true) to for(;;) to avoid warnings. Fix for issue #3195
Anthony Williams
2010-06-09 12:36:11 +0000
ffb22e5575fixed unit test compile error
Christophe Henry
2010-06-09 12:31:20 +0000
48d42222e1Removed thread_info_mutex as unnecessary and cause of potentially-throwing destructor. Fix for issue #3097
Anthony Williams
2010-06-09 11:35:41 +0000
5d8e9063d9Merge from trunk.
Christopher Kohlhoff
2010-06-09 09:40:46 +0000
10e6859551Use 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
13b6bfd3dbUse time_duration::tick_type rather than long when calculating due time to fix issue #4318
Anthony Williams
2010-06-09 08:19:47 +0000
fe0cebba07Added BOOST_THREAD_DECL to friend declaration of this_thread::get_id. Fix for issue #4316
Anthony Williams
2010-06-09 07:59:31 +0000
2ea59ae5e1Added 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
fdcce14b6dAdd extra braces to fix issue #4321
Anthony Williams
2010-06-09 07:46:29 +0000
789201b4daAdded missing #includes. Fix for issue #4322
Anthony Williams
2010-06-09 07:40:09 +0000
30323f49c7Moved thread startup and shutdown hooks to namespace boost
Anthony Williams
2010-06-09 07:37:44 +0000
79ca5599ddWhen no target is requested to be built via UPDATE, return status of last UPDATE_NOW.
Vladimir Prus
2010-06-09 07:12:59 +0000
48c2fb62a7Fix 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
488448badbReplace use of noncopyable with private copy operations, issue #3244
Anthony Williams
2010-06-09 06:58:35 +0000
b252966814Added documentation for this_thread::sleep overload that takes a system_time. see issue #3179
Anthony Williams
2010-06-09 06:48:37 +0000
fb80ce725cAdded "inline" on system_time overload of timed_wait to fix issue #2747
Anthony Williams
2010-06-09 06:42:57 +0000
d77e9362b7Fix compile error in example
Steven Watanabe
2010-06-09 02:35:02 +0000
9b57fd7e1dAdd an example of generating a random password. Fixes#4183
Steven Watanabe
2010-06-09 02:33:40 +0000
75cce881cfRevert [62617], since there is already a Jamfile for Lambda's tests
Steven Watanabe
2010-06-09 02:10:06 +0000
6a6b379978Enable using result_of with Boost.Lambda. Fixes#426. Fixes#864
Steven Watanabe
2010-06-09 01:39:48 +0000
146602ffffApplied patches from #1427; fixes#1427
Jeremiah Willcock
2010-06-09 01:08:45 +0000
cce1b43c9dChanged references to --with-* and --without-* to --with-libraries; fixes#3433
Jeremiah Willcock
2010-06-09 01:05:22 +0000
5e913c585eApplied patch from #4073; fixes#4073
Jeremiah Willcock
2010-06-09 00:51:41 +0000
510e42e3f2Applied patch from #3912; fixes#3912
Jeremiah Willcock
2010-06-09 00:49:45 +0000
c86e2991adApplied patch from #3618; fixes#3618
Jeremiah Willcock
2010-06-09 00:47:51 +0000
2a79755f73Changed 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
1c6926ed53more namespace reform
Eric Niebler
2010-06-09 00:23:57 +0000
9d2f61fc51Added Jamfile.v2 from Daniel Walker; refs #864
Jeremiah Willcock
2010-06-09 00:16:43 +0000
43d40e8b00use basic_expr instead of expr when possible for better compile times
Eric Niebler
2010-06-09 00:14:39 +0000
5c3691f49aAdded function_input_iterator from Dean Michael Berris; fixes#2893
Jeremiah Willcock
2010-06-09 00:09:56 +0000
25fc66ebd2Removed all but one old-style cast, breaking GCC 2.95.3; fixes#3410
Jeremiah Willcock
2010-06-08 23:55:25 +0000
5645cba3bbAdded char as an integral type; fixes#2629
Jeremiah Willcock
2010-06-08 23:37:21 +0000
742d5cbd9eMoved 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
bc3bf1def6Merge unordered.
Daniel James
2010-06-08 23:23:43 +0000