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
/
forwardlist
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
1
-1
/
+1
*
Make forward_list::remove/remove_if/unique all return void before C++20; undo...
Marshall Clow
2019-07-08
4
-62
/
+124
*
Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...
Marshall Clow
2019-07-01
3
-32
/
+32
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
47
-0
/
+49
*
Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...
Marshall Clow
2019-04-17
2
-0
/
+88
*
Fix list/forward_list implementations of remove_if and unique to deal with pr...
Marshall Clow
2019-04-16
2
-0
/
+49
*
[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...
Billy Robert O'Neal III
2019-04-03
1
-23
/
+24
*
Support tests in freestanding
JF Bastien
2019-02-04
71
-71
/
+213
*
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
-1
/
+0
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
1
-4
/
+4
*
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...
Marshall Clow
2018-08-22
1
-1
/
+6
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
2
-3
/
+3
*
Implement deduction guides for forward_list
Marshall Clow
2018-05-19
2
-0
/
+145
*
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
1
-0
/
+46
*
[test] forwardlist.cons/move_noexcept.pass.cpp
Casey Carter
2017-09-28
1
-1
/
+1
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
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
*
Fix sign-compare warning in test; Oddly this only appears on OS X
Eric Fiselier
2017-03-03
1
-7
/
+5
*
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 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
1
-0
/
+19
*
Fix yet another missed -Wunused warning. Hopefully this is the last one
Eric Fiselier
2016-12-24
1
-7
/
+8
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
2
-32
/
+32
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
2
-4
/
+6
*
[libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
7
-17
/
+17
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-9
/
+11
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-12
/
+25
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
2
-2
/
+4
*
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...
Roger Ferrer Ibanez
2016-10-31
1
-1
/
+1
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+2
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+8
*
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
1
-9
/
+11
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
1
-2
/
+3
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
55
-63
/
+59
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
3
-7
/
+7
*
Mark LWG issue #2585 as complete
Eric Fiselier
2016-05-31
1
-1
/
+20
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
1
-3
/
+3
*
Add some more tests for the containers type requirements
Marshall Clow
2016-03-09
1
-0
/
+14
*
[libcxx] Fix undefined behavior in forward_list
Eric Fiselier
2016-01-27
1
-0
/
+53
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
1
-0
/
+18
[next]