summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__config
Commit message (Expand)AuthorAgeFilesLines
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-0/+7
* Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No function...Marshall Clow2015-03-171-0/+8
* Also enable the default rune table on CloudABI.Ed Schouten2015-03-121-1/+1
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+8
* Disable cat*() on CloudABI. Also make tiny cleanups.Ed Schouten2015-03-111-0/+5
* Move Android to the builtin rune table.Dan Albert2015-03-111-0/+4
* Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.Ed Schouten2015-03-101-1/+2
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-2/+12
* Fix unused private field warning in stdexcept after r207695.Dimitry Andric2015-02-051-0/+6
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-061-16/+0
* Improve error message when _LIBCPP_HAS_NO_MONOTONIC_CLOCK is used improperlyEric Fiselier2014-12-061-0/+5
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-011-0/+7
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-0/+2
* [libcxx] use clang's __char16_t and __char32_t definitions on Linux in C++03 ...Eric Fiselier2014-10-271-4/+0
* Define ELAST in libcxx's config header on FreeBSDViktor Kutuzov2014-09-041-0/+1
* Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakagesJonathan Roelofs2014-09-031-6/+0
* Allow libc++ to be built with GCC 5.0 compilerAlexey Volkov2014-09-031-2/+2
* Fix yet another aspect of the build breakage caused by r216949Jonathan Roelofs2014-09-031-0/+4
* Fix build breakage introduced in r216949Jonathan Roelofs2014-09-021-2/+2
* Silence _LIBCPP_ELAST porting warning on __APPLE__Jonathan Roelofs2014-09-021-0/+2
* Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__Jonathan Roelofs2014-09-021-2/+3
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-021-0/+5
* Newlib names ELAST differently than linuxJonathan Roelofs2014-09-021-0/+11
* Revert "Turn off extern templates for most uses."Justin Bogner2014-08-151-1/+1
* Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for c++14 constexpr rulesEric Fiselier2014-07-171-2/+14
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-0/+2
* Patch from Albert J. Wong to make type_traits take advantage of gcc intrinsic...Marshall Clow2014-06-261-1/+10
* Since we now have a value for __cplusplus for c++14, teach libc++ about itMarshall Clow2014-06-061-1/+3
* Use __builtin_operator_new/__builtin_operator_delete when available. ThisRichard Smith2014-06-041-0/+8
* Make locales (and transitively, std::endl) work reliably with gcc.Nico Weber2014-06-041-0/+7
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-081-0/+5
* Define a new macro in libc++ named '_LIBCPP_HAS_NO_ASAN'. When this is defined,Marshall Clow2014-04-141-0/+12
* Use defined(__APPLE__) rather than __APPLE__Tim Northover2014-03-301-2/+3
* ARM64: compare RTTI names as stringsTim Northover2014-03-301-0/+4
* ARM64: use the alternate string layout on Apple platforms.Tim Northover2014-03-301-0/+4
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf2014-03-261-0/+4
* Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...Marshall Clow2014-02-221-1/+1
* Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_...Juergen Ributzka2014-02-211-1/+1
* Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...Marshall Clow2014-02-211-1/+1
* This solves warning C4005: '_NOEXCEPT' : macro redefinition when compilingYaron Keren2014-02-131-1/+1
* Removed extra trailing underscore in #ifdef (__GNUC___ --> __GNUC__ )Marshall Clow2014-01-061-1/+1
* Patch by Howard. First part of fix for PR18218; add type traits needed to do ...Marshall Clow2014-01-031-0/+5
* Empty line between two unrelated #ifdefs.Yaron Keren2013-12-201-0/+1
* GCC does not support strong enum in pre-C++0x mode.Logan Chien2013-12-141-0/+1
* Give all members of exception types default visibility. Lack of this is caus...Howard Hinnant2013-12-041-1/+1
* Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed.Howard Hinnant2013-11-271-6/+0
* Compiling libcxx with gcc 4.6.4 (MingW) produces these errors:Yaron Keren2013-11-221-2/+5
* Patch by Xing Xue to improve libc++ support for AIXMarshall Clow2013-11-191-2/+1
* This is a followup to r194536, which changed the pair copy constructor to beHoward Hinnant2013-11-141-0/+10
* This fixes a very subtle ABI problem concerning the copy constructor ofHoward Hinnant2013-11-131-1/+1
OpenPOWER on IntegriCloud