| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for FreeBSD, including some fairly obvious copy-and-paste errors. | David Chisnall | 2011-09-21 | 3 | -24/+24 |
* | Chris Jefferson noted that vector iterator ownership can be transferred from ... | Howard Hinnant | 2011-09-19 | 1 | -2/+7 |
* | Removed unneeded boost implementation of is_base_of | Howard Hinnant | 2011-09-19 | 1 | -45/+1 |
* | Enable __locale to work on FreeBSD. | David Chisnall | 2011-09-18 | 1 | -1/+1 |
* | Doug Gregor pointed out some problems with debug mode enabled in one TU and n... | Howard Hinnant | 2011-09-16 | 2 | -1/+7 |
* | The vector test suite now passes for no-debug, debug-lite and debug-regular | Howard Hinnant | 2011-09-16 | 1 | -40/+40 |
* | Create multilevel debug mode | Howard Hinnant | 2011-09-16 | 4 | -51/+80 |
* | Initial checkin for debug mode (version 2) | Howard Hinnant | 2011-09-14 | 5 | -118/+535 |
* | Fix const correctness bug in __move_assign. Found and fixed by Ion GaztanĚaga. | Howard Hinnant | 2011-09-02 | 5 | -14/+14 |
* | Up version number by 1. This is a 'minor version' update. | Howard Hinnant | 2011-09-01 | 1 | -1/+1 |
* | Reimplemented much of <istream> such that single character extractions do not... | Howard Hinnant | 2011-09-01 | 1 | -207/+167 |
* | __split_buffer should only require default constructible. Bug found and fixe... | Howard Hinnant | 2011-08-28 | 1 | -1/+1 |
* | Don't move assign string::allocator_type when propagate_on_container_move_ass... | Howard Hinnant | 2011-08-17 | 1 | -1/+23 |
* | Fix needle-in-haystack bug found by Walter Brown | Howard Hinnant | 2011-08-15 | 1 | -1/+4 |
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 15 | -22/+258 |
* | Change how _LIBCPP_HAS_NO_ADVANCED_SFINAE gets set. | Howard Hinnant | 2011-07-31 | 1 | -1/+1 |
* | Fixed PR10507 (http://llvm.org/bugs/show_bug.cgi?id=10507) | Howard Hinnant | 2011-07-31 | 1 | -3/+4 |
* | Revert r136547, r136545, and r136542 by removing slist. | Chandler Carruth | 2011-07-30 | 1 | -126/+0 |
* | Revert r136546, which was submitted without review. | Chandler Carruth | 2011-07-30 | 1 | -1/+0 |
* | Add the missing default argument for the allocator and use a cleaner | Alexis Hunt | 2011-07-30 | 1 | -13/+7 |
* | Destruct elements of hash tables when removing individual entries from | Alexis Hunt | 2011-07-30 | 1 | -0/+1 |
* | Oops. That last commit was from an earlier revision of the file and was | Alexis Hunt | 2011-07-30 | 1 | -11/+15 |
* | Include an "implementation" if SGI's slist. This was quickly hacked | Alexis Hunt | 2011-07-29 | 1 | -0/+128 |
* | Explicitly invoke the size_type specialization of max and min. This | Alexis Hunt | 2011-07-29 | 1 | -2/+2 |
* | Add a new hash class in __gnu_ext for the extension containers. There | Alexis Hunt | 2011-07-29 | 4 | -15/+65 |
* | Add two missing members from the extension hash containers. The first is | Alexis Hunt | 2011-07-29 | 2 | -0/+10 |
* | Configure to get along with 2.9 clang | Howard Hinnant | 2011-07-29 | 2 | -1/+4 |
* | Optimizing valarray::operator=(some-valarray-expression) | Howard Hinnant | 2011-07-27 | 1 | -0/+17 |
* | Fix PR10509: http://llvm.org/bugs/show_bug.cgi?id=10509 | Howard Hinnant | 2011-07-27 | 1 | -3/+6 |
* | Fix PR10510: http://llvm.org/bugs/show_bug.cgi?id=10510 | Howard Hinnant | 2011-07-27 | 1 | -0/+4 |
* | http://llvm.org/bugs/show_bug.cgi?id=10469 | Howard Hinnant | 2011-07-24 | 2 | -0/+4 |
* | Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm... | Howard Hinnant | 2011-07-24 | 1 | -1/+11 |
* | http://llvm.org/bugs/show_bug.cgi?id=10461 | Howard Hinnant | 2011-07-24 | 1 | -92/+2 |
* | http://llvm.org/bugs/show_bug.cgi?id=10455 | Howard Hinnant | 2011-07-23 | 1 | -2/+2 |
* | Given that __underlying_type is now available in clang, implement | Alexis Hunt | 2011-07-18 | 2 | -0/+24 |
* | http://llvm.org/bugs/show_bug.cgi?id=10390 | Howard Hinnant | 2011-07-18 | 3 | -0/+51 |
* | Revert locale for apple back to original design, getting rid of now useless h... | Howard Hinnant | 2011-07-15 | 1 | -88/+18 |
* | _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABI | Howard Hinnant | 2011-07-15 | 1 | -3/+3 |
* | Reapply 135035 with proper conditional inclusion, hopefully solving | Alexis Hunt | 2011-07-15 | 2 | -57/+266 |
* | http://llvm.org/bugs/show_bug.cgi?id=10346 | Howard Hinnant | 2011-07-13 | 1 | -0/+36 |
* | Reverted to 134947. Once I got into it, I discovered there were too many pro... | Howard Hinnant | 2011-07-13 | 2 | -266/+57 |
* | Implement the __nolocale functions properly so that they will work on | Alexis Hunt | 2011-07-13 | 2 | -57/+266 |
* | Make sure that __time_put constructors properly on non-Apple platforms. | Alexis Hunt | 2011-07-12 | 1 | -0/+4 |
* | Make vector<bool>::reference and const_reference public | Howard Hinnant | 2011-07-09 | 1 | -2/+2 |
* | Don't assume that wctype produces a nice mask on all platforms. On | Alexis Hunt | 2011-07-09 | 1 | -0/+4 |
* | Conditionally wrap the changes from r134781. | Alexis Hunt | 2011-07-09 | 3 | -0/+8 |
* | Implement generalized table lookups for upper, lower, and character | Alexis Hunt | 2011-07-09 | 2 | -0/+9 |
* | Fixing up some ABI issues | Howard Hinnant | 2011-07-07 | 5 | -48/+47 |
* | Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278 | Howard Hinnant | 2011-07-05 | 1 | -1/+1 |
* | http://llvm.org/bugs/show_bug.cgi?id=10248 | Howard Hinnant | 2011-07-02 | 3 | -3/+30 |