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
...
*
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
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-1
/
+2
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-31
/
+31
*
More windows port work by Ruben Van Boxem
Howard Hinnant
2011-10-22
1
-14
/
+14
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11113
Howard Hinnant
2011-10-11
1
-2
/
+2
*
Doug Gregor pointed out some problems with debug mode enabled in one TU and n...
Howard Hinnant
2011-09-16
1
-1
/
+6
*
Create multilevel debug mode
Howard Hinnant
2011-09-16
1
-3
/
+19
*
Initial checkin for debug mode (version 2)
Howard Hinnant
2011-09-14
1
-17
/
+84
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-5
/
+5
*
noexcept for Chapter 21 [strings].
Howard Hinnant
2011-05-29
1
-39
/
+39
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-2
/
+2
*
Teach move_iterator that rvalue references cannot bind to non-function
Douglas Gregor
2011-01-26
1
-3
/
+10
*
N3142. Many of these traits are just placeholders with medium quality emulat...
Howard Hinnant
2010-11-19
1
-2
/
+2
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
I have reverted all contributions made by Jesse Towner in revision 110724
Howard Hinnant
2010-11-16
1
-3
/
+3
*
visibility-decoration.
Howard Hinnant
2010-09-22
1
-30
/
+31
[prev]
[next]