summaryrefslogtreecommitdiffstats
path: root/libcxx/include/iterator
Commit message (Expand)AuthorAgeFilesLines
* istreambuf_iterator increment should call sbumpc instead of snextc. Patch Howard Hinnant2012-11-161-9/+7
* Restrict optimized __pad_and_output implementation detail to desired releases.Howard Hinnant2012-11-141-0/+9
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-1/+1
* Make vector::iterator and string::iterator more resilient against overly gene...Howard Hinnant2012-10-021-0/+32
* Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant2012-09-191-0/+8
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-4/+21
* noexcept applied to <iterator>.Howard Hinnant2012-07-201-14/+14
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+2
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-31/+31
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-14/+14
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fix http://llvm.org/bugs/show_bug.cgi?id=11113Howard Hinnant2011-10-111-2/+2
* Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant2011-09-161-1/+6
* Create multilevel debug modeHoward Hinnant2011-09-161-3/+19
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-141-17/+84
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-5/+5
* noexcept for Chapter 21 [strings].Howard Hinnant2011-05-291-39/+39
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-2/+2
* Teach move_iterator that rvalue references cannot bind to non-functionDouglas Gregor2011-01-261-3/+10
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-191-2/+2
* license changeHoward Hinnant2010-11-161-2/+2
* I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant2010-11-161-3/+3
* visibility-decoration.Howard Hinnant2010-09-221-30/+31
* Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <...Howard Hinnant2010-09-141-3/+3
* Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated ...Howard Hinnant2010-09-131-6/+6
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-10/+10
* Fixing whitespace problemsHoward Hinnant2010-08-221-25/+25
* patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant2010-08-101-1/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1706
OpenPOWER on IntegriCloud