index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
future
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-9
/
+18
*
[libcxx] Attempt to fix __throw_future_error in C++03
Eric Fiselier
2015-10-02
1
-31
/
+30
*
Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCP...
Marshall Clow
2015-09-03
1
-72
/
+43
*
K-ballo pointed out that I missed one of the specializations of packaged_task...
Marshall Clow
2015-06-30
1
-1
/
+1
*
Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...
Marshall Clow
2015-06-30
1
-2
/
+2
*
Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
2015-06-12
1
-4
/
+0
*
Remove use of _[A-Z] identifiers and poison them to detect usage
Eric Fiselier
2015-02-05
1
-9
/
+9
*
Add support for "fancy" pointers to promise and packaged_task.
Eric Fiselier
2014-10-23
1
-30
/
+38
*
Address some post-commit review comments on r217261
Jonathan Roelofs
2014-09-05
1
-1
/
+1
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
1
-0
/
+6
*
Fix PR19819
Marshall Clow
2014-04-07
1
-2
/
+2
*
Better inline marking for __does_policy_contain. Thanks to Chongyu Zhu for th...
Marshall Clow
2013-11-03
1
-1
/
+1
*
Mark __does_policy_contain as 'inline'. Thanks to Chongyu Zhu for the catch
Marshall Clow
2013-11-03
1
-1
/
+1
*
Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...
Marshall Clow
2013-11-03
1
-6
/
+18
*
Patch from GM to make more implicit bools explicit since we can't stop MSVC w...
Marshall Clow
2013-10-13
1
-2
/
+2
*
LWG Issue 2097: packaged_task constructors should be constrained
Marshall Clow
2013-10-12
1
-4
/
+36
*
Apply LWG 2021. This is only a documentation change. Also bringing c++1y st...
Howard Hinnant
2013-09-21
1
-2
/
+2
*
Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...
Howard Hinnant
2013-09-14
1
-6
/
+6
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-16
/
+16
*
My previous reorganization of addressof broke -std=c++03. Thanks much to Arn...
Howard Hinnant
2013-08-08
1
-3
/
+3
*
Constrain launch ~ operator to defined bits.
Howard Hinnant
2013-07-02
1
-1
/
+1
*
Add operators to make launch a bitmask type. Searched all of the standard, a...
Howard Hinnant
2013-06-29
1
-0
/
+66
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-19
/
+19
*
Donated anonymously: This enables GCC 4.8.0 to build libc++.
Howard Hinnant
2013-01-21
1
-1
/
+1
*
Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...
Howard Hinnant
2013-01-14
1
-1
/
+5
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-1
/
+1
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
1
-0
/
+1
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-3
/
+3
*
Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...
Howard Hinnant
2012-07-21
1
-6
/
+6
*
noexcept applied to <future>.
Howard Hinnant
2012-07-21
1
-124
/
+124
*
Fix memory corruption bug found and fixed by Andrew C. Morrow.
Howard Hinnant
2012-05-25
1
-1
/
+0
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...
Howard Hinnant
2011-12-02
1
-29
/
+13
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-375
/
+375
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
http://llvm.org/bugs/show_bug.cgi?id=10346
Howard Hinnant
2011-07-13
1
-0
/
+36
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-57
/
+57
*
Provide names for template and function parameters in forward declarations. ...
Howard Hinnant
2011-06-14
1
-8
/
+4
*
noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...
Howard Hinnant
2011-05-28
1
-15
/
+15
*
I had a giant misunderstanding of what 'synchronizes with' meant in [futures....
Howard Hinnant
2011-05-19
1
-18
/
+186
*
Supply missing std::qualifier to call.
Howard Hinnant
2011-05-16
1
-2
/
+2
*
N3189 Observers for the three handler functions
Howard Hinnant
2010-12-02
1
-0
/
+4
*
Implemented N3194
Howard Hinnant
2010-11-30
1
-288
/
+22
*
N3188 - Revision to N3113: Async Launch Policies (CH 36)
Howard Hinnant
2010-11-23
1
-10
/
+10
*
N3191: C++ Timeout Specification
Howard Hinnant
2010-11-20
1
-1
/
+1
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Convert __thread_local_data to the singleton pattern
Howard Hinnant
2010-10-14
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-22
1
-27
/
+157
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-66
/
+66
*
[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...
Howard Hinnant
2010-09-03
1
-1
/
+197
[next]