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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...
Richard Smith
2013-10-21
2
-2
/
+2
*
r192075 broke the buildbot at
Howard Hinnant
2013-10-14
1
-1
/
+1
*
LWG Issue 2097: packaged_task constructors should be constrained
Marshall Clow
2013-10-12
3
-0
/
+85
*
Implement national body comment GB9: remove std::gets
Marshall Clow
2013-10-12
2
-0
/
+25
*
Fix LWG Issue 2141: common_type trait produces reference types
Marshall Clow
2013-10-07
2
-3
/
+17
*
Apparently, I don't know the difference between 'left' and 'right'. Swap para...
Marshall Clow
2013-10-07
4
-8
/
+8
*
Make it possible to link against libstdc++ as well as libsupc++ with CMake.
Peter Collingbourne
2013-10-06
2
-8
/
+22
*
G M: 1. It changes the temp file handling to use the template and the current...
Howard Hinnant
2013-10-06
1
-7
/
+6
*
Add tests making sure that optional<T>s can be compared at compile time; this...
Marshall Clow
2013-10-05
4
-41
/
+43
*
LWG Issue 2247: Implement type trait 'is_null_pointer'
Marshall Clow
2013-10-05
14
-0
/
+91
*
Implement literal suffixes for compled
Marshall Clow
2013-10-05
4
-0
/
+157
*
Mark namespaces for user defined literals as 'inline'
Marshall Clow
2013-10-05
6
-2
/
+164
*
Implement LWG issue 2275 'forward_as_tuple should be constexpr'
Marshall Clow
2013-10-05
1
-0
/
+12
*
Make it possible to run the test suite when built as part of LLVM.
Peter Collingbourne
2013-10-03
1
-3
/
+8
*
Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...
Marshall Clow
2013-09-30
6
-0
/
+369
*
SCARY/N2913 iterator support between the multi and non-multi versions of the ...
Howard Hinnant
2013-09-30
4
-0
/
+96
*
Implement n3789; constexpr support in named function objects
Marshall Clow
2013-09-28
19
-0
/
+114
*
Peter Collingbourne: If a pointer is passed as the third argument of the (ite...
Howard Hinnant
2013-09-21
1
-2
/
+14
*
N3659: Shared locking in C++ Revision 2, c++1y only
Howard Hinnant
2013-09-21
36
-1
/
+1780
*
Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...
Howard Hinnant
2013-09-14
1
-3
/
+3
*
LWG Issue 2210 (Part #7): vector and vector<bool>
Marshall Clow
2013-09-14
2
-2
/
+54
*
Initial implementation of <dynarray>. No allocator support pending resolution...
Marshall Clow
2013-09-13
12
-0
/
+768
*
Test for 'bad_array_length'; got left out of initial commit
Marshall Clow
2013-09-12
1
-0
/
+29
*
LWG Issue 2210 (Part #6): unordered_map and unordered_multimap
Marshall Clow
2013-09-12
6
-0
/
+451
*
A collection of minor type-o fixes. The first two aren't testable, but all t...
Howard Hinnant
2013-09-12
1
-1
/
+1
*
LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...
Marshall Clow
2013-09-11
4
-0
/
+120
*
LWG Issue #2210 Part 4 - map/multimap
Marshall Clow
2013-09-11
4
-0
/
+106
*
Remove a tab that snuck in
Marshall Clow
2013-09-08
1
-1
/
+1
*
Fix minor type-o in tests.
Howard Hinnant
2013-09-08
2
-2
/
+2
*
LWG Issue 2210 (Part #2 & #3): list and forward_list
Marshall Clow
2013-09-08
2
-0
/
+46
*
LWG Issue 2210 (Part #1): deque
Marshall Clow
2013-09-07
1
-2
/
+56
*
N3545: Quoted strings
Marshall Clow
2013-09-05
3
-0
/
+270
*
LWG Issue 2148: Hashing Enums
Marshall Clow
2013-09-03
2
-0
/
+87
*
Eradicate tabs
Marshall Clow
2013-09-03
2
-6
/
+6
*
Implement N3672, optional<T>.
Howard Hinnant
2013-09-02
61
-0
/
+3788
*
Forgot to svn add the test for r189722.
Howard Hinnant
2013-08-31
1
-0
/
+37
*
SFINAE out duration converting constructor if the constructor would otherwise...
Howard Hinnant
2013-08-31
1
-0
/
+4
*
[tests] Change with_system_lib feature to match what XFAIL lines expect.
Daniel Dunbar
2013-08-30
1
-6
/
+10
*
is_destructible for function types was mistakenly returning true instead of f...
Howard Hinnant
2013-08-30
1
-0
/
+3
*
LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin
Marshall Clow
2013-08-30
1
-0
/
+125
*
LWG Issue 2162: mark allocator_traits::maxsize as noexcept
Marshall Clow
2013-08-27
1
-1
/
+7
*
LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...
Marshall Clow
2013-08-27
3
-0
/
+12
*
Implement LWG issue 2061
Marshall Clow
2013-08-27
1
-0
/
+7
*
Apply constexpr to initializer_list for c++1y.
Howard Hinnant
2013-08-26
3
-0
/
+43
*
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
Howard Hinnant
2013-08-23
154
-211
/
+211
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
32
-5
/
+1094
*
XFAIL a few tests on darwin12
Howard Hinnant
2013-08-22
4
-0
/
+4
*
Zhihao Yuan noted that a move assignment operation was missing from std::adja...
Howard Hinnant
2013-08-22
2
-0
/
+87
*
David Blaikie suggested this test for detecting constexpr on the error_catego...
Howard Hinnant
2013-08-22
1
-0
/
+40
*
XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are co...
Howard Hinnant
2013-08-22
3
-0
/
+9
[next]