Anthony Williams
|
bc403742b5
|
disable_cancellation and restore_cancellation need to be declared BOOST_THREAD_DECL to work with DLLs
[SVN r40476]
|
2007-10-26 09:45:46 +00:00 |
|
Vladimir Prus
|
c7f963f57e
|
Make sure every library can be installed by using
bjam stage|install
in libs/<library>/build.
[SVN r40475]
|
2007-10-26 09:04:25 +00:00 |
|
Anthony Williams
|
afb6684bde
|
added tests for cancellation
[SVN r40472]
|
2007-10-26 07:33:22 +00:00 |
|
Anthony Williams
|
ee3d772235
|
thread move constructor is not explicit, so self() compiles for MSVC8 and Intel; thread_exit_callback_node constructor added to remove warnings on MSVC8; thread destructor no longer calls cancel
[SVN r40456]
|
2007-10-25 07:17:20 +00:00 |
|
Anthony Williams
|
1af08f7085
|
updated pthreads code to support move and multiple joins
[SVN r40424]
|
2007-10-24 15:39:14 +00:00 |
|
Anthony Williams
|
ccf23fa273
|
updated thread move semantics to work with Borland
[SVN r40412]
|
2007-10-24 12:00:14 +00:00 |
|
Anthony Williams
|
f701defc5f
|
thrd-api is no longer a symmetric feature
[SVN r40407]
|
2007-10-24 09:36:51 +00:00 |
|
Anthony Williams
|
c606f05bf8
|
added real default constructor to condition::list_entry
[SVN r40406]
|
2007-10-24 09:32:29 +00:00 |
|
Anthony Williams
|
a646153615
|
platform split for pthread and win32 builds so can use pthread-win32 library on Windows with <thrd-api>pthread feature; new C++0x-alike thread class interface on win32.
[SVN r40348]
|
2007-10-23 08:57:17 +00:00 |
|
Markus Schöpflin
|
60380afe15
|
Fix compilation.
[SVN r40277]
|
2007-10-22 07:54:08 +00:00 |
|
Anthony Williams
|
d4b0a977c9
|
New condition_variable and condition_variable_any as per proposed C++0x interface
[SVN r40191]
|
2007-10-19 17:40:04 +00:00 |
|
Anthony Williams
|
f86156ad10
|
more tweaks to remove warnings
[SVN r40189]
|
2007-10-19 15:31:35 +00:00 |
|
Anthony Williams
|
1836ee854f
|
small changes to reduce warnings; extracted pthread_mutex_scoped_lock to its own file
[SVN r40187]
|
2007-10-19 14:52:52 +00:00 |
|
Anthony Williams
|
c37cdeec9f
|
removed lock_ops as no longer needed
[SVN r40080]
|
2007-10-16 11:08:17 +00:00 |
|
Anthony Williams
|
b0b2b17908
|
added missing include to basic_timed_mutex.hpp
[SVN r40041]
|
2007-10-15 09:18:32 +00:00 |
|
Anthony Williams
|
2918732481
|
read_write_mutex makes a comeback --- as shared_mutex
[SVN r39891]
|
2007-10-10 15:33:49 +00:00 |
|
Anthony Williams
|
5a4d5ddb9d
|
fixed more has-timed-lock backwards conditions
[SVN r39841]
|
2007-10-09 14:44:37 +00:00 |
|
Anthony Williams
|
55afcf678d
|
fixed typo in pthread_cond_timedwait and ETIMEDOUT
[SVN r39839]
|
2007-10-09 14:08:22 +00:00 |
|
Anthony Williams
|
16c7cf9b5e
|
fixed typo in pthread_cond_timedwait and ETIMEDOUT
[SVN r39838]
|
2007-10-09 12:45:46 +00:00 |
|
Anthony Williams
|
432bd29c1c
|
fixed direction of conditional
[SVN r39836]
|
2007-10-09 12:23:09 +00:00 |
|
Anthony Williams
|
a87914ef23
|
added missing move.hpp header
[SVN r39832]
|
2007-10-09 06:59:14 +00:00 |
|
Anthony Williams
|
041530a953
|
added backwards-compatibility overload for call_once
[SVN r39785]
|
2007-10-08 15:44:13 +00:00 |
|
Anthony Williams
|
9d4c55161a
|
New mutex implementations, more akin to C++0x
[SVN r39784]
|
2007-10-08 15:41:05 +00:00 |
|
Anthony Williams
|
a706d1df00
|
call_once passes exceptions to caller and leaves flag unset
[SVN r39781]
|
2007-10-08 09:55:56 +00:00 |
|
Anthony Williams
|
b15b2e666f
|
added extended test for new call_once
[SVN r39780]
|
2007-10-08 09:48:57 +00:00 |
|
Anthony Williams
|
5d4678364e
|
Use InterlockedCompareExchange when _ReadWriteBarrier not available
[SVN r39777]
|
2007-10-08 07:18:27 +00:00 |
|
Beman Dawes
|
1c0f470032
|
Starting point for releases
[SVN r39706]
|
2007-10-05 14:25:06 +00:00 |
|
Anthony Williams
|
9590526430
|
include config header from right place for pthread/once.hpp
[SVN r39705]
|
2007-10-05 12:50:29 +00:00 |
|
Anthony Williams
|
1c6dfda83c
|
added platform dispatcher
[SVN r39703]
|
2007-10-05 12:21:55 +00:00 |
|
Anthony Williams
|
a8be12940e
|
added platform-specific call_once implementations
[SVN r39702]
|
2007-10-05 12:20:50 +00:00 |
|
Anthony Williams
|
4b5046366b
|
Changed call_once to header-only template that takes arbitrary function objects; this changes parameter order
[SVN r39701]
|
2007-10-05 12:10:06 +00:00 |
|
Anthony Williams
|
a0fff90c26
|
Updated in line with RC 1.34
[SVN r39693]
|
2007-10-05 09:46:00 +00:00 |
|
Vladimir Prus
|
a8daedac5e
|
Revive V1 Jamfile to please asio
[SVN r38837]
|
2007-08-22 12:40:34 +00:00 |
|
Vladimir Prus
|
5fa26fb3ac
|
Update to V2
[SVN r38531]
|
2007-08-08 19:47:16 +00:00 |
|
Vladimir Prus
|
ea3e297175
|
Remove V1 Jamfiles
[SVN r38516]
|
2007-08-08 19:02:26 +00:00 |
|
nobody
|
92b8789532
|
This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.
[SVN r38286]
|
2007-07-24 19:28:14 +00:00 |
|
Thomas Witt
|
8f61694057
|
Fix #1039.
[SVN r37948]
|
2007-06-08 18:48:50 +00:00 |
|
Thomas Witt
|
67f7de5305
|
Fix #996.
[SVN r37815]
|
2007-05-29 17:12:59 +00:00 |
|
Anthony Williams
|
6faecefb73
|
Fix for ticket #906
[SVN r37740]
|
2007-05-22 15:38:58 +00:00 |
|
Anthony Williams
|
68c5bd44e8
|
undone accidental commit
[SVN r37647]
|
2007-05-09 07:04:46 +00:00 |
|
Anthony Williams
|
3656277053
|
Removed read_write_mutex source files and header
[SVN r37646]
|
2007-05-09 07:02:13 +00:00 |
|
Thomas Witt
|
19846ff356
|
Fix Xml error. This change is already in HEAD.
[SVN r37499]
|
2007-04-24 16:11:17 +00:00 |
|
Rene Rivera
|
a11bd6ebd9
|
Put in the build support for using the doxproc, Python based, Doxygen to BoostBook translator.
[SVN r37457]
|
2007-04-17 04:44:59 +00:00 |
|
Roland Schwarz
|
db2aaa04fd
|
Merged from HEAD.
[SVN r36923]
|
2007-02-11 13:55:21 +00:00 |
|
Roland Schwarz
|
9889bf50a2
|
FAQ Entry: Passing parameters during thread creation.
[SVN r36922]
|
2007-02-11 13:52:28 +00:00 |
|
Roland Schwarz
|
b48f9aa609
|
Merged patch from trunk.
[SVN r36921]
|
2007-02-11 13:14:44 +00:00 |
|
Roland Schwarz
|
d75fb2deda
|
Applying long outstanding patch.
See:http://thread.gmane.org/gmane.comp.lib.boost.devel/118863/focus=118912
[SVN r36920]
|
2007-02-11 12:00:38 +00:00 |
|
Anthony Williams
|
7915ab1ec6
|
Fixed typos and improved phrasing
[SVN r36751]
|
2007-01-18 17:33:50 +00:00 |
|
Roland Schwarz
|
f0faf88d66
|
Updated the build instructions and acknowledgements.
[SVN r36706]
|
2007-01-12 16:48:02 +00:00 |
|
Roland Schwarz
|
7dd7537f5f
|
renamed back to .v2 since build process is broken otherwise.
[SVN r36641]
|
2007-01-07 14:53:25 +00:00 |
|