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
/
tuple
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix PR27684 - std::tuple no longer accepts reference to incomplete type in so...
Eric Fiselier
2016-06-21
1
-1
/
+1
*
Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier
2016-04-19
1
-9
/
+100
*
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
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
1
-0
/
+24
*
Fix some mistakes in the <utility> and <tuple> synopses. No functional change...
Marshall Clow
2015-11-19
1
-9
/
+9
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
1
-4
/
+2
*
Remove unneeded redeclaration of reference_wrapper.
Eric Fiselier
2015-03-21
1
-2
/
+0
*
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...
Eric Fiselier
2015-02-21
1
-2
/
+2
*
tuple: Make operator<() linear instead of exponential
Duncan P. N. Exon Smith
2015-01-21
1
-2
/
+6
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-2
/
+2
*
Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to...
Marshall Clow
2014-10-15
1
-11
/
+31
*
Thanks to K-ballo for noting a second incorrect noexcept clause in tuple - an...
Marshall Clow
2014-09-16
1
-3
/
+3
*
Fix a bad noexcept clause in tuple's move constructor
Marshall Clow
2014-09-16
1
-2
/
+2
*
D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor
Eric Fiselier
2014-07-24
1
-2
/
+17
*
Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...
Marshall Clow
2014-06-24
1
-8
/
+8
*
Default the copy and move constructors for __tuple_leaf. This fixes bugs 1885...
Marshall Clow
2014-04-21
1
-11
/
+2
*
Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...
Marshall Clow
2014-03-03
1
-1
/
+8
*
Implement LWG issue 2301: Mark std::tie as constexpr
Marshall Clow
2014-02-25
1
-2
/
+2
*
Rename ___make_pair_return to __make_pair_return_impl; ___make_tuple_return t...
Marshall Clow
2014-01-03
1
-3
/
+3
*
Fix several tuple bugs that were exposed by clang's implementation of CWG 140...
Howard Hinnant
2013-11-06
1
-8
/
+19
*
Implement LWG issue 2275 'forward_as_tuple should be constexpr'
Marshall Clow
2013-10-05
1
-11
/
+3
*
Remove non-printable chars that snuck in back in July; thanks to Yaron Keren ...
Marshall Clow
2013-10-01
1
-1
/
+1
*
Implement uses-allocator construction
Marshall Clow
2013-09-12
1
-62
/
+0
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-8
/
+8
*
Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...
Marshall Clow
2013-07-22
1
-55
/
+59
*
Make std::get constexpr
Marshall Clow
2013-07-17
1
-9
/
+9
*
Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
Marshall Clow
2013-07-15
1
-1
/
+1
*
Implement n3584 - Addressing Tuples by Type
Marshall Clow
2013-07-13
1
-0
/
+65
*
Accidentally disallowed explicit tuple conversions when all elements of the t...
Howard Hinnant
2013-04-14
1
-1
/
+1
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-8
/
+8
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-1
/
+1
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-1
/
+1
*
Appy constexpr to <memory>. Picked up a few missing noexcepts as well.
Howard Hinnant
2012-07-07
1
-0
/
+4
*
Apply noexcept to tuple.
Howard Hinnant
2012-07-06
1
-24
/
+48
*
As a conforming extension give tuple a noexcept default constructor condition...
Howard Hinnant
2012-07-06
1
-5
/
+9
*
Give tuple a constexpr default constructor.
Howard Hinnant
2012-07-06
1
-3
/
+9
*
I believe tuple is still under development in the standard. Daniel Krugler i...
Howard Hinnant
2012-04-01
1
-6
/
+52
*
tuple was accidentally lacking a valid copy assignment operator. It went und...
Howard Hinnant
2012-02-15
1
-0
/
+8
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11616
Howard Hinnant
2011-12-19
1
-1
/
+60
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
Howard Hinnant
2011-12-11
1
-1
/
+5
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-14
/
+14
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-13
/
+13
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix <rdar://problem/10226704>
Howard Hinnant
2011-10-04
1
-5
/
+0
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-38
/
+38
*
Experimental support for a meaningful __is_swappable<T>::value. This does no...
Howard Hinnant
2011-06-01
1
-1
/
+5
*
noexcept for <tuple>. And in the process learned that I had done it wrong fo...
Howard Hinnant
2011-05-27
1
-14
/
+43
*
tweak for readability (no functionality change)
Howard Hinnant
2011-01-25
1
-1
/
+1
*
An rvalue reference cannot bind to an lvalue, so static_cast the
Douglas Gregor
2011-01-25
1
-1
/
+2
[prev]
[next]