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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
11
-111
/
+214
*
Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier
2016-04-22
1
-1
/
+6
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
8
-42
/
+133
*
Make ios_base::failure visibility specified consistent
Eric Fiselier
2016-04-21
1
-1
/
+1
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
8
-27
/
+22
*
[libc++] fix macro redef warning when exception is disabled
Weiming Zhao
2016-04-21
1
-1
/
+1
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
1
-17
/
+33
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
3
-167
/
+237
*
Include initializer_list from utility
Ben Craig
2016-04-19
1
-0
/
+1
*
Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier
2016-04-19
1
-9
/
+100
*
Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...
Eric Fiselier
2016-04-18
1
-63
/
+31
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
3
-16
/
+72
*
Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier
2016-04-18
1
-0
/
+16
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
2
-82
/
+91
*
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier
2016-04-16
3
-0
/
+47
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
4
-22
/
+93
*
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
Eric Fiselier
2016-04-15
1
-45
/
+158
*
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...
Eric Fiselier
2016-04-15
1
-15
/
+18
*
Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.
Marshall Clow
2016-04-13
2
-12
/
+12
*
Implement LWG#680, which was missed lo these many moons ago, and was reported...
Marshall Clow
2016-04-11
1
-6
/
+3
*
Recommit r263036 with additional inlining, so that it will continue to work w...
Marshall Clow
2016-04-07
1
-2
/
+22
*
Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.
Marshall Clow
2016-04-07
1
-0
/
+1
*
Remove unused internal routines. No functional change
Marshall Clow
2016-04-04
1
-28
/
+0
*
Put back the undefs that Richard removed. Boost won't build w/o these; specif...
Marshall Clow
2016-04-04
1
-0
/
+57
*
Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...
Marshall Clow
2016-04-04
1
-1
/
+1
*
Fix LWG issue 2469 - Use piecewise construction in map::operator[].
Eric Fiselier
2016-03-31
1
-67
/
+40
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
3
-456
/
+377
*
Implement is_always_lock_free
JF Bastien
2016-03-25
1
-11
/
+32
*
unord: Extract key to avoid preemptive mallocs in insert/emplace
Duncan P. N. Exon Smith
2016-03-17
1
-2
/
+56
*
Make std::addressof constexpr in C++17 (Clang only).
Eric Fiselier
2016-03-17
2
-0
/
+20
*
Add __unconstref for future use
Eric Fiselier
2016-03-16
1
-0
/
+5
*
Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@...
Eric Fiselier
2016-03-16
2
-8
/
+21
*
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
Marshall Clow
2016-03-14
2
-12
/
+12
*
Implement LWG#2566: Requirements on the first template parameter of container...
Marshall Clow
2016-03-14
2
-1
/
+4
*
Disable CFI checks in std::addressof.
Evgeniy Stepanov
2016-03-11
1
-1
/
+1
*
Revert r263036, it's ABI-breaking.
Nico Weber
2016-03-11
1
-20
/
+2
*
Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...
Marshall Clow
2016-03-09
1
-10
/
+2
*
Implement LWG#2583: There is no way to supply an allocator for basic_string(s...
Marshall Clow
2016-03-09
1
-2
/
+20
*
Split locale management out of locale_win32. NFCI
Ben Craig
2016-03-09
2
-18
/
+35
*
Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig
2016-03-09
3
-260
/
+192
*
Implement P0272R1: Give 'std::string' a non-const '.data()' member function
Marshall Clow
2016-03-08
1
-0
/
+5
*
Implement P0253R1: Fixing a design mistake in the searchers interface.
Marshall Clow
2016-03-08
4
-40
/
+47
*
Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...
Marshall Clow
2016-03-07
1
-0
/
+27
*
non-member swap for array was mistakenly taking const ref params. Fixed and a...
Marshall Clow
2016-03-07
1
-1
/
+1
*
Fix for PR26812: possible overflow issue in std::allocator::allocate
Marshall Clow
2016-03-03
1
-2
/
+18
*
Another chunk of N4089
Marshall Clow
2016-02-25
1
-19
/
+2
*
Fix __is_referenceable to work with vector types. Fixes PR#26654 and 26656. T...
Marshall Clow
2016-02-22
1
-26
/
+7
*
Rename <__hash_table> traits so they don't conflict with similar traits.
Eric Fiselier
2016-02-20
1
-7
/
+7
*
Remove all usages of "const" node pointer typedefs in the assoc containers.
Eric Fiselier
2016-02-20
2
-110
/
+66
*
Cleanup node-type handling in the associative containers.
Eric Fiselier
2016-02-20
2
-77
/
+182
[next]