| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NetBSD support. | Joerg Sonnenberger | 2013-05-17 | 1 | -1/+13 |
* | Fixing the MSan/compiler-rt build | David Blaikie | 2013-05-13 | 1 | -1/+11 |
* | İsmail Dönmez: Enable quick_exit on linux. | Howard Hinnant | 2013-05-10 | 1 | -1/+1 |
* | Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang drive... | Howard Hinnant | 2013-05-07 | 1 | -0/+8 |
* | Stephan Tolksdorf: fixes the issue in the <atomic> header and adds correspond... | Howard Hinnant | 2013-05-02 | 1 | -0/+8 |
* | Use protected version of the malloc attribute in case source wants to | Joerg Sonnenberger | 2013-04-29 | 1 | -1/+1 |
* | GCC doesn't support __has_attribute. | Joerg Sonnenberger | 2013-04-27 | 1 | -0/+4 |
* | Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ... | Marshall Clow | 2013-03-18 | 1 | -5/+5 |
* | Removed raw references to _MSC_VER; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -6/+6 |
* | Removed raw references to _WIN32; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
* | Change _LIBCPP_TYPE_VIS to use __type_visibility__(default) instead of __visi... | Howard Hinnant | 2013-03-07 | 1 | -2/+6 |
* | No functionality change at this time. I've split _LIBCPP_VISIBLE up into two... | Howard Hinnant | 2013-03-06 | 1 | -8/+15 |
* | Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s... | Howard Hinnant | 2013-01-14 | 1 | -0/+6 |
* | Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s... | Howard Hinnant | 2012-11-26 | 1 | -0/+3 |
* | Provide a way to disable use of extern templates in libc++. This is intended... | Howard Hinnant | 2012-11-06 | 1 | -0/+4 |
* | Rename uses of _ and __ because these are getting stepped on by macros from o... | Howard Hinnant | 2012-10-30 | 1 | -4/+4 |
* | Dimitry Andric: FreeBSD only: Add the C11 aligned_alloc to <cstdlib> and ad... | Howard Hinnant | 2012-10-13 | 1 | -1/+2 |
* | Holger Arnold: Correct the use and testing of __GNUC__ and __GNUC_MINOR__ in... | Howard Hinnant | 2012-10-03 | 1 | -6/+11 |
* | Due to a mistake on my own part, I need to burn some version numbers. This d... | Howard Hinnant | 2012-09-28 | 1 | -1/+1 |
* | Bump _LIBCPP_VERSION to 1002 | Howard Hinnant | 2012-09-26 | 1 | -1/+1 |
* | In C++03 mode add an explicit conversion from int to the emulated class enum.... | Howard Hinnant | 2012-08-19 | 1 | -0/+2 |
* | libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a | Richard Smith | 2012-07-26 | 1 | -4/+4 |
* | mark operator new(std::nothrow) as noalias (aka __attribute__((malloc)) | Nuno Lopes | 2012-06-28 | 1 | -0/+6 |
* | Fix the new _ALIGNAS_TYPE per instructions supplied by Eli Friedman. | Howard Hinnant | 2012-05-31 | 1 | -1/+1 |
* | Protect use of alignas against older versions of clang | Howard Hinnant | 2012-05-31 | 1 | -0/+2 |
* | This is an initial commit of constexpr support as proposed by Richard Smith. ... | Howard Hinnant | 2012-04-02 | 1 | -1/+3 |
* | Make sure [at_]quick_exit is in std:: | David Chisnall | 2012-03-14 | 1 | -0/+4 |
* | Solaris port. Currently sees around 200 test failures, mostly related to | David Chisnall | 2012-02-29 | 1 | -2/+13 |
* | Modernize conversion to bool to the explicit bool conversion operator (librar... | Howard Hinnant | 2012-02-21 | 1 | -0/+6 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane... | Howard Hinnant | 2011-12-02 | 1 | -0/+17 |
* | On FreeBSD, define a macro that causes the unimplemented C99 math.h functions... | David Chisnall | 2011-11-13 | 1 | -0/+3 |
* | Windows port work by Ruben Van Boxem | Howard Hinnant | 2011-10-27 | 1 | -1/+0 |
* | More windows port work by Ruben Van Boxem | Howard Hinnant | 2011-10-22 | 1 | -0/+2 |
* | Windows port work by Ruben Van Boxem | Howard Hinnant | 2011-10-20 | 1 | -2/+6 |
* | Windows support by Ruben Van Boxem. | Howard Hinnant | 2011-10-17 | 1 | -19/+80 |
* | Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def... | Howard Hinnant | 2011-09-28 | 1 | -2/+2 |
* | Work on Windows port by Ruben Van Boxem | Howard Hinnant | 2011-09-28 | 1 | -2/+2 |
* | Partial Windows port by Ruben Van Boxem | Howard Hinnant | 2011-09-22 | 1 | -0/+8 |
* | Fixes for FreeBSD, including some fairly obvious copy-and-paste errors. | David Chisnall | 2011-09-21 | 1 | -2/+2 |
* | Create multilevel debug mode | Howard Hinnant | 2011-09-16 | 1 | -0/+10 |
* | Initial checkin for debug mode (version 2) | Howard Hinnant | 2011-09-14 | 1 | -0/+6 |
* | Up version number by 1. This is a 'minor version' update. | Howard Hinnant | 2011-09-01 | 1 | -1/+1 |
* | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant | 2011-08-12 | 1 | -0/+5 |
* | Change how _LIBCPP_HAS_NO_ADVANCED_SFINAE gets set. | Howard Hinnant | 2011-07-31 | 1 | -1/+1 |
* | Configure to get along with 2.9 clang | Howard Hinnant | 2011-07-29 | 1 | -0/+3 |
* | Given that __underlying_type is now available in clang, implement | Alexis Hunt | 2011-07-18 | 1 | -0/+4 |
* | Reapply 135035 with proper conditional inclusion, hopefully solving | Alexis Hunt | 2011-07-15 | 1 | -0/+4 |
* | Reverted to 134947. Once I got into it, I discovered there were too many pro... | Howard Hinnant | 2011-07-13 | 1 | -4/+0 |
* | Implement the __nolocale functions properly so that they will work on | Alexis Hunt | 2011-07-13 | 1 | -0/+4 |
* | Don't assume that wctype produces a nice mask on all platforms. On | Alexis Hunt | 2011-07-09 | 1 | -0/+4 |