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
/
experimental
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid compile error by giving the test type a user defined default constructor
Eric Fiselier
2016-09-07
1
-1
/
+1
*
Fix PR30260 - optional<const T> not working.
Eric Fiselier
2016-09-07
8
-0
/
+94
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
1
-3
/
+5
*
Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
Eric Fiselier
2016-08-28
2
-9
/
+12
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
4
-0
/
+194
*
libcxx: Fix path.compare.pass expected result
Adhemerval Zanella
2016-08-15
1
-6
/
+10
*
test: relax the FS test a slight bit to be more reliable
Saleem Abdulrasool
2016-08-11
1
-1
/
+2
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
13
-13
/
+13
*
test/hard_link_count(): Fix test on darwin
Matthias Braun
2016-08-10
1
-8
/
+17
*
Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...
Marshall Clow
2016-07-26
8
-0
/
+389
*
Implement P0392r0. Integrate filesystem::path and string_view.
Eric Fiselier
2016-07-23
5
-3
/
+116
*
[libcxx][filesystem] Remove setgid from parent before testing permissions
Jonas Hahnfeld
2016-07-18
1
-0
/
+3
*
Fix std::experimental::optional tests. Patch from Casey Carter.
Eric Fiselier
2016-07-17
5
-13
/
+9
*
Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier
2016-06-27
1
-2
/
+2
*
Move more _LIBCPP_VERSION tests to test/libcxx.
Eric Fiselier
2016-06-22
3
-60
/
+0
*
Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...
Eric Fiselier
2016-06-21
2
-10
/
+14
*
Implement LWG issue 2725. The issue should move this meeting
Eric Fiselier
2016-06-21
1
-0
/
+4
*
Implement std::experimental::propagate_const from LFTS v2
Jonathan Coe
2016-06-19
41
-0
/
+1436
*
Fix various undefined behavior found by UBSan.
Eric Fiselier
2016-06-19
1
-6
/
+6
*
Fix bugs in last_write_time implementation.
Eric Fiselier
2016-06-19
1
-23
/
+89
*
Fix 3 bugs in filesystem tests and implementation.
Eric Fiselier
2016-06-18
3
-40
/
+25
*
Add additional tests in an attempt to diagnose ARM test failures.
Eric Fiselier
2016-06-18
3
-12
/
+63
*
Add checkpoints to string allocation test to help with debugging arm failures.
Eric Fiselier
2016-06-18
1
-1
/
+6
*
Fix bugs in recursive_directory_iterator::increment(ec) implementation and te...
Eric Fiselier
2016-06-17
1
-9
/
+17
*
Work around GCC bug in tests. The bug has been fixed in GCC 6.0
Eric Fiselier
2016-06-17
1
-2
/
+2
*
Fix initialization of test case array in C++11
Eric Fiselier
2016-06-17
1
-1
/
+3
*
Fix bugs in recursive_directory_iterator implementation and tests.
Eric Fiselier
2016-06-17
2
-24
/
+45
*
Get filesystem tests passing for single-threaded configurations.
Eric Fiselier
2016-06-17
6
-14
/
+3
*
Update status of filesystem issues, and add tests for LWG issue 2683
Eric Fiselier
2016-06-17
1
-13
/
+13
*
Reorder permissions test so they are not dependent on the processes umask
Eric Fiselier
2016-06-17
1
-4
/
+4
*
Respect the processes umask in the create_directory test
Eric Fiselier
2016-06-17
1
-9
/
+11
*
Fix a couple of warnings present in the filesystem tests.
Eric Fiselier
2016-06-17
3
-4
/
+16
*
Add Filesystem TS -- Complete
Eric Fiselier
2016-06-17
123
-0
/
+10116
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
20
-24
/
+56
*
Found a couple bugs in the test suite. No functionality change.
Marshall Clow
2016-06-14
1
-2
/
+2
*
Fix warnings in tests.
Eric Fiselier
2016-06-14
1
-31
/
+25
*
Add `REQUIRES: c++experimental` where appropriate.
Dan Albert
2016-06-10
27
-0
/
+27
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
72
-147
/
+147
*
Make string_view work with -fno-exceptions and get tests passing.
Eric Fiselier
2016-05-30
8
-57
/
+102
*
Fix bug in test allocator that incorrectly computed the allocation size
Eric Fiselier
2016-05-30
1
-1
/
+1
*
[libcxx] Improve tests to use the UNSUPPORTED lit directive
Asiri Rathnayake
2016-05-28
67
-352
/
+76
*
Add experimental container alias templates for PMRs
Eric Fiselier
2016-05-07
10
-0
/
+576
*
Add <experimental/memory_resource>
Eric Fiselier
2016-05-07
40
-0
/
+2732
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
1
-5
/
+0
*
Implement P0253R1: Fixing a design mistake in the searchers interface.
Marshall Clow
2016-03-08
11
-13
/
+16
*
implement ostream_joiner. Reviewed as http://reviews.llvm.org/D16605
Marshall Clow
2016-01-28
7
-0
/
+381
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
21
-0
/
+21
*
Suppress array initialization warnings in std::experimental::apply tests
Eric Fiselier
2015-10-01
3
-0
/
+13
*
Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
Marshall Clow
2015-09-08
9
-0
/
+1035
[next]