summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* Patch contributed by Dev Dude for mingw64 port.Howard Hinnant2012-08-191-0/+3
* Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant2012-08-081-3/+3
* Andrew Morrow: The attached patch updates the initialization of the 'struct t...Howard Hinnant2012-08-021-1/+1
* Andrew Morrow: Among the various libc++ tests that currently don't pass on Li...Howard Hinnant2012-08-021-22/+21
* Andrew Morrow: The attached patch is an attempt to implementHoward Hinnant2012-08-021-2/+11
* Despite my pathological distrust of spin locks, the number just don't lie. I...Howard Hinnant2012-07-301-2/+13
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-301-0/+35
* Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...Howard Hinnant2012-07-262-1/+17
* libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with aRichard Smith2012-07-261-4/+4
* noexcept applied to <future>.Howard Hinnant2012-07-211-1/+1
* noexcept applied to <thread>.Howard Hinnant2012-07-211-1/+1
* noexcept applied to <condition_variable>.Howard Hinnant2012-07-211-2/+2
* noexcept and constexpr applied to <mutex>.Howard Hinnant2012-07-211-8/+9
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-1/+1
* noexcept applied to <random>.Howard Hinnant2012-07-201-1/+1
* Teach libc++ to check for libc++abi and use its features if they're available.Richard Smith2012-07-111-8/+11
* Appy constexpr to <memory>. Picked up a few missing noexcepts as well.Howard Hinnant2012-07-071-0/+1
* Protect use of alignas against older versions of clangHoward Hinnant2012-05-311-14/+14
* libc++: only #include <cxxabi.h> if it exists. This allows libc++ to buildRichard Smith2012-04-191-0/+4
* Put std::piecewise_construct_t back into the dylib for ABI stability. When c...Howard Hinnant2012-04-031-2/+1
* constexpr support for <utility>. Patch contributed by Jonathan Sauer.Howard Hinnant2012-04-031-0/+2
* Alter the terminal streams such that they do not get added to the atexit chai...Howard Hinnant2012-03-161-25/+38
* Undo some overzealous #ifdefs for LIBCXXRT.David Chisnall2012-03-142-10/+11
* Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin2012-03-101-67/+235
* Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...Howard Hinnant2012-03-071-6/+6
* Add a warning to ctype<char>::classic_table() if not implemented.Howard Hinnant2012-02-291-0/+1
* I'm reverting one of the changes made to exception.cpp in r151717. I'm unsur...Howard Hinnant2012-02-291-0/+4
* Add support files required for building on Solaris.David Chisnall2012-02-294-0/+418
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-293-1/+15
* Some libcxxrt-compatibility cleanups (avoid defining things twice).David Chisnall2012-02-293-30/+31
* At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant2012-02-251-2/+2
* Silence -Wmissing-field-initializers a little higher in the source.Howard Hinnant2012-02-201-1/+2
* Initialize all the fields of struct tm before passing it to strftime. One of ...Howard Hinnant2012-02-191-2/+2
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+9
* Fix up narrowing conversions in switch statement.Howard Hinnant2012-02-081-4/+4
* Make attributes on definition consistent with those on declaration.Howard Hinnant2012-02-031-0/+1
* Prepare for running on top of new libc++abi.Howard Hinnant2012-02-023-13/+35
* Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...Howard Hinnant2012-02-021-1/+1
* Fix memory leak in converting weak_ptr to shared_ptrHoward Hinnant2011-12-271-3/+0
* Quash a whole bunch of warningsHoward Hinnant2011-12-0113-169/+185
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-6/+6
* de-tabbifyHoward Hinnant2011-10-173-6/+6
* Windows port work by Ruben Van BoxemHoward Hinnant2011-09-292-1/+95
* Windows patch work by Ruben Van BoxemHoward Hinnant2011-09-291-43/+49
* Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant2011-09-281-62/+47
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+11
* Another installment on debug mode. This addresses list. However this should...Howard Hinnant2011-09-271-31/+42
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-234-2/+76
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-0/+22
* Correct change to exception.cpp from r140245Howard Hinnant2011-09-211-1/+1
OpenPOWER on IntegriCloud