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
/
support
/
test_iterators.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr
Louis Dionne
2019-11-06
1
-7
/
+7
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make next/prev/advance/distance operations on iterators be constexpr. I misse...
Marshall Clow
2017-05-17
1
-64
/
+64
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
1
-1
/
+1
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
1
-1
/
+1
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
1
-11
/
+13
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-3
/
+3
*
Add missing include to test_iterators.h
Eric Fiselier
2016-05-27
1
-0
/
+1
*
Got the test backwards in r258279. Fixed that and de-tabbed
Marshall Clow
2016-01-20
1
-166
/
+166
*
Fix up the tests I added for string exceptions to be skipped when exceptions ...
Marshall Clow
2016-01-20
1
-0
/
+21
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
1
-0
/
+199
*
Since Eric poisoned the comma operator on all our test iterators, we no longe...
Marshall Clow
2014-11-18
1
-105
/
+0
*
Fix use of operator comma in is_permutation and delete comma operator for tes...
Eric Fiselier
2014-10-27
1
-5
/
+13
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-0
/
+15
*
Add include of <cassert> for the operator comma
Marshall Clow
2014-09-17
1
-0
/
+1
*
Create a 'comma_iterator' class that overloads operator, and asserts when it'...
Marshall Clow
2014-09-16
1
-0
/
+105
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
1
-0
/
+9
*
War on tabs.
Howard Hinnant
2013-07-08
1
-1
/
+1
*
Made test output iterators have value_type of 'void'; matches ones in library
Marshall Clow
2013-01-09
1
-1
/
+1
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
1
-0
/
+296