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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC.
Stephan T. Lavavej
2017-08-05
1
-6
/
+6
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
9
-9
/
+9
*
[libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.
Stephan T. Lavavej
2017-08-05
16
-16
/
+16
*
Fix shadowing warning
Marshall Clow
2017-08-02
1
-1
/
+1
*
Fix PR33727: std::basic_stringbuf only works with DefaultConstructible alloca...
Marshall Clow
2017-08-02
1
-0
/
+19
*
Mark LWG 2942 as complete
Eric Fiselier
2017-07-30
2
-4
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
34
-36
/
+36
*
[libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...
Stephan T. Lavavej
2017-07-29
1
-130
/
+130
*
[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
16
-16
/
+16
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
121
-810
/
+810
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2017-07-29
5
-19
/
+17
*
[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...
Stephan T. Lavavej
2017-07-27
1
-1
/
+0
*
Disable the deduction guide test I added in 309296 for the moment, while I fi...
Marshall Clow
2017-07-27
1
-0
/
+4
*
Implement P0739R0: 'Some improvements to class template argument deduction in...
Marshall Clow
2017-07-27
2
-4
/
+9
*
Remove addtional parameters in function std::next() and std::prev()
Rachel Craik
2017-07-24
2
-0
/
+6
*
[libcxx] [test] Update msvc_stdlib_force_include.hpp.
Stephan T. Lavavej
2017-07-19
1
-3
/
+4
*
[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2017-07-19
16
-32
/
+0
*
[libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preproces...
Stephan T. Lavavej
2017-07-19
1
-2
/
+8
*
[libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...
Stephan T. Lavavej
2017-07-19
2
-2
/
+2
*
Add case for c++2a to libc++ and test macros
Marshall Clow
2017-07-17
1
-1
/
+4
*
Fix issues with UBSAN test configuration.
Eric Fiselier
2017-07-10
1
-1
/
+1
*
Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds
Eric Fiselier
2017-07-10
1
-2
/
+35
*
Fix test failure to to new/delete ellisions
Eric Fiselier
2017-07-09
1
-2
/
+3
*
optional: Implement LWG 2900 and P0602
Casey Carter
2017-07-09
5
-93
/
+55
*
Fix filesystem build on platforms with weird time_t types.
Eric Fiselier
2017-07-08
1
-0
/
+200
*
Fix diagnostic in verify test to match new Clang output
Eric Fiselier
2017-07-07
1
-1
/
+1
*
cmath: Support clang's -fdelayed-template-parsing
Duncan P. N. Exon Smith
2017-07-07
2
-3
/
+31
*
Fix a bug in regex_Iterator where it would report zero-length matches forever...
Marshall Clow
2017-07-05
1
-0
/
+18
*
Fix equivalent test on OS X and FreeBSD
Eric Fiselier
2017-07-05
1
-7
/
+7
*
Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON.
Eric Fiselier
2017-07-05
1
-0
/
+33
*
Implement LWG 2937 - equivalent("dne", "exists") is not an error
Eric Fiselier
2017-07-05
1
-51
/
+75
*
Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
Akira Hatanaka
2017-06-30
1
-36
/
+0
*
Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...
Marshall Clow
2017-06-28
2
-0
/
+54
*
[libcxx] Annotate c++17 aligned new/delete operators with availability
Akira Hatanaka
2017-06-26
1
-0
/
+36
*
Implement inclusive_scan/transform_inclusive_scan for C++17.
Marshall Clow
2017-06-23
5
-0
/
+635
*
Attempt to avoid static init ordering issues with globalMemCounter
Eric Fiselier
2017-06-21
1
-5
/
+10
*
[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....
Stephan T. Lavavej
2017-06-20
1
-2
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
14
-32
/
+31
*
[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...
Stephan T. Lavavej
2017-06-20
1
-6
/
+16
*
Add a missing SFINAE condition to the `variant`'s converting constructor.
Michael Park
2017-06-19
1
-0
/
+14
*
func.wrap.func.con: Fix test comment
Duncan P. N. Exon Smith
2017-06-18
1
-1
/
+1
*
any: Add availability for experimental::bad_any_cast
Duncan P. N. Exon Smith
2017-06-18
9
-48
/
+10
*
Allow the libc++ C header wrappers to be included when compiling C.
Eric Fiselier
2017-06-16
1
-0
/
+37
*
Allow coroutine_handle<const T> to support creation from const references to ...
Eric Fiselier
2017-06-16
1
-0
/
+35
*
Renamed some of the newly added tests. No functional change
Marshall Clow
2017-06-15
6
-0
/
+0
*
Fix another test with modules enabled
Eric Fiselier
2017-06-15
1
-0
/
+1
*
Fix test when modules are enabled
Eric Fiselier
2017-06-15
1
-0
/
+1
*
Add some const_casts in places where we were implicitly casting away constnes...
Marshall Clow
2017-06-14
1
-1
/
+1
*
Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14.
Michael Park
2017-06-14
2
-0
/
+4
[next]