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
*
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
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
1
-0
/
+62
*
Update container_test_types.h and cleanup the related tests
Eric Fiselier
2016-03-31
1
-118
/
+78
*
Missed this file in previous checkin
Marshall Clow
2016-03-14
1
-6
/
+33
*
Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[].
Eric Fiselier
2016-02-11
1
-0
/
+5
*
Revert r260514 because it has a bogus commit message.
Eric Fiselier
2016-02-11
1
-5
/
+0
*
separate nested >>
Eric Fiselier
2016-02-11
1
-1
/
+1
*
Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier
2016-02-11
1
-0
/
+5
*
Teach __hash_table how to handle unordered_map's __hash_value_type.
Eric Fiselier
2016-02-11
1
-0
/
+522
*
Got the test backwards in r258279. Fixed that and de-tabbed
Marshall Clow
2016-01-20
1
-166
/
+166
*
Fix up the tests I added for string exceptions to be skipped when exceptions ...
Marshall Clow
2016-01-20
1
-0
/
+21
*
Add missing license headers
Eric Fiselier
2016-01-19
7
-0
/
+58
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
1
-0
/
+199
*
Remove some test scaffolding that I added and then didn't need. No functional...
Marshall Clow
2016-01-05
1
-29
/
+0
*
First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...
Marshall Clow
2016-01-05
1
-0
/
+30
*
Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.
Eric Fiselier
2015-12-09
1
-0
/
+6
[next]