summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-5/+14
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-293-10/+34
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-285-2/+23
* Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant2013-03-191-0/+2
* This is an optimization which produces improved launching time. There should...Howard Hinnant2013-03-191-6/+8
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-1/+1
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-185-8/+8
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-183-10/+10
* This should be nothing but a load-time optimization. I'm trying to reduce lo...Howard Hinnant2013-03-161-1/+9
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-2/+2
* Belt and suspenders when calling sysconfMarshall Clow2013-02-071-1/+3
* Another libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-1/+1
* More libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-2/+6
* Clean up some warnings for Linux build; No functionality changeMarshall Clow2013-02-071-43/+50
* Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant2013-01-221-16/+16
* Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...Howard Hinnant2013-01-221-1/+1
* Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant2013-01-141-1/+1
* Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant2013-01-141-58/+66
* Saleem Abdulrasool: GCC complains about the template functions as potentially...Howard Hinnant2012-12-281-28/+5
* Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.Howard Hinnant2012-12-272-2/+35
* 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
OpenPOWER on IntegriCloud