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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[libcxx] basic_regex: add traits_type, string_type
Hubert Tong
2016-08-02
1
-0
/
+6
*
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
9
-35
/
+668
*
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
*
Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-1
/
+1
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
14
-39
/
+53
*
Make bucket_count() greater-equal assertions portable. Patch from STL@microso...
Eric Fiselier
2016-07-24
4
-7
/
+7
*
Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
4
-48
/
+52
*
Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...
Eric Fiselier
2016-07-24
1
-3
/
+5
*
Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier
2016-07-24
4
-2
/
+274
*
Fix memory leak in test.
Eric Fiselier
2016-07-24
1
-0
/
+4
*
Implement LWG 2393. Check for LValue-callability.
Eric Fiselier
2016-07-24
3
-0
/
+65
*
Implement LWG2328. Rvalue stream extraction should perfect forward.
Eric Fiselier
2016-07-24
1
-6
/
+15
*
Implement P0040r3: Extending memory management tools
Eric Fiselier
2016-07-24
9
-0
/
+871
*
Implement the in_place tags from p0032r3.
Eric Fiselier
2016-07-23
1
-0
/
+99
*
Implement P0392r0. Integrate filesystem::path and string_view.
Eric Fiselier
2016-07-23
5
-3
/
+116
*
Again, w/o the tabs
Marshall Clow
2016-07-21
1
-5
/
+5
*
Another fix to appease the no-exception bots.
Marshall Clow
2016-07-21
1
-7
/
+11
*
Fix some string_view tests that were failing when exceptions were disabled. A...
Marshall Clow
2016-07-21
5
-6
/
+31
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
95
-5
/
+17377
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
9
-80
/
+104
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
2
-2
/
+4
*
Fix inheriting constructor test for std::function.
Eric Fiselier
2016-07-20
1
-4
/
+7
*
Unbreak is_constructible tests for Clang <= 3.7.
Eric Fiselier
2016-07-20
2
-1
/
+25
*
Add missed test in r276090.
Eric Fiselier
2016-07-20
1
-0
/
+23
*
Reimplement is_constructible fallback implementation. Fixes PR21574.
Eric Fiselier
2016-07-20
2
-7
/
+60
*
Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.
Eric Fiselier
2016-07-20
1
-0
/
+74
*
Fix undefined behavior in __tree
Eric Fiselier
2016-07-19
1
-0
/
+31
*
Remove locale tests that depend on enviroment variables.
Eric Fiselier
2016-07-18
1
-17
/
+0
*
[libcxx][filesystem] Remove setgid from parent before testing permissions
Jonas Hahnfeld
2016-07-18
1
-0
/
+3
*
Add checkpoint diagnostics to help diagnose buildbot failures.
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.
Eric Fiselier
2016-07-18
3
-0
/
+12
*
Add includes in test. Patch from STL@microsoft.com
Eric Fiselier
2016-07-18
1
-0
/
+4
*
Suppress warning in make_from_tuple tests.
Eric Fiselier
2016-07-18
1
-0
/
+4
[next]