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
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
9
-6
/
+26
*
Avoid compile error by giving the test type a user defined default constructor
Eric Fiselier
2016-09-07
1
-1
/
+1
*
Fix PR#30303 - no matching function for call to '__ptr_in_range'
Marshall Clow
2016-09-07
4
-0
/
+40
*
Improve constexpr tests for std::any
Eric Fiselier
2016-09-07
1
-9
/
+9
*
Fix PR30260 - optional<const T> not working.
Eric Fiselier
2016-09-07
8
-0
/
+94
*
Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...
Marshall Clow
2016-09-05
12
-0
/
+193
*
Apply curr_symbol.pass.cpp test fix to missed test case
Eric Fiselier
2016-09-04
1
-1
/
+6
*
Fix bad locale test data when using the newest glibc
Eric Fiselier
2016-09-04
2
-0
/
+15
*
Mark test as XFAIL for C++03, rather than providing a dummy pass.
Marshall Clow
2016-09-04
1
-5
/
+2
*
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...
Eric Fiselier
2016-09-03
1
-0
/
+75
*
Add "FLAKY_TEST" test directive to support re-running flaky tests.
Eric Fiselier
2016-08-30
16
-8
/
+48
*
Fix pair::operator=(TupleLike&&).
Eric Fiselier
2016-08-29
1
-0
/
+140
*
Revert r279953 - Fix pair::operator=(TupleLike&&)
Eric Fiselier
2016-08-29
1
-135
/
+0
*
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
[next]