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
/
tuple
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
1
-0
/
+1
*
[libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...
Eric Fiselier
2018-01-24
1
-0
/
+136
*
[libcxx] [test] Fix MSVC warnings, null pointer deref.
Stephan T. Lavavej
2017-12-13
1
-3
/
+1
*
Add another test_macros.h include I missed to tuple.by.type.pass.cpp
Billy Robert O'Neal III
2017-11-22
1
-0
/
+1
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-4
/
+4
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
3
-0
/
+5
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
1
-3
/
+4
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
1
-1
/
+1
*
[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....
Stephan T. Lavavej
2017-06-20
1
-2
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-1
/
+1
*
[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...
Stephan T. Lavavej
2017-06-20
1
-6
/
+16
*
XFAIL tuple deduction guide test on GCC
Eric Fiselier
2017-06-08
1
-0
/
+5
*
Add tests for class template deduction on std::tuple.
Eric Fiselier
2017-06-08
1
-0
/
+150
*
Fix or move tests with non-standard assumptions
Eric Fiselier
2017-05-12
1
-46
/
+0
*
Mark LWG#2796 as complete. No functionality change; we had tests that covered...
Marshall Clow
2017-05-11
1
-0
/
+4
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
Eric Fiselier
2017-04-19
1
-2
/
+0
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
2
-2
/
+2
*
Implement LWG 2773 - std::ignore should be constexpr.
Eric Fiselier
2017-02-06
2
-0
/
+77
*
[libcxx] [test] Fix comment typos.
Stephan T. Lavavej
2017-02-05
2
-2
/
+2
*
Revert previous cleanup; I got too agressive removing #ifdefs
Marshall Clow
2017-01-23
1
-0
/
+2
*
Removed some un-needed ifdefs
Marshall Clow
2017-01-23
1
-2
/
+0
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
2
-4
/
+4
*
Fix XPASS buildbot failure related to structured bindings
Eric Fiselier
2017-01-05
1
-1
/
+1
*
Fix verify test on 32 bit systems
Eric Fiselier
2017-01-04
1
-1
/
+1
*
[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...
Eric Fiselier
2017-01-04
5
-18
/
+307
*
Re-implement LWG 2770 - Fix tuple_size with structured bindings.
Eric Fiselier
2017-01-02
3
-24
/
+16
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
4
-8
/
+11
*
Fix XFAILS for is_trivially_destructible trait
Eric Fiselier
2016-12-15
1
-3
/
+0
*
Add tests for LWG 2796
Eric Fiselier
2016-12-15
1
-0
/
+38
*
Add more test cases for PR31384
Eric Fiselier
2016-12-15
1
-9
/
+59
*
Add test case for PR31384
Eric Fiselier
2016-12-15
1
-0
/
+38
*
Revert r289727 due to PR31384
Eric Fiselier
2016-12-15
2
-269
/
+0
*
Work around bug in initialization of std::array base class with older clangs
Eric Fiselier
2016-12-14
2
-3
/
+9
*
[libcxx] Fix tuple construction/assignment from types derived from tuple/pair...
Eric Fiselier
2016-12-14
2
-0
/
+263
*
[libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...
Stephan T. Lavavej
2016-12-09
2
-7
/
+6
*
Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.
Eric Fiselier
2016-12-08
1
-7
/
+14
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
10
-85
/
+85
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
2
-55
/
+55
*
[libcxx] [test] D27266: Remove spurious semicolons.
Stephan T. Lavavej
2016-12-06
1
-1
/
+1
*
Implement LWG 2770 - Make tuple_size<T> defined for all T
Eric Fiselier
2016-11-13
3
-4
/
+30
*
Fix PR30979 - tuple<move_only> is constructible from move_only const&
Eric Fiselier
2016-11-13
1
-0
/
+50
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
14
-17
/
+40
*
Make make_from_tuple tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-10-23
1
-4
/
+4
*
Add missing <memory> include in test
Eric Fiselier
2016-10-08
1
-0
/
+1
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
2
-0
/
+118
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
2
-118
/
+0
*
Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+1
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
2
-0
/
+118
*
Suppress warning in make_from_tuple tests.
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Implement C++17 tuple bits. Including apply and make_from_tuple.
Eric Fiselier
2016-07-18
7
-0
/
+1151
[next]