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
/
containers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing include that caused a test failure on Windows. Thanks to STL for ...
Marshall Clow
2016-08-22
1
-0
/
+1
*
make the associative containers do the right thing for propogate_on_container...
Marshall Clow
2016-08-17
1
-0
/
+158
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
37
-3
/
+974
*
Fix compile error due to mismatched iterator types. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
1
-1
/
+1
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
13
-17
/
+30
*
Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
107
-349
/
+458
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
12
-18
/
+30
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
16
-246
/
+142
*
Fix a non-standard allocator in vector tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-0
/
+3
*
Mark bucket() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-8
/
+12
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
14
-39
/
+53
*
Make bucket_count() greater-equal assertions portable. Patch from STL@microso...
Eric Fiselier
2016-07-24
4
-7
/
+7
*
Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-48
/
+52
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
9
-80
/
+104
*
Fix undefined behavior in __tree
Eric Fiselier
2016-07-19
1
-0
/
+31
*
Add includes in test. Patch from STL@microsoft.com
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
2
-0
/
+21
*
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
Marshall Clow
2016-06-30
6
-12
/
+0
*
Fix C++03 build.
Eric Fiselier
2016-06-30
4
-1
/
+13
*
Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...
Marshall Clow
2016-06-30
6
-0
/
+12
*
Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...
Marshall Clow
2016-06-30
1
-0
/
+4
*
Implement LWG#2596: 'vector::data() should use addressof'
Marshall Clow
2016-06-30
2
-3
/
+41
*
Implement LWG#2436: 'Comparators for associative containers should always be ...
Marshall Clow
2016-06-30
12
-0
/
+348
*
Make std::array typedef tests more portable.
Eric Fiselier
2016-06-30
1
-4
/
+25
*
Fix unary_function inheritance assumption. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-2
/
+2
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
15
-27
/
+42
*
Finish converting list _LIBCPP_DEBUG tests.
Eric Fiselier
2016-06-22
5
-81
/
+7
*
Cleanup _LIBCPP_DEBUG tests in std::list. More to come.
Eric Fiselier
2016-06-22
11
-515
/
+7
*
Cleanup [list.modifiers] tests.
Eric Fiselier
2016-06-22
9
-566
/
+53
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
11
-220
/
+0
*
Improve portability of vector tests. Patch from STL@microsoft.com
Eric Fiselier
2016-06-15
1
-1
/
+1
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
635
-768
/
+716
*
Found a couple bugs in the test suite. No functionality change.
Marshall Clow
2016-06-14
2
-0
/
+4
*
Fix vector<bool> tests that were using ints. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
5
-17
/
+17
*
Make the comparison objects that we pass in for various tests look more like ...
Marshall Clow
2016-06-09
40
-28
/
+48
*
Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...
Marshall Clow
2016-06-07
4
-4
/
+8
*
[libcxx] Fix c++98 test failures.
Asiri Rathnayake
2016-06-03
12
-13
/
+13
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
126
-543
/
+543
*
Mark LWG issue 2537 as complete
Eric Fiselier
2016-05-31
2
-4
/
+6
*
Mark LWG issue #2585 as complete
Eric Fiselier
2016-05-31
1
-1
/
+20
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
3
-6
/
+3
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
16
-756
/
+0
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
16
-61
/
+73
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Add braces, move braces, and rename variables to avoid shadowing. Patch from ...
Eric Fiselier
2016-04-28
3
-2
/
+6
*
Fix = that should have been == in test. Thanks to STL@microsoft for the catch
Marshall Clow
2016-04-27
1
-1
/
+1
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
15
-3798
/
+8
*
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
2
-0
/
+50
[next]