summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Think-o in poisson_distribution at mean == 10Howard Hinnant2011-04-141-1/+1
* Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant2011-04-113-14/+24
* http://llvm.org/bugs/show_bug.cgi?id=9672Howard Hinnant2011-04-111-2/+2
* Changes to cerrno to protect against the case the ELAST is not defined.Howard Hinnant2011-04-101-1/+19
* time_get was missing the %F specifier. This change impacts the binary.Howard Hinnant2011-04-101-0/+6
* Chris Jefferson found a missing const (Bugzilla 9632)Howard Hinnant2011-04-051-1/+1
* Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant2011-04-044-76/+5
* ... And these wonderful tests.Howard Hinnant2011-04-034-0/+96
* Chris Jefferson submitted this patch to fix http://llvm.org/bugs/show_bug.cgi...Howard Hinnant2011-04-031-23/+24
* Provide a more readable error message for <atomic> until it is implemented.Howard Hinnant2011-03-311-0/+6
* Jonathan Sauer found a bug in the way ^ was handledHoward Hinnant2011-03-261-28/+69
* Jonathan Sauer updated is_base_of traits statusHoward Hinnant2011-03-261-1/+1
* <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
OpenPOWER on IntegriCloud