- Nov 29, 2011
-
-
Howard Hinnant authored
llvm-svn: 145407
-
- Oct 17, 2011
-
-
Howard Hinnant authored
llvm-svn: 142235
-
- Jun 30, 2011
-
-
Howard Hinnant authored
llvm-svn: 134190
-
- May 19, 2011
-
-
Howard Hinnant authored
I had a giant misunderstanding of what 'synchronizes with' meant in [futures.async]/p5. This invalidated the current design of async in <future>. This is a new design, based on my new understanding, which has been confirmed on the lwg mailing list. The summary is that ~future() (and ~shared_future()) will block when they are created from within async, and the thread hasn't finished yet. As part of this work I created two new type traits: __invokable<F, Args...>::value and __invoke_of<F, Args...>::type. These are what result_of<F(Args...)> wanted to be when it grew up, but never will be. __invoke_of is carefully crafted so that it can serve as its own enable_if (type doesn't exist if the signature isn't invokable). All of this work is C++11 only. llvm-svn: 131639
-
- May 16, 2011
-
-
Howard Hinnant authored
Brought call_once variadic call up to current spec, which allows move-only functors and move-only arguments, but disallows functors with non-const lvalue reference parameters. llvm-svn: 131414
-
- Jan 12, 2011
-
-
Howard Hinnant authored
llvm-svn: 123337
-
- Nov 20, 2010
-
-
Howard Hinnant authored
llvm-svn: 119909
-
- Nov 16, 2010
-
-
Howard Hinnant authored
llvm-svn: 119395
-
- Sep 22, 2010
-
-
Howard Hinnant authored
llvm-svn: 114559
-
- Sep 05, 2010
-
-
Howard Hinnant authored
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
-
- Aug 22, 2010
-
-
Howard Hinnant authored
llvm-svn: 111750
-
- May 11, 2010
-
-
Howard Hinnant authored
llvm-svn: 103516
-
Howard Hinnant authored
llvm-svn: 103490
-