Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
b56e8587aff9d8766a673f51b2d9c525e1535d84
/
libcxx
/
include
/
iterator
b56e858
Removed raw references to __APPLE__; now just check to see if it is defined.
by Marshall Clow
· 12 years ago
6e41256
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
by Howard Hinnant
· 12 years ago
a96d745
Remove test for eof from istreambuf_iterator constructors. It is no longer necessary and potentially violates the constructor's noexcept spec.
by Howard Hinnant
· 12 years ago
dfdf508
istreambuf_iterator increment should call sbumpc instead of snextc. Patch
by Howard Hinnant
· 13 years ago
b5c63a2
Restrict optimized __pad_and_output implementation detail to desired releases.
by Howard Hinnant
· 13 years ago
54d333a
Rename uses of _ and __ because these are getting stepped on by macros from other system code.
by Howard Hinnant
· 13 years ago
6e551ae
Make vector::iterator and string::iterator more resilient against overly generic relational operators.
by Howard Hinnant
· 13 years ago
92b5940
Overloaded __pad_and_output on ostreambuf_iterator and in this overload call sputn instead of dereferencing the iterator which calls sputc. This is intended to be purely a performance optimization, especially for clients who may have overloaded the virtual function xsputn.
by Howard Hinnant
· 13 years ago
aeb8568
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
by Howard Hinnant
· 13 years ago
8e882dc
noexcept applied to <iterator>.
by Howard Hinnant
· 13 years ago
c206366
Quash a whole bunch of warnings
by Howard Hinnant
· 14 years ago
c003db1
Further macro protection by replacing _[A-Z] with _[A-Z]p
by Howard Hinnant
· 14 years ago
e438337
More windows port work by Ruben Van Boxem
by Howard Hinnant
· 14 years ago
073458b
Windows support by Ruben Van Boxem.
by Howard Hinnant
· 14 years ago
7ba930b
Fix http://llvm.org/bugs/show_bug.cgi?id=11113
by Howard Hinnant
· 14 years ago
c36bfc4
Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug.
by Howard Hinnant
· 14 years ago
cec9af9
Create multilevel debug mode
by Howard Hinnant
· 14 years ago
f554add
Initial checkin for debug mode (version 2)
by Howard Hinnant
· 14 years ago
ce48a11
_STD -> _VSTD to avoid macro clash on windows
by Howard Hinnant
· 14 years ago
76c7cd0
noexcept for Chapter 21 [strings].
by Howard Hinnant
· 14 years ago
a0fe8c4
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
by Howard Hinnant
· 14 years ago
d18302f
Teach move_iterator that rvalue references cannot bind to non-function
by Douglas Gregor
· 14 years ago
ca74048
N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right.
by Howard Hinnant
· 15 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
c4931c4
I have reverted all contributions made by Jesse Towner in revision 110724
by Howard Hinnant
· 15 years ago
848a537
visibility-decoration.
by Howard Hinnant
· 15 years ago
03976c1
Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>.
by Howard Hinnant
· 15 years ago
8fb62e3
Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated insert iterators to work better with pproxies, and doubled the speed of __next_prime.
by Howard Hinnant
· 15 years ago
7609c9b
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
by Howard Hinnant
· 15 years ago
b3371f6
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
eb26925
patch by Jesse Towner, and bug fix by Sebastian Redl
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago