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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
13
-0
/
+234
*
Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...
Marshall Clow
2015-11-25
1
-0
/
+8
*
Remove undefined behavior from tests; specifically, ensure that the value typ...
Marshall Clow
2015-11-24
14
-49
/
+59
*
Add tests for the extended integer types - as required by LWG#2119
Marshall Clow
2015-11-17
1
-0
/
+40
*
Implement P0007: Constant View: A proposal for a std::as_const helper functio...
Marshall Clow
2015-11-17
2
-0
/
+68
*
Fix compile error in test. Can't use `operator[]` for multimap.
Marshall Clow
2015-11-16
1
-1
/
+1
*
More tests for LWG#2156
Marshall Clow
2015-11-16
4
-0
/
+64
*
LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...
Marshall Clow
2015-11-16
4
-0
/
+48
*
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...
Marshall Clow
2015-11-16
3
-0
/
+171
*
Implement P0074: Making owner_less more flexible
Marshall Clow
2015-11-12
1
-0
/
+40
*
[libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.
Asiri Rathnayake
2015-11-12
5
-3
/
+2
*
Fix typo I just introduced.
Marshall Clow
2015-11-10
1
-1
/
+1
*
std:: qualify ptrdiff_t in the test. Thanks to Walter for the catch
Marshall Clow
2015-11-10
1
-2
/
+2
*
Walter pointed out some missing includes in the tests. Fixing the includes un...
Marshall Clow
2015-11-10
59
-31
/
+85
*
Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...
Marshall Clow
2015-11-10
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
153
-0
/
+153
*
Implement LWG#2353: std::next is over-constrained
Marshall Clow
2015-11-07
1
-0
/
+4
*
More of P0006R0: type traits variable aliases for C++17.
Marshall Clow
2015-11-07
26
-5
/
+234
*
Implement P0092R1 for C++1z
Marshall Clow
2015-11-05
14
-0
/
+589
*
Remove undefined behavior from some tests. Same pattern as the unitialized_co...
Marshall Clow
2015-11-02
2
-10
/
+16
*
Remove undefined behavior from some tests. Thanks to Walter Brown for the hea...
Marshall Clow
2015-11-02
2
-10
/
+18
*
Improve the tests for 'is_literal_type'
Marshall Clow
2015-11-01
1
-18
/
+62
*
Implement the first part of P0006R0: Adopt Type Traits Variable Templates for...
Marshall Clow
2015-11-01
34
-0
/
+2198
*
Implement P0004R1 'Remove Deprecated iostreams aliases'
Marshall Clow
2015-10-29
5
-0
/
+25
*
Fix LWG#2489: mem_fn() should be noexcept
Marshall Clow
2015-10-25
1
-0
/
+3
*
Add the tests for the last commit
Marshall Clow
2015-10-25
2
-0
/
+144
*
Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...
Marshall Clow
2015-10-25
1
-2
/
+2
*
Add a test for LWG#2462: std::ios_base::failure is overspecified
Marshall Clow
2015-10-25
1
-0
/
+3
*
Fix LWG#2127: Move-construction with raw_storage_iterator.
Marshall Clow
2015-10-25
1
-4
/
+23
*
Fix LWG#2244: basic_istream::seekg
Marshall Clow
2015-10-25
1
-0
/
+9
*
Set LC_COLLATE rather than LANG to override collation.
Tim Northover
2015-10-23
1
-1
/
+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
[prev]
[next]