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
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
1
-0
/
+10
*
Fix bad locale test data when using the newest glibc
Eric Fiselier
2016-09-04
1
-0
/
+7
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
1
-1
/
+1
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
1
-11
/
+13
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+25
*
Fix new ASAN failures
Eric Fiselier
2016-08-15
1
-0
/
+1
*
Refactor test archetypes implementation.
Eric Fiselier
2016-08-11
2
-99
/
+135
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
3
-29
/
+519
*
Fix copy/move constructor annotation for the uses-allocator test types.
Eric Fiselier
2016-08-08
1
-9
/
+19
*
Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...
Eric Fiselier
2016-08-03
1
-1
/
+4
*
Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier
2016-07-25
1
-0
/
+110
*
Implement P0040r3: Extending memory management tools
Eric Fiselier
2016-07-24
1
-0
/
+27
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
1
-0
/
+8
*
Add checkpoint diagnostics to help diagnose buildbot failures.
Eric Fiselier
2016-07-18
1
-2
/
+7
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-0
/
+78
*
Fix UB in uses_alloc_types.hpp
Eric Fiselier
2016-06-27
1
-2
/
+2
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
1
-1
/
+1
*
Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier
2016-06-27
1
-11
/
+11
*
Add [[noreturn]] attribute to throw_bad_alloc_helper().
Eric Fiselier
2016-06-26
2
-3
/
+8
*
Use correct Clang feature names. I got them wrong in the previous commit
Eric Fiselier
2016-06-22
1
-2
/
+2
*
Support old GCC exception and rtti detection macros
Eric Fiselier
2016-06-22
1
-2
/
+4
*
Add tests for RTTI/exceptions test macros.
Eric Fiselier
2016-06-22
5
-0
/
+105
*
Fix exception/rtti detection in tests.
Eric Fiselier
2016-06-22
1
-2
/
+2
*
Cleanup [list.modifiers] tests.
Eric Fiselier
2016-06-22
1
-1
/
+34
*
Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.com
Eric Fiselier
2016-06-22
1
-1
/
+5
*
Allow the libc++ build/source paths to contain symlinks.
Eric Fiselier
2016-06-21
1
-0
/
+2
*
Implement std::experimental::propagate_const from LFTS v2
Jonathan Coe
2016-06-19
1
-0
/
+119
*
Fix SleepFor(...) helper when a monotonic clock is not available.
Eric Fiselier
2016-06-18
1
-3
/
+7
*
Use monotonic clock in synthetic SleepFor test helper
Eric Fiselier
2016-06-18
1
-2
/
+2
*
Fix 3 bugs in filesystem tests and implementation.
Eric Fiselier
2016-06-18
1
-0
/
+16
*
Get filesystem tests passing for single-threaded configurations.
Eric Fiselier
2016-06-17
1
-0
/
+11
*
Add Filesystem TS -- Complete
Eric Fiselier
2016-06-17
8
-0
/
+1517
*
[libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...
Eric Fiselier
2016-06-15
1
-11
/
+12
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
4
-8
/
+10
*
Fix warnings in tests.
Eric Fiselier
2016-06-14
1
-1
/
+1
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
6
-17
/
+17
*
Fix bug in test allocator that incorrectly computed the allocation size
Eric Fiselier
2016-05-30
1
-3
/
+4
*
Add missing include to test_iterators.h
Eric Fiselier
2016-05-27
1
-0
/
+1
*
Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
Eric Fiselier
2016-05-16
1
-6
/
+0
*
Add <experimental/memory_resource>
Eric Fiselier
2016-05-07
3
-0
/
+861
*
Don't use std::__clz in 'test/support/hexfloat.h'.
Eric Fiselier
2016-05-03
1
-4
/
+16
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
1
-1
/
+1
*
Fix possible test breakage for MinGW
Eric Fiselier
2016-04-29
1
-8
/
+9
*
Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
1
-6
/
+8
*
Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
1
-1
/
+1
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
3
-29
/
+19
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
2
-4
/
+4
*
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-0
/
+2
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
4
-30
/
+34
*
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier
2016-04-16
1
-0
/
+5
[next]