summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__config
Commit message (Expand)AuthorAgeFilesLines
* Merging r339816:Hans Wennborg2018-08-171-0/+3
* Merging r339741:Hans Wennborg2018-08-171-22/+22
* Merging r339874:Hans Wennborg2018-08-161-1/+13
* Merging r339431:Hans Wennborg2018-08-141-0/+5
* [libc++] Fix GCC 7.2.0 macro redefinition warningLouis Dionne2018-08-011-1/+1
* Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen2018-07-301-0/+4
* Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen2018-07-301-4/+0
* [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen2018-07-301-0/+4
* [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-271-8/+19
* Move Filesystem namespace definition out of a clang specific ifdef block.Eric Fiselier2018-07-271-13/+14
* Implement <filesystem>Eric Fiselier2018-07-271-12/+25
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-241-5/+3
* wrap _LIBCPP_HAS_NO_CXX14_CONSTEXPR in defined(...)Marshall Clow2018-07-131-1/+1
* Shot in the dark to fix gcc 4.9 / c++11 buildMarshall Clow2018-07-131-3/+3
* Make internal class __wrap_iter constexpr when not using libc++'s debugging m...Marshall Clow2018-07-131-0/+8
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-13/+3
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-3/+13
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-13/+3
* Revert "Add nonnull; use it for atomics"JF Bastien2018-05-261-11/+0
* Add nonnull; use it for atomicsJF Bastien2018-05-251-0/+11
* Don't do aligned allocations on MSVCRT before 19.12 (update 15.3)Reid Kleckner2018-04-191-0/+6
* Remove impossible _MSC_VER checkReid Kleckner2018-04-191-3/+0
* [libcxx] Set ABI version 2 as default for FuchsiaPetr Hosek2018-04-111-1/+5
* Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier2018-04-061-0/+5
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-0/+1
* Cleanup __config indention NFCLogan Chien2018-02-241-420/+432
* Fix size and alignment of array<T, 0>.Eric Fiselier2018-02-071-0/+1
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-071-2/+7
* libcxx: Allow auto-linking to be disabled with a macro.Peter Collingbourne2018-01-241-5/+7
* libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...Peter Collingbourne2018-01-231-0/+1
* libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne2018-01-171-0/+6
* libcxx: Stop providing a definition of __GLIBC_PREREQ.Peter Collingbourne2018-01-101-5/+7
* Correct mistake in pragma usage for WindowsSaleem Abdulrasool2018-01-061-2/+2
* Update version to 7.0.0svn: cmake, include files and docsHans Wennborg2018-01-031-1/+1
* Implement p0258r2: has_unique_object_representationsMarshall Clow2018-01-031-2/+10
* Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow2018-01-021-3/+4
* [libcxx] Add WebAssembly supportSam Clegg2017-12-161-0/+2
* Enable auto-linking on WindowsSaleem Abdulrasool2017-12-051-0/+7
* [libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek2017-12-011-0/+2
* Allow to set locale on Windows.Martin Storsjo2017-11-231-1/+1
* Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow2017-11-221-0/+8
* [libc++] Shrink variant's index type when possibleEric Fiselier2017-11-191-1/+3
* Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...Marshall Clow2017-11-141-0/+15
* Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21"Dan Albert2017-11-011-5/+1
* [libc++] Don't alias quick_exit if __ANDROID_API__ < 21Dan Albert2017-11-011-1/+5
* Refactor _LIBCPP_<LITTLE|BIG>_ENDIANEric Fiselier2017-10-171-28/+15
* [libc++] Clarify names of ABI forcing macrosShoaib Meenai2017-10-051-1/+7
* [libc++] Allow users to explicitly specify ABIShoaib Meenai2017-10-041-5/+9
* Fix grammar-o in comment.Nico Weber2017-07-221-2/+2
* Update _LIBCPP_VERSION and the version in CMakeLists to 6.0Hans Wennborg2017-07-191-1/+1
OpenPOWER on IntegriCloud