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