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
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the optional tests into test/experimental. They were put into test/utili...
Marshall Clow
2014-12-09
68
-4418
/
+6
*
Add all the relational operators to std::experimental::optional. Also update ...
Marshall Clow
2014-12-09
22
-159
/
+742
*
Flush out test cases for tuples constructor SFINAE
Eric Fiselier
2014-11-18
2
-23
/
+132
*
Add a test for LWG issue #2399. We already implement this, but now we have a ...
Marshall Clow
2014-11-18
1
-0
/
+9
*
Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ...
Marshall Clow
2014-11-17
1
-0
/
+8
*
Fix a warning in the test; no functionality change
Marshall Clow
2014-11-17
1
-1
/
+1
*
Implement void_t from N3911. Add a private version for use in the library bef...
Marshall Clow
2014-11-17
1
-0
/
+69
*
Add tests to ensure that reference_wrapper<T> is trivially copyable. This was...
Marshall Clow
2014-11-17
1
-5
/
+36
*
Fix rvalue bug in __has_operator_addressof
Eric Fiselier
2014-11-05
1
-1
/
+14
*
Fix operator & detection trait to check for free function overloads as well
Eric Fiselier
2014-11-05
1
-0
/
+5
*
Actually mark the tests an unsupported with MSAN (not just ASAN)
Eric Fiselier
2014-11-04
17
-17
/
+17
*
Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-04
17
-0
/
+34
*
Add test for type properties of std::reference_wrapper
Eric Fiselier
2014-11-04
1
-0
/
+27
*
[libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...
Eric Fiselier
2014-10-28
2
-0
/
+66
*
Add support for "fancy" pointers to shared_ptr. Fixes PR20616
Eric Fiselier
2014-10-23
4
-0
/
+212
*
Fix a couple of failing tests for C++03 by checking for rvalue reference supp...
Marshall Clow
2014-10-23
2
-3
/
+4
*
LWG #2212 (not yet adopted) mandates that tuple_size/tuple_element are availa...
Marshall Clow
2014-10-21
2
-0
/
+101
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
9
-25
/
+25
*
Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to...
Marshall Clow
2014-10-15
3
-0
/
+56
*
Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...
Marshall Clow
2014-10-07
2
-1
/
+28
*
Fix some type-traits (is_assignable, etc) dealing with classes that take non-...
Marshall Clow
2014-09-22
5
-0
/
+32
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
11
-0
/
+22
*
Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on av...
Jonathan Roelofs
2014-09-05
2
-2
/
+2
*
test: Make it possible to opt in to use_clang_verify per test
Justin Bogner
2014-09-03
1
-0
/
+2
*
test: Allow using clang -verify for failures rather than exit 1
Justin Bogner
2014-09-03
1
-2
/
+3
*
Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
2014-09-02
2
-0
/
+3
*
Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...
Marshall Clow
2014-09-02
13
-21
/
+20
*
Fix assignments that should be comparisons x3
Eric Fiselier
2014-08-23
2
-2
/
+2
*
Add return statement to a test class's assignment operator. Defect found by C...
Eric Fiselier
2014-08-23
1
-1
/
+1
*
Add extra test case for PR20345. Should have been commited with r215984
Eric Fiselier
2014-08-19
1
-0
/
+76
*
Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch ...
Eric Fiselier
2014-08-19
1
-0
/
+24
*
Tame a few enum size tests when using -fshort-enums on ARM.
Jonathan Roelofs
2014-08-15
2
-2
/
+2
*
Fix a problem with reference_wrapper in C++03 that was causing counting predi...
Marshall Clow
2014-08-04
1
-0
/
+18
*
D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor
Eric Fiselier
2014-07-24
4
-2
/
+73
*
Correctly implement LWG 2049; std::is_destructible.
Marshall Clow
2014-07-16
4
-13
/
+75
*
Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...
Marshall Clow
2014-06-30
2
-0
/
+36
*
Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
Nico Weber
2014-06-04
1
-3
/
+11
*
Fix a problem exposed by r208825, which caused bind (and other bits of libc++...
Marshall Clow
2014-05-29
1
-0
/
+23
*
Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr)
Marshall Clow
2014-04-26
1
-0
/
+35
*
Default the copy and move constructors for __tuple_leaf. This fixes bugs 1885...
Marshall Clow
2014-04-21
1
-0
/
+35
*
Bug #19473. If you pass an allocator to std::function, we should use that all...
Marshall Clow
2014-04-18
1
-0
/
+9
*
Fixed a test that was attempting to use rvalue-references w/o checking to see...
Marshall Clow
2014-04-17
1
-1
/
+4
*
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...
Stephan Tolksdorf
2014-03-26
6
-0
/
+46
*
Final bit for LWG #2263; test different allocator pointer types. Note that li...
Marshall Clow
2014-03-11
2
-0
/
+232
*
Mark is_final as a C++14 feature.
Marshall Clow
2014-03-05
1
-1
/
+1
*
Implement LWG #2212: std::is_final. This requires compiler support, which mod...
Marshall Clow
2014-03-05
1
-0
/
+53
*
Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...
Marshall Clow
2014-03-05
4
-0
/
+65
*
Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...
Marshall Clow
2014-03-03
1
-0
/
+7
*
Implement LWG issue 2301: Mark std::tie as constexpr
Marshall Clow
2014-02-25
1
-0
/
+9
*
Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...
Marshall Clow
2014-02-10
2
-0
/
+68
[next]