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
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
10
-10
/
+10
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
56
-0
/
+100
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
3
-0
/
+5
*
Support tests in freestanding
JF Bastien
2019-02-04
89
-89
/
+267
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
87
-348
/
+261
*
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
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-1
/
+1
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
2
-6
/
+6
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
1
-1
/
+1
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
1
-1
/
+1
*
Mark LWG 2942 as complete
Eric Fiselier
2017-07-30
2
-4
/
+2
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
2
-11
/
+11
*
[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...
Stephan T. Lavavej
2017-07-27
1
-1
/
+0
*
[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
*
Fix enable_shared_from_this test in C++11
Eric Fiselier
2017-05-10
1
-7
/
+6
*
[libc++] Fix PR32979 - types with a private std::enable_shared_from_this bas...
Eric Fiselier
2017-05-10
1
-0
/
+11
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
10
-20
/
+20
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
1
-1
/
+1
*
Allow a standard library to implement conditional noexcept for optional and u...
Billy Robert O'Neal III
2017-04-18
1
-2
/
+6
*
Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...
Marshall Clow
2017-04-11
5
-15
/
+35
*
Revert "Allow a standard library to implement conditional noexcept for option...
Akira Hatanaka
2017-04-07
1
-5
/
+1
*
Add noexcept(false) to more strongly indicate that not being noexcept is impo...
Billy Robert O'Neal III
2017-04-06
1
-1
/
+1
*
Allow a standard library to implement conditional noexcept for optional and u...
Billy Robert O'Neal III
2017-04-06
1
-1
/
+5
*
Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...
Marshall Clow
2017-03-23
2
-0
/
+2
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+1
*
Add deployment knobs to tests (for Apple platforms)
Mehdi Amini
2017-03-15
10
-20
/
+20
*
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
2
-3
/
+3
*
Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...
Marshall Clow
2017-01-24
2
-0
/
+2
*
Fix recent build errors
Eric Fiselier
2017-01-21
1
-2
/
+5
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
3
-0
/
+102
*
Refactor unique_ptr/shared_ptr deleter test types into single header.
Eric Fiselier
2017-01-20
12
-81
/
+11
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-2
/
+2
*
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
6
-19
/
+30
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
1
-0
/
+6
*
Fix C++03 failure in enable_shared_from_this test
Eric Fiselier
2016-06-27
1
-1
/
+2
*
Fix PR27115 - enable_shared_from_this does not work as a virtual base class.
Eric Fiselier
2016-06-26
1
-0
/
+16
*
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
15
-26
/
+50
*
Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.
Eric Fiselier
2016-06-02
1
-1
/
+33
*
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
4
-7
/
+7
[next]