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 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
*
Our test allocators support move/copy construction; they should support move/...
Marshall Clow
2015-10-06
1
-1
/
+7
*
Attempt to prevent flaky thread.mutex tests by once again increasing timing t...
Eric Fiselier
2015-10-01
1
-0
/
+5
*
Suppress array initialization warnings in std::experimental::apply tests
Eric Fiselier
2015-10-01
1
-0
/
+8
*
Fix bug in test_allocator<void> that used the wrong value to represent object...
Eric Fiselier
2015-08-28
1
-2
/
+2
*
Remove test_atomic.h header
Eric Fiselier
2015-08-19
1
-109
/
+0
*
[libcxx] Allow use of <atomic> in C++03. Try 3.
Eric Fiselier
2015-08-19
1
-0
/
+2
*
[libcxx] Add Atomic test helper and fix TSAN failures.
Eric Fiselier
2015-08-18
1
-0
/
+109
*
[libcxx] Add <experimental/any> v2.
Eric Fiselier
2015-07-31
3
-0
/
+375
*
Forgot the support include file in r241091
Marshall Clow
2015-06-30
1
-0
/
+73
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
1
-6
/
+6
*
More of N4258 implementation. Mark all of our test_allocators as noexcept con...
Marshall Clow
2015-06-03
3
-24
/
+30
*
Add test macros header to remove dependance on __config macros.
Eric Fiselier
2015-05-27
1
-0
/
+83
*
Add option to disable access to the global filesystem namespace.
Ed Schouten
2015-03-12
1
-0
/
+4
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
1
-1
/
+2
*
Add TrackedValue to test/support. Thanks to Louis Dionne
Eric Fiselier
2015-03-09
1
-0
/
+50
*
Add CloudABI locale names to platform_support.h.
Ed Schouten
2015-03-09
1
-0
/
+10
*
Fix error checking in get_temp_file_name().
Dan Albert
2015-02-13
1
-4
/
+7
*
Add pragma system header to some experimental headers and add newlines to files.
Eric Fiselier
2015-02-10
1
-1
/
+1
*
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
Eric Fiselier
2015-02-10
1
-0
/
+44
*
Fix use of C++11 extensions in C++03 code.
Eric Fiselier
2015-02-10
1
-9
/
+9
*
Remove use of _[A-Z] identifiers and poison them to detect usage
Eric Fiselier
2015-02-05
1
-0
/
+32
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
1
-0
/
+50
*
Fix PR22366. When move-constructing an associative container and explicitly p...
Marshall Clow
2015-01-28
1
-0
/
+52
*
Fix definition of __has_feature in r227263
Eric Fiselier
2015-01-27
1
-1
/
+1
*
Ensure __has_feature is defined in test/support/count_new.hpp
Eric Fiselier
2015-01-27
1
-0
/
+4
*
[libcxx] Consolidate new/delete replacement in tests and disable it when usin...
Eric Fiselier
2014-12-22
1
-0
/
+201
[next]