summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...Howard Hinnant2012-07-261-0/+12
* Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...Howard Hinnant2012-07-262-1/+17
* <algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant2012-07-263-1/+3
* locale::id really needs to be constructed at compile time.Howard Hinnant2012-07-261-1/+1
* libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith2012-07-263-15/+15
* Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...Howard Hinnant2012-07-211-6/+6
* noexcept applied to <future>.Howard Hinnant2012-07-212-125/+125
* noexcept applied to <thread>.Howard Hinnant2012-07-212-38/+38
* noexcept applied to <condition_variable>.Howard Hinnant2012-07-213-12/+12
* noexcept and constexpr applied to <mutex>.Howard Hinnant2012-07-214-54/+65
* noexcept and constexpr applied to <regex>.Howard Hinnant2012-07-211-29/+28
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-213-36/+39
* noexcept applied to <valarray>.Howard Hinnant2012-07-211-11/+11
* constexpr applied to <complex>.Howard Hinnant2012-07-2011-22/+134
* noexcept applied to <random>.Howard Hinnant2012-07-202-9/+9
OpenPOWER on IntegriCloud