summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in...Howard Hinnant2012-10-032-6/+15
* Make vector::iterator and string::iterator more resilient against overly gene...Howard Hinnant2012-10-021-0/+32
* Due to a mistake on my own part, I need to burn some version numbers. This d...Howard Hinnant2012-09-281-1/+1
* Bump _LIBCPP_VERSION to 1002Howard Hinnant2012-09-261-1/+1
* Apply the emulated nullptr_t with constexpr. This is an unusual configuratio...Howard Hinnant2012-09-241-11/+11
* Updating email addressMarshall Clow2012-09-241-1/+1
* Fix installheaders target to do what it did prior to r161760. rdar://12348765Bob Wilson2012-09-211-0/+9
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-192-1/+6
* Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant2012-09-192-0/+54
* Align <atomic> with clang r163964 which disallows const _Atomic types.Howard Hinnant2012-09-161-1/+1
* Update CREDITS.TXTHoward Hinnant2012-09-141-0/+4
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-1426-59/+110
* Dimitry Andric: FreeBSD porting tweaks for PTHREAD_MUTEX_INITIALIZER and PTHR...Howard Hinnant2012-09-111-2/+2
* Some minor mingw64 porting tweaks from Glen.Howard Hinnant2012-09-032-4/+9
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-304-31/+53
* Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...Howard Hinnant2012-08-261-2/+4
* Update CREDITS.TXTHoward Hinnant2012-08-261-0/+4
* Michel Morin: My previous fix for C++03 was incomplete. Howard Hinnant2012-08-251-15/+18
* Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...Howard Hinnant2012-08-241-0/+20
* Have basic_istream seekg, putback and unget first clear eofbit. Fixes http:/...Howard Hinnant2012-08-241-0/+3
* Add Hyeon-bin Jeong to CREDITS.TXTHoward Hinnant2012-08-241-0/+4
* Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers. Howard Hinnant2012-08-241-23/+17
* Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...Howard Hinnant2012-08-241-2/+3
* Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.Howard Hinnant2012-08-241-1/+1
* basic_filebuf needs to delay obtaining a codecvt facet from the global locale...Howard Hinnant2012-08-241-2/+23
* Fix a typo in the docsMarshall Clow2012-08-221-1/+1
* In C++03 mode add an explicit conversion from int to the emulated class enum....Howard Hinnant2012-08-191-0/+2
* Patch contributed by Dev Dude for mingw64 port.Howard Hinnant2012-08-192-1/+4
* Apply patches supplied by Michel Morin in http://llvm.org/bugs/show_bug.cgi?i...Howard Hinnant2012-08-171-4/+8
* Consistently label __bit_array as a struct, not a class.Howard Hinnant2012-08-172-3/+3
* Remove obsolete do-installhdrs target (again).Howard Hinnant2012-08-131-2/+2
* Remove obsolete do-installhdrs target.Howard Hinnant2012-08-131-11/+0
* Patch constributed by Michel Moren in http://llvm.org/bugs/show_bug.cgi?id=13...Howard Hinnant2012-08-131-1/+2
* Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant2012-08-081-3/+3
* std::equal operating on non-const __bit_iterators was not working. This fixe...Howard Hinnant2012-08-051-14/+14
* Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variableHoward Hinnant2012-08-051-1/+2
* Loosen up the timing requirements on 4 more tests.Howard Hinnant2012-08-044-4/+4
* Performance tweaking rotate.Howard Hinnant2012-08-031-27/+84
* Andrew Morrow: The attached patch updates the initialization of the 'struct t...Howard Hinnant2012-08-021-1/+1
* Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant2012-08-022-4/+0
* Andrew Morrow: The attached patch updates the lit.config for libc++ unit test...Howard Hinnant2012-08-021-0/+2
* Andrew Morrow: Among the various libc++ tests that currently don't pass on Li...Howard Hinnant2012-08-022-26/+21
* Andrew Morrow: The attached patch is an attempt to implementHoward Hinnant2012-08-022-9/+11
* Andrew Morrow: This patch fixesHoward Hinnant2012-08-022-6/+1
* Andrew Morrow: Attached is a writeup of the current state of the libc++ test ...Howard Hinnant2012-07-312-2/+141
* Despite my pathological distrust of spin locks, the number just don't lie. I...Howard Hinnant2012-07-301-2/+13
* Updated statusHoward Hinnant2012-07-301-6/+0
* Updated the complete by-chapter graphHoward Hinnant2012-07-302-1/+1
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-3013-1/+592
* Update CREDITS.TXTHoward Hinnant2012-07-261-0/+4
OpenPOWER on IntegriCloud