Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
19ae1175ae8d2597d16ea5ce7bb9f0993cd6765c
/
libcxx
/
src
/
future.cpp
2153d69
Fix a race in the construction of future. This fixes http://llvm.org/bugs/show_bug.cgi?id=14934.
by Howard Hinnant
· 13 years ago
a4820bc
noexcept applied to <future>.
by Howard Hinnant
· 13 years ago
be745c8
Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.cgi?id=11428
by Howard Hinnant
· 14 years ago
c206366
Quash a whole bunch of warnings
by Howard Hinnant
· 14 years ago
8841004
http://llvm.org/bugs/show_bug.cgi?id=10346
by Howard Hinnant
· 14 years ago
3aa229f
provide ~future_error() definition
by Howard Hinnant
· 14 years ago
3739fe7
noexcept for <memory>. I've added a few extension noexcept to: allocator_traits<A>::deallocate, allocaate<T>::deallocate, return_temporary_buffer, and default_delete<T>::operator()(T*) const. My rationale was: If a std-dicated noexcept function needs to call another std-defined function, that called function must be noexcept. We're all a little new to noexcept, so things like this are to be expected. Also included fix for broken __is_swappable trait pointed out by Marc Glisse, thanks Marc|. And fixed a test case for is_nothrow_destructible. Destructors are now noexcept by default|
by Howard Hinnant
· 15 years ago
a62f289
Applied noexcept to everything in [diagnostics] (Chapter 19)
by Howard Hinnant
· 15 years ago
92e3718
Implemented N3194
by Howard Hinnant
· 15 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
10e4a48
Convert __thread_local_data to the singleton pattern
by Howard Hinnant
· 15 years ago
959cf8a
Fix whitespace
by Howard Hinnant
· 15 years ago
b77c0c0
[futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers).
by Howard Hinnant
· 15 years ago
ead8550
[futures.shared_future]
by Howard Hinnant
· 15 years ago
27f000e
[futures.task] and [futures.async]. Requires variadics and rvalue-ref support.
by Howard Hinnant
· 15 years ago
167fd10
future continues ...
by Howard Hinnant
· 15 years ago
dae3481
Getting started on <future>
by Howard Hinnant
· 15 years ago