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
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
3
-6
/
+109
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-01-04
5
-5
/
+5
*
[libcxx] [test] Fix recently introduced warnings emitted by MSVC.
Stephan T. Lavavej
2017-01-04
4
-0
/
+16
*
[libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake
2017-01-03
3
-8
/
+8
*
[libcxx] Fix testing of the externally-threaded library build
Asiri Rathnayake
2017-01-03
1
-1
/
+1
*
threading_support: refactor for Win32 threading
Saleem Abdulrasool
2017-01-03
1
-1
/
+1
*
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-03
1
-1
/
+1
*
Re-implement LWG 2770 - Fix tuple_size with structured bindings.
Eric Fiselier
2017-01-02
3
-24
/
+16
*
Fix some 'FIXME's in the tests.
Marshall Clow
2016-12-30
4
-18
/
+10
*
Recommit r290750: Fix PR19460 - std::ios is convertible to int.
Eric Fiselier
2016-12-30
1
-0
/
+9
*
Revert r290750 - Fix PR19460 - std::ios is convertible to int.
Eric Fiselier
2016-12-30
1
-9
/
+0
*
Add missing include in test.
Eric Fiselier
2016-12-30
1
-0
/
+2
*
Fix PR19460 - std::ios is convertible to int.
Eric Fiselier
2016-12-30
1
-0
/
+7
*
Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.
Ed Schouten
2016-12-30
2
-4
/
+0
*
Get ctype_byname tests passing on Linux.
Eric Fiselier
2016-12-30
6
-75
/
+96
*
Fix PR31489 - std::function self-swap segfaults
Eric Fiselier
2016-12-29
2
-94
/
+195
*
Fix debug mode for vector/list and cleanup tests
Eric Fiselier
2016-12-28
26
-855
/
+345
*
Add tests for unordered container tests and std::string
Eric Fiselier
2016-12-28
4
-0
/
+547
*
Fix build errors in C++03 caused by recent debug changes
Eric Fiselier
2016-12-28
1
-2
/
+2
*
Implement a throwing version of _LIBCPP_ASSERT.
Eric Fiselier
2016-12-28
3
-0
/
+96
*
Implement P0435R1 - Resolving LWG issues for common_type
Eric Fiselier
2016-12-27
1
-10
/
+183
*
Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly
Eric Fiselier
2016-12-27
1
-5
/
+17
*
Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...
Marshall Clow
2016-12-24
1
-0
/
+44
*
Enable -Wunreachable-code and fix duplicate warning flags
Eric Fiselier
2016-12-24
3
-9
/
+9
*
Fix ASAN test failure
Eric Fiselier
2016-12-24
1
-1
/
+3
*
Fix -Wsign-compare warnings in re tests that only run on OS X
Eric Fiselier
2016-12-24
7
-224
/
+224
*
Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned
Eric Fiselier
2016-12-24
1
-7
/
+7
*
Fix warning caused by platforms providing a signed wint_t
Eric Fiselier
2016-12-24
1
-1
/
+2
*
Fix yet another missed -Wunused warning. Hopefully this is the last one
Eric Fiselier
2016-12-24
1
-7
/
+8
*
Fix unused warning which only triggers in C++11
Eric Fiselier
2016-12-24
1
-0
/
+3
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
8
-44
/
+27
*
Fix missed sign-compare warning
Eric Fiselier
2016-12-24
1
-1
/
+1
*
fix newly failing c++03 tests
Eric Fiselier
2016-12-24
2
-3
/
+8
*
Fix another unused warning
Eric Fiselier
2016-12-24
1
-0
/
+1
*
fix sign comparison warnings
Eric Fiselier
2016-12-24
1
-3
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
103
-213
/
+202
*
Update doc and various cleanup
Eric Fiselier
2016-12-23
1
-19
/
+70
*
Add test that _LIBCPP_VERSION matches __libcpp_version
Eric Fiselier
2016-12-23
1
-0
/
+28
*
Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michae...
Eric Fiselier
2016-12-23
4
-4
/
+4
*
Fix XFAILS for is_trivially_destructible trait
Eric Fiselier
2016-12-15
2
-6
/
+0
*
Fix typo
Eric Fiselier
2016-12-15
1
-1
/
+1
*
Add tests for LWG 2796
Eric Fiselier
2016-12-15
2
-0
/
+73
*
Add more test cases for PR31384
Eric Fiselier
2016-12-15
1
-9
/
+59
*
Add test case for PR31384
Eric Fiselier
2016-12-15
1
-0
/
+38
*
Revert r289727 due to PR31384
Eric Fiselier
2016-12-15
3
-414
/
+0
*
XFAIL test for more apple-clang versions
Eric Fiselier
2016-12-15
1
-1
/
+1
*
Work around bug in initialization of std::array base class with older clangs
Eric Fiselier
2016-12-14
2
-3
/
+9
*
Fix PR31378 - std::list::remove should not require a default constructible al...
Eric Fiselier
2016-12-14
3
-33
/
+89
*
[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...
Stephan T. Lavavej
2016-12-14
4
-4
/
+4
*
[libcxx] Fix tuple construction/assignment from types derived from tuple/pair...
Eric Fiselier
2016-12-14
3
-0
/
+408
[next]