aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merging r170026: into the 3.2 release branch.Pawel Wodnicki19-0/+669
2012-11-06Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant3-1/+5
2012-11-06Dimitry Andric: Silence some warnings in <locale>.Howard Hinnant1-3/+2
2012-11-06Enable the tuple interface of pair in C++03 mode.Howard Hinnant1-4/+0
2012-11-06Update instructions for building and using libc++ on Mac OSHoward Hinnant1-27/+18
2012-11-06Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant10-91/+95
2012-11-01peek should set eofbit if sgetc() returns eof.Howard Hinnant1-0/+4
2012-11-01Richard Smith: This fixes a problem in std::is_constructible for incomplete ...Howard Hinnant1-1/+3
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant16-106/+106
2012-10-15Add an entry in CREDITS.TXTArgyrios Kyrtzidis1-0/+4
2012-10-13Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...Howard Hinnant1-1/+1
2012-10-13Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad...Howard Hinnant2-1/+8
2012-10-13Don't neglect to "return *this".Argyrios Kyrtzidis7-2/+9
2012-10-03Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in...Howard Hinnant2-6/+15
2012-10-02Make vector::iterator and string::iterator more resilient against overly gene...Howard Hinnant1-0/+32
2012-09-28Due to a mistake on my own part, I need to burn some version numbers. This d...Howard Hinnant1-1/+1
2012-09-26Bump _LIBCPP_VERSION to 1002Howard Hinnant1-1/+1
2012-09-24Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...Howard Hinnant1-11/+11
2012-09-24Updating email addressMarshall Clow1-1/+1
2012-09-21Fix installheaders target to do what it did prior to r161760. rdar://12348765Bob Wilson1-0/+9
2012-09-19Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2-1/+6
2012-09-19Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant2-0/+54
2012-09-16Align <atomic> with clang r163964 which disallows const _Atomic types.Howard Hinnant1-1/+1
2012-09-14Update CREDITS.TXTHoward Hinnant1-0/+4
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant26-59/+110
2012-09-11Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...Howard Hinnant1-2/+2
2012-09-03Some minor mingw64 porting tweaks from Glen.Howard Hinnant2-4/+9
2012-08-30Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant4-31/+53
2012-08-26Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...Howard Hinnant1-2/+4
2012-08-26Update CREDITS.TXTHoward Hinnant1-0/+4
2012-08-25Michel Morin: My previous fix for C++03 was incomplete. Howard Hinnant1-15/+18
2012-08-24Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...Howard Hinnant1-0/+20
2012-08-24Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...Howard Hinnant1-0/+3
2012-08-24Add Hyeon-bin Jeong to CREDITS.TXTHoward Hinnant1-0/+4
2012-08-24Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers. Howard Hinnant1-23/+17
2012-08-24Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...Howard Hinnant1-2/+3
2012-08-24Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.Howard Hinnant1-1/+1
2012-08-24basic_filebuf needs to delay obtaining a codecvt facet from the global locale...Howard Hinnant1-2/+23
2012-08-22Fix a typo in the docsMarshall Clow1-1/+1
2012-08-19In C++03 mode add an explicit conversion from int to the emulated class enum....Howard Hinnant1-0/+2
2012-08-19Patch contributed by Dev Dude for mingw64 port.Howard Hinnant2-1/+4
2012-08-17Apply patches supplied by Michel Morin in http://llvm.org/bugs/show_bug.cgi?i...Howard Hinnant1-4/+8
2012-08-17Consistently label __bit_array as a struct, not a class.Howard Hinnant2-3/+3
2012-08-13Remove obsolete do-installhdrs target (again).Howard Hinnant1-2/+2
2012-08-13Remove obsolete do-installhdrs target.Howard Hinnant1-11/+0
2012-08-13Patch constributed by Michel Moren in http://llvm.org/bugs/show_bug.cgi?id=13...Howard Hinnant1-1/+2
2012-08-08Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant1-3/+3
2012-08-05std::equal operating on non-const __bit_iterators was not working. This fixe...Howard Hinnant1-14/+14
2012-08-05Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variableHoward Hinnant1-1/+2
2012-08-04Loosen up the timing requirements on 4 more tests.Howard Hinnant4-4/+4