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
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename a few tests that had typos in their names. No functional change. Thank...
Marshall Clow
2016-04-23
4
-0
/
+0
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
18
-3798
/
+11
*
Add missing include of <algorithm>
Marshall Clow
2016-04-22
2
-0
/
+2
*
Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier
2016-04-22
1
-1
/
+40
*
Fix C++03 build breakage
Eric Fiselier
2016-04-22
1
-2
/
+9
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
13
-34
/
+39
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
10
-61
/
+584
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
1
-15
/
+51
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
11
-63
/
+488
*
XFAILing new test on C++03
Ben Craig
2016-04-19
1
-0
/
+1
*
Include initializer_list from utility
Ben Craig
2016-04-19
1
-0
/
+20
*
Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier
2016-04-19
11
-3
/
+285
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
7
-45
/
+336
*
Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier
2016-04-18
1
-3
/
+8
*
Add tests for LWG issue 2361
Eric Fiselier
2016-04-18
15
-8
/
+262
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
18
-533
/
+672
*
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier
2016-04-16
3
-4
/
+132
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
12
-996
/
+849
*
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
Eric Fiselier
2016-04-15
3
-2
/
+278
*
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...
Eric Fiselier
2016-04-15
2
-55
/
+98
*
Implement LWG#680, which was missed lo these many moons ago, and was reported...
Marshall Clow
2016-04-11
1
-2
/
+2
*
Recommit r263036 with additional inlining, so that it will continue to work w...
Marshall Clow
2016-04-07
1
-2
/
+25
*
Added a noexcept test
Marshall Clow
2016-04-07
1
-0
/
+6
*
Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.
Marshall Clow
2016-04-07
1
-0
/
+31
*
Fix LWG issue 2469 - Use piecewise construction in map::operator[].
Eric Fiselier
2016-03-31
2
-4
/
+68
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
4
-0
/
+479
*
Update container_test_types.h and cleanup the related tests
Eric Fiselier
2016-03-31
6
-24
/
+13
*
Implement is_always_lock_free
JF Bastien
2016-03-25
1
-0
/
+101
*
Guard a number of tests relying on threads support when built in
Richard Barton
2016-03-23
10
-4
/
+18
*
Missing ATOMIC_*_LOCK_FREE tests
JF Bastien
2016-03-18
1
-0
/
+8
*
unord: Extract key to avoid preemptive mallocs in insert/emplace
Duncan P. N. Exon Smith
2016-03-17
2
-0
/
+184
*
Make std::addressof constexpr in C++17 (Clang only).
Eric Fiselier
2016-03-17
1
-0
/
+42
*
[libcxx] Remove localization tests for Russian month names
Jonas Hahnfeld
2016-03-15
2
-34
/
+0
*
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
Marshall Clow
2016-03-14
10
-42
/
+150
*
Add failing tests that I forgot to add to the last commit
Marshall Clow
2016-03-14
3
-0
/
+90
*
Implement LWG#2566: Requirements on the first template parameter of container...
Marshall Clow
2016-03-14
3
-21
/
+21
*
Mark exception-throwing test as XFAIL when exceptions are disabled
Marshall Clow
2016-03-14
1
-0
/
+1
*
Revert r263036, it's ABI-breaking.
Nico Weber
2016-03-11
1
-25
/
+2
*
Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...
Marshall Clow
2016-03-09
1
-1
/
+33
*
Implement LWG#2583: There is no way to supply an allocator for basic_string(s...
Marshall Clow
2016-03-09
1
-2
/
+25
*
Add some more tests for the containers type requirements
Marshall Clow
2016-03-09
6
-19
/
+112
*
Remove a couple tabs that crept in
Marshall Clow
2016-03-08
1
-2
/
+2
*
Implement P0272R1: Give 'std::string' a non-const '.data()' member function
Marshall Clow
2016-03-08
1
-10
/
+36
*
Implement P0253R1: Fixing a design mistake in the searchers interface.
Marshall Clow
2016-03-08
11
-13
/
+16
*
Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...
Marshall Clow
2016-03-07
2
-0
/
+121
*
non-member swap for array was mistakenly taking const ref params. Fixed and a...
Marshall Clow
2016-03-07
1
-1
/
+28
*
Fix for PR26812: possible overflow issue in std::allocator::allocate
Marshall Clow
2016-03-03
1
-0
/
+46
*
Added tests to make sure that the categorization traits work on incomplete types
Marshall Clow
2016-02-25
29
-15
/
+127
*
No, really - test the constructor
Marshall Clow
2016-02-25
1
-1
/
+1
*
Add test to ensure that the converting constructor in N4089 is present and wo...
Marshall Clow
2016-02-25
1
-0
/
+27
[next]