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
/
utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...
Marshall Clow
2015-01-06
1
-0
/
+4
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-1
/
+1
*
Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...
Marshall Clow
2014-06-24
1
-2
/
+2
*
Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...
Marshall Clow
2014-03-03
1
-12
/
+12
*
Rename ___make_pair_return to __make_pair_return_impl; ___make_tuple_return t...
Marshall Clow
2014-01-03
1
-3
/
+3
*
This is a followup to r194536, which changed the pair copy constructor to be
Howard Hinnant
2013-11-14
1
-2
/
+2
*
This fixes a very subtle ABI problem concerning the copy constructor of
Howard Hinnant
2013-11-13
1
-1
/
+1
*
G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...
Howard Hinnant
2013-10-04
1
-10
/
+10
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-10
/
+10
*
Make std::get constexpr
Marshall Clow
2013-07-17
1
-12
/
+12
*
Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...
Marshall Clow
2013-07-16
1
-29
/
+40
*
Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
Marshall Clow
2013-07-15
1
-5
/
+5
*
Implement n3584 - Addressing Tuples by Type
Marshall Clow
2013-07-13
1
-0
/
+54
*
War on tabs.
Howard Hinnant
2013-07-08
1
-4
/
+4
*
Implement n3668 - std::exchange
Marshall Clow
2013-07-08
1
-0
/
+13
*
Commit patch for integer sequences. Suggested by Richard, reworked by Howard,...
Marshall Clow
2013-07-03
1
-22
/
+46
*
Implement n3658 - Compile-time integer sequences
Marshall Clow
2013-07-01
1
-0
/
+83
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-9
/
+9
*
Enable the tuple interface of pair in C++03 mode.
Howard Hinnant
2012-11-06
1
-4
/
+0
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-1
/
+1
*
Revert pair constructors back to using is_convertible instead of is_construct...
Howard Hinnant
2012-06-09
1
-6
/
+6
*
Put std::piecewise_construct_t back into the dylib for ABI stability. When c...
Howard Hinnant
2012-04-03
1
-1
/
+1
*
constexpr support for <utility>. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-03
1
-2
/
+5
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11616
Howard Hinnant
2011-12-19
1
-1
/
+1
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-3
/
+3
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix PR10509: http://llvm.org/bugs/show_bug.cgi?id=10509
Howard Hinnant
2011-07-27
1
-3
/
+6
*
Changed constraints on pair and tuple constructors from is_convertible to is_...
Howard Hinnant
2011-07-01
1
-6
/
+6
*
Correct for new rules regarding implicitly deleted special members. http://ll...
Howard Hinnant
2011-07-01
1
-0
/
+19
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-18
/
+18
*
Experimental support for a meaningful __is_swappable<T>::value. This does no...
Howard Hinnant
2011-06-01
1
-1
/
+6
*
noexcept for <tuple>. And in the process learned that I had done it wrong fo...
Howard Hinnant
2011-05-27
1
-20
/
+14
*
noexcept for <utility>. This included a little repair on pair, and some noex...
Howard Hinnant
2011-05-27
1
-18
/
+63
*
Correction to set of overloaded pair constructors for C++0x
Howard Hinnant
2011-04-29
1
-4
/
+15
*
Add attribute to inlined member.
Howard Hinnant
2011-01-13
1
-0
/
+1
*
Add CMake build and fix major Linux blockers.
Michael J. Spencer
2010-12-10
1
-3
/
+5
*
N3142. Many of these traits are just placeholders with medium quality emulat...
Howard Hinnant
2010-11-19
1
-2
/
+2
*
LWG 1191
Howard Hinnant
2010-11-17
1
-0
/
+36
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
I have reverted all contributions made by Jesse Towner in revision 110724
Howard Hinnant
2010-11-16
1
-4
/
+4
*
visibility-decoration sweep completed.
Howard Hinnant
2010-09-23
1
-9
/
+13
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-8
/
+8
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-10
/
+10
*
GB 85, GB 87
Howard Hinnant
2010-08-19
1
-21
/
+0
*
patch by Jesse Towner, and bug fix by Sebastian Redl
Howard Hinnant
2010-08-10
1
-2
/
+4
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+481