#7319
|
Take care of c++std-lib-32966 issue
|
thread
|
To Be Determined
|
Bugs
|
Sep 2, 2012
|
#7912
|
boost:thread documentation for 1.50 does not mention BOOST_THREAD_WAIT_BUG
|
thread
|
To Be Determined
|
Bugs
|
Jan 21, 2013
|
#8600
|
wait_for_any hangs, if called with multiple copies of shared_future referencing same task
|
thread
|
To Be Determined
|
Bugs
|
May 21, 2013
|
#11091
|
notify_all_at_thread_exit - ThreadSanitizer: data race
|
thread
|
To Be Determined
|
Bugs
|
Mar 9, 2015
|
#11499
|
windows - exception lock_error while intensive locking/unlocking of shared_mutex on many threads
|
thread
|
To Be Determined
|
Bugs
|
Jul 25, 2015
|
#11550
|
Solaris - boost::call_once issues
|
thread
|
To Be Determined
|
Bugs
|
Aug 18, 2015
|
#12104
|
windows - Visual Studio 2015 Update 2 RC gives out warning C4191 in thread_primitive.hpp
|
thread
|
To Be Determined
|
Bugs
|
Mar 30, 2016
|
#12773
|
WINDOWS- Boost thread 1.63.0 strict aliasing warnings
|
thread
|
To Be Determined
|
Bugs
|
Jan 19, 2017
|
#12795
|
thread library - thread_specific_ptr documentation gives obsolete recomendation
|
thread
|
To Be Determined
|
Bugs
|
Jan 27, 2017
|
#5947
|
Use CLOCK_PROCESS_CPUTIME_ID on platform providing them
|
chrono
|
To Be Determined
|
Feature Requests
|
Sep 27, 2011
|
#7333
|
Provide User-defined Literals for chrono durations on compilers supporting them
|
chrono
|
To Be Determined
|
Feature Requests
|
Sep 6, 2012
|
#7586
|
Add a testable_mutex
|
thread
|
|
Feature Requests
|
Oct 28, 2012
|
#7589
|
Add polymorphic lockables
|
thread
|
|
Feature Requests
|
Oct 28, 2012
|
#7595
|
Implement interruptible threads on top of non-interruptible threads
|
thread
|
To Be Determined
|
Feature Requests
|
Oct 28, 2012
|
#7629
|
Implement the algorithm deadlock detection "lockdep"
|
thread
|
To Be Determined
|
Feature Requests
|
Nov 2, 2012
|
#8094
|
hierarchical_mutex for lock hierarchies (to avoid deadlocks)
|
thread
|
To Be Determined
|
Feature Requests
|
Feb 17, 2013
|
#8273
|
Add externally locked streams
|
thread
|
|
Feature Requests
|
Mar 11, 2013
|
#8514
|
Async: Add a thread_pool executor with work stealing.
|
thread
|
To Be Determined
|
Feature Requests
|
Apr 28, 2013
|
#8517
|
Async: Add a variadic shared_future::then
|
thread
|
To Be Determined
|
Feature Requests
|
Apr 28, 2013
|
#9588
|
Add a parallel_invoke algorithm.
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 18, 2014
|
#9589
|
Add a parallel_sort algorithm.
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 18, 2014
|
#9590
|
Add a parallel_reduce algorithm.
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 18, 2014
|
#9591
|
Add a parallel_for algorithm.
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 18, 2014
|
#9592
|
Add a parallel_for_each algorithm
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 18, 2014
|
#9599
|
Add a parallel_transform algorithm
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 22, 2014
|
#10299
|
Add queue iterators
|
thread
|
To Be Determined
|
Feature Requests
|
Aug 2, 2014
|
#10301
|
Add shared_queue_front and shared_queue_back
|
thread
|
To Be Determined
|
Feature Requests
|
Aug 2, 2014
|
#10316
|
Thread: add subscription operator if the value provide it.
|
thread
|
To Be Determined
|
Feature Requests
|
Aug 6, 2014
|
#10424
|
future/shared_future::then() in case of continuation return an invalid future
|
thread
|
To Be Determined
|
Feature Requests
|
Aug 30, 2014
|
#10550
|
Implicit unwrapping from then() calls
|
thread
|
To Be Determined
|
Feature Requests
|
Sep 27, 2014
|
#10551
|
Make futures returned by then()/when_all/when_any don't block.
|
thread
|
To Be Determined
|
Feature Requests
|
Sep 27, 2014
|
#10610
|
Add unwrap shared_future constructor
|
thread
|
To Be Determined
|
Feature Requests
|
Oct 5, 2014
|
#10878
|
boost::thread::attributes -> no non-variadic-support
|
thread
|
To Be Determined
|
Feature Requests
|
Dec 16, 2014
|
#10914
|
Add a future::notify_when_ready function
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 7, 2015
|
#10915
|
Change wait_for_any to work on models of Future.
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 7, 2015
|
#10916
|
Change wait_for_all to work on models of Future.
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 7, 2015
|
#10966
|
packaged_task::reset should not reuse the shared state to conform to C++11
|
thread
|
To Be Determined
|
Feature Requests
|
Jan 24, 2015
|
#11041
|
Add no_unit to duration_style.
|
chrono
|
To Be Determined
|
Feature Requests
|
Feb 17, 2015
|
#11052
|
Make all executors copyable pointing to a shared context
|
thread
|
To Be Determined
|
Feature Requests
|
Feb 20, 2015
|
#11264
|
Add variadic lock_guard of Lockables
|
thread
|
To Be Determined
|
Feature Requests
|
May 3, 2015
|
#11552
|
Warning from chrono that could helpfully be suppressed
|
ratio
|
Boost 1.60.0
|
Feature Requests
|
Aug 18, 2015
|
#11717
|
Associate an Executor used to launch the continuation to a promise/packaged_task constructor.
|
thread
|
To Be Determined
|
Feature Requests
|
Oct 10, 2015
|
#11773
|
Extract close/closed to a more specific shutdonw-executor interface.
|
thread
|
To Be Determined
|
Feature Requests
|
Oct 29, 2015
|
#11774
|
Extract try_executing_one, reschedule_until to a more specific reentrant executor interface.
|
thread
|
To Be Determined
|
Feature Requests
|
Oct 29, 2015
|
#12416
|
Windows: shared_mutex::state_data exceptions thrown in synthetic tests
|
thread
|
To Be Determined
|
Feature Requests
|
Aug 28, 2016
|
#11619
|
Chrono V2 IO - format tags 'unsupported'?
|
chrono
|
To Be Determined
|
Support Requests
|
Sep 4, 2015
|
#11633
|
chrono IO V1 may throw bad_cast
|
chrono
|
To Be Determined
|
Support Requests
|
Sep 9, 2015
|
#11639
|
document std's vs boost's chrono::steady_clock system-wideness discrepancy
|
chrono
|
To Be Determined
|
Support Requests
|
Sep 10, 2015
|
#13408
|
Boost Library Possible memory Leak
|
thread
|
To Be Determined
|
Support Requests
|
Jan 19, 2018
|
#13599
|
condition_variable::timed_wait never returns
|
thread
|
To Be Determined
|
Support Requests
|
Jun 14, 2018
|
#11252
|
make make_ready_future more efficient
|
thread
|
To Be Determined
|
Tasks
|
Apr 29, 2015
|
#11798
|
Implementation of boost::shared_mutex on POSIX is suboptimal
|
thread
|
To Be Determined
|
Tasks
|
Nov 16, 2015
|
#12433
|
Make use of make_shared whenever possible in future.hpp
|
thread
|
To Be Determined
|
Tasks
|
Sep 3, 2016
|