Daniel James
|
3dcd875944
|
Link to archived copy of article.
The original is no longer available.
Fixes: https://svn.boost.org/trac/boost/ticket/11185
|
2015-05-12 18:52:23 +01:00 |
|
Vicente J. Botet Escriba
|
5c442e068c
|
update compliance.
|
2015-04-18 07:10:43 +02:00 |
|
Vicente J. Botet Escriba
|
a5c34e7be2
|
update version and copyright.
|
2015-03-21 15:43:04 +01:00 |
|
Vicente J. Botet Escriba
|
82b9a4e28c
|
Use coherently size_type.
|
2015-03-12 04:09:34 +01:00 |
|
Vicente J. Botet Escriba
|
d7721940f3
|
update history.
|
2015-03-09 23:17:35 +01:00 |
|
Vicente J. Botet Escriba
|
b678edb0d8
|
update history.
|
2015-03-08 23:31:37 +01:00 |
|
Wojciech Mamrak
|
17d802db81
|
Fixed documentation bugs.
|
2015-03-05 13:22:04 +01:00 |
|
Wojciech Mamrak
|
9fc06a8741
|
Fixed documentation bugs.
|
2015-03-05 12:37:10 +01:00 |
|
Wojciech Mamrak
|
946fac633e
|
Fixed documentation bugs.
|
2015-03-04 12:22:33 +01:00 |
|
Wojciech Mamrak
|
af1c7d0c26
|
Fixed documentation bugs.
|
2015-03-03 19:03:18 +01:00 |
|
Vicente J. Botet Escriba
|
0653efff3d
|
Added this_executor and default_executor examples.
|
2015-03-01 18:53:11 +01:00 |
|
Wojciech Mamrak
|
3b2322db96
|
Fixed documentation bugs.
|
2015-02-17 00:52:39 +01:00 |
|
Vicente J. Botet Escriba
|
ffd856073f
|
Merge branch 'develop' of github.com:boostorg/thread into develop
|
2015-02-16 14:28:00 +01:00 |
|
Vicente J. Botet Escriba
|
f1fafb117a
|
fix typo.
|
2015-02-16 14:27:37 +01:00 |
|
Wojciech Mamrak
|
1db0ba4639
|
Removed redundant move ctor and ass. operator of Thread class synopsis.
|
2015-02-15 20:49:07 +01:00 |
|
Vicente J. Botet Escriba
|
786d842ad1
|
update history.
|
2015-02-02 17:45:57 +01:00 |
|
Vicente J. Botet Escriba
|
cf539064d6
|
Deduce T& when the make_ready_future parameter is reference_wrapper<T>. Relates to #10979.
|
2015-02-01 13:44:41 +01:00 |
|
Vicente J. Botet Escriba
|
095b53b2a2
|
Update changes.
|
2015-01-27 07:14:17 +01:00 |
|
Vicente J. Botet Escriba
|
5fa0a5d4c5
|
make shared_future::get() const. Related to #10971.
|
2015-01-26 08:39:30 +01:00 |
|
Vicente J. Botet Escriba
|
063b59e511
|
fix some typos.
|
2014-12-07 19:03:59 +01:00 |
|
Vicente J. Botet Escriba
|
06a9f9ab6d
|
Added Clock parameter to scheduler and priority_timed_queue. Fix warnings in tests.
|
2014-11-17 07:34:43 +01:00 |
|
Vicente J. Botet Escriba
|
a8ad389bdd
|
Merge branch 'develop' into feature/task_region
|
2014-11-06 07:42:36 +01:00 |
|
Vicente J. Botet Escriba
|
58698f44f1
|
More renamming and added some comments on scheduler.hpp.
|
2014-11-05 19:41:56 +01:00 |
|
Vicente J. Botet Escriba
|
4d03b410a8
|
Update executors doc adding thread executor.
|
2014-11-02 15:10:15 +01:00 |
|
Vicente J. Botet Escriba
|
c3b98129e4
|
Added task_region documentation.
|
2014-10-26 19:44:32 +01:00 |
|
Vicente J. Botet Escriba
|
63dd439992
|
update history.
|
2014-10-12 16:28:29 +02:00 |
|
Vicente J. Botet Escriba
|
1029fa9c59
|
take in account deferred/ready futures on variadic when_all/when_any.
|
2014-10-12 15:47:16 +02:00 |
|
Vicente J. Botet Escriba
|
3babf7966e
|
update doc for future/shared_future::then(Executor, Fct).
|
2014-10-02 22:34:47 +02:00 |
|
Vicente J. Botet Escriba
|
90154217cf
|
Added const to shred_future::then().
|
2014-10-01 08:34:34 +02:00 |
|
Vicente J. Botet Escriba
|
ac0b2f9ba7
|
minor changes to unwrap.
|
2014-10-01 07:55:36 +02:00 |
|
Vicente J. Botet Escriba
|
f24ea524bd
|
Remove confusing may be remark and replace T by FutTypes.
|
2014-09-28 11:55:35 +02:00 |
|
Vicente J. Botet Escriba
|
291ebded8e
|
update changes and compliance with last fixed issues.
|
2014-09-27 19:58:17 +02:00 |
|
Vicente J. Botet Escriba
|
0c2c8ed3b8
|
Update doc with last modifications from Concurrent TS.
|
2014-09-27 19:57:33 +02:00 |
|
Vicente J. Botet Escriba
|
5294dfa149
|
Update doc with last modifications from Concurrent TS.
|
2014-09-27 16:45:39 +02:00 |
|
Vicente J. Botet Escriba
|
02bc292c20
|
document non_intettuption_point::sleep_...
|
2014-09-10 13:41:11 +02:00 |
|
Vicente J. Botet Escriba
|
3dbc5d0664
|
Added when_all/when_any documentation.
|
2014-08-30 13:43:42 +02:00 |
|
Vicente J. Botet Escriba
|
2d0272345b
|
update doc cith generic executor and queue views.
|
2014-08-30 10:07:08 +02:00 |
|
Vicente J. Botet Escriba
|
8bfd1cea31
|
fix typo.
|
2014-08-21 19:16:41 +02:00 |
|
Vicente J. Botet Escriba
|
5cdd807718
|
fix typo.
|
2014-07-26 07:19:28 +02:00 |
|
Vicente J. Botet Escriba
|
2a6948d74d
|
comment scheduled_executor.
|
2014-07-26 06:07:30 +02:00 |
|
Vicente J. Botet Escriba
|
fe6daec2bc
|
don't close the queue when an exception is throw, don't return empty on wait_pull_pull_front.
|
2014-07-05 14:57:37 +02:00 |
|
Vicente J. Botet Escriba
|
abf844f50e
|
fix #10008.
|
2014-05-08 01:30:23 +02:00 |
|
Kyle Lutz
|
9669830a86
|
Fix documentation for shared_future example
|
2014-03-12 20:35:27 -07:00 |
|
Vicente J. Botet Escriba
|
2937171413
|
Added asynchronous executors doc.
|
2014-03-12 00:04:03 +01:00 |
|
Vicente J. Botet Escriba
|
dd0bfdd7ce
|
Update compliance to standard proposals.
|
2014-03-12 00:03:19 +01:00 |
|
Vicente J. Botet Escriba
|
89e340b177
|
Update last fixed bugs.
|
2014-03-12 00:02:44 +01:00 |
|
Vicente J. Botet Escriba
|
c744899e45
|
Complete sync queues reference doc.
|
2014-03-12 00:02:12 +01:00 |
|
Vicente J. Botet Escriba
|
b1ac899f23
|
Pulled with_lock_guard patch.
|
2014-02-09 03:42:39 +01:00 |
|
Vicente J. Botet Escriba
|
9d527bebe0
|
fix typo on scoped_thread tutorial.
|
2014-02-08 17:47:28 +01:00 |
|
Vicente J. Botet Escriba
|
f7c18c55bb
|
remove availability of deprecated functions.
|
2014-02-08 17:46:34 +01:00 |
|
Vicente J. Botet Escriba
|
1a2197c7f9
|
Added exceptional_ptr documentation.
|
2014-02-08 17:45:41 +01:00 |
|
Vicente J. Botet Escriba
|
c6593d87b0
|
clarify thread destructor and move constructor semantics.
|
2014-02-08 17:42:28 +01:00 |
|
Vicente J. Botet Escriba
|
9f592860cd
|
Update sync queues closed operations
|
2014-01-11 18:57:44 +01:00 |
|
Vicente J. Botet Escriba
|
4148842426
|
Apply changed from #9471 Synchronization documentation nits and prepare changes notes for Boost 1.56
modified: changes.qbk
modified: external_locking.qbk
modified: internal_locking.qbk
modified: thread.qbk
|
2014-01-11 12:44:28 +01:00 |
|
Vicente J. Botet Escriba
|
2554065a91
|
Thread: update doc with last features changes.
[SVN r86773]
|
2013-11-19 22:08:29 +00:00 |
|
Vicente J. Botet Escriba
|
8685c32d18
|
Thread: update history with know limitations.
[SVN r86446]
|
2013-10-26 11:59:52 +00:00 |
|
Vicente J. Botet Escriba
|
5bfa7cff41
|
Thread: update history.
[SVN r86005]
|
2013-09-29 16:10:56 +00:00 |
|
Tim Blechmann
|
04e3d918fb
|
thread: implement physical_concurrency
[SVN r85864]
|
2013-09-24 06:41:24 +00:00 |
|
Vicente J. Botet Escriba
|
47f40f991f
|
Thread: added first thread_pool.
[SVN r85855]
|
2013-09-23 16:45:00 +00:00 |
|
Vicente J. Botet Escriba
|
fd5dd0c2ed
|
Thread: added future<>::get_exception_ptr().
[SVN r85644]
|
2013-09-10 19:40:14 +00:00 |
|
Vicente J. Botet Escriba
|
7d96aa625c
|
Thread: update doc with history.
[SVN r85623]
|
2013-09-09 17:37:54 +00:00 |
|
Vicente J. Botet Escriba
|
7e5cb92bab
|
Thread: fix some typos in doc.
[SVN r85492]
|
2013-08-27 22:31:32 +00:00 |
|
Vicente J. Botet Escriba
|
62cf0f86f6
|
Thread: fix more typos in doc.
[SVN r85485]
|
2013-08-27 11:32:24 +00:00 |
|
Vicente J. Botet Escriba
|
51ba4be998
|
Thread: fix type and add BOOST_THREAD_USE_ATOMIC macro doc.
[SVN r85432]
|
2013-08-22 22:11:48 +00:00 |
|
Vicente J. Botet Escriba
|
e438c98070
|
Thread: Add mutex() to upgrade_to_unique_lock (#8891).
[SVN r85195]
|
2013-08-03 07:47:18 +00:00 |
|
Vicente J. Botet Escriba
|
1e2a76de47
|
Thread: apply pathc for #8931.
[SVN r85194]
|
2013-08-03 07:44:15 +00:00 |
|
Vicente J. Botet Escriba
|
34311a60fa
|
Thread: update doc for latches, future continuations.
[SVN r84980]
|
2013-07-07 20:50:14 +00:00 |
|
Vicente J. Botet Escriba
|
042a86c984
|
Thread: added completion function on barrier class.
[SVN r84809]
|
2013-06-16 21:27:59 +00:00 |
|
Vicente J. Botet Escriba
|
c87d27a06d
|
Thread: update history, compliance and fix some parts in external locking doc.
[SVN r84771]
|
2013-06-14 05:50:29 +00:00 |
|
Vicente J. Botet Escriba
|
68d7c69a4b
|
Thread: update future ref doc.
[SVN r84770]
|
2013-06-14 05:46:11 +00:00 |
|
Vicente J. Botet Escriba
|
6873d85650
|
Thread: Added future::unwrap()/get_or()/fallback_to().
[SVN r84719]
|
2013-06-09 21:41:00 +00:00 |
|
Vicente J. Botet Escriba
|
28564064ff
|
Thread: update history and document force use of Boost.Chrono on windows platforms.
[SVN r84711]
|
2013-06-09 09:07:05 +00:00 |
|
Vicente J. Botet Escriba
|
5ad38d52e8
|
Thread: update doc external_locking.qbk to remove const in mutex() function.
[SVN r84690]
|
2013-06-08 15:47:00 +00:00 |
|
Vicente J. Botet Escriba
|
4362cd655e
|
Thread: update future doc with void set_exception_at_thread_exit(E p).
[SVN r84688]
|
2013-06-08 14:50:26 +00:00 |
|
Vicente J. Botet Escriba
|
3951871d70
|
Thread: update history and fix typo on strict_lock.
[SVN r84628]
|
2013-06-04 06:02:20 +00:00 |
|
Vicente J. Botet Escriba
|
3f2d8f8865
|
Thread: Added shared_future::then doc.
[SVN r84544]
|
2013-05-29 06:22:44 +00:00 |
|
Vicente J. Botet Escriba
|
81d8944b96
|
Thread: fix some typos on external locking.
[SVN r84539]
|
2013-05-28 20:01:34 +00:00 |
|
Vicente J. Botet Escriba
|
54faaaf087
|
Thread: replace asynchronous result by shared state on the future doc and add value_type on futures and promise.
[SVN r84521]
|
2013-05-26 21:28:17 +00:00 |
|
Vicente J. Botet Escriba
|
c628e51e6c
|
Thread: little refactoring on future.hpp; Added make_ready_future.
[SVN r84493]
|
2013-05-25 12:44:43 +00:00 |
|
Vicente J. Botet Escriba
|
a66b269198
|
Thread: update history.
[SVN r84489]
|
2013-05-25 12:01:22 +00:00 |
|
Vicente J. Botet Escriba
|
455c31c0e9
|
Thread: fix inspection issues.
[SVN r84420]
|
2013-05-22 17:13:03 +00:00 |
|
Vicente J. Botet Escriba
|
1c48d237a8
|
Thread: fix sur parolle.
[SVN r84331]
|
2013-05-17 19:24:19 +00:00 |
|
Vicente J. Botet Escriba
|
11ae5c8c44
|
Thread: fix inspection report.
[SVN r84330]
|
2013-05-17 19:22:25 +00:00 |
|
Vicente J. Botet Escriba
|
5fcfd0e4e8
|
Thread: update the externally_locked_stream interface.
[SVN r84109]
|
2013-05-02 15:32:29 +00:00 |
|
Vicente J. Botet Escriba
|
757327ba10
|
Thread: apply patch for #8530.
[SVN r84096]
|
2013-05-01 08:18:03 +00:00 |
|
Vicente J. Botet Escriba
|
a82843d3ab
|
Thread: update Future section.
[SVN r84084]
|
2013-04-29 11:45:03 +00:00 |
|
Vicente J. Botet Escriba
|
5779f6676d
|
Thread: update externally_locked with assignment.
[SVN r84076]
|
2013-04-28 20:12:28 +00:00 |
|
Vicente J. Botet Escriba
|
b359424858
|
Thread: refactor latch by adding an internal counter that has an associated condition_variable and add doc.
[SVN r84075]
|
2013-04-28 20:09:50 +00:00 |
|
Vicente J. Botet Escriba
|
a5f7d92960
|
Thread: fix some typos in externally_locked doc.
[SVN r84065]
|
2013-04-28 12:12:38 +00:00 |
|
Vicente J. Botet Escriba
|
83167d8c15
|
Thread: make barrier not copyable.
[SVN r84064]
|
2013-04-28 12:10:24 +00:00 |
|
Vicente J. Botet Escriba
|
f021bad1d5
|
Thread: update changes.
[SVN r83951]
|
2013-04-18 06:45:01 +00:00 |
|
Vicente J. Botet Escriba
|
c71882816c
|
Thread: add missing joinable in scoped_thread #8451 + construction from F, Args.
[SVN r83949]
|
2013-04-18 06:43:19 +00:00 |
|
Vicente J. Botet Escriba
|
fb5404947e
|
Thread: update history.
[SVN r83910]
|
2013-04-14 23:07:10 +00:00 |
|
Vicente J. Botet Escriba
|
e775ef5c27
|
Thread: update ref doc for future::then.
[SVN r83817]
|
2013-04-08 20:10:47 +00:00 |
|
Vicente J. Botet Escriba
|
06b7a41add
|
Thread: update ref doc for concurrent queues.
[SVN r83815]
|
2013-04-08 19:14:31 +00:00 |
|
Vicente J. Botet Escriba
|
451027deec
|
Thread: doc updated with sync queues draft and sections reorganization.
[SVN r83654]
|
2013-03-30 18:39:35 +00:00 |
|
Vicente J. Botet Escriba
|
7bebf0a062
|
Thread: fix typo __Lockable.
[SVN r83551]
|
2013-03-24 22:02:44 +00:00 |
|
Vicente J. Botet Escriba
|
054bbad65a
|
Thread: update doc addin the missing traits is_recursive_lockable and is_recursive_basic_lockable; Added lock/try_lock requires clause; Added call_once restrictions.
[SVN r83534]
|
2013-03-23 18:05:10 +00:00 |
|
Vicente J. Botet Escriba
|
5a22af7639
|
Thread: force BOOST_THREAD_USES_DATETIME on windows #8198.
[SVN r83426]
|
2013-03-14 17:23:05 +00:00 |
|
Vicente J. Botet Escriba
|
a1edda3437
|
Thread: Added changes for 1.54.
[SVN r83420]
|
2013-03-13 22:49:22 +00:00 |
|