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
/
include
/
iterator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement another part of P0031; adding constexpr to move_iterator
Marshall Clow
2016-11-02
1
-70
/
+76
*
Implement constexpr support for reverse_iterator. Reviewed as https://reviews...
Marshall Clow
2016-10-19
1
-59
/
+74
*
Mark ostream_iterator's constructors as noexcept.
Marshall Clow
2016-10-12
1
-2
/
+2
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-3
/
+3
*
std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927.
Marshall Clow
2016-08-10
1
-8
/
+8
*
Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_...
Marshall Clow
2016-07-18
1
-5
/
+5
*
Implement LWG685 (which is from C++11!). Fixes PR#28421. Note: this (subtly)...
Marshall Clow
2016-07-08
1
-2
/
+123
*
Fix ::reference typedef in insert iterators.
Eric Fiselier
2016-06-30
1
-6
/
+6
*
Implement LWG2576: istream_iterator and ostream_iterator should use std::addr...
Marshall Clow
2016-05-17
1
-4
/
+4
*
Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier
2016-04-22
1
-1
/
+6
*
Implement LWG#680, which was missed lo these many moons ago, and was reported...
Marshall Clow
2016-04-11
1
-6
/
+3
*
Make __wrap_iter work with GCC again
Eric Fiselier
2016-02-20
1
-1
/
+1
*
Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...
Marshall Clow
2016-01-13
1
-0
/
+23
*
Implement LWG#2353: std::next is over-constrained
Marshall Clow
2015-11-07
1
-5
/
+5
*
A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S...
Marshall Clow
2015-04-16
1
-2
/
+2
*
Rework reverse_iterator::operator[] so as not to use the base iterators opera...
Marshall Clow
2015-03-05
1
-1
/
+1
*
Remove several unused forward declarations. Fixes PR22605.
Marshall Clow
2015-02-18
1
-3
/
+1
*
Change some template parameter names from _C and _N to _Cont and _Sz. No func...
Marshall Clow
2015-02-11
1
-14
/
+14
*
[libcxx] Make __wrap_iter work with gcc.
Nico Weber
2015-01-27
1
-0
/
+2
*
Implement N4280 - 'Non-member size() and more'
Marshall Clow
2014-11-19
1
-0
/
+41
*
NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...
Eric Fiselier
2014-08-10
1
-5
/
+1
*
THIRD TIME. Richard pointed out (again) that I'd switched the order of the in...
Marshall Clow
2014-03-12
1
-5
/
+5
*
Fix ABI break I made in r203587; thanks to Richard Smith for the catch.
Marshall Clow
2014-03-11
1
-3
/
+5
*
Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...
Marshall Clow
2014-03-11
1
-5
/
+3
*
Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...
Marshall Clow
2014-03-03
1
-3
/
+3
*
Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and...
Marshall Clow
2014-03-03
1
-0
/
+11
*
LWG issue #2188: Reverse iterator does not fully support targets that overloa...
Marshall Clow
2014-02-27
1
-1
/
+2
*
Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexc...
Marshall Clow
2014-02-19
1
-6
/
+6
*
Rename ___make_pair_return to __make_pair_return_impl; ___make_tuple_return t...
Marshall Clow
2014-01-03
1
-3
/
+3
*
Move std::begin(array) and std::end(array) out from under an #ifdef that was ...
Marshall Clow
2013-12-11
1
-2
/
+2
*
Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Marshall Clow
2013-12-02
1
-49
/
+46
*
LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin
Marshall Clow
2013-08-30
1
-0
/
+106
*
Implement LWG issue 2061
Marshall Clow
2013-08-27
1
-1
/
+1
*
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
Howard Hinnant
2013-08-23
1
-1
/
+1
*
Remove _LIBCPP_DEBUG. This was my first attempt at debug mode for libc++, an...
Howard Hinnant
2013-08-23
1
-416
/
+0
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
1
-1
/
+2
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-17
/
+17
*
N3644 support for <string> and <vector>
Marshall Clow
2013-08-07
1
-0
/
+3
*
Ok, 3 major changes for debug mode in one commit:
Howard Hinnant
2013-08-02
1
-8
/
+6
*
Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
2013-06-27
1
-1
/
+8
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-17
/
+17
*
Remove test for eof from istreambuf_iterator constructors. It is no longer n...
Howard Hinnant
2012-12-29
1
-2
/
+2
*
istreambuf_iterator increment should call sbumpc instead of snextc. Patch
Howard Hinnant
2012-11-16
1
-9
/
+7
*
Restrict optimized __pad_and_output implementation detail to desired releases.
Howard Hinnant
2012-11-14
1
-0
/
+9
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-1
/
+1
*
Make vector::iterator and string::iterator more resilient against overly gene...
Howard Hinnant
2012-10-02
1
-0
/
+32
*
Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...
Howard Hinnant
2012-09-19
1
-0
/
+8
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-4
/
+21
*
noexcept applied to <iterator>.
Howard Hinnant
2012-07-20
1
-14
/
+14
[next]