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
/
containers
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] [test] Update for C++17 feature removals.
Stephan T. Lavavej
2017-08-24
2
-2
/
+6
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
5
-5
/
+5
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
32
-114
/
+114
*
Fix bug 33389 - __is_transparent check requires too much
Marshall Clow
2017-06-13
10
-10
/
+60
*
[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...
Marshall Clow
2017-06-12
1
-0
/
+35
*
[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant w...
Stephan T. Lavavej
2017-05-05
1
-2
/
+2
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
1
-1
/
+1
*
Fix tests for extended noexcept in the container adaptors tests
Eric Fiselier
2017-04-19
6
-9
/
+12
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...
Eric Fiselier
2017-04-18
23
-149
/
+51
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...
Eric Fiselier
2017-04-18
26
-196
/
+58
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.
Eric Fiselier
2017-04-18
20
-58
/
+44
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.
Eric Fiselier
2017-04-18
10
-30
/
+22
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap
Eric Fiselier
2017-04-18
21
-88
/
+42
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
Eric Fiselier
2017-04-18
24
-88
/
+48
*
Sigh. Once again forgot about the 'no exceptions' bots.
Marshall Clow
2017-04-17
2
-0
/
+8
*
Mark LWG#2853 as complete. No code changes required, but added a couple of ex...
Marshall Clow
2017-04-17
2
-0
/
+48
*
Cleanup one more <forward_list> test
Eric Fiselier
2017-04-16
2
-35
/
+5
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>
Eric Fiselier
2017-04-16
11
-45
/
+21
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>
Eric Fiselier
2017-04-16
9
-36
/
+18
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
Eric Fiselier
2017-04-16
10
-42
/
+20
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>
Eric Fiselier
2017-04-16
1
-1
/
+3
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.
Eric Fiselier
2017-04-16
19
-81
/
+43
*
Fix more -Wshadow warnings introduced by recent Clang change
Eric Fiselier
2017-04-04
5
-6
/
+0
*
[libcxx] Improve code generation for vector::clear().
Bruce Mitchener
2017-03-23
1
-0
/
+40
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-1
/
+3
*
Fix sign-compare warning in test; Oddly this only appears on OS X
Eric Fiselier
2017-03-03
1
-7
/
+5
*
Fix test failures due to bad test hasher
Eric Fiselier
2017-03-01
18
-0
/
+24
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
6
-8
/
+8
*
Stop using random_shuffle in the libc++ test suite. It's going to be removed ...
Marshall Clow
2017-02-07
2
-2
/
+8
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
18
-57
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
67
-147
/
+305
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
9
-9
/
+165
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-0
/
+28
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
12
-13
/
+13
*
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
Stephan T. Lavavej
2017-01-18
1
-2
/
+2
*
Implement the missing constexpr stuff in <array>. Fixes PR#31645.
Marshall Clow
2017-01-16
3
-3
/
+53
*
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
Stephan T. Lavavej
2017-01-07
1
-2
/
+2
*
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...
Marshall Clow
2017-01-04
2
-0
/
+47
*
Fix debug mode for vector/list and cleanup tests
Eric Fiselier
2016-12-28
14
-502
/
+16
*
Fix yet another missed -Wunused warning. Hopefully this is the last one
Eric Fiselier
2016-12-24
1
-7
/
+8
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
5
-33
/
+20
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
7
-48
/
+27
*
Fix PR31378 - std::list::remove should not require a default constructible al...
Eric Fiselier
2016-12-14
1
-33
/
+47
*
[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...
Stephan T. Lavavej
2016-12-14
3
-3
/
+3
*
[libcxx] [test] Fix an improper assumption about Null Forward Iterators.
Stephan T. Lavavej
2016-12-12
1
-4
/
+0
*
Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11
4
-16
/
+25
*
Fix copy/paste errors introduced in r289358
Eric Fiselier
2016-12-11
2
-16
/
+16
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
17
-183
/
+180
*
Fix missing const on set::count. Patch from Andrey Khalyavin
Eric Fiselier
2016-12-09
1
-9
/
+11
[next]