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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Last bit of P0006; mark it as complete
Marshall Clow
2015-11-30
3
-1
/
+13
*
Fix bugs in alignment_of_v, etc. Re-enable the newly added tests
Marshall Clow
2015-11-30
4
-19
/
+19
*
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
*
Missing file from last commit
Marshall Clow
2015-11-30
1
-0
/
+33
*
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
7
-2
/
+93
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
17
-0
/
+252
*
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
*
Use libcxx's default rune table with the Musl C library.
Vasileios Kalintiris
2015-11-24
3
-19
/
+15
*
Fix some mistakes in the <utility> and <tuple> synopses. No functional change...
Marshall Clow
2015-11-19
2
-11
/
+11
*
Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-...
Marshall Clow
2015-11-19
1
-5
/
+5
*
Fix bad variable name. project_root -> project_obj_root
Eric Fiselier
2015-11-17
1
-1
/
+1
*
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
4
-1
/
+77
*
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
5
-1
/
+49
*
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...
Marshall Clow
2015-11-16
5
-143
/
+370
*
Mark P0013 as 'in progress'
Marshall Clow
2015-11-16
1
-1
/
+1
*
Implement P0074: Making owner_less more flexible
Marshall Clow
2015-11-12
3
-1
/
+69
*
[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
60
-35
/
+94
*
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
158
-0
/
+159
*
Mark LWG#2486 as complete. Eric did this as part of r242959
Marshall Clow
2015-11-09
1
-1
/
+1
*
Make check-libcxx Py3-compatible.
NAKAMURA Takumi
2015-11-09
1
-3
/
+3
*
Add initial support for the MUSL C library.
Vasileios Kalintiris
2015-11-09
6
-18
/
+100
*
Mark LWG#2224 as complete. Wording change only, no code changes required
Marshall Clow
2015-11-07
1
-1
/
+1
*
Implement LWG#2353: std::next is over-constrained
Marshall Clow
2015-11-07
3
-6
/
+10
*
More of P0006R0: type traits variable aliases for C++17.
Marshall Clow
2015-11-07
27
-5
/
+354
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
15
-260
/
+496
*
Allow deque to handle incomplete types.
Evgeniy Stepanov
2015-11-06
3
-12
/
+77
*
Cleanup foo.h headers and __config to work in C
Eric Fiselier
2015-11-06
6
-3
/
+24
*
Mark LWG issue #2234. We already do this; no code change needed
Marshall Clow
2015-11-05
1
-1
/
+1
*
Implement P0092R1 for C++1z
Marshall Clow
2015-11-05
16
-1
/
+713
*
Make reverse() call iter_swap like the standard says, instead of calling swap...
Marshall Clow
2015-11-02
1
-2
/
+2
*
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
*
Add 'nostdinc++' to the flags used by testit. Makes the tests run better on M...
Marshall Clow
2015-11-01
1
-1
/
+1
*
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
35
-2
/
+2510
*
Revert r249929 ("Split <string.h> out of <cstring>").
Richard Smith
2015-10-29
2
-86
/
+18
*
Implement P0004R1 'Remove Deprecated iostreams aliases'
Marshall Clow
2015-10-29
7
-7
/
+35
*
Mark two Kona papers as 'in progress'
Marshall Clow
2015-10-28
1
-2
/
+2
*
Adapt to lit change in llvm r251478-r251481
Matthias Braun
2015-10-28
1
-8
/
+13
[next]