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
/
util.smartptr
/
util.smartptr.shared
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Remove C++03 variadics in shared_ptr
Zoe Carver
2019-09-24
2
-122
/
+79
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
6
-6
/
+6
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
41
-0
/
+70
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
3
-0
/
+5
*
Support tests in freestanding
JF Bastien
2019-02-04
54
-54
/
+162
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
53
-212
/
+159
*
Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...
Marshall Clow
2018-08-28
2
-0
/
+17
*
Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)
Marshall Clow
2017-12-05
2
-0
/
+58
*
[test] Fix breakage from r303947 =(
Casey Carter
2017-05-26
1
-2
/
+4
*
[test] make_shared<T()>(...) is, uh, libc++-specific
Casey Carter
2017-05-26
1
-5
/
+13
*
Add support for shared_ptr<FunctionType>
Erik Pilkington
2017-05-25
1
-1
/
+12
*
Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...
Marshall Clow
2017-04-11
2
-2
/
+6
*
Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...
Marshall Clow
2017-03-23
2
-0
/
+2
*
Remove more usages of REQUIRES-ANY in the test-suite
Eric Fiselier
2017-03-02
2
-2
/
+2
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
1
-1
/
+1
*
Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...
Marshall Clow
2017-01-24
2
-0
/
+2
*
Refactor unique_ptr/shared_ptr deleter test types into single header.
Eric Fiselier
2017-01-20
12
-81
/
+11
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
1
-1
/
+3
*
Protect smart-pointer tests under no exceptions
Roger Ferrer Ibanez
2016-11-14
2
-2
/
+8
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
5
-5
/
+5
*
Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities
Eric Fiselier
2016-10-01
5
-17
/
+26
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
1
-0
/
+6
*
Make shared_ptr constructor tests use count_new.hpp
Eric Fiselier
2016-06-22
5
-151
/
+92
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
4
-4
/
+6
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
3
-4
/
+4
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
2
-3
/
+3
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
8
-0
/
+8
*
Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...
Marshall Clow
2015-07-16
1
-0
/
+16
*
Fix PR#23647 - make_shared<volatile bool> - second try
Marshall Clow
2015-05-27
1
-3
/
+3
*
Revert 238354 while I figure out what broke in weak_ptr
Marshall Clow
2015-05-27
1
-3
/
+3
*
Fix PR#23647 - make_shared<volatile bool>
Marshall Clow
2015-05-27
1
-0
/
+61
*
Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr
Marshall Clow
2015-05-10
2
-2
/
+14
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
5
-5
/
+5
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
1
-20
/
+5
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
52
-0
/
+3504