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
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
4
-5
/
+24
*
Fix or move various non-standard tests.
Eric Fiselier
2016-04-29
1
-71
/
+0
*
Move INVOKE tests into test/libcxx sub-tree.
Eric Fiselier
2016-04-29
6
-1419
/
+16
*
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
1
-1
/
+1
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
4
-6
/
+6
*
Add braces, move braces, and rename variables to avoid shadowing. Patch from ...
Eric Fiselier
2016-04-28
1
-2
/
+2
*
Provide member function definitions to avoid warnings. Patch from STL@microso...
Eric Fiselier
2016-04-28
1
-1
/
+1
*
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
26
-0
/
+52
*
Rename a few tests that had typos in their names. No functional change. Thank...
Marshall Clow
2016-04-23
2
-0
/
+0
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
1
-0
/
+1
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
8
-61
/
+534
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
10
-58
/
+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
*
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
*
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
Eric Fiselier
2016-04-15
3
-2
/
+278
*
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...
Eric Fiselier
2016-04-15
2
-55
/
+98
*
Make std::addressof constexpr in C++17 (Clang only).
Eric Fiselier
2016-03-17
1
-0
/
+42
*
Mark exception-throwing test as XFAIL when exceptions are disabled
Marshall Clow
2016-03-14
1
-0
/
+1
*
Fix for PR26812: possible overflow issue in std::allocator::allocate
Marshall Clow
2016-03-03
1
-0
/
+46
*
Added tests to make sure that the categorization traits work on incomplete types
Marshall Clow
2016-02-25
29
-15
/
+127
*
No, really - test the constructor
Marshall Clow
2016-02-25
1
-1
/
+1
*
Add test to ensure that the converting constructor in N4089 is present and wo...
Marshall Clow
2016-02-25
1
-0
/
+27
*
These new tests fail on the green-dragon bots, which use an old Apple compiler.
Marshall Clow
2016-02-23
1
-8
/
+10
*
Add tests for LWG#2560. No code changes, just tests
Marshall Clow
2016-02-23
1
-0
/
+9
*
Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...
Eric Fiselier
2016-01-26
1
-0
/
+8
*
Implement LWG#2385; remove the allocator-aware std::function::assign call. It...
Marshall Clow
2016-01-25
1
-0
/
+4
*
Implement LWG#2101 'Some transformation types can produce impossible types' ...
Marshall Clow
2016-01-21
5
-13
/
+114
*
Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits
Eric Fiselier
2016-01-20
9
-3
/
+29
*
Add missing license headers
Eric Fiselier
2016-01-19
2
-0
/
+18
*
One more missing std:: qualification from Jonathan
Marshall Clow
2016-01-12
1
-1
/
+2
*
Add a bunch of missing includes in the test suite to make it more portable. F...
Marshall Clow
2016-01-12
2
-2
/
+4
*
[libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...
Eric Fiselier
2015-12-23
2
-6
/
+175
*
Fix type in tuple test. Sorry for the noise
Eric Fiselier
2015-12-18
1
-2
/
+2
*
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...
Eric Fiselier
2015-12-18
5
-11
/
+264
*
Fix various GCC mis-configurations for newer versions.
Eric Fiselier
2015-12-15
1
-5
/
+4
*
K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...
Marshall Clow
2015-12-14
1
-7
/
+7
*
Add add_lvalue_ref tests for a few function types, with a note why not more
Marshall Clow
2015-12-14
1
-0
/
+36
*
Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.
Eric Fiselier
2015-12-09
4
-11
/
+49
*
Last bit of P0006; mark it as complete
Marshall Clow
2015-11-30
1
-0
/
+4
*
Fix bugs in alignment_of_v, etc. Re-enable the newly added tests
Marshall Clow
2015-11-30
3
-16
/
+16
*
Temporarily disable new tests while I figure out what's going on
Marshall Clow
2015-11-30
3
-19
/
+19
*
Fix bad macros
Marshall Clow
2015-11-30
1
-1
/
+1
*
Implement more of P0006; Type Traits Variable Templates. <ratio>
Marshall Clow
2015-11-30
6
-54
/
+120
*
Fix bad macros in tests
Marshall Clow
2015-11-30
3
-5
/
+5
*
Implement more of P0006; Type Traits Variable Templates.
Marshall Clow
2015-11-30
6
-2
/
+68
[next]