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
/
array
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
1
-14
/
+14
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-13
/
+3
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
1
-4
/
+12
*
non-member swap for array was mistakenly taking const ref params. Fixed and a...
Marshall Clow
2016-03-07
1
-1
/
+1
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
1
-0
/
+10
*
Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-...
Marshall Clow
2015-11-19
1
-5
/
+5
*
[libcxx] Move tuple_size and tuple_element overloads for pair and array out o...
Eric Fiselier
2015-03-17
1
-11
/
+0
*
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
-5
/
+5
*
Make std::get constexpr
Marshall Clow
2013-07-17
1
-17
/
+18
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-5
/
+5
*
Added static_assert to std::get<N>(std::array) calls to catch "out of bounds"...
Marshall Clow
2012-12-18
1
-0
/
+3
*
constexpr applied to <array>.
Howard Hinnant
2012-07-20
1
-4
/
+4
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-5
/
+5
*
Experimental support for a meaningful __is_swappable<T>::value. This does no...
Howard Hinnant
2011-06-01
1
-1
/
+5
*
noexcept for <array>.
Howard Hinnant
2011-05-31
1
-45
/
+64
*
LWG 1191
Howard Hinnant
2010-11-17
1
-0
/
+13
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-7
/
+11
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-90
/
+90
*
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
/
+296