Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-12Merging r197061:Bill Wendling
2013-12-12Merging r196058:Bill Wendling
2013-12-11Merging r-196058:Bill Wendling
2013-12-02Merging r196058:Bill Wendling
2013-08-30LWG Issue 2128: Implement global cbegin/rbegin/cend/rbeginMarshall Clow
2013-08-27Implement LWG issue 2061Marshall Clow
2013-08-24Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-23Remove _LIBCPP_DEBUG. This was my first attempt at debug mode for libc++, an...Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-08N3644 support for <string> and <vector>Marshall Clow
2013-08-02Ok, 3 major changes for debug mode in one commit:Howard Hinnant
2013-06-27Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-12-29Remove test for eof from istreambuf_iterator constructors. It is no longer n...Howard Hinnant
2012-11-17istreambuf_iterator increment should call sbumpc instead of snextc. Patch Howard Hinnant
2012-11-15Restrict optimized __pad_and_output implementation detail to desired releases.Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-10-02Make vector::iterator and string::iterator more resilient against overly gene...Howard Hinnant
2012-09-19Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-20noexcept applied to <iterator>.Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-23More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-10-12Fix http://llvm.org/bugs/show_bug.cgi?id=11113Howard Hinnant
2011-09-16Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant
2011-09-16Create multilevel debug modeHoward Hinnant
2011-09-14Initial checkin for debug mode (version 2)Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-29noexcept for Chapter 21 [strings].Howard Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2011-01-26Teach move_iterator that rvalue references cannot bind to non-functionDouglas Gregor
2010-11-20N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-11-17I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-09-15Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <...Howard Hinnant
2010-09-13Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated ...Howard Hinnant
2010-09-05Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant