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
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add C++17 std::not_fn negator.
Eric Fiselier
2016-06-02
2
-0
/
+578
*
Remove enable_shared_from_this test since it leaks the control block and fail...
Eric Fiselier
2016-06-02
1
-26
/
+0
*
Implement P0033R1 - Re-enabling shared_from_this
Eric Fiselier
2016-06-02
1
-0
/
+86
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
62
-101
/
+101
*
Mark LWG issue 2520 as complete
Eric Fiselier
2016-05-31
3
-0
/
+16
*
Mark LWG issue 2565 as complete. Update the tests to check it.
Eric Fiselier
2016-05-31
2
-28
/
+100
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
24
-94
/
+33
*
Guard testing of tuple extensions to make tests portable
Eric Fiselier
2016-05-27
5
-2
/
+16
*
Add a test for uniqueptr having either NULL and nullptr
Marshall Clow
2016-05-16
1
-0
/
+6
*
Apply D20014 - fix a missing return in a test. Fixes PR#27720
Marshall Clow
2016-05-12
1
-1
/
+1
*
Change allocator<T>::allocate to throw length_error, not bad_alloc
Eric Fiselier
2016-05-07
1
-3
/
+5
*
Removing some trailing whitespace
Eric Fiselier
2016-05-04
2
-2
/
+2
*
Fix PR27538. Remove __is_convertible specializations for array and function t...
Eric Fiselier
2016-05-03
1
-2
/
+46
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
4
-5
/
+24
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
1
-71
/
+0
*
Move INVOKE tests into test/libcxx sub-tree.
Eric Fiselier
2016-04-29
6
-1419
/
+16
*
Add proper include for unique_ptr. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
1
-0
/
+1
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
4
-6
/
+6
*
Add braces, move braces, and rename variables to avoid shadowing. Patch from ...
Eric Fiselier
2016-04-28
1
-2
/
+2
*
Provide member function definitions to avoid warnings. Patch from STL@microso...
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
26
-0
/
+52
*
Rename a few tests that had typos in their names. No functional change. Thank...
Marshall Clow
2016-04-23
2
-0
/
+0
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
1
-0
/
+1
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
8
-61
/
+534
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
10
-58
/
+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
*
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
*
Make std::addressof constexpr in C++17 (Clang only).
Eric Fiselier
2016-03-17
1
-0
/
+42
*
Mark exception-throwing test as XFAIL when exceptions are disabled
Marshall Clow
2016-03-14
1
-0
/
+1
*
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
*
These new tests fail on the green-dragon bots, which use an old Apple compiler.
Marshall Clow
2016-02-23
1
-8
/
+10
*
Add tests for LWG#2560. No code changes, just tests
Marshall Clow
2016-02-23
1
-0
/
+9
*
Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...
Eric Fiselier
2016-01-26
1
-0
/
+8
*
Implement LWG#2385; remove the allocator-aware std::function::assign call. It...
Marshall Clow
2016-01-25
1
-0
/
+4
*
Implement LWG#2101 'Some transformation types can produce impossible types' ...
Marshall Clow
2016-01-21
5
-13
/
+114
*
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier
2016-01-20
9
-3
/
+29
*
Add missing license headers
Eric Fiselier
2016-01-19
2
-0
/
+18
*
One more missing std:: qualification from Jonathan
Marshall Clow
2016-01-12
1
-1
/
+2
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
2
-2
/
+4
*
[libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...
Eric Fiselier
2015-12-23
2
-6
/
+175
[prev]
[next]