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
/
sequences
/
list
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
2
-4
/
+4
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
4
-4
/
+4
*
Make list::remove/remove_if/unique all return void before C++20; undoes that ...
Marshall Clow
2019-07-06
4
-19
/
+84
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
3
-9
/
+9
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
38
-0
/
+41
*
Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...
Marshall Clow
2019-04-17
2
-0
/
+96
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
2
-0
/
+45
*
Support tests in freestanding
JF Bastien
2019-02-04
66
-66
/
+198
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
66
-264
/
+198
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
2
-0
/
+156
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
1
-4
/
+0
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
1
-4
/
+4
*
Implement LWG #3017. list splice functions should use addressof
Marshall Clow
2018-09-12
2
-0
/
+21
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-3
/
+3
*
Deduction guides for list
Marshall Clow
2018-05-20
2
-0
/
+145
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-4
/
+4
*
Mark LWG2824 as complete. We already did it, but I added a test to be sure
Marshall Clow
2018-01-03
1
-0
/
+41
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
Added tests for xxx.size() and xxx.empty() for all the sequence containers
Marshall Clow
2017-11-15
2
-0
/
+108
*
[libc++] Fix PR34898 - vector iterator constructors and assign method perform...
Eric Fiselier
2017-10-17
1
-1
/
+181
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-4
/
+4
*
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>
Eric Fiselier
2017-04-16
9
-36
/
+18
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
1
-1
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
5
-10
/
+20
*
Change the return type of emplace_[front|back] back to void when building wit...
Marshall Clow
2017-01-24
2
-0
/
+40
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
1
-1
/
+1
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
1
-5
/
+4
*
Fix PR31378 - std::list::remove should not require a default constructible al...
Eric Fiselier
2016-12-14
1
-33
/
+47
*
[libcxx] [test] Fix an improper assumption about Null Forward Iterators.
Stephan T. Lavavej
2016-12-12
1
-4
/
+0
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-1
/
+2
*
Protect sequences test under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-12-01
1
-1
/
+3
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-0
/
+47
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
2
-3
/
+5
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
2
-2
/
+2
*
[PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...
Stephan T. Lavavej
2016-10-27
3
-3
/
+6
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
4
-8
/
+8
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+3
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+10
*
Fix compile error due to mismatched iterator types. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
1
-1
/
+1
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...
Eric Fiselier
2016-07-25
1
-2
/
+3
*
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
Eric Fiselier
2016-07-25
1
-11
/
+7
*
Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-24
1
-3
/
+4
*
Implement P0084r2. Changing emplace return types.
Eric Fiselier
2016-07-21
2
-18
/
+22
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
1
-2
/
+3
*
Finish converting list _LIBCPP_DEBUG tests.
Eric Fiselier
2016-06-22
5
-81
/
+7
*
Cleanup _LIBCPP_DEBUG tests in std::list. More to come.
Eric Fiselier
2016-06-22
11
-515
/
+7
*
Cleanup [list.modifiers] tests.
Eric Fiselier
2016-06-22
9
-566
/
+53
[next]