.. |
alloc_ctor_pass.cpp
|
Thread: merge from trunk: 1.52
|
2012-09-08 14:59:26 +00:00 |
copy_assign_fail.cpp
|
Removed executable attribute.
|
2017-09-17 08:51:10 -04:00 |
copy_ctor_fail.cpp
|
Thread: remove includes using lib/thread
|
2012-08-21 21:30:00 +00:00 |
default_pass.cpp
|
Removed executable attribute.
|
2017-09-17 08:51:10 -04:00 |
dtor_pass.cpp
|
Removed executable attribute.
|
2017-09-17 08:51:10 -04:00 |
emplace_pass.cpp
|
Added promise::emplace and variadic make_ready_future.
|
2014-10-25 23:31:09 +02:00 |
get_future_pass.cpp
|
Removed executable attribute.
|
2017-09-17 08:51:10 -04:00 |
move_assign_pass.cpp
|
Removed executable attribute.
|
2017-09-17 08:51:10 -04:00 |
move_ctor_pass.cpp
|
Removed executable attribute.
|
2017-09-17 08:51:10 -04:00 |
set_exception_at_thread_exit_pass.cpp
|
Thread: fix promise set_at_..._thread_exit; Added preconditions.
|
2013-06-07 19:03:49 +00:00 |
set_exception_pass.cpp
|
Added promise deferred functions.
|
2017-09-18 02:22:49 +02:00 |
set_lvalue_at_thread_exit_pass.cpp
|
Thread: Added promise::set_..._at_thread_exit
|
2012-11-04 16:47:02 +00:00 |
set_lvalue_pass.cpp
|
Added promise deferred functions.
|
2017-09-18 02:22:49 +02:00 |
set_rvalue_at_thread_exit_pass.cpp
|
fix move semantic issues on promise::set_value. Prepare the use of unique_ptr<T,D> to fix allocator issue.
|
2014-09-09 13:21:01 +02:00 |
set_rvalue_pass.cpp
|
Added promise deferred functions.
|
2017-09-18 02:22:49 +02:00 |
set_value_at_thread_exit_const_pass.cpp
|
Thread: fix promise set_at_..._thread_exit; Added preconditions.
|
2013-06-07 19:03:49 +00:00 |
set_value_at_thread_exit_void_pass.cpp
|
try to remove some warnings.
|
2015-06-21 17:37:30 +02:00 |
set_value_const_pass.cpp
|
fix or silence (msvc) compiler warnings about constant conditional expressions, unused parameters, narrowing, unreachable code, use of 'this' in base member initializations, and some other minor stuff
|
2017-09-24 14:02:17 +02:00 |
set_value_void_pass.cpp
|
Added promise deferred functions.
|
2017-09-18 02:22:49 +02:00 |
use_allocator_pass.cpp
|
Thread: make use of csbl to make the code more readable and to ensure that it interact well with the std.
|
2013-10-28 20:08:39 +00:00 |