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 initialization of array<const T, 0> with GCC.
Eric Fiselier
2018-02-04
1
-8
/
+6
*
Mark LWG 3014 as complete. No code changes needed
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Implement LWG 3014 - Fix more noexcept issues in filesystem.
Eric Fiselier
2018-02-04
5
-14
/
+14
*
Mark LWG 3013 as already complete. See r316941
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Remove debug println from rec.dir.itr.increment test
Eric Fiselier
2018-02-04
1
-2
/
+0
*
Implement LWG2989: path's streaming operators allow everything under the sun.
Eric Fiselier
2018-02-04
3
-37
/
+72
*
Mark issue 2851 as complete
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Address LWG 2849 and fix missing failure condition in copy_file.
Eric Fiselier
2018-02-04
3
-13
/
+28
*
correct comment about C++03 assignment operators
Eric Fiselier
2018-02-04
1
-4
/
+4
*
Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.
Eric Fiselier
2018-02-04
5
-10
/
+181
*
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...
Eric Fiselier
2018-02-04
5
-16
/
+106
*
Work around GCC constexpr initialization bug
Eric Fiselier
2018-02-03
1
-1
/
+1
*
Work around Clang bug introduced in r324062
Eric Fiselier
2018-02-03
1
-0
/
+5
*
Fix has_unique_object_representation after Clang commit r324134.
Eric Fiselier
2018-02-02
1
-2
/
+4
*
Disable test in C++<11 mode due to use of alignas.
Richard Smith
2018-02-01
1
-0
/
+2
*
Make std::get_temporary_buffer respect overaligned types when possible
Richard Smith
2018-02-01
2
-1
/
+81
*
Put the exception classes for experimental::optional and experimental::any ba...
Marshall Clow
2018-02-01
2
-0
/
+39
*
Remove std::experimental::sample; use std::sample instead. See https://libcxx...
Marshall Clow
2018-02-01
4
-259
/
+2
*
Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...
Marshall Clow
2018-02-01
20
-720
/
+1
*
Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...
Marshall Clow
2018-02-01
28
-2575
/
+1
*
Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...
Marshall Clow
2018-02-01
72
-5262
/
+1
*
Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...
Marshall Clow
2018-02-01
7
-0
/
+139
*
Implement LWG2870: Default value of parameter theta of polar should be dependent
Marshall Clow
2018-01-31
3
-5
/
+5
*
Add LWG3051
Marshall Clow
2018-01-30
1
-0
/
+2
*
First cut at issue statuses for JAX
Marshall Clow
2018-01-30
1
-51
/
+63
*
Add tests to make sure that <string_view> provides std::size/data/empty in C+...
Marshall Clow
2018-01-30
5
-1
/
+40
*
Minor updated to the main libcxx page; add a link to the deprecation page
Marshall Clow
2018-01-29
1
-6
/
+9
*
LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() is
Don Hinton
2018-01-27
1
-1
/
+1
*
Fix the BinaryPredicate form of std::is_permutation to not rely on operator==
Peter Collingbourne
2018-01-26
2
-2
/
+34
*
Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.
Don Hinton
2018-01-26
1
-0
/
+3
*
libcxx: Use vcruntime declarations for typeinfo on Windows.
Peter Collingbourne
2018-01-26
3
-3
/
+10
*
libcxx: Move #include_next <math.h> out of header guard in wrapper header.
Peter Collingbourne
2018-01-26
2
-2
/
+33
*
Mark 2903 as complete; we already do this
Marshall Clow
2018-01-25
1
-2
/
+2
*
Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...
Don Hinton
2018-01-25
1
-1
/
+0
*
[cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.
Don Hinton
2018-01-25
1
-0
/
+1
*
Fix PR35564 - std::list splice/erase incorrectly throw in debug mode.
Eric Fiselier
2018-01-25
2
-4
/
+61
*
Fix missing return in __tuple_leaf::__can_bind_reference when __reference_bin...
Eric Fiselier
2018-01-24
1
-0
/
+2
*
Implement LWG2783: stack::emplace() and queue::emplace() should return declty...
Marshall Clow
2018-01-24
5
-26
/
+64
*
[libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...
Eric Fiselier
2018-01-24
4
-61
/
+159
*
[libcxx] Correctly handle invalid regex character class names
Mikhail Maltsev
2018-01-24
2
-1
/
+38
*
include <cstdint> to get uint32_t
Marshall Clow
2018-01-24
1
-0
/
+1
*
libcxx: Allow auto-linking to be disabled with a macro.
Peter Collingbourne
2018-01-24
1
-5
/
+7
*
Implement P0463R1: 'Endian just Endian'. Reviewed as https://reviews.llvm.org...
Marshall Clow
2018-01-24
2
-0
/
+62
*
libcxx: Rename vasprintf function to __libcpp_vasprintf.
Peter Collingbourne
2018-01-23
3
-9
/
+4
*
[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...
Don Hinton
2018-01-23
1
-1
/
+1
*
libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...
Peter Collingbourne
2018-01-23
11
-0
/
+500
*
libcxx: Move Windows threading support into a .cpp file.
Peter Collingbourne
2018-01-23
2
-266
/
+307
*
Update cxx2a status
Marshall Clow
2018-01-22
1
-5
/
+8
*
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
Marshall Clow
2018-01-22
7
-17
/
+128
*
Another batch of P0202 constepr algirithms. remove/remove_if/remove_copy/remo...
Marshall Clow
2018-01-22
7
-18
/
+127
[next]