summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-213-24/+24
* Chris Jefferson noted that vector iterator ownership can be transferred from ...Howard Hinnant2011-09-191-2/+7
* Removed unneeded boost implementation of is_base_ofHoward Hinnant2011-09-191-45/+1
* Enable __locale to work on FreeBSD.David Chisnall2011-09-181-1/+1
* Doug Gregor pointed out some problems with debug mode enabled in one TU and n...Howard Hinnant2011-09-162-1/+7
* The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant2011-09-161-40/+40
* Create multilevel debug modeHoward Hinnant2011-09-164-51/+80
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-145-118/+535
* Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga.Howard Hinnant2011-09-025-14/+14
* Up version number by 1. This is a 'minor version' update.Howard Hinnant2011-09-011-1/+1
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-011-207/+167
* __split_buffer should only require default constructible. Bug found and fixe...Howard Hinnant2011-08-281-1/+1
* Don't move assign string::allocator_type when propagate_on_container_move_ass...Howard Hinnant2011-08-171-1/+23
* Fix needle-in-haystack bug found by Walter BrownHoward Hinnant2011-08-151-1/+4
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-1215-22/+258
* Change how _LIBCPP_HAS_NO_ADVANCED_SFINAE gets set.Howard Hinnant2011-07-311-1/+1
* Fixed PR10507 (http://llvm.org/bugs/show_bug.cgi?id=10507)Howard Hinnant2011-07-311-3/+4
* Revert r136547, r136545, and r136542 by removing slist.Chandler Carruth2011-07-301-126/+0
* Revert r136546, which was submitted without review.Chandler Carruth2011-07-301-1/+0
* Add the missing default argument for the allocator and use a cleanerAlexis Hunt2011-07-301-13/+7
* Destruct elements of hash tables when removing individual entries fromAlexis Hunt2011-07-301-0/+1
* Oops. That last commit was from an earlier revision of the file and wasAlexis Hunt2011-07-301-11/+15
* Include an "implementation" if SGI's slist. This was quickly hackedAlexis Hunt2011-07-291-0/+128
* Explicitly invoke the size_type specialization of max and min. ThisAlexis Hunt2011-07-291-2/+2
* Add a new hash class in __gnu_ext for the extension containers. ThereAlexis Hunt2011-07-294-15/+65
* Add two missing members from the extension hash containers. The first isAlexis Hunt2011-07-292-0/+10
* Configure to get along with 2.9 clangHoward Hinnant2011-07-292-1/+4
* Optimizing valarray::operator=(some-valarray-expression)Howard Hinnant2011-07-271-0/+17
* Fix PR10509: http://llvm.org/bugs/show_bug.cgi?id=10509Howard Hinnant2011-07-271-3/+6
* Fix PR10510: http://llvm.org/bugs/show_bug.cgi?id=10510Howard Hinnant2011-07-271-0/+4
* http://llvm.org/bugs/show_bug.cgi?id=10469Howard Hinnant2011-07-242-0/+4
* Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm...Howard Hinnant2011-07-241-1/+11
* http://llvm.org/bugs/show_bug.cgi?id=10461Howard Hinnant2011-07-241-92/+2
* http://llvm.org/bugs/show_bug.cgi?id=10455Howard Hinnant2011-07-231-2/+2
* Given that __underlying_type is now available in clang, implementAlexis Hunt2011-07-182-0/+24
* http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant2011-07-183-0/+51
* Revert locale for apple back to original design, getting rid of now useless h...Howard Hinnant2011-07-151-88/+18
* _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant2011-07-151-3/+3
* Reapply 135035 with proper conditional inclusion, hopefully solvingAlexis Hunt2011-07-152-57/+266
* http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant2011-07-131-0/+36
* Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant2011-07-132-266/+57
* Implement the __nolocale functions properly so that they will work onAlexis Hunt2011-07-132-57/+266
* Make sure that __time_put constructors properly on non-Apple platforms.Alexis Hunt2011-07-121-0/+4
* Make vector<bool>::reference and const_reference publicHoward Hinnant2011-07-091-2/+2
* Don't assume that wctype produces a nice mask on all platforms. OnAlexis Hunt2011-07-091-0/+4
* Conditionally wrap the changes from r134781.Alexis Hunt2011-07-093-0/+8
* Implement generalized table lookups for upper, lower, and characterAlexis Hunt2011-07-092-0/+9
* Fixing up some ABI issuesHoward Hinnant2011-07-075-48/+47
* Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278Howard Hinnant2011-07-051-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant2011-07-023-3/+30
OpenPOWER on IntegriCloud