summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/9073695> std::uncaught_exception() becomes true before evalua...Nick Kledzik2011-03-111-1/+10
* http://llvm.org/bugs/show_bug.cgi?id=9444Howard Hinnant2011-03-101-26/+13
* I have to revert this recent fix to tuple conversions until clang implements ...Howard Hinnant2011-03-101-0/+4
* Corrected const-correctness on nullptr type_traits, and beefed up the test fo...Howard Hinnant2011-03-092-4/+26
* Walter Brown brought to my attention that type_traits was failing to correctl...Howard Hinnant2011-03-091-0/+5
* Chris Jefferson found a defect in the C++0x working draft by trying to run li...Howard Hinnant2011-03-091-7/+19
* http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fi...Howard Hinnant2011-03-031-0/+1
* http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this p...Howard Hinnant2011-03-021-1/+1
* Chris Jefferson found this bug to pair/tuple introduced by a recent change to...Howard Hinnant2011-03-011-1/+1
* Fix copy_n to increment only n-1 times for an input iterator. This works muc...Howard Hinnant2011-02-271-1/+10
* Fixed two problems found by Chris Jefferson: Made operator>> for char consis...Howard Hinnant2011-02-273-8/+16
* http://llvm.org/bugs/show_bug.cgi?id=9326Howard Hinnant2011-02-252-8/+77
* Chris Jefferson spotted a problem with messages_base::catalog while getting l...Howard Hinnant2011-02-251-4/+13
* Jean-Daniel Dupas fixes install directionsHoward Hinnant2011-02-221-1/+2
* Change install name to libc++.1.dylibHoward Hinnant2011-02-161-2/+2
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-1416-72/+72
* Update testit to default to clangHoward Hinnant2011-02-141-62/+5
* fix stupid type-oHoward Hinnant2011-02-101-1/+1
* Installed __has_feature(is_convertible_to) and __has_feature(is_base_of)Howard Hinnant2011-02-101-6/+6
* Missing traits::to_int_type in fstreamHoward Hinnant2011-02-021-4/+4
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-029-140/+140
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-2815-10/+267
* minor corrections to test, and hook is_base_of up to clang intrinsicHoward Hinnant2011-01-283-5/+12
* Eliminate extraneous {};Douglas Gregor2011-01-271-2/+0
* Updated getting started directions.Howard Hinnant2011-01-271-7/+36
* updated buildit to work with recent clang updatesHoward Hinnant2011-01-271-1/+3
* clang found a missing return statement.Howard Hinnant2011-01-271-0/+1
* Make forward_list splice_after and merge work for lvalue listsHoward Hinnant2011-01-271-22/+49
* Reverted previous fix to is_convertible as it caused more problems than it fi...Howard Hinnant2011-01-271-0/+15
* Inline namespaces are always available in Clang. Rely on that withoutDouglas Gregor2011-01-261-10/+3
* Teach move_iterator that rvalue references cannot bind to non-functionDouglas Gregor2011-01-261-3/+10
* Add always_inline to string move constructorsHoward Hinnant2011-01-261-0/+2
* Remove an (incorrect) compiler workaround in the __mu function. TheDouglas Gregor2011-01-251-4/+1
* placeholder testHoward Hinnant2011-01-251-0/+19
* tweak for readability (no functionality change)Howard Hinnant2011-01-251-1/+1
* An rvalue reference cannot bind to an lvalue, so static_cast theDouglas Gregor2011-01-251-1/+2
* Eliminate the C++0x-only is_convertible testing function that acceptsDouglas Gregor2011-01-252-4/+15
* Chandler Carruth changed >> to > > in several places.Howard Hinnant2011-01-242-34/+34
* Teach the Lit configuration to actually use the cxx0x setting whenChandler Carruth2011-01-231-2/+7
* Add attribute to inlined member.Howard Hinnant2011-01-131-0/+1
* Fixing an ambiguity in variadics found by clang.Howard Hinnant2011-01-121-9/+9
* fix guardHoward Hinnant2011-01-111-2/+2
* Two minor fixes: 1. Put integral_constant conversion to integral in even wi...Howard Hinnant2011-01-082-2/+5
* Reverting an old optimization that conflicts with the new allocator model, an...Howard Hinnant2011-01-044-91/+1
* Marshall Clow's fix for Bug 8421.Howard Hinnant2011-01-042-3/+6
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-1710-78/+166
* Reduced copying cost of tuple_cat from quadratic to linear.Howard Hinnant2010-12-121-33/+70
* LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...Howard Hinnant2010-12-113-66/+170
* The implementation of the new definition of result_of (N3123) resulted in som...Howard Hinnant2010-12-111-7/+8
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-1015-24/+562
OpenPOWER on IntegriCloud