summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-2210-5/+433
* Fix test bugs found by David ChisnallHoward Hinnant2011-09-217-15/+15
* Fix locales used in re tests.David Chisnall2011-09-215-13/+13
* Remove undefines in cstdio test. Fix these properly rather than bodging the ...David Chisnall2011-09-211-24/+0
* More +.UTF-8 fixes.David Chisnall2011-09-2120-31/+31
* Fix failure found by David ChisnallHoward Hinnant2011-09-211-129/+129
* Correct change to exception.cpp from r140245Howard Hinnant2011-09-211-1/+1
* More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...David Chisnall2011-09-217-19/+43
* Fully-qualify some more locales in the tests...David Chisnall2011-09-215-11/+11
* Don't check STREAMS error numbers on systems that don't implement the obsolet...David Chisnall2011-09-212-0/+16
* More locale cleanups. Fully specify locales in iostream tests.David Chisnall2011-09-214-22/+22
* Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall2011-09-216-44/+58
* Localisation test fixes to make the tests pass on FreeBSD, which does not pro...David Chisnall2011-09-2150-283/+297
* 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-163-5/+26
* The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant2011-09-162-40/+43
* Create multilevel debug modeHoward Hinnant2011-09-165-57/+82
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-146-118/+997
* Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909Howard Hinnant2011-09-121-4/+8
* 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-016-217/+177
* __split_buffer should only require default constructible. Bug found and fixe...Howard Hinnant2011-08-281-1/+1
* Merge the Apple branch into trunkDave Zarzycki2011-08-181-7/+28
* 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-12122-227/+484
* Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant2011-07-311-3/+3
* 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-293-1/+5
* 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
* Test commitDave Zarzycki2011-07-221-0/+1
OpenPOWER on IntegriCloud