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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-0
/
+135
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
5
-4
/
+250
*
Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
Eric Fiselier
2016-08-28
4
-12
/
+15
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
5
-11
/
+207
*
[CMake] Be more consistent about naming targets and components
Chris Bieneman
2016-08-24
1
-1
/
+3
*
libcxx: Fix libcxx tests on aarch64 with libunwind
Adhemerval Zanella
2016-08-23
1
-1
/
+2
*
Add missing include that caused a test failure on Windows. Thanks to STL for ...
Marshall Clow
2016-08-22
1
-0
/
+1
*
[CMake] Get libcxx building under LLVM/runtimes
Chris Bieneman
2016-08-18
1
-0
/
+2
*
make the associative containers do the right thing for propogate_on_container...
Marshall Clow
2016-08-17
1
-0
/
+158
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
39
-3
/
+1000
*
libcxx: Fix path.compare.pass expected result
Adhemerval Zanella
2016-08-15
1
-6
/
+10
*
Fix new ASAN failures
Eric Fiselier
2016-08-15
2
-2
/
+3
*
Use -O1 when testing with ASAN and MSAN to prevent Clang OOM errors.
Eric Fiselier
2016-08-15
1
-0
/
+2
*
Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....
Marshall Clow
2016-08-11
1
-1
/
+0
*
test: relax the FS test a slight bit to be more reliable
Saleem Abdulrasool
2016-08-11
1
-1
/
+2
*
Unbreak C++03 build.
Eric Fiselier
2016-08-11
1
-1
/
+1
*
Refactor test archetypes implementation.
Eric Fiselier
2016-08-11
8
-167
/
+209
*
Add missing REQUIRES for C++14
Eric Fiselier
2016-08-11
2
-2
/
+2
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
41
-43
/
+3178
*
Implement LWG 2148: Make non-enum default hash specialization well-formed
Eric Fiselier
2016-08-10
2
-5
/
+40
*
std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
Marshall Clow
2016-08-10
1
-0
/
+51
*
test/hard_link_count(): Fix test on darwin
Matthias Braun
2016-08-10
1
-8
/
+17
*
Fix copy/move constructor annotation for the uses-allocator test types.
Eric Fiselier
2016-08-08
1
-9
/
+19
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-0
/
+39
*
Revert r277966. Forgot patch attribution.
Hubert Tong
2016-08-07
1
-39
/
+0
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-0
/
+39
*
Fix compile error due to mismatched iterator types. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
1
-1
/
+1
*
Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
3
-9
/
+12
*
Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...
Eric Fiselier
2016-08-03
1
-1
/
+4
*
[libcxx] basic_regex: add traits_type, string_type
Hubert Tong
2016-08-02
1
-0
/
+6
*
NFC: fix typo
JF Bastien
2016-08-01
1
-1
/
+1
*
atomics.align: XFAIL GCC
JF Bastien
2016-08-01
1
-0
/
+4
*
libc++: test lock-free atomic alignment
JF Bastien
2016-08-01
1
-0
/
+89
*
Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.
Marshall Clow
2016-07-26
6
-0
/
+359
*
Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...
Marshall Clow
2016-07-26
8
-0
/
+389
*
Remove use of C++1z static assert in C++11 test
Eric Fiselier
2016-07-25
1
-8
/
+8
*
Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier
2016-07-25
10
-35
/
+778
*
Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
5
-2
/
+334
*
Make std::is_assignable tolerate references to incomplete types.
Eric Fiselier
2016-07-25
1
-2
/
+5
*
Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-25
5
-310
/
+2
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
14
-18
/
+32
*
Don't SFINAE pair's copy assignment operator in C++03 mode.
Eric Fiselier
2016-07-25
1
-0
/
+36
*
Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
107
-349
/
+458
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
12
-18
/
+30
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
17
-255
/
+148
*
Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
3
-5
/
+22
*
Fix a non-standard allocator in vector tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-0
/
+3
*
Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
2
-0
/
+13
*
Fix portability issues in <random> tests. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-6
/
+19
*
Mark bucket() assertions as non-portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-8
/
+12
[next]