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
/
memory
/
unique.ptr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
2
-2
/
+6
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Fix improperly failing test - and the code it was testing. Thanks to Stephan ...
Marshall Clow
2018-03-22
1
-3
/
+4
*
Fix failure on C++03 bots
Marshall Clow
2017-11-27
2
-0
/
+6
*
Implement LWG#2948: unique_ptr does not define operator<< for stream output
Marshall Clow
2017-11-27
2
-0
/
+60
*
Rewrite and cleanup unique_ptr tests.
Eric Fiselier
2017-04-15
152
-8073
/
+0
*
Fix template >> within C++03 code
Eric Fiselier
2017-04-13
1
-1
/
+1
*
Fix C++03 test failures
Eric Fiselier
2017-04-13
2
-2
/
+2
*
Add tests that std::unique_ptr's default constructor is constexpr.
Eric Fiselier
2017-04-13
3
-49
/
+50
*
[libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...
Eric Fiselier
2017-04-12
1
-13
/
+14
*
Fix test failures with older Clang versions
Eric Fiselier
2017-04-12
2
-0
/
+4
*
Fix incorrectly qualified return type from unique_ptr::get_deleter().
Eric Fiselier
2017-04-12
2
-22
/
+60
*
Remove more usages of REQUIRES-ANY in the test-suite
Eric Fiselier
2017-03-02
1
-1
/
+1
*
Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...
Marshall Clow
2017-01-24
1
-1
/
+1
*
Refactor unique_ptr/shared_ptr deleter test types into single header.
Eric Fiselier
2017-01-20
36
-374
/
+36
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-3
/
+4
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
2
-74
/
+10
*
Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
2
-0
/
+13
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
3
-4
/
+4
*
Mark LWG issue 2520 as complete
Eric Fiselier
2016-05-31
3
-0
/
+16
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
2
-4
/
+2
*
Add a test for uniqueptr having either NULL and nullptr
Marshall Clow
2016-05-16
1
-0
/
+6
*
Add braces, move braces, and rename variables to avoid shadowing. Patch from ...
Eric Fiselier
2016-04-28
1
-2
/
+2
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
1
-0
/
+25
*
Add tests for LWG issue 2361
Eric Fiselier
2016-04-18
1
-0
/
+21
*
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
*
Cleanup unique_ptr failure tests and convert them to Clang verify
Eric Fiselier
2015-08-20
8
-217
/
+98
*
Add files that got missed in r245512.
Eric Fiselier
2015-08-19
4
-179
/
+89
*
More unique_ptr test cleanup. Fixes in <memory> to come later.
Eric Fiselier
2015-08-19
5
-132
/
+114
*
Fix failing unique_ptr tests.
Eric Fiselier
2015-07-31
2
-38
/
+7
*
Start cleanup of unique_ptr tests.
Eric Fiselier
2015-07-31
28
-1575
/
+894
*
Automatically detect and use clang verify in failure tests.
Eric Fiselier
2015-07-06
1
-1
/
+0
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
3
-0
/
+6
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
49
-0
/
+49
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
169
-0
/
+9209