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
/
depr
/
depr.c.headers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from
Richard Smith
2016-02-10
2
-10
/
+15
*
Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...
Marshall Clow
2015-11-25
1
-0
/
+8
*
[libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.
Asiri Rathnayake
2015-11-12
1
-1
/
+0
*
std:: qualify ptrdiff_t in the test. Thanks to Walter for the catch
Marshall Clow
2015-11-10
1
-2
/
+2
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.
Richard Smith
2015-10-13
1
-0
/
+43
*
Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C...
Eric Fiselier
2015-10-10
1
-517
/
+0
*
Get some of wchar_h.pass.cpp working on apple.
Eric Fiselier
2015-10-10
1
-10
/
+16
*
Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...
Richard Smith
2015-10-10
1
-11
/
+24
*
Add a test that we declare the right set of C library function signatures in ::
Richard Smith
2015-10-10
1
-0
/
+517
*
Revert r249889 due to bot failure.
Manman Ren
2015-10-10
1
-18
/
+11
*
Split <wchar.h> out of <cwchar>.
Richard Smith
2015-10-09
1
-11
/
+18
*
Split <stdlib.h> out of <cstdlib>.
Richard Smith
2015-10-09
1
-0
/
+24
*
Split <stdio.h> out of <cstdio>.
Richard Smith
2015-10-09
1
-0
/
+20
*
Fix test failure in C++98 mode due to imperfect static_assert emulation.
Richard Smith
2015-10-08
1
-1
/
+1
*
Split <stddef.h> out of <cstddef>.
Richard Smith
2015-10-08
1
-0
/
+22
*
Split <setjmp.h> out of <csetjmp>.
Richard Smith
2015-10-08
1
-0
/
+4
*
Split <math.h> out of <cmath>.
Richard Smith
2015-10-08
3
-22
/
+884
*
Split <inttypes.h> out of <cinttypes>.
Richard Smith
2015-10-08
1
-2
/
+287
*
Manually suppress -Wnonnull when it occurs in an unevaluated context
Eric Fiselier
2015-10-01
1
-0
/
+6
*
Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...
Marshall Clow
2015-09-15
1
-1
/
+1
*
Cleanup warnings in test/std/depr
Eric Fiselier
2015-07-18
8
-12
/
+21
*
Make support for thread-unsafe C functions optional.
Ed Schouten
2015-06-24
2
-1
/
+5
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
1
-0
/
+1
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
26
-0
/
+2935