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
*
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
*
Fix test suite configuration. Sorry Marshall
Eric Fiselier
2015-10-26
1
-1
/
+3
*
Mark LWG#2495 as complete. No code changes needed
Marshall Clow
2015-10-25
1
-1
/
+1
*
Fix LWG#2489: mem_fn() should be noexcept
Marshall Clow
2015-10-25
3
-4
/
+7
*
Add the tests for the last commit
Marshall Clow
2015-10-25
2
-0
/
+144
*
Fix LWG#2476: scoped_allocator_adaptor is not assignable
Marshall Clow
2015-10-25
1
-0
/
+4
*
Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...
Marshall Clow
2015-10-25
3
-5
/
+4
*
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
3
-5
/
+28
*
Fix LWG#2244: basic_istream::seekg
Marshall Clow
2015-10-25
3
-1
/
+11
*
Update C++ status from Kona
Marshall Clow
2015-10-25
2
-1
/
+56
*
Set LC_COLLATE rather than LANG to override collation.
Tim Northover
2015-10-23
1
-1
/
+1
*
Use proper output directory when naminging the libc++ output
Eric Fiselier
2015-10-23
1
-1
/
+1
*
Dont required CMake 3 to install a linker script
Eric Fiselier
2015-10-22
1
-2
/
+3
*
Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none
Eric Fiselier
2015-10-22
2
-15
/
+15
*
Disable linker scripts when the ABI library is not specified or is none.
Eric Fiselier
2015-10-22
1
-1
/
+4
*
Detect relaxed constexpr rules for gcc versions
Marshall Clow
2015-10-20
1
-1
/
+4
*
Fix an unfortunate yet old typo that never got attention before r250507.
Benjamin Kramer
2015-10-16
1
-1
/
+1
*
Remove a long-standing __has_include hack.
Benjamin Kramer
2015-10-16
4
-25
/
+8
*
Re-enable linker scripts after fixing bad CMake
Eric Fiselier
2015-10-15
2
-4
/
+4
*
Quickly fix bad commit
Eric Fiselier
2015-10-15
1
-1
/
+2
*
[libcxx] Make libc++.so a linker script by default on most platforms.
Eric Fiselier
2015-10-15
4
-6
/
+48
*
Fix handling of -Wno-pedantic
Eric Fiselier
2015-10-15
1
-2
/
+3
*
Add links to libc++ code coverage and builders
Eric Fiselier
2015-10-15
1
-2
/
+4
*
Update issues status
Eric Fiselier
2015-10-14
1
-2
/
+2
[next]