summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* Saleem Abdulrasool: avoid hardcoding buffer lengths.Howard Hinnant2012-12-272-44/+61
* Saleem Abdulrasool: Silence warning and reduce unnecessary code in hash.cpp.Howard Hinnant2012-12-271-8/+13
* Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...Howard Hinnant2012-12-272-14/+13
* Remove redundant inits. Patch by Eitan Adler.Chad Rosier2012-12-221-3/+0
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-122-0/+26
* [CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer2012-11-301-3/+3
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-3/+3
* Some minor mingw64 porting tweaks from Glen.Howard Hinnant2012-09-031-2/+7
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-302-5/+29
* Wrap throw in _LIBCPP_NO_EXCEPTIONS in debug.cpp. Calls abort if can't throw...Howard Hinnant2012-08-241-0/+20
* 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
OpenPOWER on IntegriCloud