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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add <experimental/memory_resource>
Eric Fiselier
2016-05-07
50
-0
/
+4056
*
Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support
Eric Fiselier
2016-05-06
1
-1
/
+4
*
Removing some trailing whitespace
Eric Fiselier
2016-05-04
2
-2
/
+2
*
Make check-libcxx dependant on libc++experimental if present.
Eric Fiselier
2016-05-03
1
-1
/
+5
*
Create new library 'libc++experimental.a' for packaging TS symbols.
Eric Fiselier
2016-05-03
3
-0
/
+6
*
Fix PR27538. Remove __is_convertible specializations for array and function t...
Eric Fiselier
2016-05-03
1
-2
/
+46
*
[libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "a...
Eric Fiselier
2016-05-03
4
-18
/
+24
*
Don't use std::__clz in 'test/support/hexfloat.h'.
Eric Fiselier
2016-05-03
1
-4
/
+16
*
Guard use of <unistd.h> in test.
Eric Fiselier
2016-05-03
1
-17
/
+22
*
Cleanup warnings and remove use of __builtin_va_list in depr.c.headers
Eric Fiselier
2016-05-02
5
-20
/
+9
*
Initialize local doubles to NaN. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
2
-28
/
+30
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
23
-15
/
+69
*
Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...
Eric Fiselier
2016-04-30
1
-3
/
+3
*
Fix PR21428 for long. Buffer was one byte too small in octal formatting case....
Eric Fiselier
2016-04-29
1
-9
/
+31
*
Move extern C include test into test/libcxx
Eric Fiselier
2016-04-29
1
-0
/
+0
*
Fix test failures by adding missing include
Eric Fiselier
2016-04-29
1
-0
/
+1
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
31
-137
/
+100
*
Move INVOKE tests into test/libcxx sub-tree.
Eric Fiselier
2016-04-29
6
-10
/
+21
*
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
*
Remove more names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
2
-10
/
+10
*
Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
1
-1
/
+1
*
Add <string> include for streaming operators. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
8
-0
/
+8
*
Add proper include for unique_ptr. Patch from STL@microsoft.com
Eric Fiselier
2016-04-29
1
-0
/
+1
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
101
-342
/
+390
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
16
-20
/
+20
*
Add braces, move braces, and rename variables to avoid shadowing. Patch from ...
Eric Fiselier
2016-04-28
5
-4
/
+10
*
Provide member function definitions to avoid warnings. Patch from STL@microso...
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Rename function parameters to avoid shadowing. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-4
/
+4
*
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
30
-0
/
+62
*
Fix = that should have been == in test. Thanks to STL@microsoft for the catch
Marshall Clow
2016-04-27
1
-1
/
+1
*
Apparently XFAIL tests that are supposed to fail to compile can be problemati...
Marshall Clow
2016-04-26
7
-14
/
+28
*
#include <test_macros.h> in all the regex tests, and remove all mentions of _...
Marshall Clow
2016-04-26
140
-31
/
+149
*
Rename a few tests that had typos in their names. No functional change. Thank...
Marshall Clow
2016-04-23
4
-0
/
+0
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
22
-31
/
+45
*
Add missing include of <algorithm>
Marshall Clow
2016-04-22
2
-0
/
+2
*
Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier
2016-04-22
1
-1
/
+40
*
Fix C++03 build breakage
Eric Fiselier
2016-04-22
1
-2
/
+9
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
13
-34
/
+39
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
10
-61
/
+584
*
Add cxx_runtime_root options for testing against a different libc++ at runtime
Eric Fiselier
2016-04-20
2
-5
/
+10
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
1
-15
/
+51
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
11
-63
/
+488
*
XFAILing new test on C++03
Ben Craig
2016-04-19
1
-0
/
+1
*
Include initializer_list from utility
Ben Craig
2016-04-19
1
-0
/
+20
*
Framework to allow testing of static libc++abi
Ben Craig
2016-04-19
4
-23
/
+41
*
Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier
2016-04-19
11
-3
/
+285
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
7
-45
/
+336
*
Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier
2016-04-18
1
-3
/
+8
*
Add tests for LWG issue 2361
Eric Fiselier
2016-04-18
15
-8
/
+262
[next]